summaryrefslogtreecommitdiff
path: root/notification.manifest
diff options
context:
space:
mode:
authorSehong Na <sehong.na@samsung.com>2014-05-31 12:54:39 +0900
committerSehong Na <sehong.na@samsung.com>2014-05-31 12:54:39 +0900
commit4878f0a7005bcb6bbc8e846c60dcdfacac4ac42e (patch)
tree1d5a690bc4b89effd4cd3f87f3964c7f512a43e1 /notification.manifest
downloadnotification-4878f0a7005bcb6bbc8e846c60dcdfacac4ac42e.tar.gz
notification-4878f0a7005bcb6bbc8e846c60dcdfacac4ac42e.tar.bz2
notification-4878f0a7005bcb6bbc8e846c60dcdfacac4ac42e.zip
Initialize Tizen 2.3
Diffstat (limited to 'notification.manifest')
-rwxr-xr-xnotification.manifest16
1 files changed, 16 insertions, 0 deletions
diff --git a/notification.manifest b/notification.manifest
new file mode 100755
index 0000000..061daab
--- /dev/null
+++ b/notification.manifest
@@ -0,0 +1,16 @@
+<manifest>
+ <define>
+ <domain name="notification"/>
+ <provide>
+ <label name="notification::db"/>
+ </provide>
+ </define>
+ <assign>
+ <filesystem path="/usr/lib/libnotification.so.0.1.0" label="_"/>
+ <filesystem path="/usr/lib/libnotification.so.0" label="_"/>
+ <filesystem path="/usr/lib/libnotification.so" label="_"/>
+ </assign>
+ <request>
+ <domain name="notification"/>
+ </request>
+</manifest>