Fix build error on TV profile 34/46034/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 13 Aug 2015 09:30:18 +0000 (18:30 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 13 Aug 2015 09:44:04 +0000 (18:44 +0900)
Change-Id: If32058a6fd2890e39fb95c1e0982d9237641a766

src/ise.cpp

index 3cdbb66..770f58a 100755 (executable)
@@ -1038,6 +1038,7 @@ ise_create()
             if (utils) {
                 utils->get_screen_resolution(&nwidth, &nheight);
             }
+#ifndef _TV
             if ((480 == nwidth) && (800 == nheight)) {
                 entry_path = MAIN_ENTRY_XML_PATH_480X800;
             }
@@ -1047,6 +1048,7 @@ ise_create()
             else if ((1440 == nwidth) && (2560 == nheight)) {
                 entry_path = MAIN_ENTRY_XML_PATH_1440X2560;
             }
+#endif
             _language_manager.set_resource_file_path(entry_path);
             const sclchar *resource_file_path = _language_manager.get_resource_file_path();