Reorganize directory structure about virtual-table 90/239490/1
authorSangwan Kwon <sangwan.kwon@samsung.com>
Mon, 27 Jul 2020 05:58:55 +0000 (14:58 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Mon, 27 Jul 2020 05:58:55 +0000 (14:58 +0900)
commit92db6036973da786f92634c83a85a5a768bee116
tree0614d4d1935886856267e76358d66b0001316b98
parent0fbe889abbc76d7f4cc4fd256d7139a8b175ef5b
Reorganize directory structure about virtual-table

Change-Id: I22a067aa48666157dfe9af37fe370aecc0b18f31
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
48 files changed:
CMakeLists.txt
plugins/bluetooth/CMakeLists.txt [deleted file]
plugins/bluetooth/bluetooth-test.cpp [deleted file]
plugins/bluetooth/bluetooth.cpp [deleted file]
plugins/bluetooth/bluetooth.hpp [deleted file]
plugins/sample/CMakeLists.txt [deleted file]
plugins/sample/sample.cpp [deleted file]
plugins/test-util.hpp [deleted file]
plugins/tests.cpp [deleted file]
plugins/usb/CMakeLists.txt [deleted file]
plugins/usb/usb.cpp [deleted file]
plugins/wifi/CMakeLists.txt [deleted file]
plugins/wifi/wifi-test.cpp [deleted file]
plugins/wifi/wifi.cpp [deleted file]
plugins/wifi/wifi.hpp [deleted file]
src/CMakeLists.txt
src/vist/service/CMakeLists.txt
src/vist/service/vistd.cpp
src/vist/table/CMakeLists.txt
src/vist/table/policy/bluetooth/CMakeLists.txt [deleted file]
src/vist/table/policy/bluetooth/policy.cpp [deleted file]
src/vist/table/policy/bluetooth/policy.hpp [deleted file]
src/vist/table/policy/bluetooth/table.cpp [deleted file]
src/vist/table/policy/bluetooth/table.hpp [deleted file]
src/vist/table/policy/bluetooth/tests/bluetooth.cpp [deleted file]
src/vist/table/policy/policy-admin.cpp [deleted file]
src/vist/table/policy/policy-admin.hpp [deleted file]
src/vist/table/policy/policy.cpp [deleted file]
src/vist/table/policy/policy.hpp [deleted file]
src/vist/table/policy/sample/CMakeLists.txt [deleted file]
src/vist/table/policy/sample/policy.hpp [deleted file]
src/vist/table/policy/sample/table.cpp [deleted file]
src/vist/table/policy/sample/table.hpp [deleted file]
tables/CMakeLists.txt [new file with mode: 0644]
tables/built-in/policy-admin.cpp [new file with mode: 0644]
tables/built-in/policy-admin.hpp [new file with mode: 0644]
tables/built-in/policy.cpp [new file with mode: 0644]
tables/built-in/policy.hpp [new file with mode: 0644]
tables/policy/bluetooth/CMakeLists.txt [new file with mode: 0644]
tables/policy/bluetooth/policy.cpp [new file with mode: 0644]
tables/policy/bluetooth/policy.hpp [new file with mode: 0644]
tables/policy/bluetooth/table.cpp [new file with mode: 0644]
tables/policy/bluetooth/table.hpp [new file with mode: 0644]
tables/policy/bluetooth/tests/bluetooth.cpp [new file with mode: 0644]
tables/policy/sample/CMakeLists.txt [new file with mode: 0644]
tables/policy/sample/policy.hpp [new file with mode: 0644]
tables/policy/sample/table.cpp [new file with mode: 0644]
tables/policy/sample/table.hpp [new file with mode: 0644]