From c645da8d8caf382ff0be80c7c0366d3bdb1ca94e Mon Sep 17 00:00:00 2001 From: Sheenu Date: Wed, 27 Jan 2016 15:36:15 +0530 Subject: [PATCH] Changes done to enable IDE build for Tizen 3.0 Change-Id: I887b94a35144d97c58abf764e86171c5091825d7 Signed-off-by: Sheenu --- .cproject | 448 +++++++++++++++++++---------------------------------- .tproject | 3 +- project_def.prop | 2 +- tizen-manifest.xml | 102 ++++++------ 4 files changed, 210 insertions(+), 345 deletions(-) diff --git a/.cproject b/.cproject index cf990ab..0d39a82 100644 --- a/.cproject +++ b/.cproject @@ -1,37 +1,39 @@ - - + + - + + - - - - - - - - - - + + - + + - - - - - - - - - + - + - + - - + + + + + + + + diff --git a/.tproject b/.tproject index 801d1ed..56660b2 100644 --- a/.tproject +++ b/.tproject @@ -2,10 +2,11 @@ - mobile-2.4 + mobile-3.0 + diff --git a/project_def.prop b/project_def.prop index ad83879..47b06f8 100644 --- a/project_def.prop +++ b/project_def.prop @@ -1,7 +1,7 @@ APPNAME = gallery type = app -profile = mobile-2.4 +profile = mobile-3.0 USER_SRCS = src/gallery.c USER_DEFS = diff --git a/tizen-manifest.xml b/tizen-manifest.xml index ea207f7..265fb5a 100644 --- a/tizen-manifest.xml +++ b/tizen-manifest.xml @@ -1,59 +1,59 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.tizen.gallery.png -- 2.7.4