aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2012-04-12 16:48:11 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-12 16:48:11 -0700
commit5fa860dea3618d5397bb580645f057a6e975786e (patch)
tree221fad7e3dd580ac527e11c0ad51b92a5fd34973 /include
parentf5f9dad0c70c98cc2a500e62830d7be4a2844dbb (diff)
parent1d91fcf7c0a31d27097b196579a37873ba1c0934 (diff)
downloadsystem_core-5fa860dea3618d5397bb580645f057a6e975786e.tar.gz
system_core-5fa860dea3618d5397bb580645f057a6e975786e.tar.bz2
system_core-5fa860dea3618d5397bb580645f057a6e975786e.zip
Merge "Add MDNS service"
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 8e9edd91..16bedb5c 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -53,7 +53,7 @@
#define AID_KEYSTORE 1017 /* keystore subsystem */
#define AID_USB 1018 /* USB devices */
#define AID_DRM 1019 /* DRM server */
-#define AID_AVAILABLE 1020 /* available for use */
+#define AID_MDNSR 1020 /* MulticastDNSResponder (service discovery) */
#define AID_GPS 1021 /* GPS daemon */
#define AID_UNUSED1 1022 /* deprecated, DO NOT USE */
#define AID_MEDIA_RW 1023 /* internal media storage write access */
@@ -111,7 +111,7 @@ static const struct android_id_info android_ids[] = {
{ "install", AID_INSTALL, },
{ "media", AID_MEDIA, },
{ "drm", AID_DRM, },
- { "available", AID_AVAILABLE, },
+ { "mdnsr", AID_MDNSR, },
{ "nfc", AID_NFC, },
{ "drmrpc", AID_DRMRPC, },
{ "shell", AID_SHELL, },