Add LGCOV Flag for clientlib 61/74661/2 accepted/tizen/common/20160615.193701 accepted/tizen/ivi/20160616.002637 accepted/tizen/mobile/20160616.002618 accepted/tizen/tv/20160616.002555 accepted/tizen/wearable/20160616.002604 submit/tizen/20160615.070802
authorJihoon Jung <jh8801.jung@samsung.com>
Wed, 15 Jun 2016 07:02:08 +0000 (16:02 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Wed, 15 Jun 2016 07:03:46 +0000 (16:03 +0900)
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I95d9a9a8d15d630664a5de90d20ec581fe1362e6

24 files changed:
src/net_nfc_client.c
src/net_nfc_client_context.c
src/net_nfc_client_data.c
src/net_nfc_client_handover.c
src/net_nfc_client_hce.c
src/net_nfc_client_hce_ipc.c
src/net_nfc_client_llcp.c
src/net_nfc_client_manager.c
src/net_nfc_client_ndef.c
src/net_nfc_client_ndef_message.c
src/net_nfc_client_ndef_message_handover.c
src/net_nfc_client_ndef_record.c
src/net_nfc_client_p2p.c
src/net_nfc_client_se.c
src/net_nfc_client_sign_record.c
src/net_nfc_client_snep.c
src/net_nfc_client_system_handler.c
src/net_nfc_client_tag.c
src/net_nfc_client_tag_felica.c
src/net_nfc_client_tag_jewel.c
src/net_nfc_client_tag_mifare.c
src/net_nfc_client_target_info.c
src/net_nfc_client_test.c
src/net_nfc_client_transceive.c

index 74da6d5..ab05270 100755 (executable)
@@ -37,6 +37,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 void __attribute__ ((constructor)) lib_init()
 {
 }
@@ -90,3 +92,6 @@ void net_nfc_client_gdbus_deinit(void)
        net_nfc_client_tag_deinit();
        net_nfc_client_manager_deinit();
 }
+
+/* LCOV_EXCL_STOP */
+
index de6afd0..51eee30 100755 (executable)
@@ -23,6 +23,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 
 NET_NFC_EXPORT_API
 net_nfc_error_e net_nfc_client_initialize()
@@ -80,3 +82,6 @@ net_nfc_error_e net_nfc_client_get_nfc_state(int *state)
 
        return ret;
 }
+
+/* LCOV_EXCL_STOP */
+
index a2109d1..a11604e 100755 (executable)
@@ -24,6 +24,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 NET_NFC_EXPORT_API net_nfc_error_e net_nfc_create_data_only(data_h *data)
 {
        return net_nfc_create_data(data, NULL, 0);
@@ -128,3 +130,6 @@ NET_NFC_EXPORT_API net_nfc_error_e net_nfc_free_data(data_h data)
 
        return NET_NFC_OK;
 }
+
+/* LCOV_EXCL_STOP */
+
index 312b329..9f301f9 100755 (executable)
@@ -26,6 +26,8 @@
 #include "net_nfc_client_manager.h"
 #include "net_nfc_client_handover.h"
 
+/* LCOV_EXCL_START */
+
 #ifndef NET_NFC_EXPORT_API
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
@@ -345,3 +347,6 @@ void net_nfc_client_handover_deinit(void)
                handover_proxy = NULL;
        }
 }
+
+/* LCOV_EXCL_STOP */
+
index 0e8a628..0cdc55d 100755 (executable)
@@ -28,6 +28,8 @@
 #include "net_nfc_client_hce_ipc.h"
 #include "net_nfc_client_hce.h"
 
+/* LCOV_EXCL_START */
+
 
 #ifndef NET_NFC_EXPORT_API
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
@@ -283,3 +285,6 @@ void net_nfc_client_hce_deinit(void)
                hce_proxy = NULL;
        }
 }
+
+/* LCOV_EXCL_STOP */
+
index 37b18c6..916074e 100755 (executable)
@@ -31,6 +31,8 @@
 #include <signal.h>
 #include <glib-object.h>
 
+/* LCOV_EXCL_START */
+
 #include "net_nfc_typedef_internal.h"
 #include "net_nfc_debug_internal.h"
 #include "net_nfc_util_defines.h"
