blob: 126f00c659be468a50c6043643716987161ed4ba (
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
|
Information
====
<br>This is a sample application for homescreen-2017 and windowmanager-2017.
How to compile and install
====
<br>$ mkdir build
<br>$ cd build
<br>$ cmake ..
<br>$ make
<br>$ make widget
<br>Copy package/simple-egl.wgt to rootfs.
How to use
====
<br>afm-util install simple-egl.wgt
<br>afm-util start simple-egl@0.1
Depends
====
<br>homescreen-2017
<br>agl-service-homescreen-2017
<br>agl-service-windowmanger-2017
|