From 26ec25e2f9271396328c208ae1a256fdf1a92c91 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Mon, 23 Oct 2017 13:17:55 +0900 Subject: 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 --- sample/simple-egl/README.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 sample/simple-egl/README.md (limited to 'sample/simple-egl/README.md') 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 -==== -
This is a sample application for homescreen-2017 and windowmanager-2017. - -How to compile and install -==== -
$ mkdir build -
$ cd build -
$ cmake .. -
$ make -
$ make widget - -
Copy package/simple-egl.wgt to rootfs. - -How to use -==== -
afm-util install simple-egl.wgt -
afm-util start simple-egl@0.1 - -Depends -==== -
homescreen-2017 -
agl-service-homescreen-2017 -
agl-service-windowmanger-2017 -- cgit 1.2.3-korg