Initialization
authorHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 5 Dec 2018 00:32:47 +0000 (09:32 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 5 Dec 2018 00:35:09 +0000 (09:35 +0900)
commit45ba725e383151741273ba2eeef533a5f6dc4f04
tree03fffaaf77b9ace08f5f2813730fef55d7f3b03b
parentb7967d2b3dfb1dceee631a20798e0f692ccfd402
Initialization

Change-Id: I61bcea8e30173c7032d3ea8b4de917bf5010e674
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
18 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE.Apache-2.0 [new file with mode: 0644]
hw/battery/CMakeLists.txt [new file with mode: 0644]
hw/battery/battery.c [new file with mode: 0644]
hw/display/CMakeLists.txt [new file with mode: 0644]
hw/display/display.c [new file with mode: 0644]
hw/external_connection/CMakeLists.txt [new file with mode: 0644]
hw/external_connection/external_connection.c [new file with mode: 0644]
hw/touchscreen/CMakeLists.txt [new file with mode: 0644]
hw/touchscreen/touchscreen.c [new file with mode: 0644]
hw/udev.c [new file with mode: 0644]
hw/udev.h [new file with mode: 0644]
hw/usb_client/CMakeLists.txt [new file with mode: 0644]
hw/usb_client/usb_client.c [new file with mode: 0644]
hw/usb_gadget/CMakeLists.txt [new file with mode: 0644]
hw/usb_gadget/usb_gadget.c [new file with mode: 0644]
packaging/device-manager-plugin-tw3.manifest [new file with mode: 0644]
packaging/device-manager-plugin-tw3.spec [new file with mode: 0644]