@@ -353,3 +355,6 @@ void net_nfc_client_hce_ipc_deinit()
        if (net_nfc_client_hce_ipc_is_initialized() == true)
                _finalize_client_socket();
 }
+
+/* LCOV_EXCL_STOP */
+
index fb74dd0..488c7bb 100755 (executable)
@@ -27,6 +27,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 typedef struct _LlcpFuncData LlcpFuncData;
 
 struct _LlcpFuncData {
@@ -2305,3 +2307,6 @@ void net_nfc_client_llcp_deinit(void)
                llcp_proxy = NULL;
        }
 }
+
+/* LCOV_EXCL_STOP */
+
index ca640a9..03535a3 100755 (executable)
@@ -26,6 +26,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 #define DEACTIVATE_DELAY       500 /* ms */
 #define ACTIVATE_DELAY 100 /* ms */
 
@@ -430,3 +432,6 @@ bool net_nfc_client_manager_is_activated()
 
        return is_activated;
 }
+
+/* LCOV_EXCL_STOP */
+
index 3f28e63..973adbd 100755 (executable)
@@ -32,6 +32,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 static NetNfcGDbusNdef *ndef_proxy = NULL;
 
 static gboolean ndef_is_supported_tag(void);
@@ -595,3 +597,6 @@ void net_nfc_client_ndef_deinit(void)
                ndef_proxy = NULL;
        }
 }
+
+/* LCOV_EXCL_STOP */
+
index 9d6255d..db3705e 100755 (executable)
@@ -26,6 +26,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 
 #ifndef NET_NFC_MANAGER_DATA_PATH
 #define NET_NFC_MANAGER_DATA_PATH              "/opt/usr/share/nfc-manager-daemon"
@@ -262,3 +264,6 @@ net_nfc_error_e net_nfc_retrieve_current_ndef_message(
 
        return result;
 }
+
+/* LCOV_EXCL_STOP */
+
index 1b90231..6168562 100755 (executable)
@@ -26,6 +26,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 NET_NFC_EXPORT_API
 net_nfc_error_e net_nfc_create_carrier_config(net_nfc_carrier_config_h *config,
        net_nfc_conn_handover_carrier_type_e type)
@@ -369,3 +371,6 @@ net_nfc_error_e net_nfc_create_handover_error_record(ndef_record_h *record, uint
 {
        return net_nfc_util_create_handover_error_record((ndef_record_s **)record, reason, data);
 }
+
+/* LCOV_EXCL_STOP */
+
index 3f85f5e..e0ee455 100755 (executable)
@@ -25,6 +25,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 NET_NFC_EXPORT_API
 net_nfc_error_e net_nfc_create_record(ndef_record_h *record,
        net_nfc_record_tnf_e tnf, data_h typeName, data_h id, data_h payload)
@@ -309,3 +311,6 @@ net_nfc_error_e net_nfc_create_uri_string_from_uri_record(ndef_record_h record,
        return net_nfc_util_create_uri_string_from_uri_record(
                (ndef_record_s *)record, uri);
 }
+
+/* LCOV_EXCL_STOP */
+
index ffa1691..11cb902 100755 (executable)
@@ -29,6 +29,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 typedef struct _P2p_SignalHandler P2pSignalHandler;
 
 struct _P2p_SignalHandler {
@@ -353,3 +355,6 @@ void net_nfc_client_p2p_deinit(void)
                p2p_proxy = NULL;
        }
 }
+
+/* LCOV_EXCL_STOP */
+
index b9c17db..98be4ff 100755 (executable)
@@ -32,6 +32,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 typedef struct _SeFuncData SeFuncData;
 
 struct _SeFuncData {
@@ -1811,3 +1813,6 @@ void net_nfc_client_se_deinit(void)
                auto_start_proxy = NULL;
        }
 }
+
+/* LCOV_EXCL_STOP */
+
index 9d93847..e8e3c88 100755 (executable)
@@ -21,6 +21,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 NET_NFC_EXPORT_API net_nfc_error_e net_nfc_sign_records(ndef_message_h msg, int begin_index, int end_index, char *cert_file, char *password)
 {
        return net_nfc_util_sign_records((ndef_message_s *)msg, begin_index, end_index, cert_file, password);
@@ -40,3 +42,6 @@ NET_NFC_EXPORT_API net_nfc_error_e net_nfc_verify_signature_records(ndef_record_
 {
        return net_nfc_util_verify_signature_records((ndef_record_s *)begin_record, (ndef_record_s *)sign_record);
 }
+
+/* LCOV_EXCL_STOP */
+
index ebdb9b2..7b7ecfd 100755 (executable)
@@ -30,6 +30,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 static NetNfcGDbusSnep *snep_proxy = NULL;
 
 /*******************************************************************/
@@ -481,3 +483,6 @@ void net_nfc_client_snep_deinit(void)
                snep_proxy = NULL;
        }
 }
