diff options
author | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 01:37:52 +0900 |
---|---|---|
committer | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 01:37:52 +0900 |
commit | 568c09651ccbdc576bc7662af3d9328728370262 (patch) | |
tree | 6edbe93ecee55afe6b0cb401f600d11f2212180c /org.tizen.phone.manifest | |
parent | b9b4104f70d3f35414260d964f4c7c0221d21446 (diff) | |
download | phone-contacts-568c09651ccbdc576bc7662af3d9328728370262.tar.gz phone-contacts-568c09651ccbdc576bc7662af3d9328728370262.tar.bz2 phone-contacts-568c09651ccbdc576bc7662af3d9328728370262.zip |
Tizen 2.1 base
Diffstat (limited to 'org.tizen.phone.manifest')
-rw-r--r-- | org.tizen.phone.manifest | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/org.tizen.phone.manifest b/org.tizen.phone.manifest new file mode 100644 index 0000000..739edbc --- /dev/null +++ b/org.tizen.phone.manifest @@ -0,0 +1,32 @@ +<manifest> + <define> + <domain name="org.tizen.phone"/> + <request> + <smack request="ail::db" type="rw"/> + <smack request="system::vconf" type="arwxt"/> + <smack request="system::homedir" type="arwxt"/> + <smack request="system::use_internet" type="r"/> + <smack request="xorg" type="w"/> + <smack request="contacts-service" type="rw"/> + <smack request="isf" type="rwx"/> + <smack request="pkgmgr" type="r"/> + <smack request="efreet" type="rx"/> + <smack request="msg-service" type="w"/> + <smack request="notification::db" type="rw"/> + <smack request="dbus" type="rw"/> + <smack request="app-svc::db" type="rw"/> + <smack request="contacts-service::db" type="rw"/> + <smack request="libug-phone::data" type="rwx"/> + <smack request="sound_server" type="rw"/> + <smack request="syspopup::db" type="rw"/> + </request> + </define> + <assign> + <filesystem path="/usr/share/packages/org.tizen.phone.xml" label="_" /> + <filesystem path="/usr/share/applications/org.tizen.phone.desktop" label="_" /> + <filesystem path="/usr/share/icons/default/small/org.tizen.phone.png" label="_" /> + </assign> + <request> + <domain name="org.tizen.phone"/> + </request> +</manifest> |