diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-06-04 21:31:06 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-06-04 21:31:06 +0900 |
commit | e1b43a1e9fce04267eebae1573790e9a6495ba00 (patch) | |
tree | bc3cd8579d2e4a8253e83d02f7e2a782f34498f3 | |
parent | 738c9b5fd5fda684d155c2364e4e59177321cb1a (diff) | |
download | device-tw3-e1b43a1e9fce04267eebae1573790e9a6495ba00.tar.gz device-tw3-e1b43a1e9fce04267eebae1573790e9a6495ba00.tar.bz2 device-tw3-e1b43a1e9fce04267eebae1573790e9a6495ba00.zip |
Initialization for platform/hal/backend/tw3/device-tw3submit/tizen/20210604.123252accepted/tizen/unified/20210607.011707
Change-Id: I115b18762f8d7d12bb82dd397bd609d3fe32f396
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | packaging/hal-backend-device-tw3.manifest (renamed from packaging/device-manager-plugin-tw3.manifest) | 0 | ||||
-rw-r--r-- | packaging/hal-backend-device-tw3.spec (renamed from packaging/device-manager-plugin-tw3.spec) | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 47708fd..b976029 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) -PROJECT(device-manager-plugin-tw3 C) +PROJECT(hal-backend-device-tw3 C) SET(PREFIX ${CMAKE_INSTALL_PREFIX}) diff --git a/packaging/device-manager-plugin-tw3.manifest b/packaging/hal-backend-device-tw3.manifest index af9b883..af9b883 100644 --- a/packaging/device-manager-plugin-tw3.manifest +++ b/packaging/hal-backend-device-tw3.manifest diff --git a/packaging/device-manager-plugin-tw3.spec b/packaging/hal-backend-device-tw3.spec index 3a77b5c..9c5ee74 100644 --- a/packaging/device-manager-plugin-tw3.spec +++ b/packaging/hal-backend-device-tw3.spec @@ -1,5 +1,5 @@ -Name: device-manager-plugin-tw3 -Summary: Device manager plugin for TW3 +Name: hal-backend-device-tw3 +Summary: Device HAL backend drivers for TW3 Version: 0.0.1 Release: 0 Group: System/Hardware Adaptation @@ -18,7 +18,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %description -Device manager plugin for TW3 +Device HAL backend drivers for TW3 %prep %setup -q |