Fix typo for fix gcov build error 50/262150/2 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.5/unified/20211028.095526 accepted/tizen/7.0/unified/20221110.055855 accepted/tizen/7.0/unified/hotfix/20221116.104830 accepted/tizen/8.0/unified/20231005.092845 accepted/tizen/unified/20210804.085617 submit/tizen/20210803.055850 submit/tizen/20210803.233541 submit/tizen_6.5/20211028.161801 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorJihoon Jung <jh8801.jung@samsung.com>
Tue, 3 Aug 2021 05:52:42 +0000 (14:52 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Tue, 3 Aug 2021 05:53:48 +0000 (14:53 +0900)
Change-Id: I9f773cf1959edc9ed531f7fa760dbb4a75e79e92
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
packaging/capi-network-smartcard.spec
unittest/utc-smartcard.c

index f0806a4..fe38041 100644 (file)
@@ -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
index 4261633..ea0011b 100755 (executable)
@@ -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()
 {