summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authoraimitakeshi <aimitakeshi@gmail.com>2010-07-27 08:38:35 +0900
committeraimitakeshi <aimitakeshi@gmail.com>2010-07-27 08:38:35 +0900
commite572d596b3715198fb48b3d8cef4939a71d58db2 (patch)
treea964114a74fe69bfaf4ecebf705671730c8a77f3 /include/private
parent96a2bb622d38f3c875997e4cacb423fa9ef4ea76 (diff)
downloadsystem_core-e572d596b3715198fb48b3d8cef4939a71d58db2.zip
system_core-e572d596b3715198fb48b3d8cef4939a71d58db2.tar.gz
system_core-e572d596b3715198fb48b3d8cef4939a71d58db2.tar.bz2
- Add drm and drmio service
- Add /data/drm directory for storing DRM related data Change-Id: Ifd8922a3de109dbf5cd3f9cabbf4e5689b16c1d7
Diffstat (limited to 'include/private')
-rw-r--r--include/private/android_filesystem_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 903f99f..b6fea03 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -52,6 +52,8 @@
#define AID_VPN 1016 /* vpn system */
#define AID_KEYSTORE 1017 /* keystore subsystem */
#define AID_USB 1018 /* USB devices */
+#define AID_DRM 1019 /* DRM server */
+#define AID_DRMIO 1020 /* DRM IO server */
#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */
@@ -93,6 +95,8 @@ static struct android_id_info android_ids[] = {
{ "adb", AID_ADB, },
{ "install", AID_INSTALL, },
{ "media", AID_MEDIA, },
+ { "drm", AID_DRM, },
+ { "drmio", AID_DRMIO, },
{ "shell", AID_SHELL, },
{ "cache", AID_CACHE, },
{ "diag", AID_DIAG, },