Set Disable SUPPORT_COMPRESSED_LICENSE 33/216433/1 accepted/tizen/unified/20191104.010827 submit/tizen/20191101.025506
authorKiseok Chang <kiso.chang@samsung.com>
Fri, 25 Oct 2019 01:51:48 +0000 (10:51 +0900)
committerKiseok Chang <kiso.chang@samsung.com>
Fri, 25 Oct 2019 01:53:57 +0000 (10:53 +0900)
Change-Id: I98b1cf777989a4d3c71f1c15594b7f54d9a37279
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
include/setting-debug.h
setting-license/src/setting-license-view.c

index eee3ee7db125c301d9173816b0cab0a13d356c21..4a54ad64c67328900ed9e10aac2d879fd7a62178 100755 (executable)
@@ -73,7 +73,7 @@
 #define SUPPORT_TETHERING              0
 
 
-#define SUPPORT_COMPRESSED_LICENSE     1
+#define SUPPORT_COMPRESSED_LICENSE     0
 
 #define SUPPORT_SIMLOCK 0
 #define SUPPORT_FDN 0
index b528db4d2d4781b88b581a9999938a0d4b1de8ea..2e0216e573d9c594e6cf8797dbbdcf8f6956cb73 100755 (executable)
@@ -30,6 +30,8 @@
 
 #if SUPPORT_COMPRESSED_LICENSE
 #define UNCOMPRESSEDFILE_DIR   "/home/owner/apps_rw/org.tizen.setting/data"
+#else
+#define SETTING_OPEN_SOURCE_LICENSE_PATH       "file:///home/owner/apps_rw/org.tizen.setting/data/license.html"
 #endif