diff options
author | Jaehyun Kim <jeik01.kim@samsung.com> | 2021-02-04 12:25:52 +0900 |
---|---|---|
committer | Jaehyun Kim <jeik01.kim@samsung.com> | 2021-02-04 12:58:37 +0900 |
commit | 4fc222171d88b710049b274913f6465c0eebb776 (patch) | |
tree | ce08aa63a597462f3ae20a3ba590d81b84bdbebc | |
parent | dff520ba845dda0dc34c9e5ab3b5a50bfca33cef (diff) | |
download | building-blocks-4fc222171d88b710049b274913f6465c0eebb776.tar.gz building-blocks-4fc222171d88b710049b274913f6465c0eebb776.tar.bz2 building-blocks-4fc222171d88b710049b274913f6465c0eebb776.zip |
[TRE-2621] Add hal-api-wifi package to all profiles
Add hal-api-wifi package to all profiles
Change-Id: I084be9892e016c6070737cdc01e69e30817fc467
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
-rw-r--r-- | packaging/domain-apis-network.inc | 1 | ||||
-rw-r--r-- | packaging/domain-halapis.inc | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index e7391af..75f3c31 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -437,6 +437,7 @@ Requires: net-config Requires: connman Requires: wpa_supplicant Requires: capi-network-wifi-manager-tool +Requires: hal-api-wifi Requires: clat #Profiles diff --git a/packaging/domain-halapis.inc b/packaging/domain-halapis.inc index c7668f0..0afbec5 100644 --- a/packaging/domain-halapis.inc +++ b/packaging/domain-halapis.inc @@ -8,6 +8,7 @@ Requires: %{name}-sub1-domain_HALAPI-Power Requires: %{name}-sub1-domain_HALAPI-Bluetooth Requires: %{name}-sub1-domain_HALAPI-Sensor Requires: %{name}-sub1-domain_HALAPI-Device +Requires: %{name}-sub1-domain_HALAPI-Wifi %description root-domain_HALAPI __EXPAND__: domains @@ -90,3 +91,17 @@ Device HAL API (hal-api-device) provides the HAL C API for Tizen internal user such as libraries and daemons in order to control various device modules including display, battery, touchscreen, haptic, thermal, USB, led, etc. %files sub1-domain_HALAPI-Device + +#################### +### Wifi HAL API ### +#################### +%package sub1-domain_HALAPI-Wifi +Summary: WiFi HAL API +Requires: hal-api-common +Requires: hal-api-wifi + +%description sub1-domain_HALAPI-Wifi +WiFi HAL API (hal-api-wifi) provides the HAL C API for Tizen internal user +such as library and daemon in order to control wifi functionality related to +station, p2p, softap and so on. +%files sub1-domain_HALAPI-Wifi |