projects
/
platform
/
core
/
api
/
system-info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c6369a
)
Add LCOV comment for not supported API
24/123424/1
accepted/tizen/unified/20170406.055641
submit/tizen/20170406.011106
author
Kichan Kwon
<k_c.kwon@samsung.com>
Wed, 5 Apr 2017 11:34:10 +0000
(20:34 +0900)
committer
Kichan Kwon
<k_c.kwon@samsung.com>
Wed, 5 Apr 2017 11:34:10 +0000
(20:34 +0900)
Change-Id: Ieda1db7075020d61bd6cb7d11c57263ad318cc90
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/system_info.c
patch
|
blob
|
history
diff --git
a/src/system_info.c
b/src/system_info.c
index b819c5c851291231ac057f9a4e982b7e8c3b0a98..0db044e4248830f0f39ba8b0be884ceaffbdc299 100644
(file)
--- a/
src/system_info.c
+++ b/
src/system_info.c
@@
-46,6
+46,7
@@
enum tag_type {
TAG_TYPE_CUSTOM,
};
+//LCOV_EXCL_START : not supported feature
API int system_info_get_value_int(system_info_key_e key, int *value)
{
return SYSTEM_INFO_ERROR_NOT_SUPPORTED;
@@
-65,6
+66,7
@@
API int system_info_get_value_string(system_info_key_e key, char **value)
{
return SYSTEM_INFO_ERROR_NOT_SUPPORTED;
}
+//LCOV_EXCL_STOP
static void destroy_key_value(gpointer data)
{