Use default floor domain. 87/11187/2 accepted/tizen/20131031.111712 submit/tizen/20131028.075919
authorJunfeng Dong <junfeng.dong@intel.com>
Tue, 22 Oct 2013 08:38:28 +0000 (16:38 +0800)
committerJunfeng Dong <junfeng.dong@intel.com>
Thu, 24 Oct 2013 08:07:20 +0000 (16:07 +0800)
Change-Id: If78248f50d5b7841db7db69594e4bd22b7f10bfb
Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
osp-app-service.manifest [deleted file]
packaging/osp-app-service.manifest [new file with mode: 0644]
packaging/osp-app-service.spec

diff --git a/osp-app-service.manifest b/osp-app-service.manifest
deleted file mode 100644 (file)
index 289f7d2..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<manifest>
-       <define>
-               <domain name="aospd00043"/>
-               <request>
-                       <smack request="secure-storage::tethering" type="rw"/>
-                       <smack request="system::vconf_network" type="rw"/>
-               </request>
-       </define>
-       <request>
-               <domain name="aospd00043"/>
-       </request>
-       <assign>
-               <filesystem path="/etc/rc.d/init.d/boot-osp.sh" label="_" exec_label="none"/>
-               <filesystem path="/usr/share/license/osp-app-service" label="_"/>
-               <filesystem path="/opt/usr/etc/system_info_cache.ini" label="_"/>
-               <filesystem path="/etc/tmpfiles.d/osp-app-service.conf" label="_" exec_label="none"/>
-               <filesystem path="/usr/lib/systemd/system/boot-osp.service" label="_" exec_label="none"/>
-               <filesystem path="/usr/lib/systemd/system/boot-osp.path" label="_" exec_label="none"/>
-               <filesystem path="/usr/lib/systemd/system/osp-tmpdir-setup.service" label="_" exec_label="none"/>
-               <filesystem path="/usr/lib/systemd/system/multi-user.target.wants/boot-osp.path" label="_" exec_label="none"/>
-               <filesystem path="/usr/lib/systemd/system/multi-user.target.wants/osp-tmpdir-setup.service" label="_" exec_label="none"/>
-               <filesystem path="/usr/lib/systemd/user/status-manager.service" label="_" exec_label="none"/>
-               <filesystem path="/usr/lib/systemd/user/tizen-mobile-session.target.wants/status-manager.service" label="_" exec_label="none"/>
-       </assign>
-</manifest>
diff --git a/packaging/osp-app-service.manifest b/packaging/osp-app-service.manifest
new file mode 100644 (file)
index 0000000..97e8c31
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_"/>
+       </request>
+</manifest>
index 0055fb5..9fe83b3 100644 (file)
@@ -1,10 +1,11 @@
 Name:          osp-app-service
-Summary:       osp application service
+Summary:       Osp application service
 Version:       1.2.2.1
 Release:       4
 Group:         System/Libraries
 License:       Apache-2.0 or Flora
 Source0:       %{name}-%{version}.tar.gz
+Source1001:    %{name}.manifest
 BuildRequires: cmake
 BuildRequires: hash-signer
 BuildRequires: pkgconfig(glib-2.0)
@@ -83,6 +84,7 @@ osp application service
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`