+
+/* LCOV_EXCL_STOP */
+
index 338e6a8..8e2996d 100755 (executable)
@@ -28,6 +28,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 static NetNfcGDbusPopup *popup_proxy = NULL;
 static int popup_state = 0;
 
@@ -297,3 +299,6 @@ void net_nfc_client_sys_handler_deinit(void)
                popup_proxy = NULL;
        }
 }
+
+/* LCOV_EXCL_STOP */
+
index a56b306..33e42a5 100755 (executable)
@@ -31,6 +31,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 static NetNfcGDbusTag *tag_proxy = NULL;
 
 static NetNfcCallback tag_discovered_func_data;
@@ -818,3 +820,6 @@ void net_nfc_client_tag_deinit(void)
                tag_proxy = NULL;
        }
 }
+
+/* LCOV_EXCL_STOP */
+
index 8fdd2df..70053c3 100755 (executable)
@@ -29,6 +29,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 #define FELICA_CMD_POLL 0x00
 #define FELICA_CMD_REQ_SERVICE 0x02
 #define FELICA_CMD_REQ_RESPONSE 0x04
@@ -505,3 +507,6 @@ net_nfc_error_e net_nfc_client_felica_request_system_code(
                                        callback,
                                        user_data);
 }
+
+/* LCOV_EXCL_STOP */
+
index 4763301..abb212a 100755 (executable)
@@ -30,6 +30,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 
 #define JEWEL_CMD_REQA 0x26
 #define JEWEL_CMD_WUPA 0x52
@@ -352,3 +354,6 @@ net_nfc_error_e net_nfc_client_jewel_write_with_no_erase(
                                        callback,
                                        user_data);
 }
+
+/* LCOV_EXCL_STOP */
+
index bfc3913..6078aba 100755 (executable)
@@ -31,6 +31,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 #define MIFARE_CMD_RAW                 0x00U
 #define MIFARE_CMD_AUTH_A              0x60U /**< authenticate with key A */
 #define MIFARE_CMD_AUTH_B              0x61U /**< authenticate with key B */
@@ -889,3 +891,5 @@ net_nfc_error_e net_nfc_client_mifare_create_net_nfc_forum_key(data_h* key)
        return net_nfc_create_data(key, net_nfc_forum_key, 6);
 }
 
+/* LCOV_EXCL_STOP */
+
index 74203fa..3b6c659 100755 (executable)
@@ -27,6 +27,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 NET_NFC_EXPORT_API
 net_nfc_error_e net_nfc_get_tag_type(net_nfc_target_info_h target_info,
        net_nfc_target_type_e *type)
@@ -320,3 +322,6 @@ net_nfc_error_e net_nfc_release_tag_info(net_nfc_target_info_h target_info)
 
        return result;
 }
+
+/* LCOV_EXCL_STOP */
+
index 0f49649..f5c5cbc 100755 (executable)
@@ -26,6 +26,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 static void test_call_sim_test_callback(GObject *source_object,
                                        GAsyncResult *res,
                                        gpointer user_data);
@@ -671,3 +673,6 @@ void net_nfc_client_test_deinit(void)
                test_proxy = NULL;
        }
 }
+
+/* LCOV_EXCL_STOP */
+
index ec07506..6953ab9 100755 (executable)
@@ -31,6 +31,8 @@
 #define NET_NFC_EXPORT_API __attribute__((visibility("default")))
 #endif
 
+/* LCOV_EXCL_START */
+
 static NetNfcGDbusTransceive *transceive_proxy = NULL;
 
 static GVariant *transceive_data_to_transceive_variant(
@@ -436,3 +438,6 @@ void net_nfc_client_transceive_deinit(void)
                transceive_proxy = NULL;
        }
 }
+
+/* LCOV_EXCL_STOP */
+