Update provider tag
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 25 Jun 2013 06:16:35 +0000 (15:16 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 25 Jun 2013 06:18:51 +0000 (15:18 +0900)
for newly added smack labels.

Change-Id: I23f84ce0582db68b64188274f2be2d6999eedee7

data-provider-master.manifest
packaging/data-provider-master.spec
src/server.c

index 1baa03a..1c8909c 100644 (file)
@@ -7,6 +7,14 @@
                        <label name="data-provider-master::db" />
                        <label name="data-provider-master::data" />
                        <label name="data-provider-master::share" />
+                       <label name="data-provider-master::shortcut" />
+                       <label name="data-provider-master::shortcut.shortcut" />
+                       <label name="data-provider-master::shortcut.livebox" />
+                       <label name="data-provider-master::badge" />
+                       <label name="data-provider-master::badge.client" />
+                       <label name="data-provider-master::notification" />
+                       <label name="data-provider-master::notification.client" />
+                       <label name="data-provider-master::utility" />
                </provide>
                <request>
                        <smack request="sys-assert::core" type="rwxat" />
index 389f7a1..db1b9c8 100644 (file)
@@ -37,6 +37,7 @@ BuildRequires: pkgconfig(notification)
 BuildRequires: pkgconfig(badge)
 BuildRequires: pkgconfig(security-server)
 Requires(post): sys-assert
+Requires(post): dbus
 
 %description
 Manage the 2nd stage livebox service provider and communicate with the viewer application.
index c916263..c7cc98d 100644 (file)
@@ -7073,14 +7073,6 @@ static struct method s_service_table[] = {
 
 static struct method s_slave_table[] = {
        {
-               .cmd = "hello",
-               .handler = slave_hello, /* slave_name, ret */
-       },
-       {
-               .cmd = "ping",
-               .handler = slave_ping, /* slave_name, ret */
-       },
-       {
                .cmd = "call",
                .handler = slave_call, /* slave_name, pkgname, filename, function, ret */
        },
@@ -7144,6 +7136,15 @@ static struct method s_slave_table[] = {
        },
 
        {
+               .cmd = "hello",
+               .handler = slave_hello, /* slave_name, ret */
+       },
+       {
+               .cmd = "ping",
+               .handler = slave_ping, /* slave_name, ret */
+       },
+
+       {
                .cmd = NULL,
                .handler = NULL,
        },