summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2012-03-27 16:59:27 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2012-04-06 15:38:21 -0700
commit1d91fcf7c0a31d27097b196579a37873ba1c0934 (patch)
tree198e0ee95c9be4951611388f80ec170e30c94db6 /include/private
parentc8583c680a62dcd8f66952a71cd986f477aa1241 (diff)
downloadcore-1d91fcf7c0a31d27097b196579a37873ba1c0934.tar.gz
core-1d91fcf7c0a31d27097b196579a37873ba1c0934.tar.bz2
core-1d91fcf7c0a31d27097b196579a37873ba1c0934.zip
Add MDNS service
Adds both the new service and another socket for netd. Change-Id: Ie0271a2c48aa55217ae3fcdcc8e121b86b5a589b
Diffstat (limited to 'include/private')
-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 8e9edd918..16bedb5c6 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, },