summaryrefslogtreecommitdiff
path: root/include/gdp-hmi-apps.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdp-hmi-apps.h')
-rw-r--r--include/gdp-hmi-apps.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/gdp-hmi-apps.h b/include/gdp-hmi-apps.h
index 1618650..373f135 100644
--- a/include/gdp-hmi-apps.h
+++ b/include/gdp-hmi-apps.h
@@ -12,44 +12,54 @@
* For further information see http://www.genivi.org/.
*
* List of changes:
- * 11.Feb.2014, Holger Behrens, written
+ * 11.Feb.2015, Holger Behrens, written
+ * 16.Feb.2015, Holger Behrens, added generic identifier
*/
#ifndef GDP_HMI_APP_H
#define GDP_HMI_APP_H
+#define GDP_PANEL 0
#define GDP_PANEL_SURFACE_ID 0
#define GDP_PANEL_LAYER_ID 0
#define GDP_PANEL_UNIT "gdp-hmi-panel.service"
+#define GDP_LAUNCHER 1
#define GDP_LAUNCHER_SURFACE_ID 1
#define GDP_LAUNCHER_LAYER_ID 100
#define GDP_LAUNCHER_UNIT "gdp-hmi-launcher.service"
+#define GDP_BACKGROUND 2
#define GDP_BACKGROUND_SURFACE_ID 2
#define GDP_BACKGROUND_LAYER_ID 200
#define GDP_BACKGROUND_UNIT "gdp-hmi-background.service"
+#define QML_EXAMPLE 3
#define QML_EXAMPLE_SURFACE_ID 3
#define QML_EXAMPLE_LAYER_ID 300
#define QML_EXAMPLE_UNIT "qml-example.service"
+#define AM_DEMO 4
#define AM_DEMO_SURFACE_ID 20
#define AM_DEMO_LAYER_ID 300
#define AM_DEMO_UNIT "AudioManager_PoC.service"
+#define BROWSER_POC 5
#define BROWSER_POC_SURFACE_ID 30
#define BROWSER_POC_LAYER_ID 400
#define BROWSER_POC_UNIT "browser.service"
+#define FSA 6
#define FSA_SURFACE_ID 40
#define FSA_LAYER_ID 500
#define FSA_UNIT "fsa.service"
+#define MOCK_NAVIGATION 7
#define MOCK_NAVIGATION_SURFACE_ID 10
#define MOCK_NAVIGATION_LAYER_ID 600
#define MOCK_NAVIGATION_UNIT "EGLWLMockNavigation.service"
+#define INPUT_EVENT_EXAMPLE 8
#define INPUT_EVENT_EXAMPLE_SURFACE_ID 5100
#define INPUT_EVENT_EXAMPLE_LAYER_ID 700
#define INPUT_EVENT_EXAMPLE_UNIT "EGLWLInputEventExample.service"