Fix directory path 33/66433/1 accepted/tizen/common/20160419.143330 accepted/tizen/ivi/20160419.085529 accepted/tizen/mobile/20160419.085428 accepted/tizen/tv/20160419.085441 accepted/tizen/wearable/20160419.085416 submit/tizen/20160419.045533
authorky85.kim <ky85.kim@samsung.com>
Tue, 19 Apr 2016 03:01:18 +0000 (12:01 +0900)
committerky85.kim <ky85.kim@samsung.com>
Tue, 19 Apr 2016 03:01:18 +0000 (12:01 +0900)
Change-Id: I48dde6ac870270cbc0d6695ae182eaa232f86aaa

common/vc_defs.h

index 268a2d8..3f09203 100644 (file)
@@ -143,7 +143,7 @@ extern "C" {
 
 #define VC_DAEMON_PATH                 tzplatform_mkpath(TZ_SYS_BIN, "vc-daemon")
 
-#define VC_CONFIG_DEFAULT              tzplatform_mkpath(TZ_SYS_RO_SHARE, "voice/vc/vc-config.xml")
+#define VC_CONFIG_DEFAULT              tzplatform_mkpath(TZ_SYS_RO_SHARE, "voice/vc/1.0/vc-config.xml")
 
 #define VC_DEFAULT_BASE                        tzplatform_mkpath(TZ_SYS_RO_SHARE, "voice/vc/1.0")