From: Bartlomiej Grzelewski Date: Wed, 21 Nov 2012 15:17:40 +0000 (+0100) Subject: Symbolic link pointed by GetVCoreDatabaseFilePath will be removed. X-Git-Tag: submit/trunk/20121123.130303~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6deaedbe0e56ea3d51e691cffab788dd7089b54a;p=platform%2Fframework%2Fweb%2Fwrt-commons.git Symbolic link pointed by GetVCoreDatabaseFilePath will be removed. [Issue#] LINUXSWAP-213 [Bug] N/A [Cause] N/A [Solution] GetVCoreDatabaseFilePath points to database directly, now. [Verification] build all repositories, tests for wrt-installer must pass as before. Change-Id: I398dea095ce1df341f9049b005f0c839bfdf66db --- diff --git a/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h b/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h index 7810945..21583aa 100644 --- a/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h @@ -218,7 +218,7 @@ inline const char* GetFingerprintListSchema() inline const char* GetVCoreDatabaseFilePath() { - return "/opt/dbspace/.vcore.db"; + return "/opt/dbspace/.cert_svc_vcore.db"; } /**