summaryrefslogtreecommitdiffstats
path: root/include/device_perms.h
blob: 7975916062c924496676a2330d430fda5c3622d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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 },