Add EXCL macro for coverage. (Except legacy code) 46/132846/1 accepted/tizen/unified/20170608.072602 submit/tizen/20170608.044045
authorjh8801.jung <jh8801.jung@samsung.com>
Thu, 8 Jun 2017 04:17:04 +0000 (13:17 +0900)
committerjh8801.jung <jh8801.jung@samsung.com>
Thu, 8 Jun 2017 04:17:58 +0000 (13:17 +0900)
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: Icc1305cc92e9e922cc6f375e8b0fa387faeeaed3

include/ClientChannel.h [changed mode: 0644->0755]
include/ClientGDBus.h [changed mode: 0644->0755]
include/Reader.h
include/SEService.h [changed mode: 0644->0755]
include/SEServiceListener.h [changed mode: 0644->0755]
include/Session.h [changed mode: 0644->0755]
src/ClientChannel.cpp [changed mode: 0644->0755]
src/ClientGDBus.cpp
src/Reader.cpp [changed mode: 0644->0755]
src/SEService.cpp
src/Session.cpp [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 2e046f6..8566aa9
@@ -29,6 +29,8 @@
 #include "Session.h"
 #endif /* __cplusplus */
 
+/* LCOV_EXCL_START */
+
 #ifdef __cplusplus
 namespace smartcard_service_api
 {
@@ -99,3 +101,6 @@ void channel_destroy_instance(channel_h handle) __attribute__((deprecated));
 #endif /* __cplusplus */
 
 #endif /* CLIENTCHANNEL_H_ */
+
+/* LCOV_EXCL_STOP */
+
old mode 100644 (file)
new mode 100755 (executable)
index c111874..f55271b
@@ -26,6 +26,8 @@
 #include "GDBusHelper.h"
 #include "smartcard-service-gdbus.h"
 
+/* LCOV_EXCL_START */
+
 namespace smartcard_service_api
 {
        class ClientGDBus
@@ -34,3 +36,6 @@ namespace smartcard_service_api
 } /* namespace smartcard_service_api */
 
 #endif /* CLIENTGDBUS_H_ */
+
+/* LCOV_EXCL_STOP */
+
index cfcfa1d..98763ba 100755 (executable)
@@ -30,6 +30,8 @@
 #include "Session.h"
 #endif /* __cplusplus */
 
+/* LCOV_EXCL_START */
+
 #ifdef __cplusplus
 namespace smartcard_service_api
 {
@@ -85,3 +87,6 @@ __attribute__((deprecated)) void reader_destroy_instance(reader_h handle);
 #endif /* __cplusplus */
 
 #endif /* READER_H_ */
+
+/* LCOV_EXCL_STOP */
+
old mode 100644 (file)
new mode 100755 (executable)
index 6a6351d..8a8aea9
@@ -30,6 +30,8 @@
 #include "SEServiceHelper.h"
 #endif /* __cplusplus */
 
+/* LCOV_EXCL_START */
+
 #ifdef __cplusplus
 using namespace std;
 
@@ -133,3 +135,6 @@ int se_service_destroy_instance(se_service_h handle);
 #endif /* __cplusplus */
 
 #endif /* SESERVICE_H_ */
+
+/* LCOV_EXCL_STOP */
+
old mode 100644 (file)
new mode 100755 (executable)
index 2cedf27..69df306
@@ -23,6 +23,8 @@
 
 /* local header */
 
+/* LCOV_EXCL_START */
+
 namespace smartcard_service_api
 {
        class SEServiceHelper;
@@ -40,3 +42,6 @@ public:
 } /* namespace open_mobile_api */
 
 #endif /* SESERVICELISTENER_H_ */
+
+/* LCOV_EXCL_STOP */
+
old mode 100644 (file)
new mode 100755 (executable)
index 59796fc..b7933b5
@@ -28,6 +28,8 @@
 #include "SessionHelper.h"
 #endif /* __cplusplus */
 
+/* LCOV_EXCL_START */
+
 #ifdef __cplusplus
 namespace smartcard_service_api
 {
@@ -155,3 +157,6 @@ __attribute__((deprecated)) void session_destroy_instance(session_h handle);
 #endif /* __cplusplus */
 
 #endif /* SESSION_H_ */
+
+/* LCOV_EXCL_STOP */
+
old mode 100644 (file)
new mode 100755 (executable)
index b30e2e1..3f515ec
@@ -29,6 +29,8 @@
 #include "APDUHelper.h"
 #include "ClientGDBus.h"
 
+/* LCOV_EXCL_START */
+
 #ifndef EXTERN_API
 #define EXTERN_API __attribute__((visibility("default")))
 #endif
@@ -608,3 +610,6 @@ EXTERN_API void channel_destroy_instance(channel_h handle)
 {
        /* do nothing */
 }
+
+/* LCOV_EXCL_STOP */
+
index 8753572..90c7373 100755 (executable)
@@ -25,6 +25,8 @@
 #include "ByteArray.h"
 #include "ClientGDBus.h"
 
+/* LCOV_EXCL_START */
+
 using namespace std;
 
 /* below functions will be called when dlopen or dlclose is called */
@@ -43,3 +45,6 @@ void __attribute__((destructor)) lib_fini()
 namespace smartcard_service_api
 {
 } /* namespace smartcard_service_api */
+
+/* LCOV_EXCL_STOP */
+
old mode 100644 (file)
new mode 100755 (executable)
index 06857ed..1c4f198
@@ -27,6 +27,8 @@
 #include "Session.h"
 #include "ClientGDBus.h"
 
+/* LCOV_EXCL_START */
+
 #ifndef EXTERN_API
 #define EXTERN_API __attribute__((visibility("default")))
 #endif
@@ -362,3 +364,6 @@ EXTERN_API int reader_open_session(reader_h handle, reader_open_session_cb callb
 EXTERN_API void reader_destroy_instance(reader_h handle)
 {
 }
+
+/* LCOV_EXCL_STOP */
+
index 6c3882f..03d2d20 100755 (executable)
@@ -28,6 +28,8 @@
 #include "Reader.h"
 #include "ClientGDBus.h"
 
+/* LCOV_EXCL_START */
+
 #ifndef EXTERN_API
 #define EXTERN_API __attribute__((visibility("default")))
 #endif
@@ -732,3 +734,6 @@ EXTERN_API int se_service_destroy_instance(se_service_h handle)
 
        return result;
 }
+
+/* LCOV_EXCL_STOP */
+
old mode 100644 (file)
new mode 100755 (executable)
index 5089a4b..00dfe3e
@@ -29,6 +29,8 @@
 #include "ClientChannel.h"
 #include "ClientGDBus.h"
 
+/* LCOV_EXCL_START */
+
 #ifndef EXTERN_API
 #define EXTERN_API __attribute__((visibility("default")))
 #endif
@@ -866,3 +868,5 @@ EXTERN_API void session_destroy_instance(session_h handle)
 {
 }
 
+/* LCOV_EXCL_STOP */
+