pull in new policy updates
authorJustin Dickow <jjdickow@gmail.com>
Wed, 23 Jul 2014 18:58:37 +0000 (14:58 -0400)
committerJustin Dickow <jjdickow@gmail.com>
Wed, 23 Jul 2014 18:58:37 +0000 (14:58 -0400)
commit7647d6093f07407670ac139a32fa7f0d1c8cd85f
tree63ccfaea786afb2463ed360c9cc907de9810cd74
parent487542cb8df7d5125af79df0484cc632a694dd30
pull in new policy updates

Signed-off-by: Justin Dickow <jjdickow@gmail.com>
62 files changed:
src/components/policy/doc/doxygen/components/AppMgr/index.txt [deleted file]
src/components/policy/doc/doxygen/components/HMI/index.txt [deleted file]
src/components/policy/doc/doxygen/components/ProtocolHandler/index.txt [deleted file]
src/components/policy/doc/doxygen/components/TransportManager/Client Specification/ConnectionManagement.txt [deleted file]
src/components/policy/doc/doxygen/components/TransportManager/Client Specification/DataTransfer.txt [deleted file]
src/components/policy/doc/doxygen/components/TransportManager/Client Specification/DeviceManagement.txt [deleted file]
src/components/policy/doc/doxygen/components/TransportManager/Client Specification/index.txt [deleted file]
src/components/policy/doc/doxygen/components/TransportManager/Internal Design/Interaction.txt [deleted file]
src/components/policy/doc/doxygen/components/TransportManager/Internal Design/MultiThreading.txt [deleted file]
src/components/policy/doc/doxygen/components/TransportManager/Internal Design/TrasportManager.txt [deleted file]
src/components/policy/doc/doxygen/components/TransportManager/index.txt [deleted file]
src/components/policy/doc/doxygen/info.txt [deleted file]
src/components/policy/doc/grc/conf.smartDeviceLinkCore [deleted file]
src/components/policy/doc/grc/grc.conf [deleted file]
src/components/policy/src/policy/CMakeLists.txt
src/components/policy/src/policy/include/policy/policy_helper.h
src/components/policy/src/policy/include/policy/policy_manager.h
src/components/policy/src/policy/include/policy/policy_manager_impl.h
src/components/policy/src/policy/include/policy/policy_types.h
src/components/policy/src/policy/include/policy/pt_ext_representation.h
src/components/policy/src/policy/include/policy/pt_representation.h
src/components/policy/src/policy/include/policy/sql_pt_ext_queries.h
src/components/policy/src/policy/include/policy/sql_pt_ext_representation.h
src/components/policy/src/policy/include/policy/sql_pt_queries.h
src/components/policy/src/policy/include/policy/sql_pt_representation.h
src/components/policy/src/policy/include/policy/syncp_adapter.h [deleted file]
src/components/policy/src/policy/policy_table/table_struct/CMakeLists.txt [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct/enums.cc [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct/enums.h [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct/functions.h [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct/types.cc [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct/types.h [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct/validation.cc [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct_ext/CMakeLists.txt [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct_ext/enums.cc [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct_ext/enums.h [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct_ext/functions.h [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct_ext/types.cc [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct_ext/types.h [new file with mode: 0644]
src/components/policy/src/policy/policy_table/table_struct_ext/validation.cc [new file with mode: 0644]
src/components/policy/src/policy/policy_table_interface.xml
src/components/policy/src/policy/policy_table_interface_ext.xml
src/components/policy/src/policy/qdb_wrapper/src/sql_query.cc
src/components/policy/src/policy/sqlite_wrapper/CMakeLists.txt
src/components/policy/src/policy/src/policy_helper.cc
src/components/policy/src/policy/src/policy_manager_impl.cc
src/components/policy/src/policy/src/sql_pt_ext_queries.cc
src/components/policy/src/policy/src/sql_pt_ext_representation.cc
src/components/policy/src/policy/src/sql_pt_queries.cc
src/components/policy/src/policy/src/sql_pt_representation.cc
src/components/policy/src/policy/src/syncp_adapter.cc [deleted file]
src/components/policy/test/policy/CMakeLists.txt
src/components/policy/test/policy/include/generated_code_with_sqlite_test.h
src/components/policy/test/policy/include/mock_policy_listener.h
src/components/policy/test/policy/include/mock_pt_ext_representation.h
src/components/policy/test/policy/include/mock_pt_representation.h
src/components/policy/test/policy/sqlite_wrapper/CMakeLists.txt
src/components/policy/test/policy/src/generated_code_test.cc
src/components/policy/test/policy/src/test_policy_manager_impl.cc
src/components/policy/test/policy/src/test_sql_pt_ext_representation.cc
src/components/policy/test/policy/src/test_sql_pt_representation.cc
src/components/policy/test/policy/src/test_stress_policy_manager_impl.cc