summaryrefslogtreecommitdiffstats
path: root/include/device_perms.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/device_perms.h')
-rwxr-xr-xinclude/device_perms.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/device_perms.h b/include/device_perms.h
deleted file mode 100755
index 7975916..0000000
--- a/include/device_perms.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Overload this file in your own device-specific config if you need
-// non-standard property_perms and/or control_perms structs
-//
-// To avoid conflicts...
-// if you redefine property_perms, #define PROPERTY_PERMS there
-// if you redefine control_perms, #define CONTROL_PARMS there
-//
-// A typical file will look like:
-//
-
-// Alternatively you can append to the existing property_perms and/or
-// control_perms structs with the following:
-#define PROPERTY_PERMS_APPEND \
- { "dolby.audio", AID_MEDIA, 0 }, \
- { "dolby.", AID_SYSTEM, 0 }, \
- { "persist.ril.", AID_RADIO, 0 },
-