From: Jihoon Jung Date: Tue, 3 Aug 2021 05:52:42 +0000 (+0900) Subject: Fix typo for fix gcov build error X-Git-Tag: accepted/tizen/6.5/unified/20211028.095526^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;p=platform%2Fcore%2Fapi%2Fsmartcard.git Fix typo for fix gcov build error Change-Id: I9f773cf1959edc9ed531f7fa760dbb4a75e79e92 Signed-off-by: Jihoon Jung --- diff --git a/packaging/capi-network-smartcard.spec b/packaging/capi-network-smartcard.spec index f0806a4..fe38041 100644 --- a/packaging/capi-network-smartcard.spec +++ b/packaging/capi-network-smartcard.spec @@ -1,6 +1,6 @@ Name: capi-network-smartcard Summary: A Smartcard library in Native API -Version: 0.0.15 +Version: 0.0.16 Release: 0 Group: Network & Connectivity/Smartcard License: Apache-2.0 diff --git a/unittest/utc-smartcard.c b/unittest/utc-smartcard.c index 4261633..ea0011b 100755 --- a/unittest/utc-smartcard.c +++ b/unittest/utc-smartcard.c @@ -20,7 +20,7 @@ #define SE_FEATURE "http://tizen.org/feature/network.secure_element" #define SE_UICC_FEATURE "http://tizen.org/feature/network.secure_element.uicc" #define SE_ESE_FEATURE "http://tizen.org/feature/network.secure_element.ese" -#define SE_ESE_FEATURE "http://tizen.org/feature/network.secure_element.usb" +#define SE_USB_FEATURE "http://tizen.org/feature/network.secure_element.usb" bool _is_support_smartcard() {