diff options
Diffstat (limited to 'notification.manifest')
-rwxr-xr-x | notification.manifest | 16 |
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> |