summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyotaek Shim <hyotaek.shim@samsung.com>2021-06-04 17:55:57 +0900
committerHyotaek Shim <hyotaek.shim@samsung.com>2021-06-04 18:04:37 +0900
commitd7451d5ec2dc7c3fefa4b444077e07d6f6b381a0 (patch)
tree1d7720b19c588bddc7ec7d69938a4af84d92a42d
parent43d33f52dbf1210982df0c859a8489eb256c392a (diff)
downloaddevice-rpi-d7451d5ec2dc7c3fefa4b444077e07d6f6b381a0.tar.gz
device-rpi-d7451d5ec2dc7c3fefa4b444077e07d6f6b381a0.tar.bz2
device-rpi-d7451d5ec2dc7c3fefa4b444077e07d6f6b381a0.zip
Initialization for platform/hal/backend/rpi/device-rpisubmit/tizen/20210604.091051accepted/tizen/unified/20210604.120629
Change-Id: I293ccef227500f1da22558e16670d37002e60cdf Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r--CMakeLists.txt4
-rw-r--r--LICENSE.Apache-2.0 (renamed from LICENSE)0
-rw-r--r--packaging/hal-backend-device-rpi.manifest (renamed from packaging/device-manager-plugin-rpi3.manifest)0
-rw-r--r--packaging/hal-backend-device-rpi.spec (renamed from packaging/device-manager-plugin-rpi3.spec)10
4 files changed, 7 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7593cf3..8308031 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-PROJECT(device-manager-plugin-rpi3 C)
+PROJECT(hal-backend-device-rpi C)
SET(PREFIX ${CMAKE_INSTALL_PREFIX})
@@ -9,7 +9,7 @@ IF(ENABLE_DLOG STREQUAL on)
ADD_DEFINITIONS("-DFEATURE_DLOG")
ENDIF()
-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE DESTINATION ${HAL_LICENSE_DIR}/${PROJECT_NAME})
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.Apache-2.0 DESTINATION ${HAL_LICENSE_DIR}/${PROJECT_NAME})
ADD_SUBDIRECTORY(hw/board)
ADD_SUBDIRECTORY(hw/display)
diff --git a/LICENSE b/LICENSE.Apache-2.0
index fef8c29..fef8c29 100644
--- a/LICENSE
+++ b/LICENSE.Apache-2.0
diff --git a/packaging/device-manager-plugin-rpi3.manifest b/packaging/hal-backend-device-rpi.manifest
index af9b883..af9b883 100644
--- a/packaging/device-manager-plugin-rpi3.manifest
+++ b/packaging/hal-backend-device-rpi.manifest
diff --git a/packaging/device-manager-plugin-rpi3.spec b/packaging/hal-backend-device-rpi.spec
index 31b0fd9..d6e3911 100644
--- a/packaging/device-manager-plugin-rpi3.spec
+++ b/packaging/hal-backend-device-rpi.spec
@@ -1,6 +1,6 @@
-Name: device-manager-plugin-rpi3
-Summary: Device manager plugin rpi3
-Version: 0.0.2
+Name: hal-backend-device-rpi
+Summary: Device HAL backend drivers for rpi targets
+Version: 0.0.1
Release: 0
Group: System/Hardware Adaptation
License: Apache-2.0
@@ -17,7 +17,7 @@ BuildRequires: pkgconfig(libsyscommon)
BuildRequires: pkgconfig(hal-backend-device-common)
%description
-Device manager plugin Raspberry Pi 3
+Device HAL backend drivers for Raspberry Pi targets
%prep
%setup -q
@@ -42,4 +42,4 @@ make %{?jobs:-j%jobs}
%files
%{_hal_libdir}/*.so*
%manifest %{name}.manifest
-%{_hal_licensedir}/%{name}/LICENSE
+%{_hal_licensedir}/%{name}/LICENSE.Apache-2.0