Modify SMACK manifest according three domain model 57/19157/1 accepted/tizen/common/20140506.131739 accepted/tizen/ivi/20140519.204205 accepted/tizen/mobile/20140702.100801 submit/tizen/20140502.064247
authorseong.chung <seong.chung@samsung.com>
Tue, 8 Apr 2014 06:49:33 +0000 (15:49 +0900)
committerseong.chung <seong.chung@samsung.com>
Tue, 8 Apr 2014 06:49:33 +0000 (15:49 +0900)
Change-Id: I04cae38176e713303c47882ac0b6eb5b8703c467
Signed-off-by: seong.chung <seong.chung@samsung.com>
oma-ds-agent.manifest

index 219c786..97e8c31 100755 (executable)
@@ -1,22 +1,5 @@
 <manifest>
-       <define>
-               <domain name="oma-ds-agent" />
-               <provide>
-                       <label name="oma-ds-agent::cfg" />
-                       <label name="oma-ds-agent::db" />
-               </provide>
-       </define>
-       <assign>
-               <filesystem path="/usr/share/oma-ds-cfg/eventconfig_omads" label="oma-ds-agent::cfg"/>
-               <filesystem path="/usr/share/oma-ds-cfg/noticonfig_omads" label="oma-ds-agent::cfg"/>
-               <filesystem path="/usr/share/oma-ds-cfg/omadsUI_fw_config.xml" label="oma-ds-agent::cfg"/>
-               <filesystem path="/usr/share/oma-ds-cfg/omads_fw_config.xml" label="oma-ds-agent::cfg"/>
-               <filesystem path="/opt/dbspace/.omasyncagent.db" exec_label="oma-ds-agent::db"/>
-               <filesystem path="/opt/dbspace/.omasyncagent.db-journal" exec_label="oma-ds-agent::db"/>
-               <filesystem path="/usr/share/dbus-1/system-services/com.samsung.omadsagent.service" label="_"/>
-               <filesystem path="/etc/dbus-1/system.d/com.samsung.omadsagent.conf" label="_"/>
-       </assign>
        <request>
-               <domain name="oma-ds-agent" />
+               <domain name="_"/>
        </request>
 </manifest>