Remove call to tzmkpath function as its usage seems wrong.
The fonst are placed in /etc/fonts/conf.avail/ not in /usr/apps/etc/fonst/conf.avail/.
Change-Id: I9f854545cebf59d973e709ef89c83633317aafad
#include "setting-common-data-slp-setting.h"
#include <Elementary.h>
#include <openssl/sha.h>
-#include <tzplatform_config.h>
#include <libxml/tree.h>
#include <json-glib/json-glib.h>
#include <system_settings.h>
#include "setting-cfg.h"
#include <pkgmgr-info.h>
-#include <tzplatform_config.h>
EXPORT_PUBLIC
char *get_application_default_icon(const char *appid)
struct _xmlAttr *properties = NULL;
char *default_font_name = NULL;
- const char *path = tzplatform_mkpath(TZ_SYS_RO_APP, SETTING_DEFAULT_FONT_CONF_FILE); //TODO Check
+ const char *path = SETTING_DEFAULT_FONT_CONF_FILE; //TODO Check
doc = xmlParseFile(path);
cur = xmlDocGetRootElement(doc);