Migrate bluetooth-policy to DynamicTable 64/239164/2
authorSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 22 Jul 2020 08:11:40 +0000 (17:11 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 22 Jul 2020 08:16:10 +0000 (17:16 +0900)
commit80001c215aca2bd01ead5b2bf8bb3027031c2f90
tree9e784b8ff2b2c3fc50cfd877eaccf6e7b233364b
parent30289f9f65bad841636fa4aed30df6911dcf229a
Migrate bluetooth-policy to DynamicTable

Change-Id: I7646bd813c310523fed86d17eea286594b159dbb
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
15 files changed:
packaging/vist.spec
src/vist/table/CMakeLists.txt
src/vist/table/dynamic-table.hpp
src/vist/table/policy/bluetooth/CMakeLists.txt [new file with mode: 0644]
src/vist/table/policy/bluetooth/policy.cpp [new file with mode: 0644]
src/vist/table/policy/bluetooth/policy.hpp [new file with mode: 0644]
src/vist/table/policy/bluetooth/table.cpp [new file with mode: 0644]
src/vist/table/policy/bluetooth/table.hpp [new file with mode: 0644]
src/vist/table/policy/bluetooth/tests/bluetooth.cpp [new file with mode: 0644]
src/vist/table/policy/sample/CMakeLists.txt
src/vist/table/policy/sample/policy.hpp [new file with mode: 0644]
src/vist/table/policy/sample/sample.cpp [deleted file]
src/vist/table/policy/sample/sample.hpp [deleted file]
src/vist/table/policy/sample/table.cpp [new file with mode: 0644]
src/vist/table/policy/sample/table.hpp [new file with mode: 0644]