From fdaf9aca6e919d4372d71b7c334f7a780883e4ef Mon Sep 17 00:00:00 2001 From: Oleksander Kostenko Date: Thu, 2 Feb 2017 14:20:39 +0200 Subject: [PATCH] Correct manifest file Change-Id: I3747d6d4dc3abd6685cfdb303d6c7b8a0c89ed18 Signed-off-by: Oleksander Kostenko --- inc/Config.h | 4 ++-- project_def.prop | 2 +- tizen-manifest.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 55 insertions(+), 6 deletions(-) diff --git a/inc/Config.h b/inc/Config.h index 55b7c93..9565a1b 100644 --- a/inc/Config.h +++ b/inc/Config.h @@ -18,11 +18,11 @@ #define Config_h_ #if !defined(PACKAGE_NAME) -#define PACKAGE_NAME "org.tizen.taskmanager" +#define PACKAGE_NAME "org.tizen.task-mgr" #endif #if !defined(PROJECT_NAME) -#define PROJECT_NAME "taskmanager" +#define PROJECT_NAME "task-mgr" #endif #ifdef LOGGER_TAG diff --git a/project_def.prop b/project_def.prop index fa85430..44e5949 100644 --- a/project_def.prop +++ b/project_def.prop @@ -1,6 +1,6 @@ # Project Name -APPNAME = taskmanager +APPNAME = task-mgr # Project Type type = app diff --git a/tizen-manifest.xml b/tizen-manifest.xml index 69fd637..a8a5ffc 100644 --- a/tizen-manifest.xml +++ b/tizen-manifest.xml @@ -1,9 +1,58 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + taskmanager.png - http://tizen.org/privilege/packagemanager.clearcache -- 2.7.4