diff options
Diffstat (limited to 'libs/androidfw/tests/data/lib/R.h')
| -rw-r--r-- | libs/androidfw/tests/data/lib/R.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libs/androidfw/tests/data/lib/R.h b/libs/androidfw/tests/data/lib/R.h new file mode 100644 index 0000000..13bf095 --- /dev/null +++ b/libs/androidfw/tests/data/lib/R.h @@ -0,0 +1,22 @@ +#ifndef __LIB_R_H +#define __LIB_R_H + +namespace lib { +namespace R { + +namespace attr { + enum { + attr1 = 0x02010000, // default + }; +} + +namespace style { + enum { + Theme = 0x02020000, // default + }; +} + +} // namespace R +} // namespace lib + +#endif // __LIB_R_H |
