summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseong.chung <seong.chung@samsung.com>2014-04-07 14:48:24 +0900
committerseong.chung <seong.chung@samsung.com>2014-04-07 14:48:24 +0900
commit0ac9096fa065c7d561b998341f149047b914ae4f (patch)
tree27264791fca65c87b3005fa8e4936dc27bbd08ad
parenta88944bd617f5e03b8eb00d64c867978f4c4e132 (diff)
downloademail-0ac9096fa065c7d561b998341f149047b914ae4f.tar.gz
email-0ac9096fa065c7d561b998341f149047b914ae4f.tar.bz2
email-0ac9096fa065c7d561b998341f149047b914ae4f.zip
Modify SMACK manifest according three domain model
Change-Id: I477c0d73785fc616fa2b3b979a8b23219dccea01 Signed-off-by: seong.chung <seong.chung@samsung.com>
-rwxr-xr-xorg.tizen.email.manifest20
1 files changed, 5 insertions, 15 deletions
diff --git a/org.tizen.email.manifest b/org.tizen.email.manifest
index a17c6f5..2ff797a 100755
--- a/org.tizen.email.manifest
+++ b/org.tizen.email.manifest
@@ -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>