Initialization for platform/hal/backend/emulator/device-emulator 80/259380/2 accepted/tizen/6.5/unified/20211028.115424 accepted/tizen/unified/20210607.124255 submit/tizen/20210607.051743 submit/tizen_6.5/20211028.163201 tizen_6.5.m2_release
authorHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 7 Jun 2021 05:12:29 +0000 (14:12 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 7 Jun 2021 05:15:19 +0000 (14:15 +0900)
Change-Id: I61fd690091d4ad2cf323329d14992c34543605e2
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
CMakeLists.txt
packaging/hal-backend-device-emulator.manifest [moved from device-manager-plugin-emul.manifest with 100% similarity]
packaging/hal-backend-device-emulator.spec [moved from packaging/device-manager-plugin-emul.spec with 79% similarity]

index 00365bd..1ac7295 100644 (file)
@@ -1,5 +1,5 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-PROJECT(device-manager-plugin-emul C)
+PROJECT(hal-backend-device-emulator C)
 
 IF("${CMAKE_BUILD_TYPE}" STREQUAL "")
        SET(CMAKE_BUILD_TYPE "Release")
similarity index 79%
rename from packaging/device-manager-plugin-emul.spec
rename to packaging/hal-backend-device-emulator.spec
index 319a5d2..da45f13 100644 (file)
@@ -1,10 +1,11 @@
-Name:               device-manager-plugin-emul
-Summary:            Device manager plugin for emulator
+Name:               hal-backend-device-emulator
+Summary:            Device HAL backend drivers for emulator targets
 Version:            0.0.21
 Release:            1
 Group:              SDK/Other
 License:            Apache-2.0
 Source0:            %{name}-%{version}.tar.gz
+Source1:            %{name}.manifest
 Requires(post):     /sbin/ldconfig
 Requires(postun):   /sbin/ldconfig
 BuildRequires:      cmake
@@ -17,10 +18,11 @@ BuildRequires:      pkgconfig(capi-system-info)
 BuildRequires:      pkgconfig(hal-backend-device-common)
 
 %description
-Emulator plugin for emulator.
+Device HAL backend drivers for emulator targets
 
 %prep
 %setup -q
+cp %{SOURCE1} .
 
 %build
 export LDFLAGS+="-Wl,--rpath=%{_libdir} -Wl,--as-needed"
@@ -42,5 +44,5 @@ make
 %files
 %{_hal_licensedir}/%{name}/LICENSE
 %defattr(-,root,root,-)
-%manifest device-manager-plugin-emul.manifest
+%manifest %{name}.manifest
 %{_hal_libdir}/*.so*