Added Gtest for smartcard-service
[platform/core/connectivity/smartcard-service.git] / common / include / Terminal.h
index c26003a..af72b10 100644 (file)
@@ -27,6 +27,7 @@
 
 namespace smartcard_service_api
 {
+       /* LCOV_EXCL_START */
        typedef void (*terminalNotificationCallback)(const void *terminal, int event, int error, void *user_param);
 
        typedef void (*terminalTransmitCallback)(const unsigned char *buffer, unsigned int length, int error, void *userParam);
@@ -69,5 +70,6 @@ namespace smartcard_service_api
                virtual int getATR(terminalGetATRCallback callback, void *userData) = 0;
        };
 
+       /* LCOV_EXCL_STOP */
 } /* namespace smartcard_service_api */
 #endif /* TERMINAL_H_ */