diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-23 13:17:55 +0900 |
---|---|---|
committer | Zheng Wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-30 04:15:35 +0000 |
commit | 26ec25e2f9271396328c208ae1a256fdf1a92c91 (patch) | |
tree | 082c9a6b098e6c573a2305419864858eaa0f407a /sample/simple-egl/README.md | |
parent | f04b274db13ba34c651fd15b28bca5468314f4a7 (diff) |
Move sample to libhomescreen
The sample folder is using libhomescren with
agl-service-homescreen-2017, So better move to libhomescreen.
BUG-AGL: SPEC-988
Change-Id: I165bd3baa67ae2909f5ac699faf4f1f620f78747
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'sample/simple-egl/README.md')
-rw-r--r-- | sample/simple-egl/README.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sample/simple-egl/README.md b/sample/simple-egl/README.md deleted file mode 100644 index 126f00c..0000000 --- a/sample/simple-egl/README.md +++ /dev/null @@ -1,24 +0,0 @@ -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 |