Corresponding to TizenIVI3.0 M14.3, 33/26833/1
authorRyota Okubi <ryota.okubi@mail.toyota-td.jp>
Fri, 29 Aug 2014 07:19:30 +0000 (16:19 +0900)
committerRyota Okubi <ryota.okubi@mail.toyota-td.jp>
Fri, 29 Aug 2014 07:48:56 +0000 (16:48 +0900)
commit929d286f4d3a9b773fc3deeee59b3f3a13c905b0
tree9cbd8c3bef989028ec7a40bfd2947ad61105a3ac
parent759d6a4534c098349c60ecd5b5cf2bf2785e6ddd
Corresponding to TizenIVI3.0 M14.3,
GENIVI-LayerManagement was used instead of ico-uxf-weston-plugin,
and ico-uxf-weston-plugin was eliminated.

Change-Id: Ia36f1dd7a128919631e66c443fc2a1d1e6a6474f
Signed-off-by: Ryota Okubi <ryota.okubi@mail.toyota-td.jp>
89 files changed:
Makefile.am
configure.ac
data/lib/systemd/user/ico-system-controller.service
data/share/packages/org.tizen.ico.homescreen.xml
data/share/packages/org.tizen.ico.onscreen.xml
data/share/packages/org.tizen.ico.statusbar.xml
data/share/packages/org.tizen.ico.system-controller.xml
include/ico_syc_inputctl.h
include/ico_syc_type.h
include/ico_syc_winctl.h
lib/apps-framework/Makefile.am
lib/apps-framework/ico_syc_winctl.c
lib/common/CicoAilItems.cpp
lib/common/CicoAulItems.cpp
lib/common/CicoSound.cpp
lib/common/CicoSystemConfig.cpp
lib/common/CicoSystemConfig.h
lib/system-controller/CicoSCInputController.cpp
lib/system-controller/CicoSCInputController.h
lib/system-controller/CicoSCLayer.cpp
lib/system-controller/CicoSCLayer.h
lib/system-controller/CicoSCResourceManager.cpp
lib/system-controller/CicoSCSysResourceController.cpp
lib/system-controller/CicoSCWayland.cpp
lib/system-controller/CicoSCWaylandIF.cpp
lib/system-controller/CicoSCWaylandIF.h
lib/system-controller/CicoSCWindow.cpp
lib/system-controller/CicoSCWindowController.cpp
lib/system-controller/CicoSCWindowController.h
lib/system-controller/CicoSCWlInputMgrIF.cpp
lib/system-controller/CicoSCWlInputMgrIF.h
lib/system-controller/CicoSCWlWinMgrIF.cpp
lib/system-controller/CicoSCWlWinMgrIF.h
lib/system-controller/Makefile.am
packaging/ico-uxf-homescreen.changes
packaging/ico-uxf-homescreen.spec
res/org.tizen.ico.homescreen/res/config/homescreen.conf
settings/ecore.sh [new file with mode: 0644]
settings/weston.ini [new file with mode: 0644]
src/homescreen/CicoHSAppInfo.cpp
src/homescreen/CicoHSControlBarWindow.cpp
src/homescreen/CicoHSEFLApp.cpp
src/homescreen/CicoHSMenuTile.cpp
src/homescreen/CicoHSMenuTile.h
src/homescreen/CicoHSMenuWindow.cpp
src/homescreen/CicoHSMenuWindow.h
src/homescreen/CicoHSSwipeInputWindow.cpp
src/homescreen/CicoHSSwipeTouch.cpp
src/homescreen/CicoHSSwipeTouch.h
src/homescreen/CicoHSWindow.cpp
src/homescreen/CicoHSWindow.h
src/homescreen/CicoHSWindowController.cpp
src/homescreen/CicoHomeScreen.cpp
src/homescreen/CicoHomeScreenCommon.h
src/homescreen/Makefile.am
src/onscreen/CicoOSPopWindow.cpp
src/statusbar/CicoStatusBar.cpp
src/syscond/CicoSysConDaemon.cpp
src/syscond/Makefile.am
tests/Makefile.am
tests/homescreen/Makefile.am [deleted file]
tests/homescreen/homescreen-test-makedat.sh [deleted file]
tests/homescreen/homescreen-test-startall.sh [deleted file]
tests/homescreen/homescreen-test.sh [deleted file]
tests/homescreen/ico_send_hscommand.c [deleted file]
tests/homescreen/ico_set_vehicleinfo.c [deleted file]
tests/homescreen/json/exec-app1.json [deleted file]
tests/homescreen/json/geom-app1-1.json [deleted file]
tests/homescreen/json/geom-app1-2.json [deleted file]
tests/homescreen/json/geom-app1-3.json [deleted file]
tests/homescreen/json/hide-tile.json [deleted file]
tests/homescreen/json/show-app1.json [deleted file]
tests/homescreen/json/show-tile.json [deleted file]
tests/homescreen/json/term-app1.json [deleted file]
tests/homescreen/testdata/gui-test-FHD-next.dat [deleted file]
tests/homescreen/testdata/gui-test-FHD.dat [deleted file]
tests/homescreen/testdata/gui-test-XGA-next.dat [deleted file]
tests/homescreen/testdata/gui-test-XGA.dat [deleted file]
tests/homescreen/testdata/gui-test-launch-template.dat [deleted file]
tests/system-controller/apps-framework/Makefile.am
tests/system-controller/test-dummy-hs/Makefile.am
tool/Makefile.am
tool/ico_clear_screen.c [deleted file]
tool/ico_clear_screen.h [deleted file]
tool/notification/Makefile.am [deleted file]
tool/notification/del_notification.cpp [deleted file]
tool/notification/dump_notification.cpp [deleted file]
tool/notification/send_notification.cpp [deleted file]
tool/notification/send_notification2.cpp [deleted file]