init_db: exclude hal-release information from database
[platform/core/api/system-info.git] / tool / system-info-tool-get.h
1 #ifndef __SYSTEM_INFO_TOOL_GET_H__
2 #define __SYSTEM_INFO_TOOL_GET_H__
3
4 #include <stdbool.h>
5
6 void system_info_tool_get_help(void);
7 void system_info_tool_get(const char *key, bool verbose);
8 int system_info_tool_get_raw(const char *searchkey, system_info_type_e searchtype,
9         enum db_e searchdb, struct dbentry *dbentry);
10 void system_info_tool_list_all(enum db_e dbtype);
11
12 #endif