Initialization 35/259335/1
authorHyotaek Shim <hyotaek.shim@samsung.com>
Fri, 4 Jun 2021 09:27:22 +0000 (18:27 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Fri, 4 Jun 2021 09:28:30 +0000 (18:28 +0900)
commit6b759b59fd09eaac676176dd65731275ba57a081
tree4645ce1e3e66fb39fb28ca44d890bace2659105b
parente816a0d7d171aa77ab5db219f88bce66c4634958
Initialization

Change-Id: I60f42bbb5bc0d9dfdc55ac8a29bd3ec6be1c8bc4
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/board/CMakeLists.txt [new file with mode: 0644]
hw/board/board.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/haptic/CMakeLists.txt [new file with mode: 0644]
hw/haptic/gpio.c [new file with mode: 0644]
hw/memory/CMakeLists.txt [new file with mode: 0644]
hw/memory/memory.c [new file with mode: 0644]
hw/thermal/CMakeLists.txt [new file with mode: 0644]
hw/thermal/thermal.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/usb_gadget/CMakeLists.txt [new file with mode: 0644]
hw/usb_gadget/usb_gadget.c [new file with mode: 0644]
packaging/hal-backend-device-vim3.manifest [new file with mode: 0644]
packaging/hal-backend-device-vim3.spec [new file with mode: 0644]