Replace manifest with default floor 13/3813/1
authorXavier Roche <xavrock.os@gmail.com>
Wed, 5 Jun 2013 09:38:42 +0000 (11:38 +0200)
committerXavier Roche <xavrock.os@gmail.com>
Wed, 5 Jun 2013 09:38:42 +0000 (11:38 +0200)
libshortcut.manifest

index f1055e7..2407763 100644 (file)
@@ -1,22 +1,6 @@
 <manifest>
-       <!-- Shortcut service -->
-       <define>
-               <domain name="shortcut-service" policy="restricted" />
-               <provide>
-                       <label name="shortcut-service::db" />
-               </provide>
-       </define>
        <request>
-               <domain name="_" />
+               <domain name="_"/>
        </request>
 
-       <assign>
-               <!-- Executable file -->
-               <filesystem path="/usr/lib/libshortcut.so.0.0.1" label="_" />
-               <filesystem path="/usr/etc/package-manager/parserlib/libshortcut-list.so" label="_" />
-
-               <!-- Database file -->
-               <filesystem path="/opt/dbspace/.shortcut_service.db" label="shortcut-service::db" />
-               <filesystem path="/opt/dbspace/.shortcut_service.db-journal" label="shortcut-service::db" />
-       </assign>
 </manifest>