resetting manifest requested domain to floor 97/5397/2 accepted/tizen/ivi/genivi tizen_ivi_genivi accepted/tizen/20130710.221241 accepted/tizen/ivi/genivi/20140131.061218 ivi_oct_m2 submit/tizen/20130710.124857 submit/tizen_ivi_genivi/20140131.060920
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 15:30:39 +0000 (18:30 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Wed, 3 Jul 2013 07:17:03 +0000 (10:17 +0300)
Change-Id: I5dad51df1a25eb2767a8d6bd67f1b437e72cbc6f

packaging/tel-plugin-at_standard.manifest [new file with mode: 0644]
packaging/tel-plugin-at_standard.spec
tel-plugin-at_standard.manifest [deleted file]

diff --git a/packaging/tel-plugin-at_standard.manifest b/packaging/tel-plugin-at_standard.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 0ffc919..97c4de8 100644 (file)
@@ -5,6 +5,7 @@ Release: 1
 Group:   System/Libraries
 License: Apache
 Source0: tel-plugin-at_standard-%{version}.tar.gz
+Source1001:    tel-plugin-at_standard.manifest
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  cmake
@@ -17,6 +18,7 @@ Telephony standard AT Modem library
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
@@ -33,6 +35,7 @@ rm -rf %{buildroot}
 mkdir -p %{buildroot}/usr/share/license
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 #%doc COPYING
 %{_libdir}/telephony/plugins/*
diff --git a/tel-plugin-at_standard.manifest b/tel-plugin-at_standard.manifest
deleted file mode 100644 (file)
index 317c739..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<manifest>
-       <request>
-               <domain name="telephony_framework"/>
-       </request>
-       <assign>
-               <filesystem path="/usr/lib/telephony/plugins/at_standard-plugin.so" label="telephony_framework"/>
-       </assign>
-       <request>
-               <domain name="telephony_framework"/>
-       </request>
-</manifest>