initial commit for API 3.0 (replaced all)
authorJustin Dickow <jjdickow@gmail.com>
Tue, 18 Mar 2014 17:46:46 +0000 (13:46 -0400)
committerJustin Dickow <jjdickow@gmail.com>
Tue, 18 Mar 2014 17:46:46 +0000 (13:46 -0400)
commitba492fb83c258bc60ca68120ce964a95b41133b5
treeaf99c087941d65a19831397c1ec5eb34850cfc7f
parent8504605b01177da2e55bee6abe4c3f20c82da379
initial commit for API 3.0 (replaced all)
5887 files changed:
SDL_Core/CMakeLists.txt
SDL_Core/Doxyfile
SDL_Core/Lint [new file with mode: 0755]
SDL_Core/build_and_run_steps.txt [new file with mode: 0644]
SDL_Core/changes [new file with mode: 0644]
SDL_Core/cmake/Modules/FindDBus.cmake [new file with mode: 0644]
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/FindLibXML2.cmake [new file with mode: 0644]
SDL_Core/cmake/Modules/FindLibavahi.cmake [new file with mode: 0644]
SDL_Core/cmake/Modules/FindQt5Core.cmake [new file with mode: 0644]
SDL_Core/cmake/Modules/FindQt5DBus.cmake [new file with mode: 0644]
SDL_Core/cmake/Modules/FindQt5Qml.cmake [new file with mode: 0644]
SDL_Core/cmake/Modules/FindQt5Quick.cmake [new file with mode: 0644]
SDL_Core/doc/change_log.txt [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/doc/qnx_build.txt [new file with mode: 0644]
SDL_Core/mobile/android/.gitignore [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/build.gradle [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/instrumentTest/java/com/batutin/android/androidvideostreaming/media/CamcorderProfileUtilsTest.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/instrumentTest/java/com/batutin/android/androidvideostreaming/media/CodecInfoUtilsTest.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/instrumentTest/java/com/batutin/android/androidvideostreaming/media/ColorFormatUtilsTest.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/instrumentTest/java/com/batutin/android/androidvideostreaming/media/MediaDecoderTest.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/instrumentTest/java/com/batutin/android/androidvideostreaming/media/MediaEncoderTest.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/instrumentTest/java/com/batutin/android/androidvideostreaming/media/MediaFormatUtilsTest.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/instrumentTest/java/com/batutin/android/androidvideostreaming/media/MediaUtilsTest.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/instrumentTest/java/com/batutin/android/androidvideostreaming/media/PresentationTimeCalcTest.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/instrumentTest/java/com/batutin/android/androidvideostreaming/media/VideoAvcCoderTest.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/instrumentTest/java/com/batutin/android/androidvideostreaming/reader/AssetsReaderTestCase.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/AndroidManifest.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/assets/SimpleTCPClient.py [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/assets/of.h264 [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/assets/output.mp4 [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/assets/test_video.mp4 [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/assets/test_video.yuv [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/assets/videotestsrc [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/ic_launcher-web.png [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/activity/DecodeActivity.java [new file with mode: 0755]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/colorspace/ColorSpaceUtils.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/AbstractMediaCoder.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/CamcorderProfileUtils.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/CodecInfoUtils.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/ColorFormatUtils.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/EncoderMediaFormatSetting.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/MediaCoderState.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/MediaDecoder.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/MediaEncoder.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/MediaFormatUtils.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/PresentationTimeCalc.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/VideoAvcCoder.java [new file with mode: 0755]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/VideoAvcCoderDataStreamListener.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/media/VideoAvcCoderStateListener.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/reader/AssetsReader.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/utils/ALog.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/utils/NetworkUtils.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/videopreview/BitmapGeneratorThread.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/videopreview/FrameDataSource.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/videopreview/PlayerThread.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/videopreview/PlayerThreadState.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/java/com/batutin/android/androidvideostreaming/videopreview/VideoPreviewThread.java [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/drawable-mdpi/lena.png [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/layout/activity_main.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/layout/decode_activity.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/layout/mediaplayer.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/layout/video_streaming.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/menu/main.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/menu/video_streaming.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/raw/test_video.mp4 [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/values-sw600dp/dimens.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/values-sw720dp-land/dimens.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/values-v11/styles.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/values-v14/styles.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/values/dimens.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/values/strings.xml [new file with mode: 0644]
SDL_Core/mobile/android/AndroidVideoStreaming/src/main/res/values/styles.xml [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/.classpath [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/.project [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/AndroidManifest.xml [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/build.gradle [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/proguard.cfg [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/project.properties [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/res/drawable/file.png [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/res/drawable/folder.png [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/res/drawable/icon.png [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/res/layout/file_dialog_main.xml [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/res/layout/file_dialog_row.xml [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/res/values-ru/strings.xml [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/res/values/strings.xml [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/src/com/lamerman/FileDialog.java [new file with mode: 0644]
SDL_Core/mobile/android/FileExplorer/src/com/lamerman/SelectionMode.java [new file with mode: 0644]
SDL_Core/mobile/android/MockSDL/MockSDLTcpServer.py [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/.classpath [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/.project [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/AndroidManifest.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/build.gradle [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/integrationtest/OnSystemRequest_PolicyTableSnapshot_Test.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/integrationtest/OnSystemRequest_PutFile_Test.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/integrationtest/PutFileRequestSendingTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/protocol/BinaryFrameHeaderTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/protocol/ProtocolFrameHeaderFactoryTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/protocol/ProtocolFrameHeaderTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/protocol/ProtocolMessageConverterTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/protocol/UnregisterWithoutDisconnectTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/protocol/WiProProtocolTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/protocol/WiProProtocolUSBTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/protocol/enums/FrameDataControlFrameTypeTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/protocol/enums/FunctionIDTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/protocol/enums/ServiceTypeTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/protocol/heartbeat/HeartbeatMonitorTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/LanguageChangeTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/PerformInteractionResponseTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/PerformInteractionTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/RPCMessageHandlerTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/RPCMessageTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/ShowConstantTBTTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/SyncProxyALMProxyListenerTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/SyncProxyALMTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/SyncProxyBaseTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/SyncProxyBase_OnSystemRequestTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/converter/DefaultRPCRequestConverterTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/converter/SyncRPCRequestConverterFactoryTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/converter/SystemPutFileRPCRequestConverterTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/enums/GlobalPropertyTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/AlertTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/AudioPassThruCapabilitiesTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/ChoiceTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/DIDResultTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/DiagnosticMessageResponseTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/DiagnosticMessageTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/DisplayCapabilitiesTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/GetVehicleDataResponseTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/HeadLampStatusTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/ImageFieldTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/ImageResolutionTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/KeyboardPropertiesTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/MenuParamsTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/OnHashChangeTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/OnSystemRequestTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/OnVehicleDataTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/PutFileTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/ReadDIDResponseTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/RegisterAppInterfaceResponseTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/RegisterAppInterfaceTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/ResetGlobalPropertiesTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/ScreenParamsTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/SetDisplayLayoutResponseTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/SetGlobalPropertiesTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/SetMediaClockTimerTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/ShowTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/SubscribeVehicleDataResponseTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/SubscribeVehicleDataTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/SystemRequestTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/TestCommon.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/TireStatusTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/UnsubscribeVehicleDataResponseTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/UnsubscribeVehicleDataTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/AmbientLightStatusTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/ButtonNameTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/DisplayTypeTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/ECallConfirmationStatusTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/FileTypeTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/ImageFieldNameTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/PRNDLTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/PredefinedLayoutTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/PrerecordedSpeechTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/RequestTypeTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/TextFieldNameTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/TriggerSourceTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/VehicleDataNotificationStatusTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/VehicleDataTypeTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/rpc/enums/WarningLightStatusTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/proxy/session/MobileNavSessionTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/service/ServiceTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/session/SessionTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/streaming/H264PacketizerTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/streaming/MobileNaviDataFrameTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/syncConnection/SyncConnectionTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/syncConnection/SyncConnectionUSBTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/transport/usb/USBTransportTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/instrumentTest/java/com/ford/syncV4/util/CommonUtilsTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/project.properties [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/res/_workspace/README.txt [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/res/xml/accessory_filter.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/exception/SyncException.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/exception/SyncExceptionCause.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/marshal/IJsonRPCMarshaller.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/marshal/JsonRPCMarshaller.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/messageDispatcher/IDispatchingStrategy.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/messageDispatcher/IncomingProtocolMessageComparitor.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/messageDispatcher/InternalProxyMessageComparitor.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/messageDispatcher/OutgoingProtocolMessageComparitor.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/messageDispatcher/ProxyMessageDispatcher.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/AbstractProtocol.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/BinaryFrameHeader.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/IProtocolListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/ProtocolFrameHeader.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/ProtocolFrameHeaderFactory.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/ProtocolMessage.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/ProtocolMessageConverter.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/WiProProtocol.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/enums/FrameDataControlFrameType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/enums/FrameType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/enums/FunctionID.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/enums/MessageType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/enums/ServiceType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/heartbeat/HeartbeatMonitor.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/heartbeat/IHeartbeatMonitor.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/protocol/heartbeat/IHeartbeatMonitorListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/IProtocolMessageHolder.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/IProxyListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/IRPCMessageHandler.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/ProtocolMessageHolder.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/RPCMessage.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/RPCMessageHandler.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/RPCNotification.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/RPCRequest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/RPCRequestFactory.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/RPCResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/RPCStruct.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/SyncProxy.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/SyncProxyALM.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/SyncProxyALMManager.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/SyncProxyBase.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/SyncProxyConfigurationResources.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/SyncProxyFactory.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/TTSChunkFactory.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/Version.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/callbacks/InternalProxyMessage.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/callbacks/OnError.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/callbacks/OnProxyClosed.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/callbacks/OnProxyOpened.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/constants/Jingles.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/constants/Names.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/converter/DefaultRPCRequestConverter.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/converter/IRPCRequestConverter.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/converter/IRPCRequestConverterFactory.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/converter/SyncRPCRequestConverterFactory.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/converter/SystemPutFileRPCRequestConverter.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/IProxyListenerALM.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/IProxyListenerALMTesting.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/IProxyListenerBase.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncALMLifeCycleListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncAddSubMenuResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncAlertResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncButtonListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncChoiceListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncCommandListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncCreateInteractionChoiceSetResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncDeleteCommandResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncDeleteInteractionChoiceSetResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncDeleteSubMenuResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncDriverDistractionListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncEncodedSyncPDataListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncEncodedSyncPDataResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncPerformInteractionResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncResetGlobalPropertiesListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncSetGlobalPropertiesResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncSetMediaClockTimerResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncShowResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncSpeakResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncSyncPDataListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncSyncPDataResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncTBTClientStateListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/interfaces/ISyncUnsubscribeButtonResponseListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/AddCommand.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/AddCommandResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/AddSubMenu.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/AddSubMenuResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/AirbagStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/Alert.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/AlertManeuver.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/AlertManeuverResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/AlertResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/AudioPassThruCapabilities.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/BeltStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/BodyInformation.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ButtonCapabilities.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ChangeRegistration.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ChangeRegistrationResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/Choice.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ClusterModeStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/CreateInteractionChoiceSet.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/CreateInteractionChoiceSetResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DIDResult.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DTC.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DeleteCommand.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DeleteCommandResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DeleteFile.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DeleteFileResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DeleteInteractionChoiceSet.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DeleteInteractionChoiceSetResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DeleteSubMenu.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DeleteSubMenuResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DeviceStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DiagnosticMessage.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DiagnosticMessageResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/DisplayCapabilities.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ECallInfo.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/EVInfo.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/EmergencyEvent.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/EncodedSyncPData.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/EncodedSyncPDataResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/EndAudioPassThru.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/EndAudioPassThruResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/FuelEconomyInformation.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/GPSData.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/GenericResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/GetDTCs.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/GetDTCsResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/GetVehicleData.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/GetVehicleDataResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/HMIPermissions.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/HeadLampStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/Image.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ImageField.java [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ImageResolution.java [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/KeyboardProperties.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ListFiles.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ListFilesResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/MenuParams.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/MyKey.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnAppInterfaceUnregistered.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnAudioPassThru.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnButtonEvent.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnButtonPress.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnCommand.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnDriverDistraction.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnEncodedSyncPData.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnHMIStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnHashChange.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnKeyboardInput.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnLanguageChange.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnPermissionsChange.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnSyncChoiceChosen.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnSyncPData.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnSystemRequest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnTBTClientState.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnTouchEvent.java [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/OnVehicleData.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ParameterPermissions.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/PerformAudioPassThru.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/PerformAudioPassThruResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/PerformInteraction.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/PerformInteractionResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/PermissionItem.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/PresetBankCapabilities.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/PutFile.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/PutFileResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ReadDID.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ReadDIDResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/RegisterAppInterface.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/RegisterAppInterfaceResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ResetGlobalProperties.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ResetGlobalPropertiesResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ScreenParams.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ScrollableMessage.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ScrollableMessageResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SetAppIcon.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SetAppIconResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SetDisplayLayout.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SetDisplayLayoutResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SetGlobalProperties.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SetGlobalPropertiesResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SetMediaClockTimer.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SetMediaClockTimerResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/Show.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ShowConstantTBT.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ShowConstantTBTResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/ShowResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SingleTireStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/Slider.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SliderResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SoftButton.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SoftButtonCapabilities.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/Speak.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SpeakResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/StartTime.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SubscribeButton.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SubscribeButtonResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SubscribeVehicleData.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SubscribeVehicleDataResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SyncMsgVersion.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SyncPData.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SyncPDataResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SystemRequest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/SystemRequestResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/TTSChunk.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/TextField.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/TireStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/TouchCoord.java [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/TouchEventCapabilities.java [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/Turn.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/UnregisterAppInterface.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/UnregisterAppInterfaceResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/UnsubscribeButton.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/UnsubscribeButtonResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/UnsubscribeVehicleData.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/UnsubscribeVehicleDataResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/UpdateTurnList.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/UpdateTurnListResponse.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/VehicleDataResult.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/VehicleType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/VrHelpItem.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/AmbientLightStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/AppHMIType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/AppInterfaceUnregisteredReason.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/AudioStreamingState.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/AudioType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/BitsPerSample.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/ButtonEventMode.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/ButtonName.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/ButtonPressMode.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/CarModeStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/CharacterSet.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/CompassDirection.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/ComponentVolumeStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/DeviceLevelStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/Dimension.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/DisplayType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/DriverDistractionState.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/ECallConfirmationStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/EmergencyEventType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/FileType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/FuelCutoffStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/GearShiftAdviceStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/GlobalProperty.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/HMILevel.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/HmiZoneCapabilities.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/IgnitionStableStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/IgnitionStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/ImageFieldName.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/ImageType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/InteractionMode.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/KeyboardEvent.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/KeyboardLayout.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/KeypressMode.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/Language.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/LayoutMode.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/LightSwitchStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/MaintenanceModeStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/MediaClockFormat.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/MessageType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/PRNDL.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/PermissionStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/PowerModeQualificationStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/PowerModeStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/PredefinedLayout.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/PrerecordedSpeech.java [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/PrimaryAudioSource.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/RequestType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/Result.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/SamplingRate.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/SingleTirePressureStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/SoftButtonType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/SpeechCapabilities.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/SyncConnectionState.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/SyncDisconnectedReason.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/SyncInterfaceAvailability.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/SystemAction.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/SystemContext.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/TBTState.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/TextAlignment.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/TextFieldName.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/TouchType.java [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/TriggerSource.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/UpdateMode.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/VehicleDataActiveStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/VehicleDataEventStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/VehicleDataNotificationStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/VehicleDataResultCode.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/VehicleDataStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/VehicleDataType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/VrCapabilities.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/WarningLightStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/rpc/enums/WiperStatus.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/session/MobileNavSession.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/systemrequest/IOnSystemRequestHandler.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/proxy/systemrequest/ISystemRequestProxy.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/service/Service.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/session/Session.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/streaming/AbstractPacketizer.java [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/streaming/H264Packetizer.java [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/streaming/IStreamListener.java [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/streaming/MobileNaviDataFrame.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/streaming/MobileNaviDataFrameType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/syncConnection/ISyncConnectionListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/syncConnection/SyncConnection.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/trace/DiagLevel.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/trace/ISTListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/trace/Mime.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/trace/OpenRPCMessage.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/trace/SyncTrace.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/trace/TraceDeviceInfo.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/trace/enums/DetailLevel.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/trace/enums/InterfaceActivityDirection.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/trace/enums/Mod.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/BTTransport.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/BTTransportConfig.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/BaseTransportConfig.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/ITransportListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/SiphonServer.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/SyncTransport.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/TCPTransport.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/TCPTransportConfig.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/TransportType.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/nsd/NSDHelper.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/usb/USBAccessoryAttachmentActivity.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/usb/USBTransport.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/transport/usb/USBTransportConfig.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/util/Base64.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/util/BitConverter.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/util/ByteEnumer.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/util/CommonUtils.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/util/DebugTool.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/util/IConsole.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/util/Mime.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/util/NativeLogTool.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/util/StringEnumer.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyAndroid/src/com/ford/syncV4/util/TestConfig.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/.classpath [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/.externalToolBuilders/Save_build_info.launch [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/.project [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/build.gradle [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/instrumentTest/java/com/ford/syncV4/android/activity/SyncProxyTesterTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/instrumentTest/java/com/ford/syncV4/android/activity/mobilenav/H264PacketizerIntergationTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/instrumentTest/java/com/ford/syncV4/android/activity/mobilenav/MobileNaviCheckBoxStateTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/instrumentTest/java/com/ford/syncV4/android/activity/mobilenav/MockVideoDataSourceTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/instrumentTest/java/com/ford/syncV4/android/activity/mobilenav/StaticFileReaderTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/instrumentTest/java/com/ford/syncV4/android/activity/mobilenav/VideoCheckBoxStateTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/instrumentTest/java/com/ford/syncV4/android/listener/ConnectionListenersManagerTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/instrumentTest/java/com/ford/syncV4/android/manager/LastUsedHashIdsManagerTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/instrumentTest/java/com/ford/syncV4/android/manager/PutFileTransferManagerTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/instrumentTest/java/com/ford/syncV4/android/manager/RPCRequestsResumableManagerTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/instrumentTest/java/com/ford/syncV4/android/utils/AppUtilsTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/lint.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/project.properties [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/save_build_info.sh [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyTester/src/main/AndroidManifest.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/assets/CHANGELOG.txt [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/MainApp.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/AddCommandDialog.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/AddSubMenuDialog.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/AppSetUpDialog.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/ChoiceAdapter.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/ChoiceEditActivity.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/ChoiceListActivity.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/HashIdSetUpDialog.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/IntentHelper.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/KeyboardPropertiesActivity.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/MultiSpinner.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/PolicyFilesSetUpDialog.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/PutFileDialog.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/RPCStructAdapter.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/RPCStructListActivity.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/RegisterAppInterfaceDialog.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/SafeToast.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/SetGlobalPropertiesDialog.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/SoftButtonEditActivity.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/SoftButtonsAdapter.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/SoftButtonsListActivity.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/SubscriptionsVehicleDataDialog.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/SyncProxyTester.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/AudioServiceCheckboxState.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/AudioServicePreviewFragment.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/CheckBoxState.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/CheckBoxStateValue.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/DataReaderListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/FileStreamingLogic.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/MobileNavPreviewFragment.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/MobileNaviCheckBoxState.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/MockVideoDataSource.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/ServicePreviewFragmentInterface.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/StaticFileReader.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/SyncServiceBaseFragment.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/VideoCheckBoxState.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/activity/mobilenav/VideoDataListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/adapters/LogAdapter.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/adapters/MessageAdapter.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/constants/AcceptedRPC.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/constants/Const.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/constants/SyncSubMenu.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/constants/TestObj.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/constants/TestRPC.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/listener/ConnectionListener.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/listener/ConnectionListenersManager.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/manager/AppPreferencesManager.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/manager/BluetoothDeviceManager.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/manager/IBluetoothDeviceManager.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/manager/LastUsedHashIdsManager.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/manager/PutFileTransferManager.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/manager/RPCRequestsResumableManager.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/marshaller/CustomJsonRPCMarshaller.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/marshaller/InvalidJsonRPCMarshaller.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/module/GenericRequest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/module/ModuleTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/module/reader/Base64BinaryDataReader.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/module/reader/BinaryDataReader.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/module/reader/BinaryDataReaderFactory.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/module/reader/FileBinaryDataReader.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/module/reader/PlainStringBinaryDataReader.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/policies/PoliciesTest.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/policies/PoliciesTesterActivity.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/policies/PolicyFilesManager.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/policies/UIMessageAdapter.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/receivers/IBluetoothReceiver.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/receivers/ISyncReceiver.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/receivers/SyncReceiver.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/service/AppServiceConnectionProxyBase.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/service/EncodedSyncPDataHeader.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/service/ICloseSession.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/service/IProxyServiceBinder.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/service/IProxyServiceConnection.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/service/IProxyServiceEvent.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/service/ProxyService.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/service/ProxyServiceBinder.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/service/ProxyServiceConnectionProxy.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/service/proxy/OnSystemRequestHandler.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/utils/AppUtils.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/java/com/ford/syncV4/android/utils/StringUtils.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-hdpi/fiesta.png [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-hdpi/icon.png [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-ldpi/fiesta.png [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-ldpi/icon.png [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-mdpi/action.png [moved from SDL_Core/src/components/HMI/images/info/ico_emergency.png with 100% similarity, mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-mdpi/fiesta.png [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-mdpi/icon.png [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-mdpi/turn_forward.png [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-mdpi/turn_forward_secondary.png [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-mdpi/turn_left.png [moved from SDL_Core/src/components/HMI/images/nav/left_arrow.png with 100% similarity, mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-mdpi/turn_left_secondary.png [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-mdpi/turn_right.png [moved from SDL_Core/src/components/HMI/images/nav/right_arrow.png with 100% similarity, mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/drawable-mdpi/turn_right_secondary.png [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/activity_audio_service_preview.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/activity_keyboardproperties.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/activity_mobile_nav_preview.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/activity_rpcstructlist.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/addcommand.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/addsubmenu.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/alert.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/changeregistration.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/choice.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/diagnosticmessage.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/encodedsyncpdata.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/getdtcs.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/hash_id_setup_dialog_layout.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/main.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/performaudiopassthru.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/performinteraction.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/policiesmain.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/policiesrow.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/policy_files_setup_layout.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/putfile.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/readdid.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/registerappinterface.xml [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/resetglobalproperties.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/row.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/rpcstruct_row.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/scrollablemessage.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/selectprotocol.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/setappicon.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/setdisplaylayout.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/setglobalproperties.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/setmediaclock.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/show.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/showconstanttbt.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/slider.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/softbutton.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/speak.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/layout/updateturnlist.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/menu/mobile_nav_preview.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/raw/arco.mp3 [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/raw/audio_pcm.wav [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/raw/audio_short.wav [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/raw/faq_welcome_orientation.mp4 [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/raw/faq_welcome_orientation_rawh264.mp4 [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/raw/fiesta.png [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/raw/policy_table_shanpshot.json [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/raw/policy_table_update.json [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/raw/test_video.mp4 [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/values-sw600dp/dimens.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/values-sw720dp-land/dimens.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/values/colors.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/values/dimens.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/main/res/values/strings.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/mainFlavor/java/com/ford/syncV4/android/constants/FlavorConst.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/sptAliceFlavor/java/com/ford/syncV4/android/constants/FlavorConst.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/sptAliceFlavor/res/raw/faq_welcome_orientation.mp4 [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/sptAliceFlavor/res/values/strings.xml [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/sptAmyFlavor/java/com/ford/syncV4/android/constants/FlavorConst.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/sptAmyFlavor/res/values/strings.xml [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyTester/src/sptCarolineFlavor/java/com/ford/syncV4/android/constants/FlavorConst.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/sptCarolineFlavor/res/values/strings.xml [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyTester/src/sptKateFlavor/java/com/ford/syncV4/android/constants/FlavorConst.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/sptKateFlavor/res/values/strings.xml [new file with mode: 0755]
SDL_Core/mobile/android/SyncProxyTester/src/sptSandyFlavor/java/com/ford/syncV4/android/constants/FlavorConst.java [new file with mode: 0644]
SDL_Core/mobile/android/SyncProxyTester/src/sptSandyFlavor/res/values/strings.xml [new file with mode: 0755]
SDL_Core/mobile/android/aoa/UsbTest/.classpath [new file with mode: 0644]
SDL_Core/mobile/android/aoa/UsbTest/.project [new file with mode: 0644]
SDL_Core/mobile/android/aoa/UsbTest/AndroidManifest.xml [new file with mode: 0644]
SDL_Core/mobile/android/aoa/UsbTest/default.properties [new file with mode: 0644]
SDL_Core/mobile/android/aoa/UsbTest/proguard.cfg [new file with mode: 0644]
SDL_Core/mobile/android/aoa/UsbTest/res/drawable-hdpi/icon.png [new file with mode: 0644]
SDL_Core/mobile/android/aoa/UsbTest/res/drawable-ldpi/icon.png [new file with mode: 0644]
SDL_Core/mobile/android/aoa/UsbTest/res/drawable-mdpi/icon.png [new file with mode: 0644]
SDL_Core/mobile/android/aoa/UsbTest/res/layout/main.xml [new file with mode: 0644]
SDL_Core/mobile/android/aoa/UsbTest/res/values/strings.xml [new file with mode: 0644]
SDL_Core/mobile/android/aoa/UsbTest/res/xml/accessory_filter.xml [new file with mode: 0644]
SDL_Core/mobile/android/aoa/UsbTest/src/ch/serverbox/android/usbtest/UsbTest.java [new file with mode: 0644]
SDL_Core/mobile/android/aoa/aoa_host_test/aoa_host_test.xcodeproj/project.pbxproj [new file with mode: 0644]
SDL_Core/mobile/android/aoa/aoa_host_test/aoa_host_test/.gitignore [new file with mode: 0644]
SDL_Core/mobile/android/aoa/aoa_host_test/aoa_host_test/Makefile [new file with mode: 0644]
SDL_Core/mobile/android/aoa/aoa_host_test/aoa_host_test/main.c [new file with mode: 0644]
SDL_Core/mobile/android/aoa/sdlusbe/requirements.txt [new file with mode: 0644]
SDL_Core/mobile/android/aoa/sdlusbe/sdlusbe.py [new file with mode: 0644]
SDL_Core/mobile/android/build.gradle [new file with mode: 0644]
SDL_Core/mobile/android/gradlew [new file with mode: 0755]
SDL_Core/mobile/android/gradlew.bat [new file with mode: 0644]
SDL_Core/mobile/android/sample_tests/appinterface_test.xml [new file with mode: 0644]
SDL_Core/mobile/android/sample_tests/custom_json.xml [new file with mode: 0644]
SDL_Core/mobile/android/sample_tests/invalid_json.xml [new file with mode: 0644]
SDL_Core/mobile/android/sample_tests/msg_wo_registration.xml [new file with mode: 0644]
SDL_Core/mobile/android/sample_tests/putfile_test.xml [new file with mode: 0644]
SDL_Core/mobile/android/sample_tests/test.xml [new file with mode: 0644]
SDL_Core/mobile/android/sample_tests/test_pause.xml [new file with mode: 0644]
SDL_Core/mobile/android/settings.gradle [new file with mode: 0644]
SDL_Core/src/appMain/CMakeLists.txt
SDL_Core/src/appMain/appMain.cpp [deleted file]
SDL_Core/src/appMain/appMain.hpp [deleted file]
SDL_Core/src/appMain/audio.8bit.wav
SDL_Core/src/appMain/hmi_capabilities.json [new file with mode: 0644]
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/main.cc [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/start-qml.sh [new file with mode: 0755]
SDL_Core/src/appMain/test.txt
SDL_Core/src/appMain/wp1_policy_table.json [new file with mode: 0644]
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 [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/Flags.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/SDLApp.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/StateManager.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controller/AppController.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controller/InfoController.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controller/MediaController.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controller/PhoneController.js [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controller/sdl/RPCController.js [new file with mode: 0644]
SDL_Core/src/components/HMI/app/controlls/AZERTYLayout.js [new file with mode: 0755]
SDL_Core/src/components/HMI/app/controlls/Button.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controlls/Indicator.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controlls/Label.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controlls/List.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controlls/MenuList.js
SDL_Core/src/components/HMI/app/controlls/QWERTYLayout.js [new file with mode: 0755]
SDL_Core/src/components/HMI/app/controlls/QWERTZLayout.js [new file with mode: 0755]
SDL_Core/src/components/HMI/app/controlls/ScrollBar.js [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/model/abstract/RangedValue.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/model/media/CDModel.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/model/sdl/AppModel.js
SDL_Core/src/components/HMI/app/model/sdl/MediaModel.js [changed mode: 0755->0644]
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/util/StreamAudio.js [new file with mode: 0644]
SDL_Core/src/components/HMI/app/view/WarningView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/bottomControls.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/controlButtons.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/statusClimateView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/statusInfoView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/statusMediaView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/statusNavigationView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/statusPhoneView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/topControls.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/homeView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/alertsView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/appsView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/calendarView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/devicelistView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/nonMediaView.js
SDL_Core/src/components/HMI/app/view/info/servicesView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/travelLinkView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/infoView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/media/common/LeftMenuView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/media/playerView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/media/sdl/controllsView.js
SDL_Core/src/components/HMI/app/view/media/sdlmediaView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/mediaView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/navigationApp/baseNavigationView.js [new file with mode: 0644]
SDL_Core/src/components/HMI/app/view/navigationAppView.js [new file with mode: 0644]
SDL_Core/src/components/HMI/app/view/navigationView.js
SDL_Core/src/components/HMI/app/view/phone/dialpadView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/phoneView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/sdl/AlertManeuverPopUp.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/AlertPopUp.js [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/sdl/VehicleInfoView.js
SDL_Core/src/components/HMI/app/view/sdl/driverDistraction.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/sdl/shared/interactionChoicesView.js
SDL_Core/src/components/HMI/app/view/sdl/shared/keyboard.js [new file with mode: 0644]
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/audio/alert.wav [changed mode: 0755->0644]
SDL_Core/src/components/HMI/audio/initial.wav [changed mode: 0755->0644]
SDL_Core/src/components/HMI/audio/listen.wav [changed mode: 0755->0644]
SDL_Core/src/components/HMI/audio/positive.wav [changed mode: 0755->0644]
SDL_Core/src/components/HMI/css/buttonControls.css [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
SDL_Core/src/components/HMI/css/mcs.css [changed mode: 0755->0644]
SDL_Core/src/components/HMI/css/media.css [changed mode: 0755->0644]
SDL_Core/src/components/HMI/css/navigation.css [changed mode: 0755->0644]
SDL_Core/src/components/HMI/css/phone.css [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/ButtonsRPC.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/Framework.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/NavigationRPC.js [new file with mode: 0644]
SDL_Core/src/components/HMI/ffw/RPCClient.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/RPCObserver.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/TTSRPC.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/UIRPC.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/VRRPC.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/VehicleInfoRPC.js
SDL_Core/src/components/HMI/ffw/WebSocket.js [changed mode: 0755->0644]
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/arr-r-disable.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/arr-r.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/arrow_ico.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/bottom_cont_bg.png [deleted file]
SDL_Core/src/components/HMI/images/common/bt_bg.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/bt_bg_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/btn-28h-gray-active.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/btn-28h.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/btn-48h-active-gray.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/btn-48h-active.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/btn-48h-pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/btn-48h.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/btn-98h.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/button.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/button_active_blue.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/button_large.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/button_small.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/center-button-150.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/center-button.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/climate-status-bg.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/delim.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/divider.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/header_bg.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/ico_back.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/ind_vert_active.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/ind_vert_def.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/ls_border.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/media-status-bg.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/minus-ico.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/nav-status-bg.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/okbut.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/okbut_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/page-back-button.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/phone-statusbar-bg.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/plus-ico.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/scroll_down.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/scroll_down_active.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/scroll_down_inactive.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/scroll_up.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/scroll_up_inactive.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/seat-act-led.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/seat-inact-led.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/skipbuttonbg.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/skippbuttonbg_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/system_settings_btn_bg.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/system_settings_btn_bg_active.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/system_settings_btn_h54.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/common/toggle.png [changed mode: 0755->0644]
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/bottom_controlls_full.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/DownButton.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/DownButton_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/LeftButton.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/LeftButton_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/OkButton.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/OkButton_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/RightButton.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/RightButton_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/UpButton.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/UpButton_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/backGroundControllButtons.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/vr.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/vrImage.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/home/controlButtons/vr_pressed.png [changed mode: 0755->0644]
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.png [changed mode: 0755->0644]
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/callendar-btn.png [changed mode: 0755->0644]
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_assist.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/info/ico_emergcyAndEnvelope.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_envelope.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_info_install.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/info/ico_lock.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_vehicle.png [changed mode: 0755->0644]
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_leftMenu_apps_ico.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/info/info_leftMenu_calendar_ico.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/info/info_leftMenu_services_ico.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/info/info_leftMenu_travelLink_ico.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/info/info_services_bg.png [changed mode: 0755->0644]
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/info_travelLink_sirius_logo.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/info/menu_active.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/info/view_info_calendar-help.png [deleted file]
SDL_Core/src/components/HMI/images/info/view_info_calendar.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/list/list_item_bg.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/list/list_item_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/list/scrollbar/button-down-active.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/list/scrollbar/button-up-active.png [changed mode: 0755->0644]
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_bgL.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/bcs-item_bgL_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/bcs-item_bgR.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/bcs-item_bgR_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/bcs-item_bgS.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/bcs-item_bgS_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/bcs-item_bg_act.png [deleted file]
SDL_Core/src/components/HMI/images/media/bg.png [changed mode: 0755->0644]
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_bg.png [changed mode: 0755->0644]
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-next-btn.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/cd-next-btn_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/cd-prev-btn.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/cd-prev-btn_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/cd_play_btn.png [changed mode: 0755->0644]
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/divider_o.png [changed mode: 0755->0644]
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-play.png [changed mode: 0755->0644]
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_arrow_down.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/ico_arrow_up.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/ico_back.png [changed mode: 0755->0644]
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_cd.png [changed mode: 0755->0644]
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_next.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/ico_pause.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/ico_plus.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_prew.png [changed mode: 0755->0644]
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/ls-item_bg.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/media/ls-item_bg_act.png [changed mode: 0755->0644]
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/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/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/bg.png [changed mode: 0755->0644]
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/del.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/phone/dial.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/phone/dial_photo.png [deleted file]
SDL_Core/src/components/HMI/images/phone/end.png [changed mode: 0755->0644]
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_phone.png [changed mode: 0755->0644]
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/keypad/center_btn.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/phone/keypad/center_btn_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/phone/keypad/left_btn.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/phone/keypad/left_btn_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/phone/keypad/right_btn.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/phone/keypad/right_btn_pressed.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/phone/menu_active.png [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/phone/menu_bg.png [changed mode: 0755->0644]
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 [changed mode: 0755->0644]
SDL_Core/src/components/HMI/images/sdl/progress.gif [new file with mode: 0644]
SDL_Core/src/components/HMI/images/sdl/progressindicator.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 [changed mode: 0755->0644]
SDL_Core/src/components/HMI/lib/ember-1.0.pre.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/lib/ember-1.0.pre.min.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/lib/handlebars-1.0.0.beta.6.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/lib/iscroll-lite.js [new file with mode: 0644]
SDL_Core/src/components/HMI/lib/jquery-1.7.2.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/lib/jquery-1.7.2.min.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/locale/eng.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/locale/fr.js [deleted file]
SDL_Core/src/components/HMI/locale/locale.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/locale/rus.js [deleted file]
SDL_Core/src/components/Interfaces/HMI_API.xml [new file with mode: 0644]
SDL_Core/src/components/Interfaces/Json_HMI_message_specification.txt [new file with mode: 0644]
SDL_Core/src/components/Interfaces/Json_Mobile_side_message_spec.txt [new file with mode: 0644]
SDL_Core/src/components/Interfaces/MOBILE_API.xml [new file with mode: 0644]
SDL_Core/src/components/Interfaces/QT_HMI_API.xml [new file with mode: 0644]
SDL_Core/src/components/Interfaces/RPC2Spec.idl [deleted file]
SDL_Core/src/components/Interfaces/v4_protocol_v1_2_no_extra.xml [new file with mode: 0755]
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
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/include/Utils/back_trace.h [new file with mode: 0644]
SDL_Core/src/components/Utils/include/Utils/bitstream.h [new file with mode: 0644]
SDL_Core/src/components/Utils/include/Utils/conditional_variable.h [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/dict.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/lock.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/memory_barrier.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/prioritized_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/singleton.h [new file with mode: 0644]
SDL_Core/src/components/Utils/include/Utils/stl_utils.h [new file with mode: 0644]
SDL_Core/src/components/Utils/include/Utils/threads/message_loop_thread.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_manager.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/threads/thread_validator.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/include/utils/atomic.h [new file with mode: 0644]
SDL_Core/src/components/Utils/src/WorkWithOS.cpp [deleted file]
SDL_Core/src/components/Utils/src/back_trace.cc [new file with mode: 0644]
SDL_Core/src/components/Utils/src/bitstream.cc [new file with mode: 0644]
SDL_Core/src/components/Utils/src/conditional_variable_posix.cc [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/lock_posix.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/threads/posix_thread.cc [new file with mode: 0644]
SDL_Core/src/components/Utils/src/threads/thread_manager.cc [new file with mode: 0644]
SDL_Core/src/components/Utils/src/threads/thread_validator.cc [new file with mode: 0644]
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/audio_start_stream_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/audio_start_stream_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/audio_stop_stream_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/audio_stop_stream_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_start_stream_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_start_stream_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_stop_stream_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_stop_stream_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_sdl_close_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_system_request_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_tts_started_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_tts_stopped_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_keyboard_input_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_ui_reset_timeout_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_touch_event_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_acc_pedal_position_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_belt_status_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_body_information_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_device_status_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_driver_braking_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_engine_torque_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_external_temperature_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_fuel_level_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_fuel_level_state_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_gps_data_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_head_lamp_status_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_instant_fuel_consumption_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_my_key_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_odometer_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_prndl_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_rpm_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_speed_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_steering_wheel_angle_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_tire_pressure_notification.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_vi_vin_notification.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_wiper_status_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_capabilities_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_capabilities_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_perform_interaction_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_perform_interaction_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_display_layout_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_display_layout_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_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_diagnostic_message_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_diagnostic_message_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_request_template.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_data_response_template.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/vi_subscribe_vehicle_data_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_subscribe_vehicle_data_request_template.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_subscribe_vehicle_data_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_subscribe_vehicle_data_response_template.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_request_template.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_response.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_response_template.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/diagnostic_message_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/diagnostic_message_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_hash_change_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_keyboard_input_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_system_request_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_touch_event_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/system_request.h [new file with mode: 0644]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/system_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/commands/pending.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_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/mobile_message_handler.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/resume_ctrl.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/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/audio_start_stream_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/audio_start_stream_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/audio_stop_stream_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/audio_stop_stream_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_start_stream_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_start_stream_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_stop_stream_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_stop_stream_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_sdl_close_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_system_request_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_tts_started_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_tts_stopped_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_keyboard_input_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_ui_reset_timeout_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_touch_event_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_acc_pedal_position_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_belt_status_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_body_information_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_device_status_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_driver_braking_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_engine_torque_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_external_temperature_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_fuel_level_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_fuel_level_state_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_gps_data_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_head_lamp_status_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_instant_fuel_consumption_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_my_key_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_odometer_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_prndl_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_rpm_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_speed_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_steering_wheel_angle_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_tire_pressure_notification.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_vi_vin_notification.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_wiper_status_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_capabilities_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_capabilities_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_perform_interaction_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_perform_interaction_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_display_layout_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_display_layout_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_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_diagnostic_message_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_diagnostic_message_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/vi_subscribe_vehicle_data_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_subscribe_vehicle_data_response.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_unsubscribe_vehicle_data_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_unsubscribe_vehicle_data_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/diagnostic_message_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/diagnostic_message_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_hash_change_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_keyboard_input_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_system_request_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_touch_event_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/system_request.cc [new file with mode: 0644]
SDL_Core/src/components/application_manager/src/commands/mobile/system_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/commands/pending.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/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_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/mobile_message_handler.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/resume_ctrl.cpp [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/include/connection_handler/heartbeat_monitor.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/connection_handler/src/heartbeat_monitor.cc [new file with mode: 0644]
SDL_Core/src/components/dbus/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/dbus/codegen/code_formatter.py [new file with mode: 0644]
SDL_Core/src/components/dbus/codegen/ford_xml_parser.py [new file with mode: 0644]
SDL_Core/src/components/dbus/codegen/make_introspection_c.py [new file with mode: 0755]
SDL_Core/src/components/dbus/codegen/make_message_descriptions.py [new file with mode: 0755]
SDL_Core/src/components/dbus/codegen/make_qml_dbus_cpp.py [new file with mode: 0755]
SDL_Core/src/components/dbus/codegen/make_qml_dbus_qml.py [new file with mode: 0755]
SDL_Core/src/components/dbus/include/dbus/dbus_adapter.h [new file with mode: 0644]
SDL_Core/src/components/dbus/include/dbus/dbus_message_controller.h [new file with mode: 0644]
SDL_Core/src/components/dbus/include/dbus/message_descriptions.h [new file with mode: 0644]
SDL_Core/src/components/dbus/include/dbus/schema.h [new file with mode: 0644]
SDL_Core/src/components/dbus/src/dbus_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/dbus/src/dbus_message_controller.cc [new file with mode: 0644]
SDL_Core/src/components/dbus/src/schema.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/generic_json_formatter.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/generic_json_formatter.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/dbus_message_adapter.h [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/dbus_message_adapter.cc [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/interfaces/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/media_manager/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/audio/a2dp_source_player_adapter.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/audio/audio_stream_sender_thread.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/audio/from_mic_recorder_adapter.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/audio/from_mic_recorder_listener.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/audio/from_mic_to_file_recorder_thread.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/audio/pipe_audio_streamer_adapter.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/audio/socket_audio_streamer_adapter.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/media_adapter.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/media_adapter_impl.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/media_adapter_listener.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/media_manager.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/media_manager_impl.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/pipe_streamer_adapter.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/socket_streamer_adapter.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/streamer_listener.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/video/pipe_video_streamer_adapter.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/video/socket_video_streamer_adapter.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/include/media_manager/video/video_stream_to_file_adapter.h [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/audio/a2dp_source_player_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/audio/audio_stream_sender_thread.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/audio/from_mic_recorder_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/audio/from_mic_recorder_listener.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/audio/from_mic_to_file_recorder_thread.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/audio/pipe_audio_streamer_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/audio/socket_audio_streamer_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/media_adapter_impl.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/media_manager_impl.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/pipe_streamer_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/socket_streamer_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/streamer_listener.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/video/pipe_video_streamer_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/video/socket_video_streamer_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/media_manager/src/video/video_stream_to_file_adapter.cc [new file with mode: 0644]
SDL_Core/src/components/policies/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/policies/include/policies/permissions_calculator.h [new file with mode: 0644]
SDL_Core/src/components/policies/include/policies/policy_configuration.h [new file with mode: 0644]
SDL_Core/src/components/policies/include/policies/policy_manager.h [new file with mode: 0644]
SDL_Core/src/components/policies/include/policies/policy_manager_impl.h [new file with mode: 0644]
SDL_Core/src/components/policies/include/policies/policy_table.h [new file with mode: 0644]
SDL_Core/src/components/policies/include/policies/policy_table_schema.h [new file with mode: 0644]
SDL_Core/src/components/policies/include/policies/preloaded_pt_schema.h [new file with mode: 0644]
SDL_Core/src/components/policies/src/permissions_calculator.cc [new file with mode: 0644]
SDL_Core/src/components/policies/src/policy_configuration.cc [new file with mode: 0644]
SDL_Core/src/components/policies/src/policy_manager_impl.cc [new file with mode: 0644]
SDL_Core/src/components/policies/src/policy_table.cc [new file with mode: 0644]
SDL_Core/src/components/policies/src/policy_table_schema.cc [new file with mode: 0644]
SDL_Core/src/components/policies/src/preloaded_pt_schema.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/applink_protocol.h [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/include/protocol_handler/message_priority.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/protocol_payload.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/rpc_type.h [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/include/protocol_handler/service_type.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/applink_protocol.cc [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/src/message_priority.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_payload.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/protocol_handler/src/rpc_type.cc [new file with mode: 0644]
SDL_Core/src/components/protocol_handler/src/service_type.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/Readme.txt [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/EVALUATION USE LICENSE AGREEMENT.doc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/HelveticaNeueLTStd-Bold.ttf [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/HelveticaNeueLTStd-Md.ttf [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/HelveticaNeueLTStd-Roman.ttf [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTCom-Lt.ttf [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTCom-LtCn.ttf [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTCom-ThCn.ttf [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTStd-Bold.ttf [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTStd-Md.ttf [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTStd-Roman.ttf [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/ImageHardkey.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/AlphaSortLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/BlankLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/ChromeLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/ClimatePCALayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/ControlMirrorLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/FMLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/FMLayoutPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/HomeLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/ListLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/NavInRouteLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/NavKeyboardLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/NavNoRouteLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/OffLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/PCAstatusBarLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/PhoneContactsLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/SiriusLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/StartLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/TC1_B1_Grid.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/TileBackImgLayoutPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/TileBackLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/TileBackLayoutPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/USBLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/USBLayoutPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/PCA_HMI_v1_0.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/PCA_HMI_v1_0.qmlproject [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/CButton.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Ford-HMI-PCA-phone_contacts.psd [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/HierarchicalListBG.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/Map.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/OptionsInActive.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/OptionsPressed_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/Options_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/compass.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/current street.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/deleteIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/deleteIconBlack.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/destIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/destIconBlack.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/turnArrow.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/OButton.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/ButtonCenter_0_8.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/ButtonEnd_8_8.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/ButtonOtherEnd_8_8.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/Ford-HMI-PCA-audio_fm_sirius.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/HD Logo.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/HD Logo1.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/HDBtn_8_8.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/SourceBtn_8_8.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/TuneBtn_8_8.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/blueBall.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/menuIcon_2_2.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/perlJamIcon_0_0.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/whiteBall.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/NextPressed_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/Next_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/PrevPressed_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/Prev_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/albumArt.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/pause.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/pausePressed_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/pause_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/playPressed_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/play_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/Ambient Lighti Icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/EV Icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/MCS Icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/SYNC Services.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/cal.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/folders.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/key_car.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/sun.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/album artRazorFish.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/keyPressed_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/keySelected.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/key_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/muteActive.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/muteInActive.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/mutePressed_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/mute_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/presetPressed_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/presetSelected.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/preset_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/zoomPressed_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/zoomSelected.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/zoom_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/A_C icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/A_C iconBlack.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ButtonActive_0_0.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ButtonInActive_0_0.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ButtonPressed_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/Button_9_9.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/defrost icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/defrost iconBlue.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/face icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/face iconBlack.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/feet icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/feet iconBlack.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/headed dash.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/headed dashBlue.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/heated seat icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/heated seat iconBlack.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ring.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/wheel icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/wheel iconBlack.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/dn-arrow.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/g136p.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/g137p.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/arrow.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/car.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/gear.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/notes.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/phone.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/snow.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/DNDoff.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/DNDon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/contacts.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/keypad.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/messages.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/more.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/recent.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/texts.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/scrollbar.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/slider.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Resources/up-arrow.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/TextHardkey.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/AM.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/AMPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/AlphaSortPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/AuxPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/BT_AudioPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/CDPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/Chrome.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/ClimatePCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/ControlMirror.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/FM.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/FMPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/GenListHandling.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/GridMenuPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/Home.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/List.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/MenuTopLevelGrid.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/MyVehiclePCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/NavInRoute.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/NavKeyboardPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/NavMenu.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/NavNoRoute.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/Off.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/On.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/PCAstatusBar.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/PhoneContactsListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/PhonePCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/RadioEventHandling.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/RadioEventHandlingPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/SDL_MusicPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/Sirius.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/SiriusPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/SourceChange.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/SourceChangePCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/Start.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/USB.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/USBPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Views/iPodPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/FocusListViewLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewImgItemLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewItemLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewPresetItemLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewPresetLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/PhoneListWdgtLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/PresetGridLayoutPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/PresetPCALayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/SimpleItemWdgLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TGListItemLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonBackGroundPCALayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonClimatePCALayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonPCALayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonPCASpecialLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/BaseText.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/CondText.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/FocusListViewWidget.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewImgItemWidget.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewItemWidget.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewPresetItemWidget.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewPresetWidget.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewWidget.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/MenuListItemWidget.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/MenuSubmenuListItemWidget.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/PhoneContactListItemWdgt.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/PresetPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/PresetsGridPCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/ScrollBar.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButton2.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButtonBackGround_PCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButtonClimatePCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButtonSpecial_PCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButton_PCA.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/VerySimpleListItemWidget.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/QtHMIFrameworkd.pdb [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/plugin.qmltypes [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtBorderImage.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtContainer.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtGridView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtImage.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtPathView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtScrollbar.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtScrollview.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtText.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtTouchAreaEnums.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActScriptCall.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActSystemModelCall.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActTimer.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActWidgetCall.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActWidgetProperty.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FAnimViewHide.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FAnimationEnums.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FConditionPool.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FDataPool.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FEventPool.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FGaugeValue.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FHardwareKeyEnums.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStringFormat.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStringFormat.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStyle.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStyler.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FTimer.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FTimerEnums.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FTrgTimer.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCase.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCaseGroup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCaseSimple.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCaseTransition.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qmldir [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/.gitignore [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/BananaSnacks.pro [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas.desktop [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas64.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas80.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas_harmattan.desktop [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/README.md [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/bananas.qmlproject [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/fetch_plugins.sh [new file with mode: 0755]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/load_env.sh [new file with mode: 0755]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/main.cpp [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/mediacore/qmldir [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/navcore/qmldir [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/phonecore/qmldir [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/sdlcore/qmldir [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/AddIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/BackIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/BluetoothIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/CMaxCal.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ChromeBottom.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ChromeTop.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Cloud.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/CloudNight.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Content/FunArtwork.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Content/MapMich.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Content/SiriusArtwork.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Crosshairs.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/DeleteIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/DndIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/EvIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/FavoritesIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Forward.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/HomeIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/KeyboardIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/KeypadEntryIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/KeypadIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/LightingIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Loop.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/MediaTab.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/MessagesIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/MissingArtwork.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/NavigationTab.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PandoraIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Pause.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhoneCornerIcons.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhoneIcons.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhoneTab.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhonebookIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Play.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PoiIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RadioIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RecentCallsIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RecentDestinationsIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Rewind.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RightTurn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ScoutIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SearchIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SeatsIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ServicesIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Shuffle.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SiriusIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SpeedDialIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/UsbIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VehicleCornerIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VehicleTab.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VhrIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VoicemailIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/WallpaperIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/WifiIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/WorkIcon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/BackButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Button.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/CheckButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Clickable.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/GraphicalButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/H1.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/H2.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/ImageButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Key.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Keyboard.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Keypad.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/MediaBrowser.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/OverflowableText.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/RadioButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/RadioButtonGroup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Section.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/TextBox.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/TextEntry.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Weather.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/EmptyLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/LeftThirdSection.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/MediaLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/MediaPlayerLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/TitledLayout.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/.usb.qml.swp [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/Browse/artists.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/applink.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/bluetooth.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/fm.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/menu.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/sirius.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/usb.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/.menu.qml.swp [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/favorites.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/keyboard_search.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/map.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/menu.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/poi.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/recent_destinations.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/video_moving_map.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/device_info.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/discovery.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/keypad.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/manage_devices.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/menu.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/recent_calls.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Vehicle/menu.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/alert.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/chrome.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/home.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/home_corners.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/media.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/navigation.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/phone.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/vehicle.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/main.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qtquick2applicationviewer/qtquick2applicationviewer.cpp [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qtquick2applicationviewer/qtquick2applicationviewer.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/.gitignore [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/FordSdlCore.pro [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsServer.cpp [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsServer.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsSocket.cpp [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsSocket.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QtWebsocket.pro [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QtWebsocket.vcproj [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.cpp [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/qmldir [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.cpp [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlappslistmodel.cpp [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlappslistmodel.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/smartdevicelink.cpp [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/smartdevicelink.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/.gitignore [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/MainWindow.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ArrowKeys.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/BackButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/CheckBox.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/CircleButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ClickableImage.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ClickableText.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ClimateControlBtn.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ComboBox.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/GradientRectangle.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/GridItem.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/HardwareButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/HeaderMenu.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/Icon.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ListItem.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/MaskedButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/MultiTouchArea.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/OvalButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PagedFlickable.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/Pager.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PlayPauseButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PowerSwitchButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PresetRow.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PushButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ScrollableListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ScrollableText.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/SoftButton.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/SoftButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/StatusBar.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/Async.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/BasicCommunication.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/Buttons.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/Navigation.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/TTS.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/UI.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/VR.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/VehicleInfo.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/log4cxx.properties [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ApplicationData.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ApplicationModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/CarMenuModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/Constants.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ContactsListModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/DataStorage.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/InteractionModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/Internal.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/MainMenuListModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/MediaClockModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/MusicSourceModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/NavigationMenuModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/NavigationModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/PerformAudioPassThruModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/PhoneMenuModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/PlayerState.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ScrollableMessageModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/SettingsStorage.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/SliderModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/VehicleInfoModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/AlertWindow.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/ContextPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/ExitAllApplicationsPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/InteractionPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/PerformAudioPassThruPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/PopUp.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/SliderPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/TBTClientStatePopUp.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/TTSPopUp.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/VRHelpPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/VRPopUp.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/VehicleInfoPopUp.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/qml_model.qmlproject [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/AMPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ApplicationListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/BTPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/CDPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/CarMenuGridView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ChangeDeviceView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ClimateControlView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ContactsListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/FMPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/GeneralView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/GridMenu.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/HardwareButtonsView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/IPodPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/LineInPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MainMenuView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MediaClockView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MediaPlayer.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MusicSourceView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationInRouteGridView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationKeyboardView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationMenuView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationNoRouteGridView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/PhoneKeyboardView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/PhoneMenuGridView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/RadioPlayer.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLNavi.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLNonMediaView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLPlayerOptionsListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ScrollableMessageView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SimulationView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SiriusPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/TurnByTurnView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/TurnListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/UsbPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/WarningInfo.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/.gitignore [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/MainWindow.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ArrowKeys.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/BackButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/CircleButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ClickableImage.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ClickableText.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ClimateControlBtn.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/GradientRectangle.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/GridItem.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/HardwareButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/HeaderMenu.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/Icon.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ListItem.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/MaskedButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/MultiTouchArea.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/OvalButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PagedFlickable.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/Pager.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PlayPauseButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PowerSwitchButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PresetRow.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PushButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ScrollableListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/SoftButton.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/SoftButton.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/StatusBar.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Async.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/BasicCommunication.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Buttons.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Navigation.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/TTS.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/UI.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/VR.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/VehicleInfo.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/log4cxx.properties [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ApplicationData.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ApplicationModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/CarMenuModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/Constants.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ContactsListModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/DataStorage.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/Internal.js [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/MainMenuListModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/MediaClockModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/MusicSourceModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/NavigationMenuModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/NavigationModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/PerformAudioPassThruModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/PhoneMenuModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/PlayerState.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ScrollableMessageModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/SettingsStorage.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/SliderModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/VehicleInfoModel.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/VrHelpItemsDefault.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/AlertWindow.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/ContextPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/ExitAllApplicationsPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/InteractionPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/PerformAudioPassThruPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/PopUp.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/SliderPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/TBTClientStatePopUp.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/TTSPopUp.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/VRHelpPopup.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/VRPopUp.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/VehicleInfoPopUp.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/qml_model.qmlproject [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/AMPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ApplicationListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/BTPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/CDPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/CarMenuGridView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ChangeDeviceView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ClimateControlView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ContactsListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/FMPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/GeneralView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/GridMenu.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/HardwareButtonsView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/IPodPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/LineInPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MainMenuView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MediaClockView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MediaPlayer.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MusicSourceView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationInRouteGridView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationKeyboardView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationMenuView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationNoRouteGridView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/PhoneKeyboardView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/PhoneMenuGridView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/RadioPlayer.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLNavi.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLNonMediaView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLPlayerOptionsListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ScrollableMessageView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SimulationView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SiriusPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/TurnByTurnView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/TurnListView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/UsbPlayerView.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/WarningInfo.qml [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_controller.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_controller.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_plugin.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_plugin.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/hmi_proxy.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/hmi_proxy.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/metatype.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/optional_argument.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/qml_dbus_common.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/qmldir [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/qt_version.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/sdl_proxy.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/sdl_proxy.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/stream_qvariant.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/stream_qvariant.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/attributed_mouse_event.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/attributed_mouse_event.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/masked_container.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/masked_container.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/qmldir [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/qt_version.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/log4cxx_plugin.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/log4cxx_plugin.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/qmldir [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier_plugin.cc [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier_plugin.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/qmldir [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/qt_version.h [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/SPT.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/album_art.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/app_911_assist.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/app_vehicle_info.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/apps.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/arrow.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/blue_ball.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/long_oval_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/long_oval_pressed_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/longest_oval_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/longest_oval_btn_pressed.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_bottom.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_left.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_pressed_left.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_pressed_right.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_right.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_top.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/player_next_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/player_next_pressed_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/player_pause_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/player_pause_pressed_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/player_play_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/player_play_pressed_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/player_prev_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/player_prev_pressed_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/preset_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/preset_pressed_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/round_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/round_pressed_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/short_oval_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/short_oval_btn_pressed.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/zoom.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/buttons/zoom_pressed.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/car.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/change_devices.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/AC_off.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/AC_on.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/climate_round_off_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/climate_round_on_btn.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/defrost_off.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/defrost_on.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/face_off.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/face_on.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/feet_off.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/feet_on.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/headed_dash_off.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/headed_dash_on.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/heated_seat_off.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/heated_seat_on.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/heated_wheel_off.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/climate/heated_wheel_on.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/DownButton.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/DownButton_pressed.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/LeftButton.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/LeftButton_pressed.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/OkButton.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/OkButton_pressed.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/RightButton.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/RightButton_pressed.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/UpButton.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/UpButton_pressed.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/backGroundControllButtons.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/vrButton.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/vrButton_pressed.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/controlButtons/vrImage.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/find_apps.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/gear.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/hd_logo_off.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/hd_logo_on.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/initial.wav [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/install_apps.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/compass.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/current_street.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/delete_icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/delete_icon_black.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/dest_icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/dest_icon_black.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/map.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/mute_off.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/mute_on.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/options.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/options_in_active.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/options_pressed.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/nav/turnArrow.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/notes.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/phone/contacts.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/phone/dnd_off.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/phone/dnd_on.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/phone/keypad.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/phone/messages.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/phone/more.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/phone/phone.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/phone/recent.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/phone/texts.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/snow.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/vehicle/Ambient Lighti Icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/vehicle/EV Icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/vehicle/MCS Icon.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/vehicle/SYNC Services.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/vehicle/cal.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/vehicle/folders.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/vehicle/key_car.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/vehicle/sun.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/warning.png [new file with mode: 0644]
SDL_Core/src/components/qt_hmi/res/white_ball.png [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/request_watchdog/src/watchdog.cc [new file with mode: 0644]
SDL_Core/src/components/resumption/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/resumption/include/resumption/last_state.h [new file with mode: 0644]
SDL_Core/src/components/resumption/src/last_state.cc [new file with mode: 0644]
SDL_Core/src/components/rpc_base/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/components/rpc_base/include/rpc_base/rpc_base.h [new file with mode: 0644]
SDL_Core/src/components/rpc_base/include/rpc_base/rpc_base_inl.h [new file with mode: 0644]
SDL_Core/src/components/rpc_base/include/rpc_base/rpc_base_json_inl.h [new file with mode: 0644]
SDL_Core/src/components/rpc_base/include/rpc_base/rpc_message.h [new file with mode: 0644]
SDL_Core/src/components/rpc_base/src/rpc_base/rpc_base.cc [new file with mode: 0644]
SDL_Core/src/components/rpc_base/src/rpc_base/rpc_message.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_optional_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_optional_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: 0644]
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/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: 0644]
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_empty.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/common.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/libusb/platform_usb_device.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/libusb/usb_connection.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/libusb/usb_handler.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/qnx/platform_usb_device.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/qnx/usb_connection.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/qnx/usb_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_factory.h [new file with mode: 0644]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_control_transfer.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_transport_adapter.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_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: 0644]
SDL_Core/src/components/transport_manager/src/usb/libusb/platform_usb_device.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/usb/libusb/usb_connection.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/usb/libusb/usb_handler.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/usb/qnx/platform_usb_device.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/usb/qnx/usb_connection.cc [new file with mode: 0644]
SDL_Core/src/components/transport_manager/src/usb/qnx/usb_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_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/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/mb_tcpserver.hpp
SDL_Core/src/thirdPartyLibs/MessageBroker/include/system.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/libMBDebugHelper.h
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/MessageBroker/src/server/mb_tcpserver.cpp
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/config.guess [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/config.sub [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/depcomp [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/install-sh [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/missing [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/configure [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/config.guess [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/config.sub [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/depcomp [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/install-sh [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/missing [changed mode: 0755->0644]
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/configure [changed mode: 0755->0644]
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/gtest/scripts/gtest-config.in [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/runtests.sh [changed mode: 0644->0755]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Scripts/runtests.sh [changed mode: 0644->0755]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Scripts/versiongenerate.py [changed mode: 0644->0755]
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/gmock-1.6.0/scripts/gmock-config.in [changed mode: 0755->0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/AUTHORS [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/CMakeLists.txt
SDL_Core/src/thirdPartyLibs/jsoncpp/LICENSE [moved from SDL_Core/src/thirdPartyLibs/jsoncpp/LICENSE.txt with 100% similarity]
SDL_Core/src/thirdPartyLibs/jsoncpp/NEWS.txt [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/README.txt [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/SConstruct [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/amalgamate.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/__init__.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/antglob.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/fixeol.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/licenseupdater.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/tarball.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/doxyfile.in [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/footer.html [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/header.html [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/jsoncpp.dox [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/readme.txt [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/roadmap.dox [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/doxybuild.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/autolink.h
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/config.h
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/features.h
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/forwards.h
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/json.h
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/reader.h
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/value.h
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/writer.h
SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/jsoncpp.sln [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/jsontest.vcproj [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/lib_json.vcproj [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/test_lib_json.vcproj [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/makerelease.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/globtool.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/srcdist.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/substinfile.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/targz.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/json_batchallocator.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/json_internalarray.inl [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/json_internalmap.inl [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/json_reader.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/json_value.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/json_valueiterator.inl [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/json_writer.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/jsontestrunner/main.cpp [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/jsontestrunner/sconscript [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_batchallocator.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_internalarray.inl [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_internalmap.inl [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_reader.cpp [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_tool.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_value.cpp [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_valueiterator.inl [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_writer.cpp [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/sconscript [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/jsontest.cpp [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/jsontest.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/main.cpp [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/sconscript [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/cleantests.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/fail_test_array_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_01.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_02.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_02.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_03.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_03.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_04.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_04.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_05.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_05.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_06.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_06.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_01.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_02.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_02.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_03.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_03.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_04.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_04.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_05.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_05.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_06.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_06.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_07.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_07.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_08.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_08.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_09.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_09.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_comment_01.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_comment_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_complex_01.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_complex_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_01.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_02.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_02.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_03.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_03.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_04.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_04.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_05.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_05.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_06_64bits.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_06_64bits.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_07_64bits.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_07_64bits.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_08_64bits.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_08_64bits.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_large_01.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_large_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_01.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_02.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_02.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_03.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_03.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_04.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_04.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_01.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_02.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_02.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_03.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_03.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_04.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_04.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_05.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_05.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_06.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_06.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_07.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_07.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_01.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_02.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_02.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_03.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_03.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_01.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_01.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_02.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_02.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_03.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_03.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_04.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_04.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_05.expected [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_05.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/generate_expected.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail1.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail10.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail11.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail12.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail13.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail14.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail15.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail16.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail17.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail18.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail19.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail2.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail20.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail21.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail22.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail23.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail24.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail25.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail26.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail27.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail28.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail29.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail3.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail30.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail31.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail32.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail33.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail4.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail5.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail6.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail7.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail8.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail9.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/pass1.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/pass2.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/pass3.json [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/readme.txt [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/pyjsontestrunner.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/runjsontests.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/rununittests.py [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/jsoncpp/version [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/CMakeLists.txt [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/config.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-core.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-darwin_usb.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-descriptor.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-hotplug.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-io.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-linux_netlink.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-linux_udev.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-linux_usbfs.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-openbsd_usb.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-poll_posix.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-poll_windows.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-strerror.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-sync.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-threads_posix.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-threads_windows.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-windows_usb.Plo [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/Makefile.am [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/Makefile.in [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/core.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/descriptor.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/hotplug.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/hotplug.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/io.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusb-1.0.def [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusb-1.0.rc [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusb.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusbi.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/darwin_usb.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/darwin_usb.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_netlink.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_udev.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_usbfs.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_usbfs.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/openbsd_usb.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_posix.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_posix.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_windows.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_windows.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_posix.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_posix.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_windows.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_windows.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/wince_usb.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/wince_usb.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/windows_common.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/windows_usb.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/windows_usb.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/strerror.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/sync.c [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/version.h [new file with mode: 0644]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/version_nano.h [new file with mode: 0644]
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/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/application_manager/rpc/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/XmlTests/New.xml [new file with mode: 0755]
SDL_Core/test/components/application_manager/rpc/include/rpc/AdminAppTest.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/include/rpc/CheckHMIMessageHandler.h [new file with mode: 0755]
SDL_Core/test/components/application_manager/rpc/include/rpc/GMockClassContainer.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/include/rpc/GTestFord.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/include/rpc/HMIMessageHandlerTester.h [new file with mode: 0755]
SDL_Core/test/components/application_manager/rpc/include/rpc/ICheckClass.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/include/rpc/InitHMI.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/include/rpc/addTest.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/include/rpc/binaryFord.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/include/rpc/initStartData.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/include/rpc/noParamsFord.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/include/rpc/testHMI.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/include/rpc/unaryFord.h [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/include/rpc/xmlParser.h [new file with mode: 0755]
SDL_Core/test/components/application_manager/rpc/src/AdminAppTest.cc [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/src/CkeckHMIMessageHandler.cc [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/src/GMockClassContainer.cc [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/src/GTestFord.cc [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/src/HMIMessageHandlerTester.cc [new file with mode: 0755]
SDL_Core/test/components/application_manager/rpc/src/ICheckClass.cc [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/src/InitHMI.cc [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/src/addTest.cc [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/src/initStartData.cc [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/src/testHMI.cc [new file with mode: 0644]
SDL_Core/test/components/application_manager/rpc/src/xmlParser.cc [new file with mode: 0755]
SDL_Core/test/components/connection_handler/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/connection_handler/include/connection_handler/heart_beat_monitor_test.h [new file with mode: 0644]
SDL_Core/test/components/connection_handler/src/heart_beat_monitor_test.cc [new file with mode: 0644]
SDL_Core/test/components/dbus/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/dbus/log4cxx.properties [new file with mode: 0644]
SDL_Core/test/components/dbus/src/test_dbus_adapter.cc [new file with mode: 0644]
SDL_Core/test/components/dbus/src/test_dbus_message_controller.cc [new file with mode: 0644]
SDL_Core/test/components/dbus/src/test_schema.cc [new file with mode: 0644]
SDL_Core/test/components/formatters/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/formatters/src/generic_json_formatter_test.cc [new file with mode: 0644]
SDL_Core/test/components/hmi_message_handler/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/hmi_message_handler/include/hmi_message_handler/mock_dbus_message_controller.h [new file with mode: 0644]
SDL_Core/test/components/hmi_message_handler/include/hmi_message_handler/mock_subscriber.h [new file with mode: 0644]
SDL_Core/test/components/hmi_message_handler/log4cxx.properties [new file with mode: 0644]
SDL_Core/test/components/hmi_message_handler/src/mock_subscriber.cc [new file with mode: 0644]
SDL_Core/test/components/hmi_message_handler/src/test_dbus_message_adapter.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/formatter_json_alrpcv1_test.h [new file with mode: 0644]
SDL_Core/test/components/json_handler/include/json_handler/formatter_json_alrpcv2_test.h [new file with mode: 0644]
SDL_Core/test/components/json_handler/include/json_handler/formatter_json_rpcv2_test.h [new file with mode: 0644]
SDL_Core/test/components/json_handler/include/json_handler/formatter_test_helper.h [new file with mode: 0644]
SDL_Core/test/components/json_handler/include/json_handler/meta_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/FormatterJsonSDLRPCv1Test.cpp [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/FormatterJsonSDLRPCv2Test.cpp [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/formatter_json_alrpcv1_test.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/formatter_json_alrpcv2_test.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/formatter_json_rpc2_test.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/formatter_json_rpc_test.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/formatter_test_helper.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/meta_formatter_test.cc [new file with mode: 0644]
SDL_Core/test/components/json_handler/src/meta_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/src/test_json_rpc_full_scenario.cpp [new file with mode: 0644]
SDL_Core/test/components/json_handler/test_JSONHandler_v4_protocol_v1_2_no_extra.xml [new file with mode: 0644]
SDL_Core/test/components/json_handler/test_JSONHandler_v4_protocol_v2_0_revP.xml [new file with mode: 0644]
SDL_Core/test/components/json_handler/test_json_rpc.xml [new file with mode: 0644]
SDL_Core/test/components/media_manager/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/media_manager/include/media_manager/media_manager_impl_test.h [new file with mode: 0644]
SDL_Core/test/components/media_manager/src/media_manager_impl_test.cc [new file with mode: 0644]
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/policies/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/policies/CreateInteractionChoiceSet.json [new file with mode: 0644]
SDL_Core/test/components/policies/SDLPolicyTable_basic.json [new file with mode: 0644]
SDL_Core/test/components/policies/SDLPreloadPolicyTable_not_use_in_tests_because_commnets_.json [new file with mode: 0644]
SDL_Core/test/components/policies/bad.json [new file with mode: 0644]
SDL_Core/test/components/policies/generic_policy_manager_test.cc [new file with mode: 0644]
SDL_Core/test/components/policies/log4cxx.properties [new file with mode: 0644]
SDL_Core/test/components/policies/performance_test.cc [new file with mode: 0644]
SDL_Core/test/components/policies/policies_draft_test.cc [new file with mode: 0644]
SDL_Core/test/components/policies/schema/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/policies/schema/policy_table_schema_test.cc [new file with mode: 0644]
SDL_Core/test/components/policies/schema/policy_table_test_fixture.h [new file with mode: 0644]
SDL_Core/test/components/policies/schema/preloaded_pt_schema_test.cc [new file with mode: 0644]
SDL_Core/test/components/policies/schema/valid_policy_table.json [new file with mode: 0644]
SDL_Core/test/components/policies/schema/valid_preloaded_pt_1.json [new file with mode: 0644]
SDL_Core/test/components/policies/schema/valid_preloaded_pt_2.json [new file with mode: 0644]
SDL_Core/test/components/policies/wp1_integration_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/qt_hmi/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/qt_hmi/log4cxx.properties [new file with mode: 0644]
SDL_Core/test/components/qt_hmi/qt_hmi_test.cc [new file with mode: 0644]
SDL_Core/test/components/qt_hmi/readme.txt [new file with mode: 0644]
SDL_Core/test/components/qt_hmi/src/tst_AddSubMenu.qml [new file with mode: 0644]
SDL_Core/test/components/qt_hmi/src/tst_ScrollableMessage.qml [new file with mode: 0644]
SDL_Core/test/components/qt_hmi/src/tst_Slider.qml [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/rpc_base/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/components/rpc_base/rpc_base_json_test.cc [new file with mode: 0644]
SDL_Core/test/components/rpc_base/rpc_base_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/object_optional_schema_test.cc [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/smart_objects/map_performance_test.cc [new file with mode: 0644]
SDL_Core/test/components/smart_objects/smart_object_performance_test.cc [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/include/utils/prioritized_queue_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/components/utils/src/prioritized_queue_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/scripts/random_stream.py [new file with mode: 0755]
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/test/tools/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/tools/intergen/CMakeLists.txt [new file with mode: 0644]
SDL_Core/test/tools/intergen/src/generated_interface_tests.cc [new file with mode: 0644]
SDL_Core/test/tools/intergen/test_hmi_interafce.xml [new file with mode: 0644]
SDL_Core/test/tools/intergen/test_interface.xml [new file with mode: 0644]
SDL_Core/tools/CMakeLists.txt [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: 0755]
SDL_Core/tools/InterfaceGenerator/generator/Model.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/generator/__init__.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactoryJSONRPC.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/generator/generators/__init__.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/generator/parsers/JSONRPC.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/generator/parsers/RPCBase.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/generator/parsers/SDLRPCV1.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/generator/parsers/SDLRPCV2.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/generator/parsers/__init__.py [new file with mode: 0755]
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: 0755]
SDL_Core/tools/InterfaceGenerator/test/generator/__init__.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/__init__.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactoryBase.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactoryJSONRPC.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactorySDLRPC.py [new file with mode: 0755]
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: 0755]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_JSONRPC.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_SDLRPCV1.py [new file with mode: 0755]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_SDLRPCV2.py [new file with mode: 0755]
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: 0755]
SDL_Core/tools/InterfaceGenerator/test/test_CodeFormatAndQuality.py [new file with mode: 0755]
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/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]
SDL_Core/tools/coding-style/cpplint.py [new file with mode: 0755]
SDL_Core/tools/coding-style/old-branch-nagger.sh [new file with mode: 0755]
SDL_Core/tools/intergen/CMakeLists.txt [new file with mode: 0644]
SDL_Core/tools/intergen/GenerateInterfaceLibrary.cmake [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/CMakeLists.txt [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/comment.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_api_code_generator.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_class.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_file.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_function.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_interface_code_generator.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/declaration_generator.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/definition_generator.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/enum_from_json_value_function.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/enum_to_json_value_function.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/function_id_method.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/generator_preferences.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/handler_interface.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/is_valid_enum_function.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/literal_generator.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/message_factory_function.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/message_handle_with_method.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/message_interface.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/module_manager.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/namespace.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/naming_convention.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_constructor.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_from_json_method.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_is_initialized_method.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_is_valid_method.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/include/cppgen/type_name_code_generator.h [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/comment.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_api_code_generator.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_class.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_file.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_function.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_interface_code_generator.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/declaration_generator.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/definition_generator.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/enum_from_json_value_function.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/enum_to_json_value_function.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/function_id_method.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/generator_preferences.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/handler_interface.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/is_valid_enum_function.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/literal_generator.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/message_factory_function.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/message_handle_with_method.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/message_interface.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/module_manager.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/namespace.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/naming_convention.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_constructor.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_from_json_method.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_is_initialized_method.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_is_valid_method.cc [new file with mode: 0644]
SDL_Core/tools/intergen/cppgen/src/cppgen/type_name_code_generator.cc [new file with mode: 0644]
SDL_Core/tools/intergen/model/CMakeLists.txt [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/api.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/builtin_type.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/builtin_type_registry.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/composite_type.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/constant.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/constants_creator.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/function.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/interface.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/model_filter.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/scope.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/type.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/include/model/type_registry.h [new file with mode: 0644]
SDL_Core/tools/intergen/model/src/model/api.cc [new file with mode: 0644]
SDL_Core/tools/intergen/model/src/model/builtin_type.cc [new file with mode: 0644]
SDL_Core/tools/intergen/model/src/model/builtin_type_registry.cc [new file with mode: 0644]
SDL_Core/tools/intergen/model/src/model/composite_type.cc [new file with mode: 0644]
SDL_Core/tools/intergen/model/src/model/constant.cc [new file with mode: 0644]
SDL_Core/tools/intergen/model/src/model/function.cc [new file with mode: 0644]
SDL_Core/tools/intergen/model/src/model/interface.cc [new file with mode: 0644]
SDL_Core/tools/intergen/model/src/model/model_filter.cc [new file with mode: 0644]
SDL_Core/tools/intergen/model/src/model/scope.cc [new file with mode: 0644]
SDL_Core/tools/intergen/model/src/model/type.cc [new file with mode: 0644]
SDL_Core/tools/intergen/model/src/model/type_registry.cc [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/contrib/foreach.hpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/caution.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/dom_tree.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/dom_tree_thumb.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/home.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/next.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/note.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/prev.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/up.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link1.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link1_thumb.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link2.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link2_thumb.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch1.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch1_thumb.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch2.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch2_thumb.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch3.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch3_thumb.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch4.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch4_thumb.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link1.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link1_thumb.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link2.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link2_thumb.png [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/access.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/apiref.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/changes.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/dom.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/install.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/loading.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/modify.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/saving.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/toc.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/xpath.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/pugixml.css [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/quickstart.html [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/character.xml [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/custom_memory_management.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/include.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_error_handling.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_file.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_memory.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_options.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_stream.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/modify_add.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/modify_base.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/modify_remove.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_custom_writer.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_declaration.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_file.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_options.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_stream.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_subtree.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/text.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/transitions.xml [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_base.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_iter.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_predicate.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_rangefor.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_walker.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/tree.xml [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/weekly-shift_jis.xml [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/weekly-utf-16.xml [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/weekly-utf-8.xml [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xgconsole.xml [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_error.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_query.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_select.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_variables.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/readme.txt [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/CMakeLists.txt [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/premake4.lua [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml.xcodeproj/project.pbxproj [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_airplay.mkf [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_codeblocks.cbp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_codelite.project [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2005.vcproj [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2005_static.vcproj [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2008.vcproj [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2008_static.vcproj [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2010.vcxproj [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2010_static.vcxproj [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/src/pugiconfig.hpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/src/pugixml.cpp [new file with mode: 0644]
SDL_Core/tools/intergen/third_party/pugixml/src/pugixml.hpp [new file with mode: 0644]
SDL_Core/tools/intergen/tool/CMakeLists.txt [new file with mode: 0644]
SDL_Core/tools/intergen/tool/intergen.cc [new file with mode: 0644]
SDL_Core/tools/intergen/utils/CMakeLists.txt [new file with mode: 0644]
SDL_Core/tools/intergen/utils/include/utils/common_types.h [new file with mode: 0644]
SDL_Core/tools/intergen/utils/include/utils/macro.h [new file with mode: 0644]
SDL_Core/tools/intergen/utils/include/utils/safeformat.h [new file with mode: 0644]
SDL_Core/tools/intergen/utils/include/utils/stl_utils.h [new file with mode: 0644]
SDL_Core/tools/intergen/utils/include/utils/string_utils.h [new file with mode: 0644]
SDL_Core/tools/intergen/utils/include/utils/xml_utils.h [new file with mode: 0644]
SDL_Core/tools/intergen/utils/src/utils/common_types.cc [new file with mode: 0644]
SDL_Core/tools/intergen/utils/src/utils/safeformat.cc [new file with mode: 0644]
SDL_Core/tools/intergen/utils/src/utils/xml_utils.cc [new file with mode: 0644]
SDL_iOS/SmartDeviceLink/SmartDeviceLink.xcodeproj/project.xcworkspace/xcshareddata/SmartDeviceLink.xccheckout [new file with mode: 0644]