ivi-shell: rename ivi_controller_interface
authorUcan, Emre \(ADITG/SW1\) <eucan@de.adit-jv.com>
Thu, 15 Oct 2015 14:51:41 +0000 (14:51 +0000)
committerBryce Harrington <bryce@osg.samsung.com>
Thu, 29 Oct 2015 20:55:16 +0000 (13:55 -0700)
commit0c0e51e09663e48d02412c17f49bd8b13176a5b0
tree7234eecbe38a1a0d1638d22ff2b0826f50c80f06
parent32c3211e386d27f43d1be091d420342566a1bef1
ivi-shell: rename ivi_controller_interface

The name of ivi_controller_interface is changed to ivi_layout_interface
with this patch.

This name is better suited to the interface, because it is implemented
in ivi-layout.c and its methods are linked to ivi_layout* functions.

Furthermore, the controller modules (e.g. hmi-controller) are the users
of this interface and they have their own interfaces,
which are called *_controller_interface,
e.g.: ivi_hmi_controller_interface.

This causes confusion about the software architecture.

Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Tested-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Reviewed-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
ivi-shell/hmi-controller.c
ivi-shell/ivi-layout-export.h
ivi-shell/ivi-layout.c
tests/ivi_layout-internal-test.c
tests/ivi_layout-test-plugin.c