Add onscreenapp recipe 95/20495/2
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Fri, 8 Mar 2019 08:03:37 +0000 (16:03 +0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 15 Mar 2019 15:07:53 +0000 (15:07 +0000)
Onscreenapp is a qt application for showing onscreens.
Applications can show/hide onscreen by calling homescreen-service's
showWindow/hideWindow verb. Applications also can customize onscreen's
title,type, display contents and buttons. Some images about onscreen
pattern had uploaded in JIRA SPEC-1967.

Bug-AGL: SPEC-1967

Change-Id: Ica1b5912e109d39eb6743144cfc523dbf64cac9f
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
recipes-demo-hmi/onscreenapp/onscreenapp_git.bb [new file with mode: 0644]

diff --git a/recipes-demo-hmi/onscreenapp/onscreenapp_git.bb b/recipes-demo-hmi/onscreenapp/onscreenapp_git.bb
new file mode 100644 (file)
index 0000000..ae905ea
--- /dev/null
@@ -0,0 +1,18 @@
+SUMMARY     = "onscreenapp for displaying onscreen"
+DESCRIPTION = "AGL HMI Application for displaying onscreen"
+HOMEPAGE    = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/onscreenapp"
+SECTION     = "apps"
+
+LICENSE     = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/onscreenapp;protocol=https;branch=${AGL_BRANCH}"
+SRCREV  = "${AGL_APP_REVISION}"
+
+PV = "1.0+git${SRCPV}"
+S  = "${WORKDIR}/git"
+
+# build-time dependencies
+DEPENDS += "qtquickcontrols2 libhomescreen qlibhomescreen libwindowmanager qlibwindowmanager"
+
+inherit qmake5 aglwgt