diff options
author | José Bollo <jose.bollo@open.eurogiciel.org> | 2015-06-24 15:17:42 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@open.eurogiciel.org> | 2015-06-24 15:17:42 +0200 |
commit | f59b9dc191613956ec0bd4c3245be79aaee34a1f (patch) | |
tree | de49329d60966452697b6c9dcca3b9f8da56cc9d | |
parent | 45110c2bc1867e8838fb697a2d451a3b199a081f (diff) | |
download | notification-accepted/tizen_3.0.2015.q2_common.tar.gz notification-accepted/tizen_3.0.2015.q2_common.tar.bz2 notification-accepted/tizen_3.0.2015.q2_common.zip |
Align manifest to Tizen 3.0submit/tizen_3.0.2015.q2_common/20150624.131849accepted/tizen/3.0.2015.q2/common/20150624.132011tizen_3.0.2015.q2_commonaccepted/tizen_3.0.2015.q2_common
Change-Id: I0456444ed8343e4f3904bb4623bee466e1bf5f7a
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
-rw-r--r-- | notification.manifest | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/notification.manifest b/notification.manifest index 061daab..6c61ae0 100644 --- a/notification.manifest +++ b/notification.manifest @@ -1,16 +1,5 @@ <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"/> + <domain name="_"/> </request> </manifest> |