Change-Id: I9b6578a1f31ddb19adbc38695039e2994efc55d4
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
SET(submodule "mtp")
# for package file
-SET(dependents "dlog glib-2.0 gio-2.0 capi-base-common gio-unix-2.0 sqlite3 capi-system-info")
+SET(dependents "dlog glib-2.0 gio-2.0 capi-base-common gio-unix-2.0 sqlite3 capi-system-info libtzplatform-config")
SET(pc_dependents "capi-base-common")
SET(fw_name "${project_prefix}-${service}-${submodule}")
#include <stdlib.h>
#include <string.h>
#include <sqlite3.h>
+#include <tzplatform_config.h>
#include "mtp.h"
#include "mtp_internal.h"
-#define MTP_DB_FILE "/tmp/.mtp.db"
+#define MTP_DB_FILE tzplatform_mkpath(TZ_SYS_DB, "mtp/.mtp.db")
#define MTP_DB_TABLE "mtp_object_info"
mtp_error_e mtp_db_init(void);
Name: capi-network-mtp
Summary: A MTP library in Native API
-Version: 1.3.13
+Version: 1.3.14
Release: 1
Group: Network & Connectivity/Other
License: Apache-2.0