From 4fc222171d88b710049b274913f6465c0eebb776 Mon Sep 17 00:00:00 2001 From: Jaehyun Kim Date: Thu, 4 Feb 2021 12:25:52 +0900 Subject: [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 --- packaging/domain-apis-network.inc | 1 + packaging/domain-halapis.inc | 15 +++++++++++++++ 2 files changed, 16 insertions(+) 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 -- cgit v1.2.3