diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-06-08 09:26:51 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-06-08 09:26:51 +0900 |
commit | c246ea9988a034d56e0ca7acc316ab807a4c2565 (patch) | |
tree | e3aec69d4f06cb10fcd87123783f5e58f64b009e | |
parent | fe2b334c33c8d7151759a23a69b4b5c60302eb87 (diff) | |
download | building-blocks-c246ea9988a034d56e0ca7acc316ab807a4c2565.tar.gz building-blocks-c246ea9988a034d56e0ca7acc316ab807a4c2565.tar.bz2 building-blocks-c246ea9988a034d56e0ca7acc316ab807a4c2565.zip |
[TRE-2714] Replace device-manager-plugin-emul with hal-backend-device-emulator
Change-Id: If6b4c5f74ebe07d5ff44055edbd628e672f27232
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/domain-apis-system.inc | 6 | ||||
-rw-r--r-- | packaging/platform-preset-boards-emul.inc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/packaging/domain-apis-system.inc b/packaging/domain-apis-system.inc index c4044cf..726429e 100644 --- a/packaging/domain-apis-system.inc +++ b/packaging/domain-apis-system.inc @@ -34,7 +34,7 @@ Suggests: device-manager-plugin-sc7730 Suggests: device-manager-plugin-tw3 Suggests: hal-backend-device-rpi Suggests: hal-backend-device-artik -Suggests: device-manager-plugin-emul +Suggests: hal-backend-device-emulator %description sub2-domain_API-System-Device Tizen block (set of packages) for Group of sub domain Device. If you do not want to use Device APIs, you do not need to choose. @@ -55,7 +55,7 @@ Suggests: device-manager-plugin-sc7730 Suggests: device-manager-plugin-tw3 Suggests: hal-backend-device-rpi Suggests: hal-backend-device-artik -Suggests: device-manager-plugin-emul +Suggests: hal-backend-device-emulator %description sub2-domain_API-System-Device_Haptic Tizen block (set of packages) for Group of sub domain Device_Haptic. If you do not want to use Device_Haptic APIs, you do not need to choose. @@ -78,7 +78,7 @@ Suggests: device-manager-plugin-sc7730 Suggests: device-manager-plugin-tw3 Suggests: hal-backend-device-rpi Suggests: hal-backend-device-artik -Suggests: device-manager-plugin-emul +Suggests: hal-backend-device-emulator Suggests: svi-data-profile_common Suggests: svi-data-profile_mobile Suggests: svi-data-profile_wearable diff --git a/packaging/platform-preset-boards-emul.inc b/packaging/platform-preset-boards-emul.inc index 8e7d7ef..3a3efad 100644 --- a/packaging/platform-preset-boards-emul.inc +++ b/packaging/platform-preset-boards-emul.inc @@ -141,7 +141,7 @@ Packages for System HAL and Feature. They are mandatory. Summary: EMUL_Deviced Plugin Requires: %{name}-sub2-domain_API-System-Device Requires: deviced-plugin-profile-iot -Requires: device-manager-plugin-emul +Requires: hal-backend-device-emulator %description sub2-Preset_boards-EMUL-System_Device Packages for Deviced HAL and Feature. @@ -435,7 +435,7 @@ Packages of Telephony HAL and Feature for EMUL. Summary: EMUL_Feedback Requires: %{name}-sub2-domain_API-System-Feedback Requires: %{name}-sub2-Preset_boards-EMUL-Audio -Requires: device-manager-plugin-emul +Requires: hal-backend-device-emulator Requires: svi-data-profile_common |