Added Gtest for smartcard-service
[platform/core/connectivity/smartcard-service.git] / common / GPACE.cpp
index 3aa3ba7..8c26e24 100644 (file)
@@ -32,6 +32,7 @@
 
 namespace smartcard_service_api
 {
+       /* LCOV_EXCL_START */
        GPACE::GPACE() : AccessControlList(), acl(NULL)
        {
        }
@@ -120,4 +121,5 @@ namespace smartcard_service_api
                return (acl != NULL) ? acl->isAuthorizedNFCAccess(aid, certHashes) : false;
        }
 
+       /* LCOV_EXCL_STOP */
 } /* namespace smartcard_service_api */