diff options
-rw-r--r-- | mapping-bb-rs.xml | 3 | ||||
-rw-r--r-- | mapping-bb-tct.xml | 1 | ||||
-rw-r--r-- | packaging/domain-apis-security.inc | 9 |
3 files changed, 13 insertions, 0 deletions
diff --git a/mapping-bb-rs.xml b/mapping-bb-rs.xml index 233ba45..90de2b9 100644 --- a/mapping-bb-rs.xml +++ b/mapping-bb-rs.xml @@ -360,6 +360,9 @@ <buildingblock name="building-blocks-sub2-domain_API-Security-OpenSSL"> <rs_info>openssl-rs.xml</rs_info> </buildingblock> + <buildingblock name="building-blocks-sub2-domain_API-Security-Privacy_Privilege"> + <rs_info>capi-privacy-privilege-manager-rs.xml</rs_info> + </buildingblock> <buildingblock name="building-blocks-sub2-domain_API-Security-Privilege_Info"> <rs_info>privilege-info-rs.xml</rs_info> </buildingblock> diff --git a/mapping-bb-tct.xml b/mapping-bb-tct.xml index 672af87..88f6fd2 100644 --- a/mapping-bb-tct.xml +++ b/mapping-bb-tct.xml @@ -306,6 +306,7 @@ <precondition>wifi</precondition> </imageid> <imageid name="TC0027"> + <tct_info>tct-privacy-privilege-manager-native-utc</tct_info> <tct_info>tct-privilege-info-native-itc</tct_info> <tct_info>tct-privilege-info-native-utc</tct_info> <tct_info>tct-yaca-native-itc</tct_info> diff --git a/packaging/domain-apis-security.inc b/packaging/domain-apis-security.inc index 62ed9d0..87ad6e4 100644 --- a/packaging/domain-apis-security.inc +++ b/packaging/domain-apis-security.inc @@ -14,6 +14,7 @@ Suggests: %{name}-sub2-domain_API-Security-OpenSSL Suggests: %{name}-sub2-domain_API-Security-Privilege_Info Suggests: %{name}-sub2-domain_API-Security-YACA Suggests: %{name}-sub2-domain_API-Security-Device_Certificate +Suggests: %{name}-sub2-domain_API-Security-Privacy_Privilege %description sub1-domain_API-Security Tizen block (set of packages) for Group of domain API-Security %files sub1-domain_API-Security @@ -77,3 +78,11 @@ Requires: device-certificate-manager Device Certificate Manager provides cryptography services for the Iotivity framework with keys and certitifcates embedded into a device. %files sub2-domain_API-Security-Device_Certificate + +%package sub2-domain_API-Security-Privacy_Privilege +Summary: Privacy_Privilege +Requires: capi-privacy-privilege-manager +%description sub2-domain_API-Security-Privacy_Privilege +The Privacy Privilege Manager provides functions for privacy privileged app. It allows an app to check if it has a given privacy privilege. Additionally, it allows an app to display appropriate pop-up to ask users whether to give the privileges to it or not. +%files sub2-domain_API-Security-Privacy_Privilege + |