Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Pisarchik <pisarchik@mapswithme.com>2014-03-27 19:04:54 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:13:55 +0300
commitc811dd475aed67672840151bf3ad868caebec436 (patch)
treec5a4a86623c7c880fd7db060e6e89ad48557bd4a /std/target_os.hpp
parent8ed36664600a046edad8154705daf4697f09e1ac (diff)
[tizen] Compiled kernel
Added qmake.conf
Diffstat (limited to 'std/target_os.hpp')
-rw-r--r--std/target_os.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/std/target_os.hpp b/std/target_os.hpp
index f6cfac2b82..46e501505f 100644
--- a/std/target_os.hpp
+++ b/std/target_os.hpp
@@ -6,9 +6,9 @@
#define OMIM_OS_MOBILE
#define OMIM_HAS_DEBUG_STL 1
-#elif defined(_BADA_SIMULATOR) || defined(_BADA_DEVICE)
- #define OMIM_OS_BADA
- #define OMIM_OS_NAME "bada"
+#elif defined(_TIZEN_EMULATOR) || defined(_TIZEN_DEVICE)
+ #define OMIM_OS_TIZEN
+ #define OMIM_OS_NAME "tizen"
#define OMIM_OS_MOBILE
#elif defined(__APPLE__)