hal-api-common file doesn't contain the any sub-domain.
It means that it is not necessary to make the separate domain-halapis-common.inc.
So that remove the separate hal-api-common file and then
specify the hal-api-common information into domain-halapis.inc directly.
Change-Id: Ie51061e2bc4f8144cc12d4fe3e367fa404552f8e
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
%endif
Source1500: domain-halapis.inc
-Source1501: domain-halapis-common.inc
Source2010: epicfeature-development.inc
Source2020: epicfeature-application.inc
%endif
%{include_if_mainbuild %{SOURCE1500}}
-%{include_if_mainbuild %{SOURCE1501}}
############## EPIC FEATURES ######################
# Dev tools
+++ /dev/null
-# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway.
-# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
-
-####################
-## Common HAL API ##
-####################
-%package sub1-domain_HALAPI-Common
-Summary: Common HAL API
-Requires: hal-api-common
-
-%description sub1-domain_HALAPI-Common
-Common HAL API supports the helper functions for all HAL API packages.
-All HAL API packages must need the same operation to handle the shared library
-of HAL backend. So that common HAL API provides the helper functions in order
-to remove the duplicate code and reduce the code fragmentation. By using the
-consistent coding style on HAL API packages, it improves the readability
-and makes it easy understanding.
-%files sub1-domain_HALAPI-Common
bluetooth, sensor and so on. In order to use Tizen on new h/w device, please implment
the HAL backend packages according to HAL API interface provided by HAL API packages.
%files root-domain_HALAPI
+
+######################
+### Common HAL API ###
+######################
+%package sub1-domain_HALAPI-Common
+Summary: Common HAL API
+Requires: hal-api-common
+
+%description sub1-domain_HALAPI-Common
+Common HAL API supports the helper functions for all HAL API packages.
+All HAL API packages must need the same operation to handle the shared library
+of HAL backend. So that common HAL API provides the helper functions in order
+to remove the duplicate code and reduce the code fragmentation. By using the
+consistent coding style on HAL API packages, it improves the readability
+and makes it easy understanding.
+%files sub1-domain_HALAPI-Common