Updated SDL_Core to new architecture framework.
authorJulius Marchwicki <jmarchwi@ford.com>
Thu, 14 Nov 2013 22:35:14 +0000 (17:35 -0500)
committerJulius Marchwicki <jmarchwi@ford.com>
Thu, 14 Nov 2013 22:35:14 +0000 (17:35 -0500)
commit92e204a46800694be50ac26d55837061c4be68ff
tree8728626d7af1a51620e65193ec0031761ecdbddc
parent8504605b01177da2e55bee6abe4c3f20c82da379
Updated SDL_Core to new architecture framework.
Introduces handlers to communicate between hmi and mobile device
Improved transport and protocol management
Improved application manager implementation (elimination of the giant case statement)
Introduced concept of smart objects to handle serialization and deserialization of JSON messages between core and hmi/mobile components
Features interface generation in the build process
3611 files changed:
SDL_Core/CMakeLists.txt
SDL_Core/Doxyfile
SDL_Core/calc_lines.py [new file with mode: 0755]
SDL_Core/cmake/Modules/FindGlib-2.0.cmake [new file with mode: 0644]
SDL_Core/cmake/Modules/FindGstreamer-1.0.cmake [new file with mode: 0644]
SDL_Core/cmake/Modules/FindLibavahi.cmake [new file with mode: 0644]
SDL_Core/doc/doxygen/components/JSONHandler/Formatters/index.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/components/JSONHandler/index.txt
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Types/Type casts.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Types/Value representation.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Types/index.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/Schema Structure.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/Validation.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/index.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/components/SmartObjects/Use of Smart Objects/index.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/components/SmartObjects/index.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/components/TransportManager/Client Specification/ConnectionManagement.txt
SDL_Core/doc/doxygen/components/TransportManager/Client Specification/DataTransfer.txt
SDL_Core/doc/doxygen/components/TransportManager/Client Specification/DeviceManagement.txt
SDL_Core/doc/doxygen/components/TransportManager/Client Specification/index.txt
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/BluetoothAdapter.txt
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/TCPAdapter.txt
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/index.txt
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/MultiThreading.txt
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/TrasportManager.txt
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/index.txt
SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase1.txt
SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase2.txt
SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase3.txt
SDL_Core/doc/doxygen/components/TransportManager/Use Cases/index.txt
SDL_Core/doc/doxygen/components/TransportManager/index.txt
SDL_Core/doc/doxygen/components/index.txt
SDL_Core/doc/doxygen/mainpage.txt
SDL_Core/doc/doxygen/tools/InterfaceGenerator/Arhitecture.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/tools/InterfaceGenerator/CMake Integration.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/tools/InterfaceGenerator/How To Use.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/tools/InterfaceGenerator/Use of Output.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/tools/InterfaceGenerator/index.txt [new file with mode: 0644]
SDL_Core/doc/doxygen/tools/index.txt [new file with mode: 0644]
SDL_Core/doc/install.txt
SDL_Core/setup_env.sh [new file with mode: 0755]
SDL_Core/src/appMain/CMakeLists.txt
SDL_Core/src/appMain/appMain.cpp
SDL_Core/src/appMain/appMain.cpp~ [new file with mode: 0644]
SDL_Core/src/appMain/appMain.h [new file with mode: 0644]
SDL_Core/src/appMain/appMain.hpp [deleted file]
SDL_Core/src/appMain/life_cycle.cc [new file with mode: 0644]
SDL_Core/src/appMain/life_cycle.h [new file with mode: 0644]
SDL_Core/src/appMain/log4cplus.properties [deleted file]
SDL_Core/src/appMain/log4cxx.properties [new file with mode: 0644]
SDL_Core/src/appMain/policy_table.json [new file with mode: 0644]
SDL_Core/src/appMain/smartDeviceLink.ini [new file with mode: 0644]
SDL_Core/src/appMain/test.txt
SDL_Core/src/components/AppMgr/CMakeLists.txt [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/AppChoiceSets.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/AppMenus.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/AppMgr.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/AppMgrCore.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/AppMgrCoreQueues.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/AppPolicy.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/Application.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/Application_v1.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/Application_v2.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/AutoActivateIdMapping.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/ButtonMapping.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/CapabilitesContainer.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/CommandMapping.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/ConnectionHandler.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/DeviceHandler.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/DeviceList.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/DeviceStorage.hpp [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/HMIHandler.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/MenuMapping.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/MessageChaining.hpp [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/MobileHandler.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/RegistryItem.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/SyncPManager.h [deleted file]
SDL_Core/src/components/AppMgr/include/AppMgr/VehicleDataMapping.h [deleted file]
SDL_Core/src/components/AppMgr/src/AppChoiceSets.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/AppMenus.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/AppMgr.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/AppMgrCore.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/AppMgrCoreQueues.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/AppPolicy.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/Application.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/Application_v1.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/Application_v2.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/AutoActivateIdMapping.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/ButtonMapping.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/CapabilitesContainer.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/CommandMapping.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/ConnectionHandler.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/DeviceHandler.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/DeviceList.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/DeviceStorage.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/HMIHandler.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/IAppCommand.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/MenuMapping.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/MessageChaining.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/MobileHandler.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/RegistryItem.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/SyncPManager.cpp [deleted file]
SDL_Core/src/components/AppMgr/src/VehicleDataMapping.cpp [deleted file]
SDL_Core/src/components/CMakeLists.txt
SDL_Core/src/components/ConnectionHandler/CMakeLists.txt [deleted file]
SDL_Core/src/components/ConnectionHandler/include/ConnectionHandler/CConnection.hpp [deleted file]
SDL_Core/src/components/ConnectionHandler/include/ConnectionHandler/CConnectionHandler.hpp [deleted file]
SDL_Core/src/components/ConnectionHandler/include/ConnectionHandler/CDevice.hpp [deleted file]
SDL_Core/src/components/ConnectionHandler/include/ConnectionHandler/IConnectionHandler.hpp [deleted file]
SDL_Core/src/components/ConnectionHandler/include/ConnectionHandler/IConnectionHandlerObserver.hpp [deleted file]
SDL_Core/src/components/ConnectionHandler/include/ConnectionHandler/IDevicesDiscoveryStarter.hpp [deleted file]
SDL_Core/src/components/ConnectionHandler/src/CConnection.cpp [deleted file]
SDL_Core/src/components/ConnectionHandler/src/CConnectionHandler.cpp [deleted file]
SDL_Core/src/components/ConnectionHandler/src/CDevice.cpp [deleted file]
SDL_Core/src/components/HMI/app/AppViews.js
SDL_Core/src/components/HMI/app/Flags.js
SDL_Core/src/components/HMI/app/SDLApp.js
SDL_Core/src/components/HMI/app/StateManager.js
SDL_Core/src/components/HMI/app/controller/AppController.js
SDL_Core/src/components/HMI/app/controller/InfoController.js
SDL_Core/src/components/HMI/app/controller/MediaController.js
SDL_Core/src/components/HMI/app/controller/PhoneController.js
SDL_Core/src/components/HMI/app/controller/sdl/AppController.js
SDL_Core/src/components/HMI/app/controller/sdl/Controller.js
SDL_Core/src/components/HMI/app/controller/sdl/MediaController.js
SDL_Core/src/components/HMI/app/controller/sdl/NonMediaController.js
SDL_Core/src/components/HMI/app/controller/sdl/RPCController.js [new file with mode: 0644]
SDL_Core/src/components/HMI/app/controlls/Button.js
SDL_Core/src/components/HMI/app/controlls/Indicator.js
SDL_Core/src/components/HMI/app/controlls/Label.js
SDL_Core/src/components/HMI/app/controlls/List.js
SDL_Core/src/components/HMI/app/controlls/MenuList.js
SDL_Core/src/components/HMI/app/controlls/ScrollBar.js
SDL_Core/src/components/HMI/app/controlls/ScrollableText.js
SDL_Core/src/components/HMI/app/controlls/sdl/PresetButton.js [deleted file]
SDL_Core/src/components/HMI/app/mixins/PresetEventCustom.js
SDL_Core/src/components/HMI/app/mixins/PresetEvents.js
SDL_Core/src/components/HMI/app/model/PhoneModel.js
SDL_Core/src/components/HMI/app/model/abstract/RangedValue.js
SDL_Core/src/components/HMI/app/model/media/CDModel.js
SDL_Core/src/components/HMI/app/model/sdl/AppModel.js
SDL_Core/src/components/HMI/app/model/sdl/MediaModel.js
SDL_Core/src/components/HMI/app/model/sdl/Model.js
SDL_Core/src/components/HMI/app/model/sdl/NonMediaModel.js
SDL_Core/src/components/HMI/app/model/sdl/VehicleInfoModel.js
SDL_Core/src/components/HMI/app/util/Audio.js
SDL_Core/src/components/HMI/app/view/WarningView.js
SDL_Core/src/components/HMI/app/view/home/bottomControls.js
SDL_Core/src/components/HMI/app/view/home/controlButtons.js
SDL_Core/src/components/HMI/app/view/home/statusClimateView.js
SDL_Core/src/components/HMI/app/view/home/statusInfoView.js
SDL_Core/src/components/HMI/app/view/home/statusMediaView.js
SDL_Core/src/components/HMI/app/view/home/statusNavigationView.js
SDL_Core/src/components/HMI/app/view/home/statusPhoneView.js
SDL_Core/src/components/HMI/app/view/home/topControls.js
SDL_Core/src/components/HMI/app/view/homeView.js
SDL_Core/src/components/HMI/app/view/info/alertsView.js
SDL_Core/src/components/HMI/app/view/info/appsView.js
SDL_Core/src/components/HMI/app/view/info/calendarView.js
SDL_Core/src/components/HMI/app/view/info/devicelistView.js
SDL_Core/src/components/HMI/app/view/info/nonMediaView.js
SDL_Core/src/components/HMI/app/view/info/servicesView.js
SDL_Core/src/components/HMI/app/view/info/travelLinkView.js
SDL_Core/src/components/HMI/app/view/infoView.js
SDL_Core/src/components/HMI/app/view/media/common/LeftMenuView.js
SDL_Core/src/components/HMI/app/view/media/mediaNavigationView.js~ [new file with mode: 0644]
SDL_Core/src/components/HMI/app/view/media/playerView.js
SDL_Core/src/components/HMI/app/view/media/sdl/controllsView.js
SDL_Core/src/components/HMI/app/view/media/sdlmediaView.js
SDL_Core/src/components/HMI/app/view/mediaView.js
SDL_Core/src/components/HMI/app/view/navigationView.js
SDL_Core/src/components/HMI/app/view/phone/dialpadView.js
SDL_Core/src/components/HMI/app/view/phoneView.js
SDL_Core/src/components/HMI/app/view/sdl/AlertManeuverPopUp.js
SDL_Core/src/components/HMI/app/view/sdl/AlertPopUp.js
SDL_Core/src/components/HMI/app/view/sdl/AudioPassThruPopUp.js
SDL_Core/src/components/HMI/app/view/sdl/ExitAppView.js [new file with mode: 0644]
SDL_Core/src/components/HMI/app/view/sdl/TTSPopUp.js
SDL_Core/src/components/HMI/app/view/sdl/VRHelpListView.js [new file with mode: 0644]
SDL_Core/src/components/HMI/app/view/sdl/VRPopUp.js
SDL_Core/src/components/HMI/app/view/sdl/VehicleInfoView.js
SDL_Core/src/components/HMI/app/view/sdl/shared/interactionChoicesView.js
SDL_Core/src/components/HMI/app/view/sdl/shared/optionsView.js
SDL_Core/src/components/HMI/app/view/sdl/shared/scrollableMessage.js
SDL_Core/src/components/HMI/app/view/sdl/shared/sliderView.js
SDL_Core/src/components/HMI/app/view/sdl/shared/tbtTurnList.js
SDL_Core/src/components/HMI/app/view/sdl/shared/turnByTurnView.js
SDL_Core/src/components/HMI/app/view/sdl/tbtClientStateView.js
SDL_Core/src/components/HMI/app/view/settingsView.js
SDL_Core/src/components/HMI/css/buttonControls.css
SDL_Core/src/components/HMI/css/climate.css [deleted file]
SDL_Core/src/components/HMI/css/ffw.css [deleted file]
SDL_Core/src/components/HMI/css/fr.css [deleted file]
SDL_Core/src/components/HMI/css/general.css
SDL_Core/src/components/HMI/css/help.css [deleted file]
SDL_Core/src/components/HMI/css/home.css [deleted file]
SDL_Core/src/components/HMI/css/info.css
SDL_Core/src/components/HMI/css/mcs.css
SDL_Core/src/components/HMI/css/media.css
SDL_Core/src/components/HMI/css/navigation.css [deleted file]
SDL_Core/src/components/HMI/css/phone.css
SDL_Core/src/components/HMI/css/sdl.css
SDL_Core/src/components/HMI/css/settings.css [deleted file]
SDL_Core/src/components/HMI/ffw/BasicCommunicationRPC.js
SDL_Core/src/components/HMI/ffw/ButtonsRPC.js
SDL_Core/src/components/HMI/ffw/Framework.js
SDL_Core/src/components/HMI/ffw/NavigationRPC.js [new file with mode: 0755]
SDL_Core/src/components/HMI/ffw/RPCClient.js
SDL_Core/src/components/HMI/ffw/RPCObserver.js
SDL_Core/src/components/HMI/ffw/TTSRPC.js
SDL_Core/src/components/HMI/ffw/UIRPC.js
SDL_Core/src/components/HMI/ffw/VRRPC.js
SDL_Core/src/components/HMI/ffw/VehicleInfoRPC.js
SDL_Core/src/components/HMI/ffw/WebSocket.js
SDL_Core/src/components/HMI/images/climate/airflow_feet_wide.png [deleted file]
SDL_Core/src/components/HMI/images/climate/airflow_panel_wide.png [deleted file]
SDL_Core/src/components/HMI/images/climate/bg.png [deleted file]
SDL_Core/src/components/HMI/images/climate/fan_control/fan_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/fan_control/fan_ind_active.png [deleted file]
SDL_Core/src/components/HMI/images/climate/fan_control/fan_ind_def.png [deleted file]
SDL_Core/src/components/HMI/images/climate/fan_control/fan_minus_control.png [deleted file]
SDL_Core/src/components/HMI/images/climate/fan_control/fan_plus_comtrol.png [deleted file]
SDL_Core/src/components/HMI/images/climate/gang_buttons/ac_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/gang_buttons/auto_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/gang_buttons/defrost_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/gang_buttons/maxac_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/gang_buttons/recycle_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/gang_buttons/windsheald_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/gang_buttons/windsheald_max_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/heated_stearbutton_blur.png [deleted file]
SDL_Core/src/components/HMI/images/climate/helpmode_climate_front.jpg [deleted file]
SDL_Core/src/components/HMI/images/climate/helpmode_climate_rear.jpg [deleted file]
SDL_Core/src/components/HMI/images/climate/helpmode_climate_simple.jpg [deleted file]
SDL_Core/src/components/HMI/images/climate/ind_horiz_active.png [deleted file]
SDL_Core/src/components/HMI/images/climate/ind_horiz_active_wheel.png [deleted file]
SDL_Core/src/components/HMI/images/climate/ind_horiz_def.png [deleted file]
SDL_Core/src/components/HMI/images/climate/ind_vert_active.png [deleted file]
SDL_Core/src/components/HMI/images/climate/ind_vert_def.png [deleted file]
SDL_Core/src/components/HMI/images/climate/key.png [deleted file]
SDL_Core/src/components/HMI/images/climate/left_person_control/cooledseat_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/left_person_control/cooledstear_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/left_person_control/heatedseat_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/left_person_control/mytemp_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/minus_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/modeman/defrost_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/modeman/feet_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/modeman/panel_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/modeman/panelfeet_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/plus_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/power_button/power_icon.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/center_dot_rear_fan.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/full_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/heat_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/indicator_long_act.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/indicator_long_def.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/minus_icon.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/plus_icon.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/rear_but_closed.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/rear_but_icon.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/rear_but_opened.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/rear_climat_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/rear_control_but_ico.png [deleted file]
SDL_Core/src/components/HMI/images/climate/rear_auto/rear_lightning.png [deleted file]
SDL_Core/src/components/HMI/images/climate/small_ind_active.png [deleted file]
SDL_Core/src/components/HMI/images/climate/small_ind_blue.png [deleted file]
SDL_Core/src/components/HMI/images/climate/small_ind_def.png [deleted file]
SDL_Core/src/components/HMI/images/climate/small_ind_green.png [deleted file]
SDL_Core/src/components/HMI/images/climate/status/cool1.png [deleted file]
SDL_Core/src/components/HMI/images/climate/status/cool2.png [deleted file]
SDL_Core/src/components/HMI/images/climate/status/cool3.png [deleted file]
SDL_Core/src/components/HMI/images/climate/status/heat1.png [deleted file]
SDL_Core/src/components/HMI/images/climate/status/heat2.png [deleted file]
SDL_Core/src/components/HMI/images/climate/status/heat3.png [deleted file]
SDL_Core/src/components/HMI/images/common/bottom_cont_bg.png [deleted file]
SDL_Core/src/components/HMI/images/help/faq_bg.png [deleted file]
SDL_Core/src/components/HMI/images/help/faq_top_btn.png [deleted file]
SDL_Core/src/components/HMI/images/help/faq_top_btn_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/help/help_devider.png [deleted file]
SDL_Core/src/components/HMI/images/help/help_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/help/ind_vert_active.png [deleted file]
SDL_Core/src/components/HMI/images/help/ind_vert_def.png [deleted file]
SDL_Core/src/components/HMI/images/help/left_yellow_bg.png [deleted file]
SDL_Core/src/components/HMI/images/help/rear_controls_yellow_bg.png [deleted file]
SDL_Core/src/components/HMI/images/help/rear_yellow_bg.png [deleted file]
SDL_Core/src/components/HMI/images/help/white_help.png [deleted file]
SDL_Core/src/components/HMI/images/help/yellow_189_138_bg.png [deleted file]
SDL_Core/src/components/HMI/images/help/yellow_198_bg.png [deleted file]
SDL_Core/src/components/HMI/images/help/yellow_bg.png [deleted file]
SDL_Core/src/components/HMI/images/help/yellow_help.png [deleted file]
SDL_Core/src/components/HMI/images/home/home_nav_off.jpg [deleted file]
SDL_Core/src/components/HMI/images/home/home_nav_off_blur.jpg [deleted file]
SDL_Core/src/components/HMI/images/home/home_phone_blur.png [deleted file]
SDL_Core/src/components/HMI/images/home/home_phone_blur_bg.png [deleted file]
SDL_Core/src/components/HMI/images/home/home_phone_end_blur.png [deleted file]
SDL_Core/src/components/HMI/images/home/home_screen.png [deleted file]
SDL_Core/src/components/HMI/images/home/home_screen_blur.png [deleted file]
SDL_Core/src/components/HMI/images/info/btn_40_bg_active_invert.png [deleted file]
SDL_Core/src/components/HMI/images/info/btn_50_bg_active_invert.png [deleted file]
SDL_Core/src/components/HMI/images/info/delim_40.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_arrowLock.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_arrowRight.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_emergcyAndEnvelope.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_emergency.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_envelope.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_lock.png [deleted file]
SDL_Core/src/components/HMI/images/info/info.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_alerts_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_apps_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_blur.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_leftMenu_alerts_ico.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_services_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_travelLink_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/info/view_info_calendar-help.png [deleted file]
SDL_Core/src/components/HMI/images/media/active_arrow.png [deleted file]
SDL_Core/src/components/HMI/images/media/active_horiz_led.png [deleted file]
SDL_Core/src/components/HMI/images/media/active_led.png [deleted file]
SDL_Core/src/components/HMI/images/media/ant.png [deleted file]
SDL_Core/src/components/HMI/images/media/av-in_details.png [deleted file]
SDL_Core/src/components/HMI/images/media/bcs-item_bg_act.png [deleted file]
SDL_Core/src/components/HMI/images/media/big-fall-image.png [deleted file]
SDL_Core/src/components/HMI/images/media/big-lazerhorse-image.png [deleted file]
SDL_Core/src/components/HMI/images/media/browse_all_button.png [deleted file]
SDL_Core/src/components/HMI/images/media/browse_all_button_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/media/bt-h-ico.png [deleted file]
SDL_Core/src/components/HMI/images/media/bt_bg.png [deleted file]
SDL_Core/src/components/HMI/images/media/btn_alert.png [deleted file]
SDL_Core/src/components/HMI/images/media/btn_browse-all-sources.png [deleted file]
SDL_Core/src/components/HMI/images/media/btn_tag.png [deleted file]
SDL_Core/src/components/HMI/images/media/button28_red_bg.png [deleted file]
SDL_Core/src/components/HMI/images/media/cd-ico-home.png [deleted file]
SDL_Core/src/components/HMI/images/media/cd_play_btn_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/media/direct_tune_bg_s.png [deleted file]
SDL_Core/src/components/HMI/images/media/direct_tune_bg_s_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/media/disabled_arrow.png [deleted file]
SDL_Core/src/components/HMI/images/media/disabled_player_controls.png [deleted file]
SDL_Core/src/components/HMI/images/media/h-media-actbg.png [deleted file]
SDL_Core/src/components/HMI/images/media/h-media-l-bg-pressed.png [deleted file]
SDL_Core/src/components/HMI/images/media/h-media-l-bg.png [deleted file]
SDL_Core/src/components/HMI/images/media/h-media-rbg-pressed.png [deleted file]
SDL_Core/src/components/HMI/images/media/h-media-rbg.png [deleted file]
SDL_Core/src/components/HMI/images/media/h-media-sbg-pressed.png [deleted file]
SDL_Core/src/components/HMI/images/media/h-media-sbg.png [deleted file]
SDL_Core/src/components/HMI/images/media/hd-radio-ico.png [deleted file]
SDL_Core/src/components/HMI/images/media/hd_ico.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/ant_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/av-in_details_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/big-fall-image_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/big_help_lazerhorse_poster_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/bluetooth_content_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/broall_view_blur.jpg [deleted file]
SDL_Core/src/components/HMI/images/media/help/bt-h-ico_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/cd-ico-home_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/cd_bro_view_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/fm_hd_info_ico_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/hd-radio-ico_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/hd_active_btn-blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/hd_inactive_btn-blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/hsir-ico_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/ico_whatIsPlaying_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/lazerhorse_poster_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/line-h-ico_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/more_info_list-blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/moreinfo_list_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/option_btn_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/others_browse_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/player_controls_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/preset_yellow_border.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/right_menu_btn_yellow_border.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/right_menu_groupbtn_yellow_border.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/right_menu_threebtngroup_yellow_border.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/sd-h-ico_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/sir_bro_view_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/small-fall-image_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/tag_alert_bg.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/tag_help_bg.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/titanium-logo-home-blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/titanium_logo_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/top_rightmenu_button_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/top_rightmenu_button_blur_active.png [deleted file]
SDL_Core/src/components/HMI/images/media/help/usb-h-ico_blur.png [deleted file]
SDL_Core/src/components/HMI/images/media/hsir-ico.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_am.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_antenna.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_browseAll.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_bt.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_dog.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_fm.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_li.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_plus.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_sd.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_sirius.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_usb.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_whatIsPlaying.png [deleted file]
SDL_Core/src/components/HMI/images/media/line-h-ico.png [deleted file]
SDL_Core/src/components/HMI/images/media/list/ico_mi1.png [deleted file]
SDL_Core/src/components/HMI/images/media/list/ico_mi2.png [deleted file]
SDL_Core/src/components/HMI/images/media/list/ico_mi3.png [deleted file]
SDL_Core/src/components/HMI/images/media/list/ico_mi4.png [deleted file]
SDL_Core/src/components/HMI/images/media/list/ico_mi5.png [deleted file]
SDL_Core/src/components/HMI/images/media/media_am_options_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/media/media_bt_options_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/media/media_cd_options_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/media/media_fm_options_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/media/media_sirius_options_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/media/media_usb_options_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/media/mi-image.png [deleted file]
SDL_Core/src/components/HMI/images/media/passiv_horiz_led.png [deleted file]
SDL_Core/src/components/HMI/images/media/passive_led.png [deleted file]
SDL_Core/src/components/HMI/images/media/sd-h-ico.png [deleted file]
SDL_Core/src/components/HMI/images/media/sd-image.png [deleted file]
SDL_Core/src/components/HMI/images/media/sirius-logo-h.png [deleted file]
SDL_Core/src/components/HMI/images/media/sirius-logo.png [deleted file]
SDL_Core/src/components/HMI/images/media/small-fall-image.png [deleted file]
SDL_Core/src/components/HMI/images/media/small-lazerhorse-image.png [deleted file]
SDL_Core/src/components/HMI/images/media/usb-big-cover.png [deleted file]
SDL_Core/src/components/HMI/images/media/usb-cover.png [deleted file]
SDL_Core/src/components/HMI/images/media/usb-h-ico.png [deleted file]
SDL_Core/src/components/HMI/images/nav/arrow-inact.png [deleted file]
SDL_Core/src/components/HMI/images/nav/arrow.png [deleted file]
SDL_Core/src/components/HMI/images/nav/arrow_home.png [deleted file]
SDL_Core/src/components/HMI/images/nav/arrow_home_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/back-arr.png [deleted file]
SDL_Core/src/components/HMI/images/nav/back_btn.png [deleted file]
SDL_Core/src/components/HMI/images/nav/back_btn_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/nav/bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/compas.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest-speak-ico.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest-time.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/ico_adress.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/ico_cityCenter.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/ico_destination.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/ico_emergency.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/ico_favorites.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/ico_freeWay.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/ico_intersection.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/ico_latLong.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/ico_map.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/ico_myHome.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/ico_poi.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_CityCenter_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_CityCenter_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Emergency_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Emergency_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Favorites_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Favorites_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Freeway_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Freeway_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Intersection_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Intersection_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_LatitudeLongitude_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_LatitudeLongitude_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Map_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Map_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_MyHome_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_MyHome_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_POI_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_POI_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_PreviousStartPoint_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_PreviousStartPoint_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Previous_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_Previous_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_StreetAddress_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest/navi_destination_StreetAddress_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/dest_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/distance.png [deleted file]
SDL_Core/src/components/HMI/images/nav/edit_tirn_list.png [deleted file]
SDL_Core/src/components/HMI/images/nav/flag.png [deleted file]
SDL_Core/src/components/HMI/images/nav/green_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/compas_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/direction_arrow_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/distance.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/distance_linedecor_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/map_view2_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/menu_btn_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/miles_button_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/mute_button_active_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/mute_button_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/nav_bg_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/navigation_destnation_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/repeate_btn_yellow_border.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/street_bar_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/top_menu_yellow_border.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/type_2_content_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/type_3_content_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/type_view_button_help.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/view_type1_button_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/view_type2_button_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/view_type3_button_blur.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/zoom_buttons_all_active.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/zoom_buttons_minus_disabled.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help/zoom_buttons_plus_disabled.png [deleted file]
SDL_Core/src/components/HMI/images/nav/help_nav_wrap.png [deleted file]
SDL_Core/src/components/HMI/images/nav/ico_nav_statusbar.png [deleted file]
SDL_Core/src/components/HMI/images/nav/ico_pushToTalk.png [deleted file]
SDL_Core/src/components/HMI/images/nav/ind_horiz_active.png [deleted file]
SDL_Core/src/components/HMI/images/nav/ind_horiz_def.png [deleted file]
SDL_Core/src/components/HMI/images/nav/left_arrow.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map2d_heading_up_zoom_0.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map2d_heading_up_zoom_1.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map2d_heading_up_zoom_2.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map2d_heading_up_zoom_3.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map2d_north_zoom_0.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map2d_north_zoom_1.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map2d_north_zoom_2.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map2d_north_zoom_3.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map3d_zoom_0.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map3d_zoom_1.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map3d_zoom_2.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map3d_zoom_3.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map_view2.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map_view2_with_icons.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map_view3.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map_view_btn_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/map_view_btn_bg_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/nav/mute.png [deleted file]
SDL_Core/src/components/HMI/images/nav/nav_arrow.png [deleted file]
SDL_Core/src/components/HMI/images/nav/nav_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/nav_bg_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/nav/nav_help_led.png [deleted file]
SDL_Core/src/components/HMI/images/nav/red_arrow.png [deleted file]
SDL_Core/src/components/HMI/images/nav/right_arrow.png [deleted file]
SDL_Core/src/components/HMI/images/nav/small_ind_def.png [deleted file]
SDL_Core/src/components/HMI/images/nav/small_ind_yell.png [deleted file]
SDL_Core/src/components/HMI/images/nav/street.png [deleted file]
SDL_Core/src/components/HMI/images/nav/top_menu_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/top_menu_delim.png [deleted file]
SDL_Core/src/components/HMI/images/nav/type.png [deleted file]
SDL_Core/src/components/HMI/images/nav/type_d.png [deleted file]
SDL_Core/src/components/HMI/images/nav/type_h.png [deleted file]
SDL_Core/src/components/HMI/images/nav/type_n.png [deleted file]
SDL_Core/src/components/HMI/images/nav/type_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/nav/type_view_btn_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/type_view_btn_bg_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/nav/zoom_bg.png [deleted file]
SDL_Core/src/components/HMI/images/nav/zoom_bg_active.png [deleted file]
SDL_Core/src/components/HMI/images/nav/zoom_in.png [deleted file]
SDL_Core/src/components/HMI/images/nav/zoom_in_dis.png [deleted file]
SDL_Core/src/components/HMI/images/nav/zoom_out.png [deleted file]
SDL_Core/src/components/HMI/images/nav/zoom_out_dis.png [deleted file]
SDL_Core/src/components/HMI/images/phone/bcs-item_bg_act.png [deleted file]
SDL_Core/src/components/HMI/images/phone/book-filter-bg.png [deleted file]
SDL_Core/src/components/HMI/images/phone/btn_bg.png [deleted file]
SDL_Core/src/components/HMI/images/phone/btn_bg_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/phone/controls_bg.png [deleted file]
SDL_Core/src/components/HMI/images/phone/controls_bg_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/phone/dial_photo.png [deleted file]
SDL_Core/src/components/HMI/images/phone/history-filter-bg.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_bluetoothConnect.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_cellPhone.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_history.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_messaging.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_phoneMelody.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_phonebook.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_questionMark.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_quickdial.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_settings.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_sound_active.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_star.png [deleted file]
SDL_Core/src/components/HMI/images/phone/incoming_call_ico.png [deleted file]
SDL_Core/src/components/HMI/images/phone/missed_call_ico.png [deleted file]
SDL_Core/src/components/HMI/images/phone/msg-list-bg.png [deleted file]
SDL_Core/src/components/HMI/images/phone/msg-r-group-bg.png [deleted file]
SDL_Core/src/components/HMI/images/phone/number_area.png [deleted file]
SDL_Core/src/components/HMI/images/phone/outgoing_call_ico.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone-ico.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_antena.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_button48_bg_active.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_button_bg_active.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_help_dialpad.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_help_history.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_help_menu.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_help_messaging.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_help_phonebook.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_help_quickdial.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_help_settings.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_info_sample.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_settings_bluetoothDevices_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_settings_internetDataConnection_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_settings_phoneBook_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_settings_phoneRinger_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/phone/phone_settings_textMessageNotification_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/phone/quick_dial_inact_bg.png [deleted file]
SDL_Core/src/components/HMI/images/phone/signal-ico-blur.png [deleted file]
SDL_Core/src/components/HMI/images/phone/signal-ico.png [deleted file]
SDL_Core/src/components/HMI/images/player/done_ico.png [deleted file]
SDL_Core/src/components/HMI/images/player/frd_ico.png [deleted file]
SDL_Core/src/components/HMI/images/player/pause.png [deleted file]
SDL_Core/src/components/HMI/images/player/play.png [deleted file]
SDL_Core/src/components/HMI/images/player/player_active_control.png [deleted file]
SDL_Core/src/components/HMI/images/player/player_free_control.png [deleted file]
SDL_Core/src/components/HMI/images/player/player_prog_bg.png [deleted file]
SDL_Core/src/components/HMI/images/player/prog_ind.png [deleted file]
SDL_Core/src/components/HMI/images/player/rewind_ico.png [deleted file]
SDL_Core/src/components/HMI/images/sdl/Warning.png
SDL_Core/src/components/HMI/images/sdl/progress.gif [new file with mode: 0644]
SDL_Core/src/components/HMI/images/settings/911-ico.png [deleted file]
SDL_Core/src/components/HMI/images/settings/Cushion_WhiteOutline_driver.png [deleted file]
SDL_Core/src/components/HMI/images/settings/Cushion_WhiteOutline_passenger.png [deleted file]
SDL_Core/src/components/HMI/images/settings/LowerLumbar_WhiteOutline_driver.png [deleted file]
SDL_Core/src/components/HMI/images/settings/LowerLumbar_WhiteOutline_passenger.png [deleted file]
SDL_Core/src/components/HMI/images/settings/MassageCircle.png [deleted file]
SDL_Core/src/components/HMI/images/settings/MiddleLumbar_WhiteOutline_driver.png [deleted file]
SDL_Core/src/components/HMI/images/settings/MiddleLumbar_WhiteOutline_passenger.png [deleted file]
SDL_Core/src/components/HMI/images/settings/SettingsVehicleEnableValetMode.png [deleted file]
SDL_Core/src/components/HMI/images/settings/TopLumbar_WhiteOutline_driver.png [deleted file]
SDL_Core/src/components/HMI/images/settings/TopLumbar_WhiteOutline_passenger.png [deleted file]
SDL_Core/src/components/HMI/images/settings/WhiteOutline_driver-lumbar-all.png [deleted file]
SDL_Core/src/components/HMI/images/settings/WhiteOutline_passenger-lumbar-all.png [deleted file]
SDL_Core/src/components/HMI/images/settings/arr-r-disable.png [deleted file]
SDL_Core/src/components/HMI/images/settings/arr-r.png [deleted file]
SDL_Core/src/components/HMI/images/settings/btn-28h-gray-active.png [deleted file]
SDL_Core/src/components/HMI/images/settings/btn-28h.png [deleted file]
SDL_Core/src/components/HMI/images/settings/btn-48h-gray-active.png [deleted file]
SDL_Core/src/components/HMI/images/settings/btn-48h.png [deleted file]
SDL_Core/src/components/HMI/images/settings/btn-68h-pressed.png [deleted file]
SDL_Core/src/components/HMI/images/settings/btn-68h.png [deleted file]
SDL_Core/src/components/HMI/images/settings/btn-98h.png [deleted file]
SDL_Core/src/components/HMI/images/settings/center-button.png [deleted file]
SDL_Core/src/components/HMI/images/settings/dial.png [deleted file]
SDL_Core/src/components/HMI/images/settings/driver-lumbar-all.png [deleted file]
SDL_Core/src/components/HMI/images/settings/driver-lumbar-low.png [deleted file]
SDL_Core/src/components/HMI/images/settings/driver-lumbar-m-bottom-selected.png [deleted file]
SDL_Core/src/components/HMI/images/settings/driver-lumbar-m-bottom.png [deleted file]
SDL_Core/src/components/HMI/images/settings/driver-lumbar-m-top-selected.png [deleted file]
SDL_Core/src/components/HMI/images/settings/driver-lumbar-m-top.png [deleted file]
SDL_Core/src/components/HMI/images/settings/driver-lumbar-mid.png [deleted file]
SDL_Core/src/components/HMI/images/settings/driver-lumbar-top.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_911assist.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_LED.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_ambientLighting.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_assist.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_backspace.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_clock.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_clock_plus_comtrol.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_display.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_distance.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_doorKeypadCode.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_enableValetMode.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_forbiddance.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_languages.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_licenses.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_minus_control.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_navigation.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_on-off-wide.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_on-off.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_phone.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_phone_off.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_player.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_plus-minus-pannel-disabled.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_plus-minus-pannel.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_plus-minus-pannel_disabled.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_plus-zero-minus-pannel.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_rearViewCamera.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_settings.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_settings_clock_toggle_12-24.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_settings_clock_toggle_on-off.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_settings_clock_toggle_time-date.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_settings_settings_navigation_routePreferences_avoidFerries.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_settings_settings_navigation_routePreferences_avoidFreeways.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_settings_settings_navigation_routePreferences_avoidTollroads.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_settings_settings_navigation_routePreferences_useHOV.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_settings_white.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_sound.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_temperature.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_upArrow.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_vehicle.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_vehicleHealthReport.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_vehicle_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_voice.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ico_wireless.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ioc_backspace.png [deleted file]
SDL_Core/src/components/HMI/images/settings/ls-item_bg.png [deleted file]
SDL_Core/src/components/HMI/images/settings/lumbar_cushion.png [deleted file]
SDL_Core/src/components/HMI/images/settings/lumbar_cushion_bot-active.png [deleted file]
SDL_Core/src/components/HMI/images/settings/lumbar_cushion_bot_passanger-active.png [deleted file]
SDL_Core/src/components/HMI/images/settings/lumbar_cushion_top-active.png [deleted file]
SDL_Core/src/components/HMI/images/settings/lumbar_cushion_top_passenger-active.png [deleted file]
SDL_Core/src/components/HMI/images/settings/massageBottom.png [deleted file]
SDL_Core/src/components/HMI/images/settings/massageHorisontal.png [deleted file]
SDL_Core/src/components/HMI/images/settings/massageRound.png [deleted file]
SDL_Core/src/components/HMI/images/settings/massageTop.png [deleted file]
SDL_Core/src/components/HMI/images/settings/massageVertical.png [deleted file]
SDL_Core/src/components/HMI/images/settings/mcsBlockBackArrow6_1.png [deleted file]
SDL_Core/src/components/HMI/images/settings/mcsBlockBackArrow6_2.png [deleted file]
SDL_Core/src/components/HMI/images/settings/menu_active.png [deleted file]
SDL_Core/src/components/HMI/images/settings/passenger-lumbar-all.png [deleted file]
SDL_Core/src/components/HMI/images/settings/passenger-lumbar-low.png [deleted file]
SDL_Core/src/components/HMI/images/settings/passenger-lumbar-m-bottom-selected.png [deleted file]
SDL_Core/src/components/HMI/images/settings/passenger-lumbar-m-bottom.png [deleted file]
SDL_Core/src/components/HMI/images/settings/passenger-lumbar-m-top-selected.png [deleted file]
SDL_Core/src/components/HMI/images/settings/passenger-lumbar-m-top.png [deleted file]
SDL_Core/src/components/HMI/images/settings/passenger-lumbar-mid.png [deleted file]
SDL_Core/src/components/HMI/images/settings/passenger-lumbar-top.png [deleted file]
SDL_Core/src/components/HMI/images/settings/passenger_lumbar_cushion.png [deleted file]
SDL_Core/src/components/HMI/images/settings/scroll_down.png [deleted file]
SDL_Core/src/components/HMI/images/settings/scroll_down_active.png [deleted file]
SDL_Core/src/components/HMI/images/settings/scroll_down_inactive.png [deleted file]
SDL_Core/src/components/HMI/images/settings/scroll_up.png [deleted file]
SDL_Core/src/components/HMI/images/settings/scroll_up_inactive.png [deleted file]
SDL_Core/src/components/HMI/images/settings/seat-left.png [deleted file]
SDL_Core/src/components/HMI/images/settings/seat-right.png [deleted file]
SDL_Core/src/components/HMI/images/settings/seats-message-bottom.png [deleted file]
SDL_Core/src/components/HMI/images/settings/seats-message-top.png [deleted file]
SDL_Core/src/components/HMI/images/settings/seats-message.png [deleted file]
SDL_Core/src/components/HMI/images/settings/seats.png [deleted file]
SDL_Core/src/components/HMI/images/settings/seetings_help_VoiceCommandsList_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/seetings_help_softwareLicenses_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_clock_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_help_VoiceCommandList_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_help_WhereAmI_bg.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_help_WhereAmI_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_help_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_help_systemInformation_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_media_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_media_bluetoothDevices_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_navigation_avoidAreas_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_navigation_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_navigation_mapPreferences_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_navigation_navigationPreferences_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_navigation_routePreferences_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_navigation_trafficPreferences_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_system_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_system_keyboardLayout_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_settings_system_settings_settings_system_installApplications_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_sound_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_vehicle_amberLight_bg-help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_vehicle_amberLight_bg.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_vehicle_enableValetMode_enterPIN_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_vehicle_enableValetMode_popUp_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settings_vehicle_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/settints_settings_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/smll-ar-r.png [deleted file]
SDL_Core/src/components/HMI/images/settings/toggle_selected.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/g#439 tmc generic.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_acciden.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_difficultDriving.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_incident.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_reducesVisibility.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_roadClosed.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_roadWorks.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_smog.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_snow.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_traffic jam.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_trafficJam.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_turnOnYourRadio.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trafficPreferences_ico/ico_weatherWarning.png [deleted file]
SDL_Core/src/components/HMI/images/settings/trash.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_info_apps_911Assist_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_Sound_BalanceFader-help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_Sound_BalanceFader.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_display_bg.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_display_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_help_911Assist_bg_help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_help_WhereAmI-help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_help_WhereAmI.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_settings_VoiceControl-help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_settings_VoiceControl.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_settings_WirelessInternet-help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_settings_WirelessInternet.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_settings_WirelessWifiInternet-help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_settings_WirelessWifiInternet.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_DoorKeypadCode-help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_DoorKeypadCode.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_MultiContourSeat-Passenger_massage_seat.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_MultiContourSeat-driver_massage_seat.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_MultiContourSeat-left-s.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_MultiContourSeat-right-s.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_MultiContourSeat_adj1.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_MultiContourSeat_adj1_passenger.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_MultiContourSeat_adj2.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_MultiContourSeat_adj2_passenger.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_RearViewCamera-help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_RearViewCamera.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_VehicleHealthReport-help.png [deleted file]
SDL_Core/src/components/HMI/images/settings/view_settings_vehicle_VehicleHealthReport.png [deleted file]
SDL_Core/src/components/HMI/index.html
SDL_Core/src/components/HMI/lib/ember-1.0.pre.js
SDL_Core/src/components/HMI/lib/ember-1.0.pre.min.js
SDL_Core/src/components/HMI/lib/handlebars-1.0.0.beta.6.js
SDL_Core/src/components/HMI/lib/jquery-1.7.2.js
SDL_Core/src/components/HMI/lib/jquery-1.7.2.min.js
SDL_Core/src/components/HMI/locale/eng.js
SDL_Core/src/components/HMI/locale/fr.js [deleted file]
SDL_Core/src/components/HMI/locale/locale.js
SDL_Core/src/components/HMI/locale/rus.js [deleted file]
SDL_Core/src/components/Interfaces/RPC2Spec.idl [deleted file]
SDL_Core/src/components/JSONHandler/CMakeLists.txt [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/IJSONRPC2Handler.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/IJsonHandler.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/IRPC2CommandsObserver.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/IRPCMessagesObserver.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/JSONHandler.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/JSONRPC2Handler.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/MessageQueue.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Command.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Error.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2ErrorMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Notification.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/Marshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/ActivateApp.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/ActivateAppResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/GetAppList.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/GetAppListResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/GetDeviceList.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/GetDeviceListResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/OnAppDeactivated.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/OnAppDeactivatedResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/OnAppRegistered.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/OnAppUnregistered.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/OnDeviceListUpdated.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/RPC2.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/SendData.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/BasicCommunication/SendDataResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/Buttons/GetCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/Buttons/GetCapabilitiesResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/Buttons/OnButtonEvent.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/Buttons/OnButtonPress.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/Buttons/RPC2.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/ChangeRegistration.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/ChangeRegistrationResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/GetCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/GetCapabilitiesResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/GetLanguage.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/GetLanguageResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/GetSupportedLanguages.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/GetSupportedLanguagesResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/OnLanguageChange.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/RPC2.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/Speak.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/TTS/SpeakResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/AddCommand.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/AddCommandResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/AddSubMenu.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/AddSubMenuResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/Alert.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/AlertManeuver.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/AlertManeuverResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/AlertResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/ChangeRegistration.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/ChangeRegistrationResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/CreateInteractionChoiceSet.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/CreateInteractionChoiceSetResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/DeleteCommand.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/DeleteCommandResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/DeleteInteractionChoiceSet.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/DeleteInteractionChoiceSetResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/DeleteSubMenu.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/DeleteSubMenuResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/DialNumber.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/DialNumberResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/EndAudioPassThru.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/EndAudioPassThruResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/GetCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/GetCapabilitiesResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/GetLanguage.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/GetLanguageResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/GetSupportedLanguages.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/GetSupportedLanguagesResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/OnCommand.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/OnDeviceChosen.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/OnDriverDistraction.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/OnLanguageChange.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/OnReady.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/OnSystemContext.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/OnTBTClientState.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/PerformAudioPassThru.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/PerformAudioPassThruResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/PerformInteraction.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/PerformInteractionResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/RPC2.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/ResetGlobalProperties.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/ResetGlobalPropertiesResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/ScrollableMessage.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/ScrollableMessageResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/SetAppIcon.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/SetAppIconResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/SetDisplayLayout.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/SetDisplayLayoutResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/SetGlobalProperties.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/SetGlobalPropertiesResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/SetMediaClockTimer.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/SetMediaClockTimerResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/Show.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/ShowConstantTBT.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/ShowConstantTBTResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/ShowResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/Slider.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/SliderResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/UpdateTurnList.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/UI/UpdateTurnListResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/AddCommand.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/AddCommandResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/ChangeRegistration.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/ChangeRegistrationResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/DeleteCommand.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/DeleteCommandResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/GetCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/GetCapabilitiesResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/GetLanguage.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/GetLanguageResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/GetSupportedLanguages.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/GetSupportedLanguagesResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/OnCommand.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/OnLanguageChange.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VR/RPC2.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VehicleInfo/GetDTCs.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VehicleInfo/GetDTCsResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VehicleInfo/GetVehicleData.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VehicleInfo/GetVehicleDataResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VehicleInfo/GetVehicleType.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VehicleInfo/GetVehicleTypeResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VehicleInfo/OnVehicleData.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VehicleInfo/RPC2.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VehicleInfo/ReadDID.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Objects/NsRPC2Communication/VehicleInfo/ReadDIDResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/RPC2Response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCMessage.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCNotification.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/AddCommand_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/AddCommand_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/AddSubMenu_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/AddSubMenu_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/Alert_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/Alert_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/AppInterfaceUnregisteredReason.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/AudioCaptureQuality.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/AudioStreamingState.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/ButtonCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/ButtonEventMode.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/ButtonName.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/ButtonPressMode.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/CharacterSet.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/Choice.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/CreateInteractionChoiceSet_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/CreateInteractionChoiceSet_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/DeleteCommand_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/DeleteCommand_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/DeleteInteractionChoiceSet_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/DeleteInteractionChoiceSet_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/DeleteSubMenu_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/DeleteSubMenu_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/DisplayCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/DisplayType.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/DriverDistractionState.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/EncodedSyncPData_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/EncodedSyncPData_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/GenericResponse_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/GlobalProperty.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/HMILevel.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/HmiZoneCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/InteractionMode.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/Language.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/Marshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/MediaClockFormat.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/MenuParams.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/OnAppInterfaceUnregistered.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/OnButtonEvent.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/OnButtonPress.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/OnCommand.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/OnDriverDistraction.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/OnEncodedSyncPData.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/OnHMIStatus.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/OnTBTClientState.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/PerformInteraction_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/PerformInteraction_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/RPC.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/RegisterAppInterface_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/RegisterAppInterface_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/ResetGlobalProperties_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/ResetGlobalProperties_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/Result.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/SetGlobalProperties_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/SetGlobalProperties_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/SetMediaClockTimer_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/SetMediaClockTimer_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/Show_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/Show_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/Speak_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/Speak_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/SpeechCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/StartTime.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/SubscribeButton_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/SubscribeButton_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/SyncMsgVersion.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/SystemContext.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/TBTState.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/TTSChunk.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/TextAlignment.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/TextField.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/TextFieldName.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/TriggerSource.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/UnregisterAppInterface_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/UnregisterAppInterface_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/UnsubscribeButton_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/UnsubscribeButton_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/UpdateMode.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V1/VrCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/AddCommand_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/AddCommand_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/AddSubMenu_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/AddSubMenu_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/AlertManeuver_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/AlertManeuver_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Alert_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Alert_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/AppInterfaceUnregisteredReason.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/AppType.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/AudioCaptureQuality.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/AudioStreamingState.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/AudioType.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ButtonCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ButtonEventMode.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ButtonName.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ButtonPressMode.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ChangeRegistration_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ChangeRegistration_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/CharacterSet.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Choice.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/CompassDirection.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/CreateInteractionChoiceSet_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/CreateInteractionChoiceSet_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DTC.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DeactivateReason.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DeleteCommand_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DeleteCommand_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DeleteFile_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DeleteFile_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DeleteInteractionChoiceSet_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DeleteInteractionChoiceSet_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DeleteSubMenu_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DeleteSubMenu_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DialNumber_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DialNumber_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Dimension.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DisplayCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DisplayType.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/DriverDistractionState.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/EncodedSyncPData_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/EncodedSyncPData_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/EndAudioPassThru_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/EndAudioPassThru_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/FileType.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/FunctionID.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/GPSData.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/GenericResponse_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/GetDTCs_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/GetDTCs_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/GetVehicleData_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/GetVehicleData_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/GlobalProperty.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/HMIApplication.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/HMILevel.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/HMIPermissions.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/HmiZoneCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Image.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ImageType.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/InteractionMode.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Language.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ListFiles_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ListFiles_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Marshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/MediaClockFormat.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/MenuParams.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnAppInterfaceUnregistered.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnAudioPassThru.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnButtonEvent.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnButtonPress.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnCommand.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnDriverDistraction.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnEncodedSyncPData.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnHMIStatus.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnLanguageChange.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnPermissionsChange.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnTBTClientState.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/OnVehicleData.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/PRNDL.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ParameterPermissions.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/PerformAudioPassThru_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/PerformAudioPassThru_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/PerformInteraction_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/PerformInteraction_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/PermissionItem.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/PermissionStatus.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/PresetBankCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/PutFile_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/PutFile_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/RPC.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ReadDID_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ReadDID_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/RegisterAppInterface_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/RegisterAppInterface_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ResetGlobalProperties_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ResetGlobalProperties_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Result.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SamplingRate.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ScrollableMessage_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ScrollableMessage_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SetAppIcon_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SetAppIcon_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SetDisplayLayout_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SetDisplayLayout_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SetGlobalProperties_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SetGlobalProperties_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SetMediaClockTimer_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SetMediaClockTimer_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ShowConstantTBT_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ShowConstantTBT_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Show_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Show_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SingleTirePressureStatus.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SingleTireStatus.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Slider_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Slider_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SoftButton.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SoftButtonCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SoftButtonType.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Speak_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Speak_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SpeechCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/StartTime.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SubscribeButton_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SubscribeButton_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SubscribeVehicleData_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SubscribeVehicleData_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SyncMsgVersion.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SystemAction.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/SystemContext.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/TBTState.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/TTSChunk.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/TextAlignment.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/TextField.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/TextFieldName.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/TimerMode.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/TirePressureTellTale.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/TireStatus.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/TriggerSource.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/Turn.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/UnregisterAppInterface_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/UnregisterAppInterface_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/UnsubscribeButton_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/UnsubscribeButton_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/UnsubscribeVehicleData_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/UnsubscribeVehicleData_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/UpdateMode.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/UpdateTurnList_request.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/UpdateTurnList_response.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/VehicleDataResult.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/VehicleDataResultCode.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/VehicleDataType.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/VehicleType.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/VrCapabilities.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/VrHelpItem.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/messageType.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCRequest.h [deleted file]
SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCResponse.h [deleted file]
SDL_Core/src/components/JSONHandler/sdlinkObjGenerator/convertGpRPC.sh [deleted file]
SDL_Core/src/components/JSONHandler/sdlinkObjGenerator/convertGpSDLink.sh [deleted file]
SDL_Core/src/components/JSONHandler/sdlinkObjGenerator/scripts/idlgen.yp [deleted file]
SDL_Core/src/components/JSONHandler/sdlinkObjGenerator/scripts/pr0tojoin.pl [deleted file]
SDL_Core/src/components/JSONHandler/sdlinkObjGenerator/scripts/robok0der.pl [deleted file]
SDL_Core/src/components/JSONHandler/sdlinkObjGenerator/v4_protocol_v1_2_no_extra.xml [deleted file]
SDL_Core/src/components/JSONHandler/sdlinkObjGenerator/v4_protocol_v2_0_revP.xml [deleted file]
SDL_Core/src/components/JSONHandler/src/JSONHandler.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/JSONRPC2Handler.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2Command.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2Error.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ErrorMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2Notification.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/Marshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/Marshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/Marshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/ActivateApp.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/ActivateAppMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/ActivateAppMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/ActivateAppResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/ActivateAppResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/ActivateAppResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetAppList.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetAppListMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetAppListMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetAppListResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetAppListResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetAppListResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetDeviceList.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetDeviceListMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetDeviceListMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetDeviceListResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetDeviceListResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/GetDeviceListResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppDeactivated.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppDeactivatedMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppDeactivatedMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppDeactivatedResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppDeactivatedResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppDeactivatedResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppRegistered.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppRegisteredMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppRegisteredMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppUnregistered.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppUnregisteredMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnAppUnregisteredMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnDeviceListUpdated.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnDeviceListUpdatedMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/OnDeviceListUpdatedMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/SendData.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/SendDataMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/SendDataMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/SendDataResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/SendDataResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/BasicCommunication/SendDataResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/GetCapabilities.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/GetCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/GetCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/GetCapabilitiesResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/GetCapabilitiesResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/GetCapabilitiesResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/OnButtonEvent.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/OnButtonEventMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/OnButtonEventMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/OnButtonPress.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/OnButtonPressMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/Buttons/OnButtonPressMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/ChangeRegistration.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/ChangeRegistrationMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/ChangeRegistrationMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/ChangeRegistrationResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/ChangeRegistrationResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/ChangeRegistrationResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetCapabilities.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetCapabilitiesResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetCapabilitiesResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetCapabilitiesResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetLanguage.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetLanguageMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetLanguageMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetLanguageResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetLanguageResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetLanguageResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetSupportedLanguages.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetSupportedLanguagesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetSupportedLanguagesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetSupportedLanguagesResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetSupportedLanguagesResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/GetSupportedLanguagesResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/OnLanguageChange.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/OnLanguageChangeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/OnLanguageChangeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/Speak.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/SpeakMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/SpeakMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/SpeakResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/SpeakResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/TTS/SpeakResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddCommand.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddCommandMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddCommandMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddCommandResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddCommandResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddCommandResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddSubMenu.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddSubMenuMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddSubMenuMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddSubMenuResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddSubMenuResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AddSubMenuResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/Alert.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AlertManeuver.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AlertManeuverMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AlertManeuverMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AlertManeuverResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AlertManeuverResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AlertManeuverResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AlertMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AlertMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AlertResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AlertResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/AlertResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ChangeRegistration.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ChangeRegistrationMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ChangeRegistrationMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ChangeRegistrationResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ChangeRegistrationResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ChangeRegistrationResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/CreateInteractionChoiceSet.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/CreateInteractionChoiceSetMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/CreateInteractionChoiceSetMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/CreateInteractionChoiceSetResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/CreateInteractionChoiceSetResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/CreateInteractionChoiceSetResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteCommand.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteCommandMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteCommandMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteCommandResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteCommandResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteCommandResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteInteractionChoiceSet.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteInteractionChoiceSetMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteInteractionChoiceSetMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteInteractionChoiceSetResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteInteractionChoiceSetResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteInteractionChoiceSetResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteSubMenu.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteSubMenuMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteSubMenuMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteSubMenuResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteSubMenuResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DeleteSubMenuResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DialNumber.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DialNumberMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DialNumberMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DialNumberResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DialNumberResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/DialNumberResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/EndAudioPassThru.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/EndAudioPassThruMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/EndAudioPassThruMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/EndAudioPassThruResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/EndAudioPassThruResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/EndAudioPassThruResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetCapabilities.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetCapabilitiesResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetCapabilitiesResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetCapabilitiesResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetLanguage.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetLanguageMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetLanguageMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetLanguageResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetLanguageResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetLanguageResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetSupportedLanguages.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetSupportedLanguagesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetSupportedLanguagesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetSupportedLanguagesResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetSupportedLanguagesResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/GetSupportedLanguagesResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnCommand.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnCommandMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnCommandMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnDeviceChosen.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnDeviceChosenMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnDeviceChosenMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnDriverDistraction.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnDriverDistractionMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnDriverDistractionMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnLanguageChange.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnLanguageChangeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnLanguageChangeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnReady.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnReadyMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnReadyMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnSystemContext.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnSystemContextMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnSystemContextMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnTBTClientState.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnTBTClientStateMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/OnTBTClientStateMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformAudioPassThru.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformAudioPassThruMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformAudioPassThruMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformAudioPassThruResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformAudioPassThruResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformAudioPassThruResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformInteraction.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformInteractionMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformInteractionMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformInteractionResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformInteractionResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/PerformInteractionResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ResetGlobalProperties.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ResetGlobalPropertiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ResetGlobalPropertiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ResetGlobalPropertiesResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ResetGlobalPropertiesResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ResetGlobalPropertiesResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ScrollableMessage.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ScrollableMessageMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ScrollableMessageMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ScrollableMessageResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ScrollableMessageResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ScrollableMessageResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetAppIcon.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetAppIconMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetAppIconMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetAppIconResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetAppIconResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetAppIconResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetDisplayLayout.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetDisplayLayoutMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetDisplayLayoutMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetDisplayLayoutResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetDisplayLayoutResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetDisplayLayoutResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetGlobalProperties.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetGlobalPropertiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetGlobalPropertiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetGlobalPropertiesResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetGlobalPropertiesResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetGlobalPropertiesResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetMediaClockTimer.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetMediaClockTimerMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetMediaClockTimerMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetMediaClockTimerResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetMediaClockTimerResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SetMediaClockTimerResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/Show.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ShowConstantTBT.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ShowConstantTBTMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ShowConstantTBTMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ShowConstantTBTResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ShowConstantTBTResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ShowConstantTBTResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ShowMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ShowMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ShowResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ShowResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/ShowResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/Slider.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SliderMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SliderMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SliderResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SliderResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SliderResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/UpdateTurnList.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/UpdateTurnListMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/UpdateTurnListMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/UpdateTurnListResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/UpdateTurnListResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/UpdateTurnListResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/AddCommand.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/AddCommandMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/AddCommandMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/AddCommandResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/AddCommandResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/AddCommandResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/ChangeRegistration.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/ChangeRegistrationMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/ChangeRegistrationMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/ChangeRegistrationResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/ChangeRegistrationResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/ChangeRegistrationResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/DeleteCommand.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/DeleteCommandMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/DeleteCommandMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/DeleteCommandResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/DeleteCommandResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/DeleteCommandResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetCapabilities.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetCapabilitiesResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetCapabilitiesResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetCapabilitiesResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetLanguage.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetLanguageMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetLanguageMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetLanguageResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetLanguageResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetLanguageResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetSupportedLanguages.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetSupportedLanguagesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetSupportedLanguagesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetSupportedLanguagesResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetSupportedLanguagesResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/GetSupportedLanguagesResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/OnCommand.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/OnCommandMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/OnCommandMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/OnLanguageChange.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/OnLanguageChangeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VR/OnLanguageChangeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetDTCs.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetDTCsMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetDTCsMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetDTCsResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetDTCsResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetDTCsResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleData.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleDataMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleDataMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleDataResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleDataResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleDataResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleType.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleTypeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleTypeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleTypeResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleTypeResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/GetVehicleTypeResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/OnVehicleData.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/OnVehicleDataMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/OnVehicleDataMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/ReadDID.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/ReadDIDMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/ReadDIDMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/ReadDIDResponse.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/ReadDIDResponseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/VehicleInfo/ReadDIDResponseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2Request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/RPC2Response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCMessage.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCNotification.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddCommand_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddCommand_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddCommand_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddCommand_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddCommand_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddCommand_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddSubMenu_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddSubMenu_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddSubMenu_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddSubMenu_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddSubMenu_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AddSubMenu_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Alert_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Alert_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Alert_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Alert_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Alert_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Alert_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AppInterfaceUnregisteredReasonMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AppInterfaceUnregisteredReasonMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AppInterfaceUnregisteredReasonMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AppInterfaceUnregisteredReasonMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AudioCaptureQualityMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AudioCaptureQualityMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AudioCaptureQualityMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AudioCaptureQualityMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AudioStreamingStateMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AudioStreamingStateMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AudioStreamingStateMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/AudioStreamingStateMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonCapabilities.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonEventModeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonEventModeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonEventModeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonEventModeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonNameMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonNameMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonNameMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonNameMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonPressModeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonPressModeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonPressModeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ButtonPressModeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/CharacterSetMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/CharacterSetMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/CharacterSetMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/CharacterSetMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Choice.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ChoiceMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ChoiceMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/CreateInteractionChoiceSet_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/CreateInteractionChoiceSet_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/CreateInteractionChoiceSet_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/CreateInteractionChoiceSet_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/CreateInteractionChoiceSet_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/CreateInteractionChoiceSet_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteCommand_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteCommand_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteCommand_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteCommand_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteCommand_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteCommand_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteInteractionChoiceSet_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteInteractionChoiceSet_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteInteractionChoiceSet_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteInteractionChoiceSet_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteInteractionChoiceSet_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteInteractionChoiceSet_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteSubMenu_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteSubMenu_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteSubMenu_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteSubMenu_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteSubMenu_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DeleteSubMenu_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DisplayCapabilities.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DisplayCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DisplayCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DisplayTypeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DisplayTypeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DisplayTypeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DisplayTypeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DriverDistractionStateMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DriverDistractionStateMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DriverDistractionStateMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/DriverDistractionStateMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/EncodedSyncPData_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/EncodedSyncPData_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/EncodedSyncPData_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/EncodedSyncPData_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/EncodedSyncPData_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/EncodedSyncPData_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/GenericResponse_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/GenericResponse_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/GenericResponse_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/GlobalPropertyMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/GlobalPropertyMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/GlobalPropertyMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/GlobalPropertyMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/HMILevelMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/HMILevelMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/HMILevelMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/HMILevelMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/HmiZoneCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/HmiZoneCapabilitiesMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/HmiZoneCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/HmiZoneCapabilitiesMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/InteractionModeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/InteractionModeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/InteractionModeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/InteractionModeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/LanguageMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/LanguageMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/LanguageMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/LanguageMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Marshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Marshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Marshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/MediaClockFormatMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/MediaClockFormatMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/MediaClockFormatMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/MediaClockFormatMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/MenuParams.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/MenuParamsMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/MenuParamsMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnAppInterfaceUnregistered.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnAppInterfaceUnregisteredMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnAppInterfaceUnregisteredMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnButtonEvent.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnButtonEventMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnButtonEventMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnButtonPress.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnButtonPressMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnButtonPressMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnCommand.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnCommandMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnCommandMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnDriverDistraction.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnDriverDistractionMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnDriverDistractionMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnEncodedSyncPData.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnEncodedSyncPDataMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnEncodedSyncPDataMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnHMIStatus.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnHMIStatusMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnHMIStatusMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnTBTClientState.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnTBTClientStateMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/OnTBTClientStateMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/PerfectHashTable.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/PerformInteraction_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/PerformInteraction_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/PerformInteraction_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/PerformInteraction_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/PerformInteraction_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/PerformInteraction_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/RegisterAppInterface_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/RegisterAppInterface_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/RegisterAppInterface_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/RegisterAppInterface_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/RegisterAppInterface_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/RegisterAppInterface_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ResetGlobalProperties_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ResetGlobalProperties_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ResetGlobalProperties_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ResetGlobalProperties_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ResetGlobalProperties_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ResetGlobalProperties_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Result.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ResultMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ResultMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ResultMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/ResultMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetGlobalProperties_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetGlobalProperties_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetGlobalProperties_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetGlobalProperties_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetGlobalProperties_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetGlobalProperties_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetMediaClockTimer_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetMediaClockTimer_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetMediaClockTimer_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetMediaClockTimer_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetMediaClockTimer_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SetMediaClockTimer_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Show_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Show_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Show_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Show_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Show_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Show_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Speak_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Speak_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Speak_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Speak_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Speak_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/Speak_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SpeechCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SpeechCapabilitiesMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SpeechCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SpeechCapabilitiesMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/StartTime.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/StartTimeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/StartTimeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SubscribeButton_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SubscribeButton_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SubscribeButton_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SubscribeButton_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SubscribeButton_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SubscribeButton_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SyncMsgVersion.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SyncMsgVersionMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SyncMsgVersionMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SystemContextMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SystemContextMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SystemContextMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/SystemContextMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TBTStateMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TBTStateMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TBTStateMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TBTStateMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TTSChunk.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TTSChunkMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TTSChunkMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TextAlignmentMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TextAlignmentMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TextAlignmentMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TextAlignmentMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TextField.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TextFieldMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TextFieldMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TextFieldNameMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TextFieldNameMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TextFieldNameMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TextFieldNameMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TriggerSourceMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TriggerSourceMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TriggerSourceMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/TriggerSourceMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnregisterAppInterface_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnregisterAppInterface_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnregisterAppInterface_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnregisterAppInterface_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnregisterAppInterface_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnregisterAppInterface_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnsubscribeButton_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnsubscribeButton_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnsubscribeButton_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnsubscribeButton_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnsubscribeButton_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UnsubscribeButton_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UpdateModeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UpdateModeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UpdateModeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/UpdateModeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/VrCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/VrCapabilitiesMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/VrCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V1/VrCapabilitiesMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddCommand_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddCommand_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddCommand_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddCommand_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddCommand_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddCommand_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddSubMenu_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddSubMenu_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddSubMenu_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddSubMenu_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddSubMenu_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AddSubMenu_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AlertManeuver_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AlertManeuver_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AlertManeuver_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AlertManeuver_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AlertManeuver_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AlertManeuver_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Alert_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Alert_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Alert_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Alert_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Alert_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Alert_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppInterfaceUnregisteredReasonMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppInterfaceUnregisteredReasonMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppInterfaceUnregisteredReasonMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppInterfaceUnregisteredReasonMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppTypeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppTypeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppTypeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppTypeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioCaptureQualityMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioCaptureQualityMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioCaptureQualityMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioCaptureQualityMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioStreamingStateMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioStreamingStateMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioStreamingStateMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioStreamingStateMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioTypeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioTypeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioTypeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AudioTypeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonCapabilities.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonEventModeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonEventModeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonEventModeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonEventModeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonNameMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonNameMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonNameMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonNameMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonPressModeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonPressModeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonPressModeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ButtonPressModeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ChangeRegistration_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ChangeRegistration_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ChangeRegistration_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ChangeRegistration_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ChangeRegistration_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ChangeRegistration_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CharacterSetMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CharacterSetMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CharacterSetMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CharacterSetMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Choice.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ChoiceMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ChoiceMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CompassDirectionMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CompassDirectionMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CompassDirectionMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CompassDirectionMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CreateInteractionChoiceSet_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CreateInteractionChoiceSet_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CreateInteractionChoiceSet_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CreateInteractionChoiceSet_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CreateInteractionChoiceSet_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/CreateInteractionChoiceSet_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DTC.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DTCMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DTCMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeactivateReasonMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeactivateReasonMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeactivateReasonMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeactivateReasonMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteCommand_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteCommand_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteCommand_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteCommand_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteCommand_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteCommand_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteFile_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteFile_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteFile_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteFile_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteFile_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteFile_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteInteractionChoiceSet_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteInteractionChoiceSet_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteInteractionChoiceSet_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteInteractionChoiceSet_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteInteractionChoiceSet_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteInteractionChoiceSet_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteSubMenu_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteSubMenu_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteSubMenu_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteSubMenu_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteSubMenu_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DeleteSubMenu_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DialNumber_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DialNumber_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DialNumber_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DialNumber_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DialNumber_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DialNumber_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DimensionMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DimensionMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DimensionMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DimensionMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DisplayCapabilities.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DisplayCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DisplayCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DisplayTypeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DisplayTypeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DisplayTypeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DisplayTypeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DriverDistractionStateMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DriverDistractionStateMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DriverDistractionStateMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/DriverDistractionStateMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EncodedSyncPData_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EncodedSyncPData_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EncodedSyncPData_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EncodedSyncPData_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EncodedSyncPData_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EncodedSyncPData_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EndAudioPassThru_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EndAudioPassThru_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EndAudioPassThru_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EndAudioPassThru_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EndAudioPassThru_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/EndAudioPassThru_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/FileTypeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/FileTypeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/FileTypeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/FileTypeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/FunctionIDMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/FunctionIDMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/FunctionIDMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/FunctionIDMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GPSData.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GPSDataMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GPSDataMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GenericResponse_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GenericResponse_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GenericResponse_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetDTCs_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetDTCs_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetDTCs_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetDTCs_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetDTCs_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetDTCs_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetVehicleData_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetVehicleData_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetVehicleData_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetVehicleData_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetVehicleData_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GetVehicleData_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GlobalPropertyMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GlobalPropertyMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GlobalPropertyMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/GlobalPropertyMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HMIApplication.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HMIApplicationMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HMIApplicationMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HMILevelMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HMILevelMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HMILevelMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HMILevelMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HMIPermissions.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HMIPermissionsMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HMIPermissionsMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HmiZoneCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HmiZoneCapabilitiesMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HmiZoneCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/HmiZoneCapabilitiesMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Image.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ImageMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ImageMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ImageTypeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ImageTypeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ImageTypeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ImageTypeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/InteractionModeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/InteractionModeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/InteractionModeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/InteractionModeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/LanguageMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/LanguageMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/LanguageMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/LanguageMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ListFiles_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ListFiles_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ListFiles_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ListFiles_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ListFiles_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ListFiles_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Marshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/MediaClockFormatMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/MediaClockFormatMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/MediaClockFormatMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/MediaClockFormatMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/MenuParams.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/MenuParamsMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/MenuParamsMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnAppInterfaceUnregistered.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnAppInterfaceUnregisteredMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnAppInterfaceUnregisteredMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnAudioPassThru.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnAudioPassThruMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnAudioPassThruMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnButtonEvent.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnButtonEventMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnButtonEventMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnButtonPress.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnButtonPressMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnButtonPressMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnCommand.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnCommandMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnCommandMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnDriverDistraction.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnDriverDistractionMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnDriverDistractionMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnEncodedSyncPData.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnEncodedSyncPDataMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnEncodedSyncPDataMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnHMIStatus.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnHMIStatusMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnHMIStatusMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnLanguageChange.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnLanguageChangeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnLanguageChangeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnPermissionsChange.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnPermissionsChangeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnPermissionsChangeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnTBTClientState.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnTBTClientStateMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnTBTClientStateMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnVehicleData.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnVehicleDataMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/OnVehicleDataMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PRNDLMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PRNDLMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PRNDLMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PRNDLMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ParameterPermissions.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ParameterPermissionsMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ParameterPermissionsMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerfectHashTable.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformAudioPassThru_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformAudioPassThru_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformAudioPassThru_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformAudioPassThru_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformAudioPassThru_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformAudioPassThru_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformInteraction_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformInteraction_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformInteraction_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformInteraction_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformInteraction_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PerformInteraction_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PermissionItem.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PermissionItemMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PermissionItemMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PermissionStatusMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PermissionStatusMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PermissionStatusMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PermissionStatusMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PresetBankCapabilities.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PresetBankCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PresetBankCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PutFile_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PutFile_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PutFile_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PutFile_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PutFile_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/PutFile_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ReadDID_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ReadDID_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ReadDID_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ReadDID_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ReadDID_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ReadDID_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/RegisterAppInterface_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ResetGlobalProperties_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ResetGlobalProperties_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ResetGlobalProperties_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ResetGlobalProperties_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ResetGlobalProperties_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ResetGlobalProperties_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Result.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ResultMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ResultMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ResultMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ResultMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SamplingRateMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SamplingRateMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SamplingRateMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SamplingRateMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ScrollableMessage_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ScrollableMessage_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ScrollableMessage_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ScrollableMessage_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ScrollableMessage_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ScrollableMessage_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetAppIcon_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetAppIcon_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetAppIcon_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetAppIcon_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetAppIcon_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetAppIcon_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetDisplayLayout_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetDisplayLayout_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetDisplayLayout_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetDisplayLayout_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetDisplayLayout_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetDisplayLayout_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetGlobalProperties_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetGlobalProperties_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetGlobalProperties_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetGlobalProperties_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetGlobalProperties_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetGlobalProperties_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetMediaClockTimer_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetMediaClockTimer_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetMediaClockTimer_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetMediaClockTimer_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetMediaClockTimer_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SetMediaClockTimer_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ShowConstantTBT_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ShowConstantTBT_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ShowConstantTBT_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ShowConstantTBT_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ShowConstantTBT_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ShowConstantTBT_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Show_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Show_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Show_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Show_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Show_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Show_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SingleTirePressureStatusMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SingleTirePressureStatusMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SingleTirePressureStatusMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SingleTirePressureStatusMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SingleTireStatus.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SingleTireStatusMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SingleTireStatusMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Slider_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Slider_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Slider_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Slider_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Slider_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Slider_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SoftButton.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SoftButtonCapabilities.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SoftButtonCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SoftButtonCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SoftButtonMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SoftButtonMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SoftButtonTypeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SoftButtonTypeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SoftButtonTypeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SoftButtonTypeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Speak_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Speak_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Speak_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Speak_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Speak_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Speak_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SpeechCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SpeechCapabilitiesMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SpeechCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SpeechCapabilitiesMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/StartTime.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/StartTimeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/StartTimeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeButton_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeButton_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeButton_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeButton_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeButton_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeButton_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeVehicleData_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeVehicleData_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeVehicleData_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeVehicleData_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeVehicleData_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SubscribeVehicleData_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SyncMsgVersion.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SyncMsgVersionMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SyncMsgVersionMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SystemActionMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SystemActionMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SystemActionMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SystemActionMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SystemContextMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SystemContextMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SystemContextMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/SystemContextMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TBTStateMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TBTStateMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TBTStateMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TBTStateMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TTSChunk.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TTSChunkMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TTSChunkMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TextAlignmentMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TextAlignmentMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TextAlignmentMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TextAlignmentMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TextField.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TextFieldMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TextFieldMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TextFieldNameMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TextFieldNameMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TextFieldNameMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TextFieldNameMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TimerModeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TimerModeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TimerModeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TimerModeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TirePressureTellTaleMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TirePressureTellTaleMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TirePressureTellTaleMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TirePressureTellTaleMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TireStatus.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TireStatusMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TireStatusMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TriggerSourceMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TriggerSourceMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TriggerSourceMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TriggerSourceMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/Turn.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TurnMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/TurnMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnregisterAppInterface_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnregisterAppInterface_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnregisterAppInterface_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnregisterAppInterface_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnregisterAppInterface_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnregisterAppInterface_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeButton_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeButton_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeButton_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeButton_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeButton_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeButton_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeVehicleData_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeVehicleData_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeVehicleData_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeVehicleData_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeVehicleData_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UnsubscribeVehicleData_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UpdateModeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UpdateModeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UpdateModeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UpdateModeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UpdateTurnList_request.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UpdateTurnList_requestMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UpdateTurnList_requestMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UpdateTurnList_response.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UpdateTurnList_responseMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/UpdateTurnList_responseMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleDataResult.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleDataResultCodeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleDataResultCodeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleDataResultCodeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleDataResultCodeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleDataResultMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleDataResultMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleDataTypeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleDataTypeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleDataTypeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleDataTypeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleType.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleTypeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VehicleTypeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VrCapabilitiesMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VrCapabilitiesMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VrCapabilitiesMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VrCapabilitiesMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VrHelpItem.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VrHelpItemMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/VrHelpItemMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/messageTypeMarshaller.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/messageTypeMarshaller.gp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/messageTypeMarshaller.h [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/messageTypeMarshaller.inc [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCRequest.cpp [deleted file]
SDL_Core/src/components/JSONHandler/src/SDLRPCResponse.cpp [deleted file]
SDL_Core/src/components/ProtocolHandler/CMakeLists.txt [deleted file]
SDL_Core/src/components/ProtocolHandler/include/ProtocolHandler/IProtocolObserver.h [deleted file]
SDL_Core/src/components/ProtocolHandler/include/ProtocolHandler/ISessionObserver.h [deleted file]
SDL_Core/src/components/ProtocolHandler/include/ProtocolHandler/ProtocolHandler.h [deleted file]
SDL_Core/src/components/ProtocolHandler/include/ProtocolHandler/ProtocolPacket.h [deleted file]
SDL_Core/src/components/ProtocolHandler/include/ProtocolHandler/SmartDeviceLinkRawMessage.h [deleted file]
SDL_Core/src/components/ProtocolHandler/src/ProtocolHandler.cpp [deleted file]
SDL_Core/src/components/ProtocolHandler/src/ProtocolPacket.cpp [deleted file]
SDL_Core/src/components/ProtocolHandler/src/SmartDeviceLinkRawMessage.cpp [deleted file]
SDL_Core/src/components/TransportManager/CMakeLists.txt [deleted file]
SDL_Core/src/components/TransportManager/include/TransportManager/ITransportManager.hpp [deleted file]
SDL_Core/src/components/TransportManager/include/TransportManager/ITransportManagerDataListener.hpp [deleted file]
SDL_Core/src/components/TransportManager/include/TransportManager/ITransportManagerDeviceListener.hpp [deleted file]
SDL_Core/src/components/TransportManager/include/TransportManager/SDeviceInfo.hpp [deleted file]
SDL_Core/src/components/TransportManager/src/CBluetoothAdapter.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/CBluetoothAdapter.hpp [deleted file]
SDL_Core/src/components/TransportManager/src/CDeviceAdapter.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/CDeviceAdapter.hpp [deleted file]
SDL_Core/src/components/TransportManager/src/CTCPAdapter.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/CTCPAdapter.hpp [deleted file]
SDL_Core/src/components/TransportManager/src/CTransportManager.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/CTransportManager.hpp [deleted file]
SDL_Core/src/components/TransportManager/src/IDeviceAdapter.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/IDeviceAdapter.hpp [deleted file]
SDL_Core/src/components/TransportManager/src/IDeviceAdapterListener.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/IDeviceAdapterListener.hpp [deleted file]
SDL_Core/src/components/TransportManager/src/IHandleGenerator.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/IHandleGenerator.hpp [deleted file]
SDL_Core/src/components/TransportManager/src/ITransportManager.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/ITransportManagerDataListener.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/ITransportManagerDeviceListener.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/SDeviceInfo.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/SInternalDeviceInfo.cpp [deleted file]
SDL_Core/src/components/TransportManager/src/SInternalDeviceInfo.hpp [deleted file]
SDL_Core/src/components/TransportManager/src/TransportManagerLoggerHelpers.hpp [deleted file]
SDL_Core/src/components/Utils/CMakeLists.txt [deleted file]
SDL_Core/src/components/Utils/include/Utils/MessageQueue.h [deleted file]
SDL_Core/src/components/Utils/include/Utils/MultithreadingMap.h [deleted file]
SDL_Core/src/components/Utils/include/Utils/WorkWithOS.h [deleted file]
SDL_Core/src/components/Utils/src/WorkWithOS.cpp [deleted file]
SDL_Core/src/components/application_manager/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/application.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/application_data_impl.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/application_impl.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/application_manager.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/application_manager_impl.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/command.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/command_impl.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/command_notification_impl.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/command_request_impl.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/command_response_impl.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/activate_app_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/activate_app_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_all_apps_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_all_apps_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_app_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_app_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/button_get_capabilities_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/button_get_capabilities_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/close_popup_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/close_popup_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/mixing_audio_supported_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/mixing_audio_supported_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_alert_maneuver_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_alert_maneuver_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_is_ready_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_is_ready_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_show_constant_tbt_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_show_constant_tbt_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_update_turn_list_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_update_turn_list_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/notification_from_hmi.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/notification_to_hmi.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_activated_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_deactivated_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_registered_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_unregistered_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_button_event_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_button_press_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_device_chosen_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_driver_distraction_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_exit_all_applications_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_exit_application_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_find_applications.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_navi_tbt_client_state_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_play_tone_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ready_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_show_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_start_device_discovery.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_system_context_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_tts_language_change_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_command_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_language_change_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_update_device_list.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_vehicle_data_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_command_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_language_change_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_started_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_stopped_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/request_to_hmi.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/response_from_hmi.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_change_registration_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_change_registration_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_language_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_language_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_supported_languages_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_supported_languages_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_is_ready_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_is_ready_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_speak_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_speak_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_stop_speaking_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_stop_speaking_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_command_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_command_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_submenu_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_submenu_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_alert_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_alert_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_change_registration_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_change_registration_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_command_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_command_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_submenu_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_submenu_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_end_audio_pass_thru_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_end_audio_pass_thru_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_capabilities_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_capabilities_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_language_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_language_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_supported_languages_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_supported_languages_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_is_ready_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_is_ready_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_interaction_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_interaction_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_scrollable_message_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_scrollable_message_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_global_properties_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_global_properties_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_icon_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_icon_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_media_clock_timer_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_media_clock_timer_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_show_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_show_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_show_vr_help_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_show_vr_help_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_slider_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_slider_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_app_list_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_app_list_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_device_list_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_device_list_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_dtcs_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_dtcs_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_data_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_data_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_type_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_type_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_is_ready_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_is_ready_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_read_did_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_read_did_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_add_command_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_add_command_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_change_registration_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_change_registration_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_delete_command_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_delete_command_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_capabilities_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_capabilities_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_language_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_language_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_supported_languages_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_supported_languages_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_is_ready_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_is_ready_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_command_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_command_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_sub_menu_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_sub_menu_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/change_registration_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/change_registration_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/create_interaction_choice_set_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/create_interaction_choice_set_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_command_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_command_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_file_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_file_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_interaction_choice_set_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_interaction_choice_set_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_sub_menu_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_sub_menu_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/dial_number_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/encoded_sync_pdata_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/encoded_sync_pdata_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/end_audio_pass_thru_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/end_audio_pass_thru_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/generic_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_dtcs_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_dtcs_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_vehicle_data_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_vehicle_data_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/list_files_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/list_files_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_app_interface_unregistered_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_audio_pass_thru_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_button_event_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_button_press_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_command_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_driver_distraction_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_encoded_sync_pdata_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_hmi_status_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_language_change_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_permissions_change_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_sync_pdata_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_tbt_client_state_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_vehicle_data_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_audio_pass_thru_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_audio_pass_thru_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_interaction_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_interaction_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/put_file_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/put_file_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/read_did_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/read_did_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/register_app_interface_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/register_app_interface_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/reset_global_properties_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/reset_global_properties_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/scrollable_message_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/scrollable_message_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_display_layout_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_display_layout_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_global_properties_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_global_properties_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_icon_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_icon_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_media_clock_timer_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_media_clock_timer_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_constant_tbt_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_constant_tbt_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/slider_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/slider_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/speak_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/speak_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_button_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_button_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_vehicle_data_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_vehicle_data_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/sync_pdata_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/sync_pdata_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unregister_app_interface_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unregister_app_interface_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_vehicle_data_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_vehicle_data_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/update_turn_list_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/update_turn_list_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/event_engine/event.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/event_engine/event_dispatcher.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/event_engine/event_observer.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/hmi_capabilities.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/hmi_command_factory.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/message.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/message_chaining.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/message_helper.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/mobile_command_factory.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/policies_manager/policies_manager.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/request_controller.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/smart_object_keys.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/application_data_impl.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/application_impl.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/application_manager_impl.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/application_manager_impl.cc~ [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/command_impl.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/command_notification_impl.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/command_request_impl.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/command_response_impl.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/activate_app_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/activate_app_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/allow_all_apps_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/allow_all_apps_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/allow_app_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/allow_app_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/button_get_capabilities_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/button_get_capabilities_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/close_popup_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/close_popup_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/mixing_audio_supported_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/mixing_audio_supported_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_alert_maneuver_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_alert_maneuver_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_is_ready_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_is_ready_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_show_constant_tbt_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_show_constant_tbt_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_update_turn_list_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_update_turn_list_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/notification_from_hmi.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/notification_to_hmi.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_app_activated_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_app_deactivated_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_app_registered_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_app_unregistered_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_button_event_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_button_press_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_device_chosen_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_driver_distraction_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_exit_all_applications_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_exit_application_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_find_applications.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_navi_tbt_client_state_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_play_tone_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_ready_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_show_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_start_device_discovery.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_system_context_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_command_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_language_change_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_update_device_list.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_vehicle_data_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_command_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_language_change_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_started_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_stopped_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/request_to_hmi.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/response_from_hmi.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_change_registration_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_change_registration_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_language_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_language_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_supported_languages_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_supported_languages_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_is_ready_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_is_ready_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_set_global_properties_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_set_global_properties_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_speak_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_speak_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_stop_speaking_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_stop_speaking_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_command_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_command_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_submenu_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_submenu_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_alert_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_alert_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_change_registration_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_change_registration_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_command_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_command_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_submenu_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_submenu_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_end_audio_pass_thru_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_end_audio_pass_thru_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_capabilities_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_capabilities_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_language_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_language_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_supported_languages_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_supported_languages_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_is_ready_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_is_ready_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_audio_pass_thru_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_audio_pass_thru_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_interaction_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_interaction_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_scrollable_message_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_scrollable_message_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_global_properties_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_global_properties_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_icon_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_icon_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_media_clock_timer_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_media_clock_timer_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_show_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_show_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_show_vr_help_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_show_vr_help_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_slider_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_slider_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/update_app_list_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/update_app_list_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/update_device_list_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/update_device_list_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_dtcs_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_dtcs_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_type_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_type_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_is_ready_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_is_ready_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_read_did_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_read_did_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_add_command_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_add_command_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_change_registration_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_change_registration_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_delete_command_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_delete_command_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_capabilities_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_capabilities_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_language_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_language_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_supported_languages_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_supported_languages_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_is_ready_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_is_ready_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/add_command_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/add_command_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/add_sub_menu_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/add_sub_menu_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/alert_maneuver_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/alert_maneuver_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/alert_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/alert_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/change_registration_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/change_registration_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_command_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_command_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_file_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_file_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_interaction_choice_set_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_interaction_choice_set_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_sub_menu_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_sub_menu_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/dial_number_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/encoded_sync_pdata_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/encoded_sync_pdata_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/end_audio_pass_thru_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/end_audio_pass_thru_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/generic_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/get_dtcs_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/get_dtcs_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/get_vehicle_data_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/get_vehicle_data_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/list_files_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/list_files_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_app_interface_unregistered_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_audio_pass_thru_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_button_event_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_button_press_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_command_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_driver_distraction_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_encoded_sync_pdata_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_hmi_status_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_language_change_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_permissions_change_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_sync_pdata_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_tbt_client_state_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/on_vehicle_data_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/perform_audio_pass_thru_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/perform_audio_pass_thru_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/perform_interaction_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/perform_interaction_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/put_file_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/put_file_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/read_did_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/read_did_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/register_app_interface_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/register_app_interface_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/reset_global_properties_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/reset_global_properties_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/scrollable_message_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/scrollable_message_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/set_display_layout_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/set_global_properties_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/set_global_properties_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/set_icon_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/set_icon_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/set_media_clock_timer_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/set_media_clock_timer_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/show_constant_tbt_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/show_constant_tbt_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/show_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/show_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/slider_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/slider_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/speak_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/speak_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_button_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_button_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_vehicle_data_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_vehicle_data_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/sync_pdata_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/sync_pdata_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/unregister_app_interface_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/unregister_app_interface_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_button_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_button_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_vehicle_data_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_vehicle_data_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/update_turn_list_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/update_turn_list_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/event_engine/event.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/event_engine/event_dispatcher.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/event_engine/event_observer.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/from_hmh_thread_impl.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/from_hmh_thread_impl.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/from_mobile_thread_impl.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/from_mobile_thread_impl.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/hmi_capabilities.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/hmi_command_factory.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/message.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/message.cc~ [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/message_chaining.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/message_helper.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/mobile_command_factory.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/policies_manager/policies_manager.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/request_controller.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/to_hmh_thread_impl.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/to_hmh_thread_impl.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/to_mobile_thread_impl.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/to_mobile_thread_impl.h [new file with mode: 0644]
SDL_Core/src/components/audio_manager/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/audio_manager/include/audio_manager/a2dp_source_player_thread.h [new file with mode: 0644]
SDL_Core/src/components/audio_manager/include/audio_manager/audio_manager.h [new file with mode: 0644]
SDL_Core/src/components/audio_manager/include/audio_manager/audio_manager_impl.h [new file with mode: 0644]
SDL_Core/src/components/audio_manager/include/audio_manager/audio_stream_sender_thread.h [new file with mode: 0644]
SDL_Core/src/components/audio_manager/include/audio_manager/from_mic_to_file_recorder_thread.h [new file with mode: 0644]
SDL_Core/src/components/audio_manager/src/a2dp_source_player_thread.cc [new file with mode: 0644]
SDL_Core/src/components/audio_manager/src/audio_manager_impl.cc [new file with mode: 0644]
SDL_Core/src/components/audio_manager/src/audio_stream_sender_thread.cc [new file with mode: 0644]
SDL_Core/src/components/audio_manager/src/from_mic_to_file_recorder_thread.cc [new file with mode: 0644]
SDL_Core/src/components/config_profile/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/config_profile/include/config_profile/ini_file.h [new file with mode: 0644]
SDL_Core/src/components/config_profile/include/config_profile/profile.h [new file with mode: 0644]
SDL_Core/src/components/config_profile/src/ini_file.cc [new file with mode: 0644]
SDL_Core/src/components/config_profile/src/profile.cc [new file with mode: 0644]
SDL_Core/src/components/connection_handler/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/connection_handler/include/connection_handler/connection.h [new file with mode: 0644]
SDL_Core/src/components/connection_handler/include/connection_handler/connection_handler.h [new file with mode: 0644]
SDL_Core/src/components/connection_handler/include/connection_handler/connection_handler_impl.h [new file with mode: 0644]
SDL_Core/src/components/connection_handler/include/connection_handler/connection_handler_observer.h [new file with mode: 0644]
SDL_Core/src/components/connection_handler/include/connection_handler/device.h [new file with mode: 0644]
SDL_Core/src/components/connection_handler/include/connection_handler/devices_discovery_starter.h [new file with mode: 0644]
SDL_Core/src/components/connection_handler/src/connection.cc [new file with mode: 0644]
SDL_Core/src/components/connection_handler/src/connection_handler_impl.cc [new file with mode: 0644]
SDL_Core/src/components/connection_handler/src/device.cc [new file with mode: 0644]
SDL_Core/src/components/formatters/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/formatters/include/formatters/CFormatterJsonBase.hpp [new file with mode: 0644]
SDL_Core/src/components/formatters/include/formatters/CFormatterJsonSDLRPCv1.hpp [new file with mode: 0644]
SDL_Core/src/components/formatters/include/formatters/CFormatterJsonSDLRPCv2.hpp [new file with mode: 0644]
SDL_Core/src/components/formatters/include/formatters/CSmartFactory.hpp [new file with mode: 0644]
SDL_Core/src/components/formatters/include/formatters/formatter_json_rpc.h [new file with mode: 0644]
SDL_Core/src/components/formatters/include/formatters/meta_formatter.h [new file with mode: 0644]
SDL_Core/src/components/formatters/src/CFormatterJsonBase.cpp [new file with mode: 0644]
SDL_Core/src/components/formatters/src/CFormatterJsonSDLRPCv1.cpp [new file with mode: 0644]
SDL_Core/src/components/formatters/src/CFormatterJsonSDLRPCv2.cpp [new file with mode: 0644]
SDL_Core/src/components/formatters/src/CSmartFactory.cpp [new file with mode: 0644]
SDL_Core/src/components/formatters/src/formatter_json_rpc.cc [new file with mode: 0644]
SDL_Core/src/components/formatters/src/meta_formatter.cc [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_adapter.h [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_handler.h [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_handler_impl.h [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_observer.h [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_sender.h [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/messagebroker_adapter.h [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/src/from_hmi_thread_impl.cc [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/src/from_hmi_thread_impl.h [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/src/hmi_message_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/src/hmi_message_handler_impl.cc [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/src/messagebroker_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/src/to_hmi_thread_impl.cc [new file with mode: 0644]
SDL_Core/src/components/hmi_message_handler/src/to_hmi_thread_impl.h [new file with mode: 0644]
SDL_Core/src/components/interfaces/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/interfaces/HMI_API.xml [new file with mode: 0755]
SDL_Core/src/components/interfaces/Json_HMI_message_specification.txt [new file with mode: 0644]
SDL_Core/src/components/interfaces/MOBILE_API.xml [new file with mode: 0755]
SDL_Core/src/components/mobile_message_handler/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/mobile_message_handler/include/mobile_message_handler/message_to_mobile_app_handler.h [new file with mode: 0644]
SDL_Core/src/components/mobile_message_handler/include/mobile_message_handler/messages_from_mobile_app_handler.h [new file with mode: 0644]
SDL_Core/src/components/mobile_message_handler/include/mobile_message_handler/mobile_message_handler.h [new file with mode: 0644]
SDL_Core/src/components/mobile_message_handler/include/mobile_message_handler/mobile_message_handler_impl.h [new file with mode: 0644]
SDL_Core/src/components/mobile_message_handler/include/mobile_message_handler/mobile_message_observer.h [new file with mode: 0644]
SDL_Core/src/components/mobile_message_handler/src/message_to_mobile_app_handler.cc [new file with mode: 0644]
SDL_Core/src/components/mobile_message_handler/src/messages_from_mobile_app_handler.cc [new file with mode: 0644]
SDL_Core/src/components/mobile_message_handler/src/mobile_message_handler_impl.cc [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/include/protocol_handler/message_from_mobile_app_handler.h [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/include/protocol_handler/messages_to_mobile_app_handler.h [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_handler.h [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_handler_impl.h [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_observer.h [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_packet.h [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/include/protocol_handler/raw_message.h [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/include/protocol_handler/session_observer.h [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/src/message_from_mobile_app_handler.cc [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/src/message_from_mobile_app_handler.cc~ [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/src/messages_to_mobile_app_handler.cc [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/src/protocol_handler_impl.cc [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/src/protocol_handler_impl.cc~ [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/src/protocol_packet.cc [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/src/protocol_packet.cc~ [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/src/raw_message.cc [new file with mode: 0644]
SDL_Core/src/components/request_watchdog/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/request_watchdog/include/request_watchdog/request_info.h [new file with mode: 0644]
SDL_Core/src/components/request_watchdog/include/request_watchdog/request_watchdog.h [new file with mode: 0644]
SDL_Core/src/components/request_watchdog/include/request_watchdog/watchdog.h [new file with mode: 0644]
SDL_Core/src/components/request_watchdog/include/request_watchdog/watchdog_subscriber.h [new file with mode: 0644]
SDL_Core/src/components/request_watchdog/src/request_info.cc [new file with mode: 0644]
SDL_Core/src/components/request_watchdog/src/request_watchdog.cc [new file with mode: 0644]
SDL_Core/src/components/smart_objects/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/always_false_schema_item.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/always_true_schema_item.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/array_schema_item.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/bool_schema_item.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/enum_schema_item.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/errors.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/number_schema_item.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/object_schema_item.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/schema_item.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/schema_item_parameter.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/smart_object.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/smart_schema.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/include/smart_objects/string_schema_item.h [new file with mode: 0644]
SDL_Core/src/components/smart_objects/src/always_false_schema_item.cc [new file with mode: 0644]
SDL_Core/src/components/smart_objects/src/always_true_schema_item.cc [new file with mode: 0644]
SDL_Core/src/components/smart_objects/src/array_schema_item.cc [new file with mode: 0644]
SDL_Core/src/components/smart_objects/src/bool_schema_item.cc [new file with mode: 0644]
SDL_Core/src/components/smart_objects/src/enum_schema_item.cc [new file with mode: 0644]
SDL_Core/src/components/smart_objects/src/number_schema_item.cc [new file with mode: 0644]
SDL_Core/src/components/smart_objects/src/object_schema_item.cc [new file with mode: 0644]
SDL_Core/src/components/smart_objects/src/schema_item.cc [new file with mode: 0644]
SDL_Core/src/components/smart_objects/src/smart_object.cc [new file with mode: 0644]
SDL_Core/src/components/smart_objects/src/smart_schema.cc [new file with mode: 0644]
SDL_Core/src/components/smart_objects/src/string_schema_item.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/CMakeLists.txt [new file with mode: 0755]
SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_connection_factory.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_device.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_device_scanner.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_socket_connection.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_transport_adapter.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/common.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/error.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/info.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/dnssd_service_browser.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_client_listener.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_connection_factory.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_device.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_socket_connection.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_transport_adapter.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/timer.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/client_connection_listener.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/connection.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/device.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/device_scanner.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/server_connection_factory.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/threaded_socket_connection.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_controller.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_event.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_impl.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_listener.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_listener_impl.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager.h [new file with mode: 0755]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_default.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_impl.h [new file with mode: 0755]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_listener.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_listener_impl.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/libusb_handler.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_aoa_adapter.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_connection.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_connection_factory.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_device.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_device_scanner.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_connection_factory.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_device.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_device_scanner.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_socket_connection.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_transport_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/tcp/dnssd_service_browser.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/tcp/tcp_client_listener.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/tcp/tcp_connection_factory.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/tcp/tcp_device.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/tcp/tcp_socket_connection.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/tcp/tcp_socket_connection.cc~ [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/tcp/tcp_transport_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/timer.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/transport_adapter/threaded_socket_connection.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/transport_adapter/threaded_socket_connection.cc~ [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/transport_adapter/transport_adapter_event.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/transport_adapter/transport_adapter_impl.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/transport_adapter/transport_adapter_impl.cc~ [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/transport_adapter/transport_adapter_listener_impl.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/transport_adapter/transport_adapter_listener_impl.cc~ [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/transport_manager_default.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/transport_manager_impl.cc [new file with mode: 0755]
SDL_Core/src/components/transport_manager/src/transport_manager_impl.cc~ [new file with mode: 0755]
SDL_Core/src/components/transport_manager/src/usb/libusb_handler.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/usb/usb_aoa_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/usb/usb_connection.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/usb/usb_connection_factory.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/usb/usb_device_scanner.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/usb/usb_device_scanner.cc~ [new file with mode: 0644]
SDL_Core/src/components/utils/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/date_time.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/file_system.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/logger.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/macro.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/message_queue.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/shared_ptr.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/signals.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/synchronisation_primitives.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/threads/thread.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/threads/thread_delegate.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/threads/thread_options.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/timer.h [new file with mode: 0644]
SDL_Core/src/components/utils/include/utils/timer_thread.h [new file with mode: 0644]
SDL_Core/src/components/utils/src/date_time.cc [new file with mode: 0644]
SDL_Core/src/components/utils/src/file_system.cc [new file with mode: 0644]
SDL_Core/src/components/utils/src/signals_linux.cc [new file with mode: 0644]
SDL_Core/src/components/utils/src/synchronisation_primitives_posix.cc [new file with mode: 0644]
SDL_Core/src/components/utils/src/threads/posix_thread.cc [new file with mode: 0644]
SDL_Core/src/components/utils/src/timer_linux.cc [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/CMakeLists.txt
SDL_Core/src/thirdPartyLibs/MessageBroker/CMakeLists.txt
SDL_Core/src/thirdPartyLibs/MessageBroker/include/CMessageBroker.hpp
SDL_Core/src/thirdPartyLibs/MessageBroker/include/MBDebugHelper.h
SDL_Core/src/thirdPartyLibs/MessageBroker/include/websocket_handler.hpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/client/mb_controller.cpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerAVA.cpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerAVA.hpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerBackend.cpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerBackend.hpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerPhone.cpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerPhone.hpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerServer.cpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerServer.hpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/CMessageBroker.cpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/system.cpp
SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/websocket_handler.cpp
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest.cbproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest.groupproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_all.cc
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_link.cc
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_main.cbproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_unittest.cbproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest-md.sln
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest-md.vcproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest.sln
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest.vcproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_main-md.vcproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_main.vcproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_prod_test-md.vcproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_prod_test.vcproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_unittest-md.vcproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_unittest.vcproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock.sln
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock.vcproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock_config.vsprops
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock_main.vcproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock_test.vcproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock.sln
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock.vcxproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock_config.props
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock_main.vcxproj
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock_test.vcxproj
SDL_Core/src/thirdPartyLibs/logger/.gitignore [deleted file]
SDL_Core/src/thirdPartyLibs/logger/Makefile [deleted file]
SDL_Core/src/thirdPartyLibs/logger/include/Logger.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/logger/include/LoggerHelper.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/AUTHORS [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/COPYING [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/ChangeLog [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/ConfigureChecks.cmake [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/INSTALL [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/LICENSE [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/Log4CPlusCPack.cmake [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/NEWS [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/README [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/REVISION [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/TODO [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/acinclude.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/aclocal.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/ar-lib [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/config.guess [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/config.sub [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/configure [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/configure.ac [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/cygport/configure.ac-disable-__thread-keyword.patch [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/cygport/configure.ac-relax-libtool-version.patch [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/cygport/log4cplus-1.1.0-rc8-1.cygport [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/depcomp [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/docs/doxygen.config [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/docs/doxygen.css [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/docs/release.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/docs/unicode.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/docs/webpage_doxygen.config [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/docs/webpage_footer.html [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/docs/webpage_header.html [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/appender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/asyncappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/boost/deviceappender.hxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/clfsappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/clogger.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/config.h.cmake.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/config.h.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/config.hxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/config/defines.hxx.cmake.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/config/defines.hxx.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/config/macosx.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/config/win32.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/config/windowsh-inc.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/configurator.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/consoleappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/fileappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/fstreams.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/appenderattachableimpl.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/fileinfo.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/lockfile.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/loglog.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/logloguser.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/pointer.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/property.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/queue.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/sleep.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/snprintf.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/socket.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/socketbuffer.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/stringhelper.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/thread-config.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/helpers/timehelper.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/hierarchy.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/hierarchylocker.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/internal/cygwin-win32.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/internal/env.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/internal/internal.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/internal/socket.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/layout.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/log4judpappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/logger.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/loggingmacros.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/loglevel.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/mdc.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/ndc.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/nteventlogappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/nullappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/qt4debugappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/socketappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/spi/appenderattachable.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/spi/factory.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/spi/filter.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/spi/loggerfactory.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/spi/loggerimpl.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/spi/loggingevent.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/spi/objectregistry.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/spi/rootlogger.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/streams.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/syslogappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/tchar.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/thread/impl/syncprims-impl.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/thread/impl/syncprims-pmsm.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/thread/impl/syncprims-pthreads.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/thread/impl/syncprims-win32.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/thread/impl/threads-impl.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/thread/impl/tls.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/thread/syncprims-pub-impl.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/thread/syncprims.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/thread/threads.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/tracelogger.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/tstring.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/version.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/win32consoleappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/include/log4cplus/win32debugappender.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/install-sh [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/log4cplus.pc.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/log4cplus.spec [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/loggingserver/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/loggingserver/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/loggingserver/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/loggingserver/loggingserver.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/ltmain.sh [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax__sync.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_append_flag.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_c_ifdef.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_cflags_aix_option.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_cflags_gcc_option.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_cflags_sun_option.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_cflags_warn_all.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_compiler_vendor.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_declspec.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_getaddrinfo.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_gethostbyname_r.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_log4cplus_wrappers.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_macro_function.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_macro_va_args.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_pthread.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_tls_support.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ax_type_socklen_t.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/libtool.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ltoptions.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ltsugar.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/ltversion.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/lt~obsolete.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/m4/pkg.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/missing [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/mkinstalldirs [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/CLFSAppender.props [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/CLFSAppender.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/Qt4DebugAppender.props [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/Qt4DebugAppender.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/log4cplus.props [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/log4cplus.sln [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/log4cplus.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/log4cplus.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/log4cplusS.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/log4cplusS.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/log4cplus_debug.props [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/log4cplus_release.props [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/loggingserver.props [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/loggingserver.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/loggingserver.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/appender_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/appender_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/configandwatch_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/configandwatch_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/customloglevel_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/customloglevel_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/fileappender_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/fileappender_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/filter_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/filter_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/hierarchy_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/hierarchy_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/log4cplus_tests.props [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/loglog_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/loglog_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/ndc_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/ndc_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/ostream_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/ostream_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/patternlayout_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/patternlayout_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/performance_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/performance_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/priority_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/priority_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/socket_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/socket_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/thread_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/thread_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/timeformat_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/msvc10/tests/timeformat_test.vcxproj.filters [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/qt4debugappender/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/qt4debugappender/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/qt4debugappender/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/qt4debugappender/qt4debugappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/scripts/autogen.sh [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/scripts/clean_cmake_files.bat [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/scripts/clean_cmake_files.sh [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/scripts/doautoreconf.sh [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/scripts/fix-timestamps.sh [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/scripts/prepare_dist_from_bzr.sh [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/appender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/appenderattachableimpl.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/asyncappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/clfsappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/clogger.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/configurator.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/consoleappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/cygwin-win32.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/env.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/factory.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/fileappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/fileinfo.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/filter.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/global-init.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/hierarchy.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/hierarchylocker.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/layout.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/lockfile.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/log4judpappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/logger.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/loggerimpl.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/loggingevent.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/loggingmacros.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/loglevel.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/loglog.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/logloguser.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/mdc.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/ndc.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/nteventlogappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/nullappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/objectregistry.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/patternlayout.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/pointer.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/property.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/queue.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/rootlogger.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/sleep.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/snprintf.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/socket-unix.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/socket-win32.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/socket.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/socketappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/socketbuffer.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/stringhelper-clocale.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/stringhelper-cxxlocale.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/stringhelper-iconv.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/stringhelper.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/syncprims.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/syslogappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/threads.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/timehelper.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/tls.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/version.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/win32consoleappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/src/win32debugappender.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/Makefile.am.tests [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/appender_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/appender_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/appender_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/appender_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/configandwatch_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/configandwatch_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/configandwatch_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/configandwatch_test/log4cplus.properties [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/configandwatch_test/log4cplus.properties.1 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/configandwatch_test/log4cplus.properties.2 [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/configandwatch_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/customloglevel_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/customloglevel_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/customloglevel_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/customloglevel_test/customloglevel.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/customloglevel_test/customloglevel.h [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/customloglevel_test/func.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/customloglevel_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/fileappender_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/fileappender_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/fileappender_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/fileappender_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/filter_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/filter_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/filter_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/filter_test/log4cplus.properties [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/filter_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/hierarchy_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/hierarchy_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/hierarchy_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/hierarchy_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/loglog_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/loglog_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/loglog_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/loglog_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/ndc_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/ndc_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/ndc_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/ndc_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/ostream_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/ostream_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/ostream_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/ostream_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/patternlayout_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/patternlayout_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/patternlayout_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/patternlayout_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/performance_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/performance_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/performance_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/performance_test/README [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/performance_test/log4cplus.properties [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/performance_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/priority_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/priority_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/priority_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/priority_test/func.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/priority_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/propertyconfig_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/propertyconfig_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/propertyconfig_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/propertyconfig_test/log4cplus.properties [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/propertyconfig_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/socket_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/socket_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/socket_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/socket_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/socket_test/run_test [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/thread_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/thread_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/thread_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/thread_test/main.cxx [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/timeformat_test/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/timeformat_test/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/timeformat_test/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/logger/log4cplus-1.1.0/tests/timeformat_test/main.cxx [deleted file]
SDL_Core/test/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/HMI/HMI-Console tests.txt [new file with mode: 0644]
SDL_Core/test/components/JSONHandler/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/JSONHandler/formatters/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/JSONHandler/formatters/FormatterJsonSDLRPCv1Test.cpp [new file with mode: 0644]
SDL_Core/test/components/JSONHandler/formatters/FormatterJsonSDLRPCv2Test.cpp [new file with mode: 0644]
SDL_Core/test/components/JSONHandler/formatters/formatter_json_rpc_test.cc [new file with mode: 0644]
SDL_Core/test/components/JSONHandler/formatters/meta_formatter_test.cc [new file with mode: 0644]
SDL_Core/test/components/JSONHandler/formatters/meta_formatter_test_helper.cc [new file with mode: 0644]
SDL_Core/test/components/JSONHandler/formatters/meta_formatter_test_helper.h [new file with mode: 0644]
SDL_Core/test/components/JSONHandler/formatters/test_JSONHandler_alrpcv2.xml [new file with mode: 0755]
SDL_Core/test/components/JSONHandler/test_json_rpc.xml [new file with mode: 0644]
SDL_Core/test/components/JSONHandler/test_json_rpc_full_scenario.cpp [new file with mode: 0644]
SDL_Core/test/components/application_manager/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/application_manager/api_converter_v1_test.cpp [new file with mode: 0644]
SDL_Core/test/components/application_manager/formatters_commands.cc [new file with mode: 0644]
SDL_Core/test/components/application_manager/formatters_commands.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/generated_factory.cc [new file with mode: 0644]
SDL_Core/test/components/application_manager/generated_factory.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/policies_manager/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/application_manager/policies_manager/include/policies_manager/policies_table_test.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/policies_manager/log4cxx.properties [new file with mode: 0644]
SDL_Core/test/components/application_manager/policies_manager/policy_table.json [new file with mode: 0644]
SDL_Core/test/components/application_manager/policies_manager/smartDeviceLink.ini [new file with mode: 0644]
SDL_Core/test/components/application_manager/policies_manager/src/policies_table_test.cc [new file with mode: 0644]
SDL_Core/test/components/audio_manager/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/audio_manager/include/audio_manager/audio_manager_impl_test.h [new file with mode: 0644]
SDL_Core/test/components/audio_manager/src/audio_manager_impl_test.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/json_handler/include/json_handler/formatters/formatter_json_alrpcv1_test.h [new file with mode: 0644]
SDL_Core/test/components/json_handler/include/json_handler/formatters/formatter_json_alrpcv2_test.h [new file with mode: 0644]
SDL_Core/test/components/json_handler/include/json_handler/formatters/formatter_json_rpcv2_test.h [new file with mode: 0644]
SDL_Core/test/components/json_handler/include/json_handler/formatters/formatter_test_helper.h [new file with mode: 0644]
SDL_Core/test/components/json_handler/include/json_handler/smart_schema_draft_test.h [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/formatters/formatter_json_alrpcv1_test.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/formatters/formatter_json_alrpcv2_test.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/formatters/formatter_json_rpc2_test.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/formatters/formatter_test_helper.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/smart_schema_draft_test.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/test_JSONHandler_v4_protocol_v1_2_no_extra.xml [new file with mode: 0755]
SDL_Core/test/components/json_handler/test_JSONHandler_v4_protocol_v2_0_revP.xml [new file with mode: 0755]
SDL_Core/test/components/mobile_message_handler/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/mobile_message_handler/include/mobile_message_handler/mobile_message_handler_test.h [new file with mode: 0644]
SDL_Core/test/components/mobile_message_handler/log4cxx.properties [new file with mode: 0644]
SDL_Core/test/components/mobile_message_handler/src/mobile_message_handler_test.cc [new file with mode: 0644]
SDL_Core/test/components/protocol_handler/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/protocol_handler/include/protocol_handler/protocol_handler_tm_test.h [new file with mode: 0644]
SDL_Core/test/components/protocol_handler/src/protocol_handler_tm_test.cc [new file with mode: 0644]
SDL_Core/test/components/request_watchdog/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/request_watchdog/include/request_watchdog/request_watchdog_test.h [new file with mode: 0644]
SDL_Core/test/components/request_watchdog/src/request_watchdog_test.cc [new file with mode: 0644]
SDL_Core/test/components/smart_objects/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SchemaItem/AlwaysFalseSchemaItemTest.cpp [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SchemaItem/AlwaysTrueSchemaItemTest.cpp [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SchemaItem/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SchemaItem/EnumSchemaItemTest.cpp [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SchemaItem/ObjectSchemaItemTest.cpp [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SchemaItem/test_ArraySchemaItemTest.cpp [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SchemaItem/test_BoolSchemaItemTest.cpp [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SchemaItem/test_NumberSchemaItemTest.cpp [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SchemaItem/test_StringSchemaItemTest.cpp [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SmartObjectConvertionTimeTest.cc [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SmartObjectConvertionTimeTest.h [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SmartObjectDraftTest.cc [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SmartObjectDraftTest.h [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SmartObjectInvalidTest.cc [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SmartObjectInvalidTest.h [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SmartObjectStressTest.cc [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SmartObjectStressTest.h [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SmartObjectUnitTest.cc [new file with mode: 0644]
SDL_Core/test/components/smart_objects/SmartObjectUnitTest.h [new file with mode: 0644]
SDL_Core/test/components/smart_objects/TSharedPtrTest.cc [new file with mode: 0644]
SDL_Core/test/components/smart_objects/TSharedPtrTest.h [new file with mode: 0644]
SDL_Core/test/components/transport_manager/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/transport_manager/HandleGeneratorsTest.cpp [new file with mode: 0644]
SDL_Core/test/components/transport_manager/ListenersTest.cpp [new file with mode: 0644]
SDL_Core/test/components/transport_manager/TcpSimulator.cpp [new file with mode: 0644]
SDL_Core/test/components/transport_manager/TransportManagerTestWithCorrectDeviceAdapter.cpp [new file with mode: 0644]
SDL_Core/test/components/transport_manager/TransportManagerTestWithHighDataTransferRate.cpp [new file with mode: 0644]
SDL_Core/test/components/transport_manager/TransportManagerTestWithIncorrectDeviceAdapter.cpp [new file with mode: 0644]
SDL_Core/test/components/transport_manager/TransportManagerTestWithMultiThreadedClient.cpp [new file with mode: 0644]
SDL_Core/test/components/transport_manager/TransportManagerTestWithMultipleClients.cpp [new file with mode: 0644]
SDL_Core/test/components/transport_manager/TransportManagerTestWithMultipleDeviceAdapters.cpp [new file with mode: 0644]
SDL_Core/test/components/transport_manager/include/transport_manager/mock_application.h [new file with mode: 0644]
SDL_Core/test/components/transport_manager/include/transport_manager/mock_connection.h [new file with mode: 0644]
SDL_Core/test/components/transport_manager/include/transport_manager/mock_connection_factory.h [new file with mode: 0644]
SDL_Core/test/components/transport_manager/include/transport_manager/mock_device.h [new file with mode: 0644]
SDL_Core/test/components/transport_manager/include/transport_manager/mock_device_scanner.h [new file with mode: 0644]
SDL_Core/test/components/transport_manager/include/transport_manager/mock_transport_adapter.h [new file with mode: 0644]
SDL_Core/test/components/transport_manager/include/transport_manager/mock_transport_adapter_listener.h [new file with mode: 0644]
SDL_Core/test/components/transport_manager/include/transport_manager/mock_transport_manager_listener.h [new file with mode: 0644]
SDL_Core/test/components/transport_manager/include/transport_manager/raw_message_matcher.h [new file with mode: 0644]
SDL_Core/test/components/transport_manager/log4cplus.properties [new file with mode: 0644]
SDL_Core/test/components/transport_manager/log4cplus_disabled.properties [new file with mode: 0644]
SDL_Core/test/components/transport_manager/log4cxx.properties [new file with mode: 0644]
SDL_Core/test/components/transport_manager/src/mock_application.cc [new file with mode: 0644]
SDL_Core/test/components/transport_manager/src/mock_connection.cc [new file with mode: 0644]
SDL_Core/test/components/transport_manager/src/mock_connection_factory.cc [new file with mode: 0644]
SDL_Core/test/components/transport_manager/src/mock_device.cc [new file with mode: 0644]
SDL_Core/test/components/transport_manager/src/mock_device_scanner.cc [new file with mode: 0644]
SDL_Core/test/components/transport_manager/src/mock_transport_adapter.cc [new file with mode: 0644]
SDL_Core/test/components/transport_manager/src/raw_message_matcher.cc [new file with mode: 0644]
SDL_Core/test/components/transport_manager/src/test_dnssd_service_browser.cc [new file with mode: 0644]
SDL_Core/test/components/transport_manager/src/test_tcp_transport_adapter.cc [new file with mode: 0644]
SDL_Core/test/components/transport_manager/src/transport_manager.cc [new file with mode: 0644]
SDL_Core/test/components/transport_manager/test_DnssdServiceDiscovery.sh [new file with mode: 0755]
SDL_Core/test/components/transport_manager/transport_manager_instance_test.cc [new file with mode: 0644]
SDL_Core/test/components/transport_manager/transport_manager_instance_test.h [new file with mode: 0644]
SDL_Core/test/components/utils/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/utils/include/utils/file_system_tests.h [new file with mode: 0644]
SDL_Core/test/components/utils/src/file_system_tests.cc [new file with mode: 0644]
SDL_Core/test/gtest-example/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/gtest-example/example.cpp [new file with mode: 0644]
SDL_Core/test/test_suit.cc [new file with mode: 0644]
SDL_Core/test/thirdPartyLibs/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/thirdPartyLibs/jsoncpp/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/thirdPartyLibs/jsoncpp/include/jsoncpp/json_reader_test.h [new file with mode: 0644]
SDL_Core/test/thirdPartyLibs/jsoncpp/src/json_reader_test.cc [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/.gitignore [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/Generator.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/generator/Model.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/generator/__init__.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactoryJSONRPC.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/generator/generators/__init__.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/generator/parsers/JSONRPC.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/generator/parsers/RPCBase.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/generator/parsers/SDLRPCV1.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/generator/parsers/SDLRPCV2.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/generator/parsers/__init__.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/pylint.cfg [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/requirements.txt [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/runAllTests.sh [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/test/__init__.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/__init__.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/__init__.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactoryBase.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactoryJSONRPC.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactorySDLRPC.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_jsonrpc.cc [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_jsonrpc.h [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_sdlrpc.cc [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_sdlrpc.h [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/__init__.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_JSONRPC.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_SDLRPCV1.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_SDLRPCV2.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/valid_JSONRPC.xml [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/valid_SDLRPCV1.xml [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/valid_SDLRPCV2.xml [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/generator/test_Model.py [new file with mode: 0644]
SDL_Core/tools/InterfaceGenerator/test/test_CodeFormatAndQuality.py [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/README.txt [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/classpath.txt [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/Common-libs.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/OtrosLogViewer-app-2012-09-13.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/OtrosStarter.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/VFSJFileChooser-0.0.3m1.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-beanutils-1.8.3.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-beanutils-bean-collections-1.8.3.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-beanutils-core-1.8.3.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-codec-1.6.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-collections-3.2.1.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-compress-1.3.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-configuration-1.8.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-digester-2.1.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-httpclient-3.1.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-io-2.1.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-lang-2.6.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-logging-1.1.1.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-net-2.0.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-net-ftp-2.0.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-vfs-2.0-SNAPSHOT.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/commons-vfs-sandbox-2.0-SNAPSHOT.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/filters-2.0.235.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/guava-11.0.2.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/jakarta-oro-2.0.8.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/jcifs-1.3.14.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/jcommander-1.23.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/jsch-0.1.46.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/jsr305-1.3.9.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/jsyntaxpane-0.9.5-b29.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/jzlib-1.1.1.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/log4j-1.2.16.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/looks-2.2.2.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/miglayout-core-4.2.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/miglayout-swing-4.2.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/swing-worker-1.1.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/swingx-1.6.1.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/swingx-core-1.6.2-2.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/trident-7.1.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/webdavclient4j-cmd-0.92.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/webdavclient4j-core-0.92.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/webdavclient4j-jca-0.92.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/lib/webdavclient4j-vfs-0.92.jar [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/apache-commons/LICENSE.txt [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/forms/LICENSE.txt [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/jakarta-oro/LICENSE [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/jcifs/LICENSE.txt [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/jsch/LICENSE.txt [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/log4j/LICENSE [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/looks/LICENSE.txt [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/miglayout/LICENSE.txt [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/vfsjfliechooser/LICENSE.txt [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/logging.properties [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv-batch.bat [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv-batch.sh [new file with mode: 0755]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv.bat [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv.sh [new file with mode: 0755]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/forDeveloperTests.txt [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/logimporters/log4j-1.pattern [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/logimporters/selenium.pattern [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/markers/example-regex.marker [new file with mode: 0644]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/markers/example-string.marker [new file with mode: 0644]