Add manifast file for rule 38/76138/2
authorTaejin Woo <tt.woo@samsung.com>
Thu, 23 Jun 2016 02:41:47 +0000 (11:41 +0900)
committerTaejin Woo <tt.woo@samsung.com>
Thu, 23 Jun 2016 02:48:51 +0000 (11:48 +0900)
Change-Id: I268ae5fc71690ffbe664378376ef9c2da2c623a7
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
bluetooth-firmware-bcm.manifest [new file with mode: 0644]
packaging/bluetooth-firmware-bcm.spec

diff --git a/bluetooth-firmware-bcm.manifest b/bluetooth-firmware-bcm.manifest
new file mode 100644 (file)
index 0000000..75b0fa5
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+    <request>
+        <domain name="_"/>
+    </request>
+</manifest>
index 64106c5..b060c34 100644 (file)
@@ -58,6 +58,7 @@ cat %{_builddir}/%{name}-%{version}/LICENSE.Broadcom >> %{buildroot}/usr/share/l
 %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-end.sh
 %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-start.sh
 %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-set-addr.sh
+%manifest %{name}.manifest
 
 %post exynos3250
 rm -rf %{_prefix}/etc/bluetooth/bt-dev-start.sh
@@ -73,6 +74,7 @@ ln -s %{_prefix}/etc/bluetooth/bt-dev-start-exynos3250.sh %{_prefix}/etc/bluetoo
 %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-start-exynos3250.sh
 %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-set-addr.sh
 /usr/share/license/%{name}
+%manifest %{name}.manifest
 
 %post artik
 rm -rf %{_prefix}/etc/bluetooth/bt-dev-start.sh
@@ -87,3 +89,4 @@ ln -s %{_prefix}/etc/bluetooth/bt-dev-start-artik.sh %{_prefix}/etc/bluetooth/bt
 %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-start-artik.sh
 %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-set-addr.sh
 /usr/share/license/%{name}
+%manifest %{name}.manifest