Add default smack manifest 69/14469/1 accepted/tizen/mobile tizen accepted/tizen/mobile/20140107.013346 submit/tizen/20140107.012330
authorChengwei Yang <chengwei.yang@intel.com>
Sat, 4 Jan 2014 03:48:40 +0000 (11:48 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Sat, 4 Jan 2014 03:48:40 +0000 (11:48 +0800)
Change-Id: I9129c550436ce69ad3ee26f05483a2381f8b7822
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
packaging/linux-firmware-clovertrail.manifest [new file with mode: 0644]
packaging/linux-firmware-clovertrail.spec

diff --git a/packaging/linux-firmware-clovertrail.manifest b/packaging/linux-firmware-clovertrail.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index f3d20c5..a0447fb 100644 (file)
@@ -7,6 +7,7 @@ Group:          System/Kernel
 License:       Redistributable, no modification permitted
 
 Source0: %{name}-%{version}.tar.bz2
+Source1001: linux-firmware-clovertrail.manifest
 
 %description
 Firmware files for kernel drivers specific to the Clovertrail platform
@@ -15,6 +16,7 @@ Firmware files for kernel drivers specific to the Clovertrail platform
 %setup -q
 
 %build
+cp %{SOURCE1001} .
 
 %install
 install -d %{buildroot}/lib/
@@ -24,6 +26,6 @@ cp -r firmware %{buildroot}/lib/
 rm -rf %{buildroot}
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 /lib/firmware/*
-