Add initial source codes for gtest
[platform/core/connectivity/stc-manager.git] / src / stc-manager-plugin.c
index d1e6d30..a97ae73 100755 (executable)
@@ -24,6 +24,7 @@ static gboolean stc_plugin_enabled = FALSE;
 static void *handle_plugin;
 static stc_plugin_s *stc_plugin;
 
+//LCOV_EXCL_START
 void stc_manager_plugin_init(void)
 {
        __STC_LOG_FUNC_ENTER__;
@@ -150,3 +151,4 @@ int stc_deregister_state_changed_cb(stc_s *stc)
        __STC_LOG_FUNC_EXIT__;
        return stc_plugin->deregister_state_changed_cb(stc);
 }
+//LCOV_EXCL_STOP