"Initial commit to Gerrit" "0.0.1-05182012"
authorTu Truong <tctruong@tctruong.xps>
Fri, 18 May 2012 23:36:56 +0000 (16:36 -0700)
committerTu Truong <tctruong@tctruong.xps>
Fri, 18 May 2012 23:36:56 +0000 (16:36 -0700)
commitb89184bc8969b78f0e5f989f52b54e58b9d2704d
tree0bec9bac2288d754bae2f0417dffde08d7c78c3c
"Initial commit to Gerrit"
156 files changed:
AudioManagerDaemon/CMakeLists.txt [new file with mode: 0644]
AudioManagerDaemon/docx/01_mainpage.dox [new file with mode: 0644]
AudioManagerDaemon/docx/02_license.dox [new file with mode: 0644]
AudioManagerDaemon/docx/02_x_dependecies.dox [new file with mode: 0644]
AudioManagerDaemon/docx/03_architecture_overview.dox [new file with mode: 0644]
AudioManagerDaemon/docx/03_x_uml_model.dox [new file with mode: 0644]
AudioManagerDaemon/docx/04_components.dox [new file with mode: 0644]
AudioManagerDaemon/docx/04_x_elements.dox [new file with mode: 0644]
AudioManagerDaemon/docx/05_unique.dox [new file with mode: 0644]
AudioManagerDaemon/docx/06_classification.dox [new file with mode: 0644]
AudioManagerDaemon/docx/07_interrupts.dox [new file with mode: 0644]
AudioManagerDaemon/docx/08_connections.dox [new file with mode: 0644]
AudioManagerDaemon/docx/09_lipsync.dox [new file with mode: 0644]
AudioManagerDaemon/docx/10_early_audio.dox [new file with mode: 0644]
AudioManagerDaemon/docx/11_views.dox [new file with mode: 0644]
AudioManagerDaemon/docx/12_volumes.dox [new file with mode: 0644]
AudioManagerDaemon/docx/13_properties.dox [new file with mode: 0644]
AudioManagerDaemon/docx/14_misc.dox [new file with mode: 0644]
AudioManagerDaemon/docx/14_x_mainloop.dox [new file with mode: 0644]
AudioManagerDaemon/docx/15_dlt_support.dox [new file with mode: 0644]
AudioManagerDaemon/docx/15_x_eclipse.dox [new file with mode: 0644]
AudioManagerDaemon/docx/16_readme.dox [new file with mode: 0644]
AudioManagerDaemon/docx/Doxyfile.in [new file with mode: 0644]
AudioManagerDaemon/docx/images/AudioDomains.gif [new file with mode: 0644]
AudioManagerDaemon/docx/images/AudioManagement.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/Deferred_Call_async.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/Deferred_Call_sync.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/Gateway.gif [new file with mode: 0644]
AudioManagerDaemon/docx/images/GatewayMatrix.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/Interacton_Overview.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/Levels.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/Mainloop.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/bus_topology.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/daemon_insight.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/delay.jpg [new file with mode: 0644]
AudioManagerDaemon/docx/images/dependencies.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/dependencies_test.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/dependency_created.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/early.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/genivilogo.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/late.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/routing_hierarchy.png [new file with mode: 0644]
AudioManagerDaemon/docx/images/views.png [new file with mode: 0644]
AudioManagerDaemon/include/CAmCommandReceiver.h [new file with mode: 0644]
AudioManagerDaemon/include/CAmCommandSender.h [new file with mode: 0644]
AudioManagerDaemon/include/CAmControlReceiver.h [new file with mode: 0644]
AudioManagerDaemon/include/CAmControlSender.h [new file with mode: 0644]
AudioManagerDaemon/include/CAmDatabaseHandler.h [new file with mode: 0644]
AudioManagerDaemon/include/CAmDatabaseObserver.h [new file with mode: 0644]
AudioManagerDaemon/include/CAmRouter.h [new file with mode: 0644]
AudioManagerDaemon/include/CAmRoutingReceiver.h [new file with mode: 0644]
AudioManagerDaemon/include/CAmRoutingSender.h [new file with mode: 0644]
AudioManagerDaemon/include/CAmTelnetMenuHelper.h [new file with mode: 0644]
AudioManagerDaemon/include/CAmTelnetServer.h [new file with mode: 0644]
AudioManagerDaemon/include/TAmPluginTemplate.h [new file with mode: 0644]
AudioManagerDaemon/src/CAmCommandReceiver.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmCommandSender.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmControlReceiver.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmControlSender.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmDatabaseHandler.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmDatabaseObserver.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmDbusWrapper.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmDltWrapper.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmRouter.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmRoutingReceiver.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmRoutingSender.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmSocketHandler.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmTelnetMenuHelper.cpp [new file with mode: 0644]
AudioManagerDaemon/src/CAmTelnetServer.cpp [new file with mode: 0644]
AudioManagerDaemon/src/main.cpp [new file with mode: 0644]
AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.cpp [new file with mode: 0644]
AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h [new file with mode: 0644]
AudioManagerDaemon/test/AmControlInterfaceTest/CMakeLists.txt [new file with mode: 0644]
AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.cpp [new file with mode: 0644]
AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.h [new file with mode: 0644]
AudioManagerDaemon/test/AmDatabaseHandlerTest/CMakeLists.txt [new file with mode: 0644]
AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.cpp [new file with mode: 0644]
AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h [new file with mode: 0644]
AudioManagerDaemon/test/AmRouterTest/CMakeLists.txt [new file with mode: 0644]
AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp [new file with mode: 0644]
AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h [new file with mode: 0644]
AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt [new file with mode: 0644]
AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp [new file with mode: 0644]
AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.h [new file with mode: 0644]
AudioManagerDaemon/test/AmSocketHandlerTest/CMakeLists.txt [new file with mode: 0644]
AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.cpp [new file with mode: 0644]
AudioManagerDaemon/test/AmTelnetServerTest/CAmTelnetServerTest.h [new file with mode: 0644]
AudioManagerDaemon/test/AmTelnetServerTest/CMakeLists.txt [new file with mode: 0644]
AudioManagerDaemon/test/CAmCommonFunctions.cpp [new file with mode: 0644]
AudioManagerDaemon/test/CAmCommonFunctions.h [new file with mode: 0644]
AudioManagerDaemon/test/CMakeLists.txt [new file with mode: 0644]
AudioManagerDaemon/test/IAmCommandBackdoor.h [new file with mode: 0644]
AudioManagerDaemon/test/IAmControlBackdoor.h [new file with mode: 0644]
AudioManagerDaemon/test/IAmRoutingBackdoor.h [new file with mode: 0644]
AudioManagerDaemon/test/MockIAmCommandSend.h [new file with mode: 0644]
AudioManagerDaemon/test/MockIAmControlSend.h [new file with mode: 0644]
AudioManagerDaemon/test/MockIAmRoutingSend.h [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENCE [new file with mode: 0644]
PluginCommandInterfaceDbus/CMakeLists.txt [new file with mode: 0644]
PluginCommandInterfaceDbus/include/CAmCommandSenderDbus.h [new file with mode: 0644]
PluginCommandInterfaceDbus/include/CAmDbusMessageHandler.h [new file with mode: 0644]
PluginCommandInterfaceDbus/include/CommandInterface.xml [new file with mode: 0644]
PluginCommandInterfaceDbus/include/IAmCommandReceiverShadow.h [new file with mode: 0644]
PluginCommandInterfaceDbus/src/CAmCommandSenderDbus.cpp [new file with mode: 0644]
PluginCommandInterfaceDbus/src/CAmDbusMessageHandler.cpp [new file with mode: 0644]
PluginCommandInterfaceDbus/src/IAmCommandReceiverShadow.cpp [new file with mode: 0644]
PluginCommandInterfaceDbus/test/CAmCommandSenderDbusBackdoor.cpp [new file with mode: 0644]
PluginCommandInterfaceDbus/test/CAmCommandSenderDbusBackdoor.h [new file with mode: 0644]
PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.cpp [new file with mode: 0644]
PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.h [new file with mode: 0644]
PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp [new file with mode: 0644]
PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.h [new file with mode: 0644]
PluginCommandInterfaceDbus/test/CMakeLists.txt [new file with mode: 0644]
PluginCommandInterfaceDbus/test/MockIAmCommandReceive.h [new file with mode: 0644]
PluginControlInterface/CMakeLists.txt [new file with mode: 0644]
PluginControlInterface/include/CAmControlSenderBase.h [new file with mode: 0644]
PluginControlInterface/include/IAmControlReceiverShadow.h [new file with mode: 0644]
PluginControlInterface/src/CAmControlSenderBase.cpp [new file with mode: 0644]
PluginControlInterface/src/IAmControlReceiverShadow.cpp [new file with mode: 0644]
PluginControlInterface/test/CAmControlReceiverShadowTest.cpp [new file with mode: 0644]
PluginControlInterface/test/CAmControlReceiverShadowTest.h [new file with mode: 0644]
PluginControlInterface/test/CMakeLists.txt [new file with mode: 0644]
PluginControlInterface/test/MockIAmControlReceive.h [new file with mode: 0644]
PluginRoutingInterfaceAsync/CMakeLists.txt [new file with mode: 0644]
PluginRoutingInterfaceAsync/include/CAmRoutingSenderAsync.h [new file with mode: 0644]
PluginRoutingInterfaceAsync/include/IAmRoutingReceiverShadow.h [new file with mode: 0644]
PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp [new file with mode: 0644]
PluginRoutingInterfaceAsync/src/IAmRoutingReceiverShadow.cpp [new file with mode: 0644]
PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.cpp [new file with mode: 0644]
PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h [new file with mode: 0644]
PluginRoutingInterfaceAsync/test/CMakeLists.txt [new file with mode: 0644]
PluginRoutingInterfaceAsync/test/MockIAmRoutingReceive.h [new file with mode: 0644]
PluginRoutingInterfaceDbus/CMakeLists.txt [new file with mode: 0644]
PluginRoutingInterfaceDbus/include/CAmRoutingSenderDbus.h [new file with mode: 0644]
PluginRoutingInterfaceDbus/src/CAmRoutingSenderDbus.cpp [new file with mode: 0644]
README [new file with mode: 0644]
cmake/AudioManagerCodestyle.xml [new file with mode: 0644]
cmake/FindDBUS.cmake [new file with mode: 0644]
cmake/add_package_dependencies.sh [new file with mode: 0755]
cmake/cmake_uninstall.cmake.in [new file with mode: 0755]
cmake/config.cmake [new file with mode: 0644]
include/audiomanagertypes.h [new file with mode: 0644]
include/command/IAmCommandReceive.h [new file with mode: 0644]
include/command/IAmCommandSend.h [new file with mode: 0644]
include/control/IAmControlReceive.h [new file with mode: 0644]
include/control/IAmControlSend.h [new file with mode: 0644]
include/projecttypes.h [new file with mode: 0644]
include/routing/IAmRoutingReceive.h [new file with mode: 0644]
include/routing/IAmRoutingSend.h [new file with mode: 0644]
include/shared/CAmDbusWrapper.h [new file with mode: 0644]
include/shared/CAmDltWrapper.h [new file with mode: 0644]
include/shared/CAmSerializer.h [new file with mode: 0644]
include/shared/CAmSocketHandler.h [new file with mode: 0644]
packaging/audiomanager.changes [new file with mode: 0644]
packaging/audiomanager.spec [new file with mode: 0644]