summaryrefslogtreecommitdiff
path: root/include/gdp-hmi-apps.h
blob: 1618650c0c3e729e9547cd87fc5515e82e49e073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/**
 * SPDX license identifier: MPL-2.0
 *
 * Copyright (C) 2015, GENIVI Alliance
 *
 * This file is part of GENIVI Demo Platform HMI.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License (MPL), v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * For further information see http://www.genivi.org/.
 *
 * List of changes:
 * 11.Feb.2014, Holger Behrens, written
 */

#ifndef GDP_HMI_APP_H
#define GDP_HMI_APP_H

#define GDP_PANEL_SURFACE_ID            0
#define GDP_PANEL_LAYER_ID              0
#define GDP_PANEL_UNIT                  "gdp-hmi-panel.service"

#define GDP_LAUNCHER_SURFACE_ID         1
#define GDP_LAUNCHER_LAYER_ID           100
#define GDP_LAUNCHER_UNIT               "gdp-hmi-launcher.service"

#define GDP_BACKGROUND_SURFACE_ID       2
#define GDP_BACKGROUND_LAYER_ID         200
#define GDP_BACKGROUND_UNIT             "gdp-hmi-background.service"

#define QML_EXAMPLE_SURFACE_ID          3
#define QML_EXAMPLE_LAYER_ID            300
#define QML_EXAMPLE_UNIT                "qml-example.service"

#define AM_DEMO_SURFACE_ID              20
#define AM_DEMO_LAYER_ID                300
#define AM_DEMO_UNIT                    "AudioManager_PoC.service"

#define BROWSER_POC_SURFACE_ID          30
#define BROWSER_POC_LAYER_ID            400
#define BROWSER_POC_UNIT                "browser.service"

#define FSA_SURFACE_ID                  40
#define FSA_LAYER_ID                    500
#define FSA_UNIT                        "fsa.service"

#define MOCK_NAVIGATION_SURFACE_ID      10
#define MOCK_NAVIGATION_LAYER_ID        600
#define MOCK_NAVIGATION_UNIT            "EGLWLMockNavigation.service"

#define INPUT_EVENT_EXAMPLE_SURFACE_ID  5100
#define INPUT_EVENT_EXAMPLE_LAYER_ID    700
#define INPUT_EVENT_EXAMPLE_UNIT        "EGLWLInputEventExample.service"

#define GDP_MAX_LAYER_ID                800
#define GDP_LAYER_ID_INCR               100

#endif // GDP_HMI_APP_H