summaryrefslogtreecommitdiffstats
path: root/demo3/common/agl-service-windowmanager/README.md
blob: 17389a8e4b3f10ccaafb7f46da7c4c0a6d0b9af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This is a WindowManager implementation for the AGL Project.
===========================================================

See http://docs.automotivelinux.org/docs/apis_services/en/dev/

**NOTE**
This Window Manager is master (meter cluster) mode by default.
If use slave (IVI) mode, please execute sclipt `change_to_slave_mode.sh` on target as follows:
```
$ scp ./change_to_slave_mode.sh root@<target_ip_addr>:~
$ ssh root@<target_ip_addr>
# sync
# ./change_to_slave_mode.sh
```