[TRE-2622][TRE-2623] Add hal-api-tbm and hal-api-tdm packages to building block 84/253384/1 accepted/tizen/unified/20210210.052149 submit/tizen/20210210.031947
authorJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 9 Feb 2021 10:30:09 +0000 (19:30 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 9 Feb 2021 10:30:13 +0000 (19:30 +0900)
Change-Id: If5137f0b7b5fc77e47298d5ed3c1215fe762e0cd
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
packaging/domain-apis-ui.inc
packaging/domain-halapis.inc

index d2bf120cac70c0d53902c66c8c2d2ea221c2a55d..3236ff9d4c9fa060e53a2cad2eb6e5572aaff1ba 100644 (file)
@@ -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
index ad47077768b310085b34614e812a08e9d2f95d85..bf1fc283b2dcd421fd5c9665668b159cbb1bfaeb 100644 (file)
@@ -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