Modify SMACK manifest according three domain model 70/19070/1
authorseong.chung <seong.chung@samsung.com>
Mon, 7 Apr 2014 05:48:24 +0000 (14:48 +0900)
committerseong.chung <seong.chung@samsung.com>
Mon, 7 Apr 2014 05:48:24 +0000 (14:48 +0900)
Change-Id: I477c0d73785fc616fa2b3b979a8b23219dccea01
Signed-off-by: seong.chung <seong.chung@samsung.com>
org.tizen.email.manifest

index a17c6f5..2ff797a 100755 (executable)
@@ -1,19 +1,9 @@
 <manifest>
-       <define>
-               <domain name="org.tizen.email" />
-       </define>
+       <request>
+               <domain name="_"/>
+       </request>      
        <assign>
-               <filesystem path="/usr/ug/lib/libug-email-composer-efl.so" label="_" />
-               <filesystem path="/usr/ug/lib/libug-email-viewer-efl.so" label="_" />
-               <filesystem path="/usr/ug/lib/libug-email-account-efl.so" label="_" />
-               <filesystem path="/usr/ug/lib/libug-email-mailbox-efl.so" label="_" />
-               <filesystem path="/usr/ug/lib/libug-email-setting-efl.so" label="_" />
-               <filesystem path="/usr/apps/org.tizen.email/lib/libemail-common.so" label="_" />
-               <filesystem path="/usr/share/packages/org.tizen.email.xml" label="_" />
-               <filesystem path="/usr/share/icons/default/small/org.tizen.email.png" label="_" />
-               <filesystem path="/usr/apps/org.tizen.email/data/_email_default.html" label="org.tizen.email" />
+               <filesystem path="/usr/apps/org.tizen.email/data" label="User" />
+               <filesystem path="/usr/apps/org.tizen.email/data/_email_default.html" label="User" />
        </assign>
-       <request>
-               <domain name="org.tizen.email" />
-       </request>
 </manifest>