launcher/: Convert launcher to agl-compositor
authorMarius Vlad <marius.vlad@collabora.com>
Wed, 22 Jan 2020 19:42:06 +0000 (21:42 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Thu, 23 Jan 2020 14:33:56 +0000 (16:33 +0200)
commit50d87b3696390d30f8801bcdff908e33ed7e61aa
treedda169c89c5d9db8d69535a7a8ed3cb29db79be6
parent830921faab68c1d4b00b9a93a99a1584c59baf34
launcher/: Convert launcher to agl-compositor

- adds pws/ directory just like homescreen to be able to get list of
runnables apps and be able to spawn them with the help of libafbwsc
- removes libhomescreen libwindowmanger call from main and qmake files

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I2f6aebfe05a23389796e801300cb616000bdef2b
17 files changed:
launcher.pro
launcher/launcher.pro
launcher/src/applicationhandler.cpp [new file with mode: 0644]
launcher/src/applicationhandler.h [new file with mode: 0644]
launcher/src/applicationlauncher.cpp
launcher/src/applicationlauncher.h
launcher/src/applicationmodel.cpp
launcher/src/applicationmodel.h
launcher/src/main.cpp
package/config.xml
pws/hmi-debug.h [new file with mode: 0644]
pws/launcher.cpp [new file with mode: 0644]
pws/launcher.h [new file with mode: 0644]
pws/pws.cpp [new file with mode: 0644]
pws/pws.h [new file with mode: 0644]
pws/pws.pri [new file with mode: 0644]
pws/pws.pro [new file with mode: 0644]