Remove multimedia app from HomeScreen overview documentation
[staging/HomeScreen.git] / README.md
1 This project contains:
2
3 HomeScreen: AGL Home Screen reference implementation
4 HomeScreenAppFrameworkBinderAGL: Binder for the AGL application framework
5 HomeScreenSimulator: AGL Home Screen Simulator for development
6 InputEventManager: AGL Input event manager
7 interfaces: the D-Bus interface introspections
8 libhomescreen: HomeScreen API C++ shared library
9 SampleAppTimeDate: AGL Sample Application for Home Screen Statusbar
10 SampleHomeScreenInterfaceApp: sample application to show how to use libhomescreen
11 WindowManager: AGL WindowManager reference implementation
12
13 AGL repo for source code:
14 https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git
15
16 AGL repo for bitbake recipe:
17 https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-demo.git;a=blob;f=recipes-demo-hmi/homescreen/homescreen_git.bb
18
19
20
21
22 Quickstart:
23
24 Instructions for building HomeScreen app
25 ----------------------------------------
26
27 The HomeScreen app is part of the 
28 packagegroup-agl-demo-platform
29 packagegroup.
30
31 This also includes the following apps:
32 - HomeScreenAppFrameworkBinderAGL
33 - InputEventManager
34 - SampleAppTimeDate
35 - SampleHomeScreenInterfaceApp
36 - WindowManager
37
38 And the library
39 - libhomescreen
40
41
42 To build all the above, follow the instrucions on the AGL
43 documentation website:
44 http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/source-code.html#features-supported-by-aglsetup
45
46 Please activate the "agl-demo" feature when running the aglsetup script:
47 http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/source-code.html#features-supported-by-aglsetup