summaryrefslogtreecommitdiffstats
path: root/libs/androidfw/tests/data/system/R.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/androidfw/tests/data/system/R.h')
-rw-r--r--libs/androidfw/tests/data/system/R.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/libs/androidfw/tests/data/system/R.h b/libs/androidfw/tests/data/system/R.h
new file mode 100644
index 0000000..7a9d3db
--- /dev/null
+++ b/libs/androidfw/tests/data/system/R.h
@@ -0,0 +1,23 @@
+#ifndef __ANDROID_R_H
+#define __ANDROID_R_H
+
+namespace android {
+namespace R {
+
+namespace attr {
+ enum {
+ background = 0x01010000, // default
+ foreground = 0x01010001, // default
+ };
+}
+
+namespace style {
+ enum {
+ Theme_One = 0x01020000, // default
+ };
+}
+
+} // namespace R
+} // namespace android
+
+#endif // __ANDROID_R_H