aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/homescreen.pro
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-09-10 12:59:02 -0400
committerScott Murray <scott.murray@konsulko.com>2022-09-21 14:34:27 +0000
commit7ffab2f5720cb4cc831612cfe678ab8f9b00a62d (patch)
tree3e2f916a1a0339f4a43af6e9cac0b44458172e33 /homescreen/homescreen.pro
parent9211557c88a1f49149e2b905872e61d8c9b2c413 (diff)
Rework to use launcher wrapper from libqtappfwneedlefish
Changes: - Switch to using the new app launcher API wrapper from libqtappfw in order to migrate to the new gRPC based API implementation. - The appStarted and appTerminated methods in HomescreenHandler have been renamed to activateApp and deactivateApp, respectively, to better reflect what they do. A new processAppStatusEvent method had been added that calls them as appropriate based on the event from the AppLauncherClient status update signal. - The copyright headers in the source files have been tweaked to remove the Apache license boilerplate in favour of a SPDX license tag. - The code in main.cpp that was not formatted with Linux-style has been reformatted to match the rest of the file. Bug-AGL: SPEC-4559 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I236cb6a412945a6df7d35652c55f664264964f9c (cherry picked from commit 20f629dd6d8628611d950073c4f7a0446c40365a)
Diffstat (limited to 'homescreen/homescreen.pro')
-rw-r--r--homescreen/homescreen.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro
index 00ed5e7..c713c76 100644
--- a/homescreen/homescreen.pro
+++ b/homescreen/homescreen.pro
@@ -15,11 +15,10 @@
TEMPLATE = app
TARGET = homescreen
-QT = qml quick gui-private dbus
+QT = qml quick gui-private
CONFIG += c++11 link_pkgconfig wayland-scanner
-PKGCONFIG += wayland-client qtappfw-weather qtappfw-network qtappfw-bt qtappfw-vehicle-signals
-
-DBUS_INTERFACES = $$[QT_SYSROOT]/usr/share/dbus-1/interfaces/org.automotivelinux.AppLaunch.xml
+PKGCONFIG += wayland-client
+PKGCONFIG += qtappfw-weather qtappfw-network qtappfw-bt qtappfw-vehicle-signals qtappfw-applauncher
SOURCES += \
src/main.cpp \