summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorJohn Grossman <johngro@google.com>2012-01-18 15:00:33 -0800
committerJohn Grossman <johngro@google.com>2012-02-03 17:46:00 -0800
commit9387f4f80081128601da936fe5e6006809ff479c (patch)
tree35a1afeaa43847133b1fee7743fa95957a4ded9c /cmds
parent2627965d612c3b30b59c64631d40c8a810dabba4 (diff)
downloadframeworks_base-9387f4f80081128601da936fe5e6006809ff479c.zip
frameworks_base-9387f4f80081128601da936fe5e6006809ff479c.tar.gz
frameworks_base-9387f4f80081128601da936fe5e6006809ff479c.tar.bz2
Add native common time config service.
Define a native service interface for configuring and controlling the common time service. Implement the native marshallers and stub the implementation of the new interface. Change-Id: Ia6a6a20ef3d221e8829c55be1dd5f98ed996c610
Diffstat (limited to 'cmds')
-rw-r--r--cmds/servicemanager/service_manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/servicemanager/service_manager.c b/cmds/servicemanager/service_manager.c
index 1c3dc4b..e3ce1dc 100644
--- a/cmds/servicemanager/service_manager.c
+++ b/cmds/servicemanager/service_manager.c
@@ -47,6 +47,7 @@ static struct {
{ AID_RADIO, "iphonesubinfo" },
{ AID_RADIO, "simphonebook" },
{ AID_MEDIA, "common_time.clock" },
+ { AID_MEDIA, "common_time.config" },
};
void *svcmgr_handle;