summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-jae Park <nicesj@nicesj.com>2014-04-07 17:42:50 -0700
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2014-04-07 17:42:50 -0700
commit034ebf64af63d0f907b14d6b64ab92288f97fd3b (patch)
tree89f0f53de76f0e3e65f191c34de6aeaea3c4e3d9
parent14465e263e85c197112f8be115816675eaf32e6d (diff)
parent0ac9096fa065c7d561b998341f149047b914ae4f (diff)
downloademail-034ebf64af63d0f907b14d6b64ab92288f97fd3b.tar.gz
email-034ebf64af63d0f907b14d6b64ab92288f97fd3b.tar.bz2
email-034ebf64af63d0f907b14d6b64ab92288f97fd3b.zip
Merge "Modify SMACK manifest according three domain model" into tizen
-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>