further repo reorganization for Tizen 3.0 SDK. 86/58386/3
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Fri, 29 Jan 2016 16:52:15 +0000 (17:52 +0100)
committerMichal Pawluk <m.pawluk@samsung.com>
Sun, 31 Jan 2016 16:54:20 +0000 (08:54 -0800)
Removed desktop, shell and xml templates as they seems useless in sdk.
Move all headers to inc dir.

Change-Id: I7002c8acf4b03b795e997d0f3b9068795298270e

inc/indicator_gui.h [moved from res/resource/indicator_gui.h with 100% similarity]
inc/modules.h [moved from src/modules/modules.h with 100% similarity]
res/indicator.desktop.in [deleted file]
res/indicator.sh.in [deleted file]
res/indicator.xml.in [deleted file]

similarity index 100%
rename from src/modules/modules.h
rename to inc/modules.h
diff --git a/res/indicator.desktop.in b/res/indicator.desktop.in
deleted file mode 100644 (file)
index 4a7fcde..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=@PROJECT_NAME@
-Comment=@PROJECT_NAME@  Application
-Exec=@BINDIR@/@PROJECT_NAME@
-Icon=elementary
-Terminal=false
-Type=Application
-Categories=Application;Utility;
-Nodisplay=True
-X-TIZEN-TaskManage=False
-X-TIZEN-Multiple=False
-X-TIZEN-Removable=False
diff --git a/res/indicator.sh.in b/res/indicator.sh.in
deleted file mode 100644 (file)
index 8e5236e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-@BINDIR@/@PROJECT_NAME@ &\r
-sleep 2\r
diff --git a/res/indicator.xml.in b/res/indicator.xml.in
deleted file mode 100644 (file)
index b089523..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" api-version="2.3.1" package="org.tizen.indicator" version="0.2.53-1" install-location="internal-only">
-       <label>Indicator</label>
-       <author email="yjoo93.park@samsung.com" href="www.samsung.com">Youngjoo Park</author>
-       <author email="seungtaek.chung@samsung.com" href="www.samsung.com">seungtaek chung</author>
-       <author email="sung1103.park@samsung.com" href="www.samsung.com">Sung Park</author>
-       <description>Indicator</description>
-       <ui-application appid="@PKGNAME@" exec="@BINDIR@/@PROJECT_NAME@" nodisplay="true" multiple="false" type="capp" taskmanage="false">
-               <icon>@PKGNAME@.png</icon>
-               <label>Indicator</label>
-       </ui-application>
-</manifest>