diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2020-08-12 15:44:03 +0900 |
---|---|---|
committer | Pyun DoHyun <dh79.pyun@samsung.com> | 2020-08-24 23:36:31 +0000 |
commit | 0101fcad7f4540f5da8f419bb3363c9ea3babeb4 (patch) | |
tree | 7d40b0d09b41a68703cf8ed8a71a1d08d5cb1719 | |
parent | 4d73749e74373555b59354fe2dd63602a2733547 (diff) | |
download | building-blocks-0101fcad7f4540f5da8f419bb3363c9ea3babeb4.tar.gz building-blocks-0101fcad7f4540f5da8f419bb3363c9ea3babeb4.tar.bz2 building-blocks-0101fcad7f4540f5da8f419bb3363c9ea3babeb4.zip |
Add UserAwareness to building block
Change-Id: I47f4b774a94c7ddb9724085d8ea79d241f7ee607
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r-- | packaging/domain-apis-network.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index e3e6d2a..8ab4731 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -30,6 +30,7 @@ Suggests: %{name}-sub2-domain_API-Network-WiFi_Manager Suggests: %{name}-sub2-domain_API-Network-WiFi_Direct Suggests: %{name}-sub2-domain_API-Network-ZigBee Suggests: %{name}-sub2-domain_API-Network-WiFi_Aware +Suggests: %{name}-sub2-domain_API-Network-UserAwareness %description sub1-domain_API-Network Tizen block (set of packages) for Group of domain API-Network %files sub1-domain_API-Network @@ -514,4 +515,17 @@ Enabling WiFi Aware (NAN) API <br> %files sub2-domain_API-Network-WiFi_Aware %posttrans sub2-domain_API-Network-WiFi_Aware +%package sub2-domain_API-Network-UserAwareness +Summary: User Awareness (UA) +Requires: capi-network-ua +Requires: ua-manager +Suggests: %{name}-sub2-domain_API-Network-WiFi_Manager +Suggests: ua-plugin-wifi-dummy + +%description sub2-domain_API-Network-UserAwareness +Enabling User Awareness (UA) API <br> +In case of no plugin in device, 'ua-plugin-wifi-dummy' and 'sub2-domain_API-Network-WiFi_Manager' have to be chosen. <br> + +%files sub2-domain_API-Network-UserAwareness +%posttrans sub2-domain_API-Network-UserAwareness |