Add dali-addon.manifest 58/55158/4
authorYoonsang Lee <ysang114.lee@samsung.com>
Tue, 22 Dec 2015 07:50:39 +0000 (16:50 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Thu, 31 Dec 2015 03:18:46 +0000 (12:18 +0900)
- Set smack label to '_'
- Without this patch, js native application wouldn't be launched (with jsnative).

Change-Id: I12bd9fbddbd646747368f4ea89899c8e354ba895

dali-addon.manifest [new file with mode: 0644]
packaging/dali-addon.spec

diff --git a/dali-addon.manifest b/dali-addon.manifest
new file mode 100644 (file)
index 0000000..75b0fa5
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+    <request>
+        <domain name="_"/>
+    </request>
+</manifest>
index 35f956c..fe4bc23 100644 (file)
@@ -91,6 +91,7 @@ exit 0
 # Files in Binary Packages
 ##############################
 %files
 # Files in Binary Packages
 ##############################
 %files
+%manifest dali-addon.manifest
 %defattr(-,root,root,-)
 %{installPath}
 
 %defattr(-,root,root,-)
 %{installPath}