diff options
author | pr.jung <pr.jung@samsung.com> | 2018-01-23 15:28:41 +0900 |
---|---|---|
committer | Woo Chang Kim <wchang.kim@samsung.com> | 2018-01-25 01:42:44 +0000 |
commit | c38295b8a71b39dfb2debab23822991858eea234 (patch) | |
tree | 4f5b0d6a4f8a5b6cde8a222b3b15d4653e4edf86 /packaging | |
parent | 8cc111af8eb7a6b207bdfddc6144a6d592cc4f79 (diff) | |
download | building-blocks-c38295b8a71b39dfb2debab23822991858eea234.tar.gz building-blocks-c38295b8a71b39dfb2debab23822991858eea234.tar.bz2 building-blocks-c38295b8a71b39dfb2debab23822991858eea234.zip |
Rename and relocate feedbackd rpmssubmit/tizen/20180125.014359accepted/tizen/unified/20180125.060616
Change-Id: Ie20baab5d534ddd5d31ced9741699697fa05212c
Signed-off-by: pr.jung <pr.jung@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/domain-apis-system.inc | 23 | ||||
-rw-r--r-- | packaging/platform-preset-boards-artik530.inc | 3 | ||||
-rw-r--r-- | packaging/platform-preset-boards-rpi3.inc | 3 | ||||
-rw-r--r-- | packaging/platform-preset-boards-tm1.inc | 3 |
4 files changed, 21 insertions, 11 deletions
diff --git a/packaging/domain-apis-system.inc b/packaging/domain-apis-system.inc index ef09d76..811edbc 100644 --- a/packaging/domain-apis-system.inc +++ b/packaging/domain-apis-system.inc @@ -117,16 +117,20 @@ For example, deviced-profile_mobile and device-manager-plugin-sc7730 for mobile Summary: Device_Haptic Requires: feedbackd Requires: capi-system-device -Suggests: feedbackd-profile_mobile -Suggests: feedbackd-profile_wearable +Suggests: feedbackd-driver-external +Suggests: feedbackd-driver-standard +Suggests: feedbackd-driver-gpio +Suggests: feedbackd-driver-circle +Suggests: feedbackd-conf-level3 +Suggests: feedbackd-conf-level6 %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. -However, if you want to use them, you have to choose at least one item in feedbackd-profile_xxxx. +However, if you want to use them, you have to choose at least one item in feedbackd-driver-xxxx and in feedbackd-conf-levelx. Haptic has a dependancy on Profile. Before you select, you have to make sure that which Profile you have. Then choose proper one. -For example, feedbackd-profile_mobile for mobile +For example, feedbackd-driver-circle for tw1 %files sub2-domain_API-System-Device_Haptic %package sub2-domain_API-System-Device_IR @@ -218,8 +222,12 @@ Summary: Feedback Requires: %{name}-sub2-domain_API-Multimedia-Audio_IO Requires: feedbackd Requires: libfeedback -Suggests: feedbackd-profile_mobile -Suggests: feedbackd-profile_wearable +Suggests: feedbackd-driver-external +Suggests: feedbackd-driver-standard +Suggests: feedbackd-driver-gpio +Suggests: feedbackd-driver-circle +Suggests: feedbackd-conf-level3 +Suggests: feedbackd-conf-level6 Suggests: svi-data-profile_common Suggests: svi-data-profile_mobile Suggests: svi-data-profile_wearable @@ -227,12 +235,11 @@ Suggests: svi-data-profile_wearable Tizen block (set of packages) for Group of sub domain Feedback. Feedback is only available for mobile, wearable and common. If you do not want to use Feedback APIs, you do not need to choose. -However, if you want to use them, you have to choose at least one item in each feedbackd-profile_xxxx and svi-data-profile_xxxx. +However, if you want to use them, you have to choose at least one item in feedbackd-driver-xxxx and in feedbackd-conf-levelx. Those have a dependancy on Profile. Before you select, you have to make sure that which Profile you have. Then choose proper combination. For example, svi-data-profile_common for common - feedbackd-profile_mobile and svi-data-profile_mobile for mobile %files sub2-domain_API-System-Feedback %package sub2-domain_API-System-Runtime_information diff --git a/packaging/platform-preset-boards-artik530.inc b/packaging/platform-preset-boards-artik530.inc index 119c6e0..6efbf32 100644 --- a/packaging/platform-preset-boards-artik530.inc +++ b/packaging/platform-preset-boards-artik530.inc @@ -316,7 +316,8 @@ Packages of Telephony HAL and Feature for ARTIK530. Summary: ARTIK530_Feedback Requires: %{name}-sub2-domain_API-System-Feedback Requires: %{name}-sub2-Preset_boards-ARTIK530-Audio -Requires: feedbackd-profile_mobile +Requires: feedbackd-driver-gpio +Requires: feedbackd-conf-level6 Requires: svi-data-profile_common diff --git a/packaging/platform-preset-boards-rpi3.inc b/packaging/platform-preset-boards-rpi3.inc index 36a6150..2ce9b76 100644 --- a/packaging/platform-preset-boards-rpi3.inc +++ b/packaging/platform-preset-boards-rpi3.inc @@ -316,7 +316,8 @@ Packages of Telephony HAL and Feature for RPI3. Summary: RPI3_Feedback Requires: %{name}-sub2-domain_API-System-Feedback Requires: %{name}-sub2-Preset_boards-RPI3-Audio -Requires: feedbackd-profile_mobile +Requires: feedbackd-driver-gpio +Requires: feedbackd-conf-level6 Requires: svi-data-profile_mobile diff --git a/packaging/platform-preset-boards-tm1.inc b/packaging/platform-preset-boards-tm1.inc index fa0b9dd..f7a67b0 100644 --- a/packaging/platform-preset-boards-tm1.inc +++ b/packaging/platform-preset-boards-tm1.inc @@ -280,7 +280,8 @@ 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: feedbackd-profile_mobile +Requires: feedbackd-driver-standard +Requires: feedbackd-conf-level6 Requires: svi-data-profile_mobile %description sub2-Preset_boards-TM1-Feedback |