diff options
author | Junkyeong Kim <jk0430.kim@samsung.com> | 2021-02-09 19:30:09 +0900 |
---|---|---|
committer | Junkyeong Kim <jk0430.kim@samsung.com> | 2021-02-09 19:30:13 +0900 |
commit | 818bc46b2aab624e9cec92d18f9689c8e627883e (patch) | |
tree | 00d532dfc7c372801aa6ddc541aacd78628d1105 | |
parent | bbd8d3cf0d67921880bc325a1bda29ab1f9c7329 (diff) | |
download | building-blocks-818bc46b2aab624e9cec92d18f9689c8e627883e.tar.gz building-blocks-818bc46b2aab624e9cec92d18f9689c8e627883e.tar.bz2 building-blocks-818bc46b2aab624e9cec92d18f9689c8e627883e.zip |
[TRE-2622][TRE-2623] Add hal-api-tbm and hal-api-tdm packages to building blocksubmit/tizen/20210210.031947accepted/tizen/unified/20210210.052149
Change-Id: If5137f0b7b5fc77e47298d5ed3c1215fe762e0cd
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
-rw-r--r-- | packaging/domain-apis-ui.inc | 3 | ||||
-rw-r--r-- | packaging/domain-halapis.inc | 28 |
2 files changed, 31 insertions, 0 deletions
diff --git a/packaging/domain-apis-ui.inc b/packaging/domain-apis-ui.inc index d2bf120..3236ff9 100644 --- a/packaging/domain-apis-ui.inc +++ b/packaging/domain-apis-ui.inc @@ -341,6 +341,7 @@ The Tizen platform supports the Vulkan API in order to provide the most cutting- %package sub2-domain_API-UI-TBM_Surface Summary: TBM_Surface Requires: libtbm +Requires: hal-api-tbm Suggests: %{name}-sub2-domain_API-UI-Display_Server Suggests: %{name}-sub2-domain_API-UI-Display_Server_Headless @@ -380,6 +381,8 @@ Some devices may not support Vulkan. %package sub2-domain_API-UI-Display_Server Summary: Display_Server Requires: enlightenment +Requires: hal-api-tdm + #Profiles Suggests: e-tizen-data-profile_common Suggests: e-tizen-data-profile_mobile diff --git a/packaging/domain-halapis.inc b/packaging/domain-halapis.inc index ad47077..bf1fc28 100644 --- a/packaging/domain-halapis.inc +++ b/packaging/domain-halapis.inc @@ -11,6 +11,8 @@ Requires: %{name}-sub1-domain_HALAPI-Device Requires: %{name}-sub1-domain_HALAPI-Wifi Requires: %{name}-sub1-domain_HALAPI-Uwb Requires: %{name}-sub1-domain_HALAPI-Zigbee +Requires: %{name}-sub1-domain_HALAPI-Tbm +Requires: %{name}-sub1-domain_HALAPI-Tdm %description root-domain_HALAPI __EXPAND__: domains @@ -134,3 +136,29 @@ Requires: hal-api-zigbee Zigbee HAL API (hal-api-zigbee) provides the HAL C API for Tizen internal user such as library and daemon in order to control Zigbee functionality. %files sub1-domain_HALAPI-Zigbee + +#################### +### TBM HAL API ### +#################### +%package sub1-domain_HALAPI-Tbm +Summary: TBM HAL API +Requires: hal-api-common +Requires: hal-api-tbm + +%description sub1-domain_HALAPI-Tbm +TBM HAL API (hal-api-tbm) provides the HAL C API for Tizen internal user +such as library in order to control tbm functionality. +%files sub1-domain_HALAPI-Tbm + +#################### +### TDM HAL API ### +#################### +%package sub1-domain_HALAPI-Tdm +Summary: TDM HAL API +Requires: hal-api-common +Requires: hal-api-tdm + +%description sub1-domain_HALAPI-Tdm +TDM HAL API (hal-api-tdm) provides the HAL C API for Tizen internal user +such as library in order to control tdm functionality. +%files sub1-domain_HALAPI-Tdm |