diff options
Diffstat (limited to 'doc/readme.md')
-rw-r--r-- | doc/readme.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/readme.md b/doc/readme.md index 0b6ba93..025dfa3 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -4,10 +4,12 @@ usage of onscreenapp ## dependence -Onscreenapp depend on libhomescreen add agl-service-homescreen as below: -- libhomescreen must have 'showWindow/hideWindow/replyShowWindow' event - and 'showWindow/hideWindow/replyShowWindow' interface. -- agl-service-homescreen must have 'showWindow/hideWindow/replyShowWindow' verbs. +- Onscreenapp depend on libhomescreen add agl-service-homescreen as below: + - libhomescreen must have 'showWindow/hideWindow/replyShowWindow' event + and 'showWindow/hideWindow/replyShowWindow' interface. + - agl-service-homescreen must have 'showWindow/hideWindow/replyShowWindow' verbs. + +- Application need to deploy their onscreen qml file to "/usr/lib/qt5/qml/AGL/OnScreen/appid/" folder. ## sequence @@ -26,7 +28,7 @@ onstestapp is a sample to use onscreenapp. ### onstestapp usage -Before start onstestapp you must copy all files in "qml" folder to "$HOME/app-data/OnScreen/onstestapp/" on your board(R-car M3 etc.), +Before start onstestapp you must copy all files in "qml" folder to "/usr/lib/qt5/qml/AGL/OnScreen/onstestapp/" on your board(R-car M3 etc.), then do as below: 1. start onstestapp in launcher |