emulator: clean-up source directories 60/23660/4
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 1 Jul 2014 06:54:49 +0000 (15:54 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 1 Jul 2014 09:48:11 +0000 (18:48 +0900)
commit3c4392b3a1eabefeb5b6e129efb4a1a2abbf8e79
tree899ebd6063cba6c6676971e19722b42eca2f955c
parentd57a2a3d44591865d9bc0b008ec18dbdd61bb2ca
emulator: clean-up source directories

Source files under "tizen/src/hw/" moved into each parent bus directory.

Change-Id: I32d4cd527583a5cacf43cb4e2bc490212b849ee4
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
63 files changed:
tizen/src/Makefile.objs
tizen/src/display/maru_finger.c
tizen/src/display/maru_sdl.c
tizen/src/display/maru_sdl_processing.c
tizen/src/ecs/ecs_mon.c
tizen/src/ecs/ecs_msg.c
tizen/src/ecs/ecs_sensor.c
tizen/src/ecs/ecs_tethering.c
tizen/src/emulator.c
tizen/src/emulator_legacy.c
tizen/src/hw/Makefile.objs
tizen/src/hw/arm/Makefile.objs [moved from tizen/src/hw/Makefile.objs.arm with 100% similarity]
tizen/src/hw/arm/maru_arm.h [moved from tizen/src/hw/maru_arm.h with 100% similarity]
tizen/src/hw/arm/maru_arm_board.c [moved from tizen/src/hw/maru_arm_board.c with 100% similarity]
tizen/src/hw/arm/maru_arm_pmu.c [moved from tizen/src/hw/maru_arm_pmu.c with 100% similarity]
tizen/src/hw/arm/maru_arm_soc.c [moved from tizen/src/hw/maru_arm_soc.c with 100% similarity]
tizen/src/hw/arm/maru_arm_vpci.c [moved from tizen/src/hw/maru_arm_vpci.c with 100% similarity]
tizen/src/hw/maru_pm.c
tizen/src/hw/pci/Makefile.objs [new file with mode: 0644]
tizen/src/hw/pci/maru_brightness.c [moved from tizen/src/hw/maru_brightness.c with 99% similarity]
tizen/src/hw/pci/maru_brightness.h [moved from tizen/src/hw/maru_brightness.h with 100% similarity]
tizen/src/hw/pci/maru_brill_codec.c [moved from tizen/src/hw/maru_brill_codec.c with 100% similarity]
tizen/src/hw/pci/maru_brill_codec.h [moved from tizen/src/hw/maru_brill_codec.h with 99% similarity]
tizen/src/hw/pci/maru_camera_common.h [moved from tizen/src/hw/maru_camera_common.h with 100% similarity]
tizen/src/hw/pci/maru_camera_common_pci.c [moved from tizen/src/hw/maru_camera_common_pci.c with 99% similarity]
tizen/src/hw/pci/maru_camera_darwin.h [moved from tizen/src/hw/maru_camera_darwin.h with 100% similarity]
tizen/src/hw/pci/maru_camera_darwin_converter.c [moved from tizen/src/hw/maru_camera_darwin_converter.c with 100% similarity]
tizen/src/hw/pci/maru_camera_darwin_pci.m [moved from tizen/src/hw/maru_camera_darwin_pci.m with 100% similarity]
tizen/src/hw/pci/maru_camera_linux_pci.c [moved from tizen/src/hw/maru_camera_linux_pci.c with 100% similarity]
tizen/src/hw/pci/maru_camera_win32_interface.h [moved from tizen/src/hw/maru_camera_win32_interface.h with 100% similarity]
tizen/src/hw/pci/maru_camera_win32_pci.c [moved from tizen/src/hw/maru_camera_win32_pci.c with 100% similarity]
tizen/src/hw/pci/maru_codec.c [moved from tizen/src/hw/maru_codec.c with 100% similarity]
tizen/src/hw/pci/maru_codec.h [moved from tizen/src/hw/maru_codec.h with 100% similarity]
tizen/src/hw/usb/Makefile.objs [new file with mode: 0644]
tizen/src/hw/usb/maru_usb_touchscreen.c [moved from tizen/src/hw/maru_usb_touchscreen.c with 100% similarity]
tizen/src/hw/usb/maru_usb_touchscreen.h [moved from tizen/src/hw/maru_usb_touchscreen.h with 100% similarity]
tizen/src/hw/virtio/Makefile.objs [new file with mode: 0644]
tizen/src/hw/virtio/maru_virtio_esm.c [moved from tizen/src/hw/maru_virtio_esm.c with 99% similarity]
tizen/src/hw/virtio/maru_virtio_esm.h [moved from tizen/src/hw/maru_virtio_esm.h with 100% similarity]
tizen/src/hw/virtio/maru_virtio_evdi.c [moved from tizen/src/hw/maru_virtio_evdi.c with 99% similarity]
tizen/src/hw/virtio/maru_virtio_evdi.h [moved from tizen/src/hw/maru_virtio_evdi.h with 100% similarity]
tizen/src/hw/virtio/maru_virtio_hwkey.c [moved from tizen/src/hw/maru_virtio_hwkey.c with 99% similarity]
tizen/src/hw/virtio/maru_virtio_hwkey.h [moved from tizen/src/hw/maru_virtio_hwkey.h with 100% similarity]
tizen/src/hw/virtio/maru_virtio_jack.c [moved from tizen/src/hw/maru_virtio_jack.c with 99% similarity]
tizen/src/hw/virtio/maru_virtio_jack.h [moved from tizen/src/hw/maru_virtio_jack.h with 100% similarity]
tizen/src/hw/virtio/maru_virtio_keyboard.c [moved from tizen/src/hw/maru_virtio_keyboard.c with 99% similarity]
tizen/src/hw/virtio/maru_virtio_keyboard.h [moved from tizen/src/hw/maru_virtio_keyboard.h with 100% similarity]
tizen/src/hw/virtio/maru_virtio_nfc.c [moved from tizen/src/hw/maru_virtio_nfc.c with 99% similarity]
tizen/src/hw/virtio/maru_virtio_nfc.h [moved from tizen/src/hw/maru_virtio_nfc.h with 100% similarity]
tizen/src/hw/virtio/maru_virtio_pci.c [moved from tizen/src/hw/maru_virtio_pci.c with 97% similarity]
tizen/src/hw/virtio/maru_virtio_power.c [moved from tizen/src/hw/maru_virtio_power.c with 99% similarity]
tizen/src/hw/virtio/maru_virtio_power.h [moved from tizen/src/hw/maru_virtio_power.h with 100% similarity]
tizen/src/hw/virtio/maru_virtio_sensor.c [moved from tizen/src/hw/maru_virtio_sensor.c with 99% similarity]
tizen/src/hw/virtio/maru_virtio_sensor.h [moved from tizen/src/hw/maru_virtio_sensor.h with 100% similarity]
tizen/src/hw/virtio/maru_virtio_touchscreen.c [moved from tizen/src/hw/maru_virtio_touchscreen.c with 99% similarity]
tizen/src/hw/virtio/maru_virtio_touchscreen.h [moved from tizen/src/hw/maru_virtio_touchscreen.h with 100% similarity]
tizen/src/hw/virtio/maru_virtio_vmodem.c [moved from tizen/src/hw/maru_virtio_vmodem.c with 99% similarity]
tizen/src/hw/virtio/maru_virtio_vmodem.h [moved from tizen/src/hw/maru_virtio_vmodem.h with 100% similarity]
tizen/src/skin/maruskin_keymap.h
tizen/src/skin/maruskin_operation.c
tizen/src/util/Makefile.objs
tizen/src/util/sdb_noti_server.c [moved from tizen/src/sdb_noti_server.c with 99% similarity]
tizen/src/util/sdb_noti_server.h [moved from tizen/src/sdb_noti_server.h with 100% similarity]