diff options
author | Jihoon Jung <jh8801.jung@samsung.com> | 2021-07-20 07:53:38 +0900 |
---|---|---|
committer | Jihoon Jung <jh8801.jung@samsung.com> | 2021-07-20 07:55:38 +0900 |
commit | e69465786390601cc7b2a202f5b7ae6582dede1d (patch) | |
tree | 4137223720d0c50f92cb2a2fe926ad59d72d88fb | |
parent | 0435fe2d44475b624dd72a8e7d8ca93d7eccf26a (diff) | |
download | building-blocks-e69465786390601cc7b2a202f5b7ae6582dede1d.tar.gz building-blocks-e69465786390601cc7b2a202f5b7ae6582dede1d.tar.bz2 building-blocks-e69465786390601cc7b2a202f5b7ae6582dede1d.zip |
[ACR-1638] Add new suggests and feature for usb smartcardsubmit/tizen/20210720.012549accepted/tizen/unified/20210720.062545
Change-Id: I5490793ef20cefe8215910f85b1def5d5cfdbbec
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
-rw-r--r-- | packaging/domain-apis-network.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index 3b95b89..ffd7c9e 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -394,17 +394,20 @@ Requires: smartcard-service-common Requires: smartcard-service Suggests: smartcard-plugin-nfc Suggests: smartcard-plugin-uicc +Suggests: smartcard-plugin-usb Suggests: %{name}-sub2-domain_API-Network-NFC Suggests: %{name}-sub1-domain_API-Telephony %description sub2-domain_API-Network-Smartcard Enabling Smartcard(Secure Element) Manager and it is possible to user Smartcard API. <br> In case of USIM device, 'smartcard-plugin-uicc' and 'sub1-domain_API-Telephony' have to be chosen. <br> -In case of embedded SE, 'smartcard-plugin-nfc' and 'sub2-domain_API-Network-NFC' have to be chosen. +In case of embedded SE, 'smartcard-plugin-nfc' and 'sub2-domain_API-Network-NFC' have to be chosen. <br> +In case of USB, 'smartcard-plugin-usb' have to be chosen. %files sub2-domain_API-Network-Smartcard %posttrans sub2-domain_API-Network-Smartcard %tizen_feature tizen.org/feature/network.secure_element true %tizen_feature tizen.org/feature/network.secure_element.ese true %tizen_feature tizen.org/feature/network.secure_element.uicc true +%tizen_feature tizen.org/feature/network.secure_element.usb true %package sub2-domain_API-Network-UWB Summary: UWB |