Move sample from agl-service-homescreen-2017 45/11445/6
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Mon, 23 Oct 2017 05:38:56 +0000 (14:38 +0900)
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>
Mon, 30 Oct 2017 02:30:27 +0000 (11:30 +0900)
commit46f7c260dd5e79116e7c6571cacbda1b89495c9e
tree3b95e99529d3c32dc4d6f95324ac860fbc11e523
parent572023336d9573d3d5636d7e61a8dd3ed8878b0d
Move sample from agl-service-homescreen-2017

    This sample is using libhomescren with homescreen sevice,
    So better move inside of libhomescreen.
    Related Commit:
        https://gerrit.automotivelinux.org/gerrit/#/c/11429/
    [Patch Sets 2]
    Rebased to c0e6b4d9496eacabeffc4115fad7c1a288de60c8

    [Patch Sets 3]
    Delete ivi-application-client-protocol.h and some trailing whitespace.

    [Patch Sets 4]
    Change temlate/README to README.md

    [Patch Sets 5]
    Rebased to 572023336d9573d3d5636d7e61a8dd3ed8878b0d

    [Patch Sets 6]
    Add LICENSE.APL-2.0 and LICENSE.MIT to sample.
    Modify config.xml license to APL 2.0 + MIT.

BUG-AGL: SPEC-988
Change-Id: Id9a1a2401a9a0a42442ce84025213036a4fccd78
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
19 files changed:
sample/simple-egl/CMakeLists.txt [new file with mode: 0644]
sample/simple-egl/LICENSE.APL-2.0 [new file with mode: 0644]
sample/simple-egl/LICENSE.MIT [new file with mode: 0644]
sample/simple-egl/README.md [new file with mode: 0644]
sample/simple-egl/include/platform.h [new file with mode: 0644]
sample/simple-egl/package/hvac/config.xml [new file with mode: 0644]
sample/simple-egl/package/hvac/icon.svg [new file with mode: 0644]
sample/simple-egl/package/navi/config.xml [new file with mode: 0644]
sample/simple-egl/package/navi/icon.svg [new file with mode: 0644]
sample/simple-egl/package/root/config.xml [new file with mode: 0644]
sample/simple-egl/package/root/icon.svg [new file with mode: 0644]
sample/simple-egl/src/simple-egl.cpp [new file with mode: 0644]
sample/template/LICENSE.APL-2.0 [new file with mode: 0644]
sample/template/README.md [new file with mode: 0644]
sample/template/main.cpp [new file with mode: 0644]
sample/template/smhandler.cpp [new file with mode: 0644]
sample/template/smhandler.h [new file with mode: 0644]
sample/template/wmhandler.cpp [new file with mode: 0644]
sample/template/wmhandler.h [new file with mode: 0644]