Add missing constants in application handler header file 40/58740/1 accepted/tizen/mobile/20160205.064215 accepted/tizen/tv/20160205.064228 accepted/tizen/wearable/20160205.064248 submit/tizen/20160205.051501
authorLukasz Wysocki <l.wysocki@samsung.com>
Wed, 3 Feb 2016 07:42:43 +0000 (08:42 +0100)
committerLukasz Wysocki <l.wysocki@samsung.com>
Wed, 3 Feb 2016 07:42:43 +0000 (08:42 +0100)
This commit fix build errors due to missing keys kIconLangKey and
kIconDpiKey.

Change-Id: I68765071ea3f140fea92560559a106bdba665cf6

src/tpk_manifest_handlers/common/application_handler.h

index 42466ebeb00f87fc0334bc917c60da69b45dcd20..2a130a44c5436307320d4d42760895faa4f0b74b 100644 (file)
@@ -39,6 +39,8 @@ extern const char kDataControlTypeKey[];
 // icon
 extern const char kIconKey[];
 extern const char kIconTextKey[];
+extern const char kIconLangKey[];
+extern const char kIconDpiKey[];
 
 // label
 extern const char kLabelKey[];