diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-06-08 11:42:57 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-06-08 11:42:57 +0900 |
commit | f14b4b990dfd5e2bf6d05899b74c7b5e63e86d71 (patch) | |
tree | cd44b90953eba1f1188ada28eb9824a6ac402f78 | |
parent | c246ea9988a034d56e0ca7acc316ab807a4c2565 (diff) | |
download | building-blocks-f14b4b990dfd5e2bf6d05899b74c7b5e63e86d71.tar.gz building-blocks-f14b4b990dfd5e2bf6d05899b74c7b5e63e86d71.tar.bz2 building-blocks-f14b4b990dfd5e2bf6d05899b74c7b5e63e86d71.zip |
[TRE-2715] Replace device-manager-plugin-sc7730 with hal-backend-device-tm1 in TM1submit/tizen/20210608.082827accepted/tizen/unified/20210608.091212
Change-Id: I32fa5fad6b50a90b85396b6e41dcdd611a5bf17e
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/domain-apis-system.inc | 8 | ||||
-rw-r--r-- | packaging/platform-preset-boards-tm1.inc | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/packaging/domain-apis-system.inc b/packaging/domain-apis-system.inc index 726429e..d8e7574 100644 --- a/packaging/domain-apis-system.inc +++ b/packaging/domain-apis-system.inc @@ -30,7 +30,7 @@ Summary: Device Requires: deviced Requires: capi-system-device Requires: hal-api-device -Suggests: device-manager-plugin-sc7730 +Suggests: hal-backend-device-tm1 Suggests: device-manager-plugin-tw3 Suggests: hal-backend-device-rpi Suggests: hal-backend-device-artik @@ -42,7 +42,7 @@ However, if you want to use them, you have to choose at least one item in each d Those have a dependancy on Hardware. So, before you select, you have to make sure that which hardware you have. Then choose proper combination. -For example, device-manager-plugin-sc7730 for mobile +For example, hal-backend-device-tm1 for mobile hal-backend-device-rpi for rpi3 %files sub2-domain_API-System-Device @@ -51,7 +51,7 @@ Summary: Device_Haptic Requires: feedbackd Requires: capi-system-device Requires: hal-api-device -Suggests: device-manager-plugin-sc7730 +Suggests: hal-backend-device-tm1 Suggests: device-manager-plugin-tw3 Suggests: hal-backend-device-rpi Suggests: hal-backend-device-artik @@ -74,7 +74,7 @@ Requires: %{name}-sub2-domain_API-Multimedia-Audio_IO Requires: feedbackd Requires: libfeedback Requires: hal-api-device -Suggests: device-manager-plugin-sc7730 +Suggests: hal-backend-device-tm1 Suggests: device-manager-plugin-tw3 Suggests: hal-backend-device-rpi Suggests: hal-backend-device-artik diff --git a/packaging/platform-preset-boards-tm1.inc b/packaging/platform-preset-boards-tm1.inc index 84e1a9c..9a6d239 100644 --- a/packaging/platform-preset-boards-tm1.inc +++ b/packaging/platform-preset-boards-tm1.inc @@ -85,9 +85,9 @@ Packages for System HAL and Feature. They are mandatory. ### TM1-System_Device ### %package sub2-Preset_boards-TM1-System_Device -Summary: TM1_Deviced Plugin -Requires: device-manager-plugin-sc7730 -Requires: %{name}-sub2-domain_API-System-Device +Summary: TM1_Deviced Plugin +Requires: hal-backend-device-tm1 +Requires: %{name}-sub2-domain_API-System-Device %description sub2-Preset_boards-TM1-System_Device Packages for Deviced HAL and Feature. @@ -311,7 +311,7 @@ Packages of Telephony HAL and Feature for TM1. Summary: TM1_Feedback Requires: %{name}-sub2-domain_API-System-Feedback Requires: %{name}-sub2-Preset_boards-TM1-Audio -Requires: device-manager-plugin-sc7730 +Requires: hal-backend-device-tm1 Requires: svi-data-profile_mobile %description sub2-Preset_boards-TM1-Feedback |