add policy component
authorJustin Dickow <jjdickow@gmail.com>
Wed, 9 Jul 2014 19:18:39 +0000 (15:18 -0400)
committerJustin Dickow <jjdickow@gmail.com>
Wed, 9 Jul 2014 19:18:39 +0000 (15:18 -0400)
commit91a773dc2e78c25e098bca2c9b04cac69d11ba37
tree2cac615d3f04338f086f236f723f520bb7760944
parent80d6a6d46b277edf83018193ed57022db6c473fa
add policy component

Signed-off-by: Justin Dickow <jjdickow@gmail.com>
109 files changed:
src/components/policy/CMakeLists.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/AppMgr/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/HMI/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/JSONHandler/Formatters/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/JSONHandler/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/ProtocolHandler/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/SmartObjects/Smart Objects Types/Type casts.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/SmartObjects/Smart Objects Types/Value representation.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/SmartObjects/Smart Objects Types/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/SmartObjects/Smart Objects Validation/Schema Structure.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/SmartObjects/Smart Objects Validation/Validation.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/SmartObjects/Smart Objects Validation/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/SmartObjects/Use of Smart Objects/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/SmartObjects/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Client Specification/ConnectionManagement.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Client Specification/DataTransfer.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Client Specification/DeviceManagement.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Client Specification/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/BluetoothAdapter.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/TCPAdapter.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Internal Design/Interaction.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Internal Design/MultiThreading.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Internal Design/TrasportManager.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Internal Design/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Use Cases/UseCase1.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Use Cases/UseCase2.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Use Cases/UseCase3.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/Use Cases/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/TransportManager/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/components/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/info.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/mainpage.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/tools/InterfaceGenerator/Arhitecture.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/tools/InterfaceGenerator/CMake Integration.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/tools/InterfaceGenerator/How To Use.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/tools/InterfaceGenerator/Use of Output.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/tools/InterfaceGenerator/index.txt [new file with mode: 0644]
src/components/policy/doc/doxygen/tools/index.txt [new file with mode: 0644]
src/components/policy/doc/grc/conf.smartDeviceLinkCore [new file with mode: 0644]
src/components/policy/doc/grc/grc.conf [new file with mode: 0644]
src/components/policy/doc/install.txt [new file with mode: 0644]
src/components/policy/doc/qnx_build.txt [new file with mode: 0644]
src/components/policy/doc/readme.txt [new file with mode: 0644]
src/components/policy/src/policy/CMakeLists.txt [new file with mode: 0644]
src/components/policy/src/policy/Readme.txt [new file with mode: 0644]
src/components/policy/src/policy/include/policy/policy_helper.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/policy_listener.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/policy_manager.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/policy_manager_impl.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/policy_table.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/policy_types.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/pt_ext_representation.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/pt_representation.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/sql_pt_ext_queries.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/sql_pt_ext_representation.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/sql_pt_queries.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/sql_pt_representation.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/sql_wrapper.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/syncp_adapter.h [new file with mode: 0644]
src/components/policy/src/policy/include/policy/user_consent_manager.h [new file with mode: 0644]
src/components/policy/src/policy/policy_table_interface.xml [new file with mode: 0644]
src/components/policy/src/policy/policy_table_interface_ext.xml [new file with mode: 0644]
src/components/policy/src/policy/qdb_wrapper/CMakeLists.txt [new file with mode: 0644]
src/components/policy/src/policy/qdb_wrapper/include/qdb_wrapper/sql_database.h [new file with mode: 0644]
src/components/policy/src/policy/qdb_wrapper/include/qdb_wrapper/sql_error.h [new file with mode: 0644]
src/components/policy/src/policy/qdb_wrapper/include/qdb_wrapper/sql_query.h [new file with mode: 0644]
src/components/policy/src/policy/qdb_wrapper/policy.ini [new file with mode: 0644]
src/components/policy/src/policy/qdb_wrapper/qdbserver.sh [new file with mode: 0755]
src/components/policy/src/policy/qdb_wrapper/src/sql_database.cc [new file with mode: 0644]
src/components/policy/src/policy/qdb_wrapper/src/sql_error.cc [new file with mode: 0644]
src/components/policy/src/policy/qdb_wrapper/src/sql_query.cc [new file with mode: 0644]
src/components/policy/src/policy/specification.txt [new file with mode: 0644]
src/components/policy/src/policy/sqlite_wrapper/CMakeLists.txt [new file with mode: 0644]
src/components/policy/src/policy/sqlite_wrapper/include/sqlite_wrapper/sql_database.h [new file with mode: 0644]
src/components/policy/src/policy/sqlite_wrapper/include/sqlite_wrapper/sql_error.h [new file with mode: 0644]
src/components/policy/src/policy/sqlite_wrapper/include/sqlite_wrapper/sql_query.h [new file with mode: 0644]
src/components/policy/src/policy/sqlite_wrapper/src/sql_database.cc [new file with mode: 0644]
src/components/policy/src/policy/sqlite_wrapper/src/sql_error.cc [new file with mode: 0644]
src/components/policy/src/policy/sqlite_wrapper/src/sql_query.cc [new file with mode: 0644]
src/components/policy/src/policy/src/policy_helper.cc [new file with mode: 0644]
src/components/policy/src/policy/src/policy_manager_impl.cc [new file with mode: 0644]
src/components/policy/src/policy/src/policy_table.cc [new file with mode: 0644]
src/components/policy/src/policy/src/sql_pt_ext_queries.cc [new file with mode: 0644]
src/components/policy/src/policy/src/sql_pt_ext_representation.cc [new file with mode: 0644]
src/components/policy/src/policy/src/sql_pt_queries.cc [new file with mode: 0644]
src/components/policy/src/policy/src/sql_pt_representation.cc [new file with mode: 0644]
src/components/policy/src/policy/src/syncp_adapter.cc [new file with mode: 0644]
src/components/policy/src/policy/usage_statistics/CMakeLists.txt [new file with mode: 0644]
src/components/policy/src/policy/usage_statistics/include/usage_statistics/counter.h [new file with mode: 0644]
src/components/policy/src/policy/usage_statistics/include/usage_statistics/statistics_manager.h [new file with mode: 0644]
src/components/policy/src/policy/usage_statistics/src/counter.cc [new file with mode: 0644]
src/components/policy/test/policy/CMakeLists.txt [new file with mode: 0644]
src/components/policy/test/policy/include/generated_code_with_sqlite_test.h [new file with mode: 0644]
src/components/policy/test/policy/include/mock_pt_ext_representation.h [new file with mode: 0644]
src/components/policy/test/policy/include/mock_pt_representation.h [new file with mode: 0644]
src/components/policy/test/policy/log4cxx.properties [new file with mode: 0644]
src/components/policy/test/policy/sqlite_wrapper/CMakeLists.txt [new file with mode: 0644]
src/components/policy/test/policy/sqlite_wrapper/src/test_sql_database.cc [new file with mode: 0644]
src/components/policy/test/policy/sqlite_wrapper/src/test_sql_query.cc [new file with mode: 0644]
src/components/policy/test/policy/src/generated_code_with_sqlite_test.cc [new file with mode: 0644]
src/components/policy/test/policy/src/test_policy_manager_impl.cc [new file with mode: 0644]
src/components/policy/test/policy/src/test_shared_library.cc [new file with mode: 0644]
src/components/policy/test/policy/src/test_sql_pt_ext_representation.cc [new file with mode: 0644]
src/components/policy/test/policy/src/test_sql_pt_representation.cc [new file with mode: 0644]
src/components/policy/test/policy/src/test_stress_policy_manager_impl.cc [new file with mode: 0644]
src/components/policy/test/policy/usage_statistics/CMakeLists.txt [new file with mode: 0644]
src/components/policy/test/policy/usage_statistics/include/statistics_manager_mock.h [new file with mode: 0644]
src/components/policy/test/policy/usage_statistics/src/test_counter.cc [new file with mode: 0644]