summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/navigation/mapviewer_git.bb
blob: 06fea24f9fc961b83b3c6959b957ef07e8817e3d (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
SUMMARY     = "AGL meter demo application."
DESCRIPTION = "This application provides the function of Meter cluster to AGL. "
HOMEPAGE    = "https://github.com/AGLExport/mapviwer"
SECTION     = "apps"

LICENSE="GPLv2"
LIC_FILES_CHKSUM="file://LICENSE;md5=3595e9c703a847d990664d2b396a9df0 \
                  file://COPYING;md5=947b2d60ca3872e172034438e9801200"

DEPENDS = " \
          glib-2.0 freetype sqlite3 wayland zlib expat openssl virtual/libgles2 virtual/libgl virtual/egl \
          wayland \
          "

RDEPENDS_${PN} = " navigation "

SRCREV="2dfef5e9141ccb11f83d141c6a7dcbe0ecd49e84"
SRC_URI="git://github.com/AGLExport/mapviwer.git"

# To avoid C++ library link failure
SECURITY_CFLAGS = ""

inherit autotools pkgconfig

S = "${WORKDIR}/git"
">#endif #define STATIC static // Soft control have dynamically allocated numid #define CTL_AUTO -1 typedef enum { QUERY_QUIET =0, QUERY_COMPACT =1, QUERY_VERBOSE =2, QUERY_FULL =3, } halQueryMode; // Most controls are MIXER but some vendor specific are possible typedef enum { OUTVOL, PCMVOL, INVOL, SWITCH, ROUTE, CARD, ENUM, } halGroupEnumT; typedef enum { READ, WRITE, RW, } halAclEnumT; typedef enum { StartHalCrlTag=0, // volume RAMP Vol_Ramp_Set_Mode, Vol_Ramp_Set_Delay, Vol_Ramp_Set_Down, Vol_Ramp_Set_Up, Vol_Ramp_Set_Slave, // HighLevel Audio Control List, Master_Playback_Volume, Master_Playback_Ramp, PCM_Playback_Volume, PCM_Playback_Switch, Capture_Volume, Master_OnOff_Switch, // Application Virtual Channels Multimedia_Playback_Volume, Navigation_Playback_Volume, Emergency_Playback_Volume, EndHalCrlTag // used to compute number of ctls } halCtlsTagT; typedef enum { RAMP_VOL_NONE = 0, RAMP_VOL_NORMAL = 1, RAMP_VOL_SMOOTH = 2, RAMP_VOL_EMERGENCY = 3, EndHalVolMod } halRampEnumT; PUBLIC void pingtest(struct afb_req request); extern const char *halVolRampModes[]; extern const char *halCtlsLabels[]; #endif /* AUDIO_INTERF_H */