deleted files weren't added to last commit
authorJustin Dickow <jjdickow@gmail.com>
Fri, 9 May 2014 15:36:41 +0000 (11:36 -0400)
committerJustin Dickow <jjdickow@gmail.com>
Fri, 9 May 2014 15:36:41 +0000 (11:36 -0400)
commit83407d8ea24e7a121ae73e87cd064f1032499b5e
tree962226578a1ba082b8f7f7ae4e926ec7da447ead
parent016007fe1d43ca3e271b94f296d2aa4065b2778f
deleted files weren't added to last commit
3173 files changed:
SDL_Android/LivioSdlUtilities/.classpath [deleted file]
SDL_Android/LivioSdlUtilities/.project [deleted file]
SDL_Android/LivioSdlUtilities/AndroidManifest.xml [deleted file]
SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml [deleted file]
SDL_Android/LivioSdlUtilities/bin/R.txt [deleted file]
SDL_Android/LivioSdlUtilities/bin/jarlist.cache [deleted file]
SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-hdpi/ic_launcher.png [deleted file]
SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-mdpi/ic_launcher.png [deleted file]
SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-xhdpi/ic_launcher.png [deleted file]
SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable/arrow_left.png [deleted file]
SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable/arrow_right.png [deleted file]
SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/BuildConfig.java [deleted file]
SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/R.java [deleted file]
SDL_Android/LivioSdlUtilities/proguard-project.txt [deleted file]
SDL_Android/LivioSdlUtilities/project.properties [deleted file]
SDL_Android/LivioSdlUtilities/res/drawable-hdpi/ic_launcher.png [deleted file]
SDL_Android/LivioSdlUtilities/res/drawable-mdpi/ic_launcher.png [deleted file]
SDL_Android/LivioSdlUtilities/res/drawable-xhdpi/ic_launcher.png [deleted file]
SDL_Android/LivioSdlUtilities/res/drawable/arrow_left.png [deleted file]
SDL_Android/LivioSdlUtilities/res/drawable/arrow_right.png [deleted file]
SDL_Android/LivioSdlUtilities/res/layout/json_flipper_dialog.xml [deleted file]
SDL_Android/LivioSdlUtilities/res/layout/listview.xml [deleted file]
SDL_Android/LivioSdlUtilities/res/layout/sdl_message_listview_row.xml [deleted file]
SDL_Android/LivioSdlUtilities/res/layout/simple_listview_with_image.xml [deleted file]
SDL_Android/LivioSdlUtilities/res/layout/textview.xml [deleted file]
SDL_Android/LivioSdlUtilities/res/values-v11/styles.xml [deleted file]
SDL_Android/LivioSdlUtilities/res/values-v14/styles.xml [deleted file]
SDL_Android/LivioSdlUtilities/res/values/strings.xml [deleted file]
SDL_Android/LivioSdlUtilities/res/values/styles.xml [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/IpAddress.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlConstants.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlImageItem.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlLogMessage.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlRequestFactory.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseFactory.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseTracker.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlService.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlImageAdapter.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlMessageAdapter.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseAlertDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseImageListDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseMultipleListViewDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseOkCancelDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseSingleListViewDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ImageListDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/IndeterminateProgressDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/JsonFlipperDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ListViewDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/MultipleListViewDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/SingleJsonDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewAlertDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewOkCancelDialog.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumClickListener.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumComparator.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlButton.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlCommand.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlImageType.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlInteractionMode.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlLanguage.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlSpeechCapability.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTextAlignment.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTransportType.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlUpdateMode.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlVehicleData.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/CommandButton.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuItem.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuManager.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/SubmenuButton.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/AndroidUtils.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/ApplicationPreferences.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Counter.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/DownCounter.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/MathUtils.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/SdlUtils.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/StringUtils.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Timeout.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/UpCounter.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/WifiUtils.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/MinMaxInputFilter.java [deleted file]
SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/SeekBarCalculator.java [deleted file]
SDL_Android/LivioTesterApp/.classpath [deleted file]
SDL_Android/LivioTesterApp/.project [deleted file]
SDL_Android/LivioTesterApp/AndroidManifest.xml [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/css/style.css [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/AddCommand.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/AddSubmenu.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/Alert.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/ChangeRegistration.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/CreateInteractionChoiceSet.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteCommand.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteFile.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteInteractionChoiceSet.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteSubmenu.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/GetDTCs.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/ListFiles.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/PerformInteraction.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/PutFile.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/ReadDIDs.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/ScrollableMessage.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/SetAppIcon.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/SetMediaClockTimer.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/Show.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/Slider.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/Speak.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/SubscribeToButtons.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/UnsubscribeFromButtons.html [deleted file]
SDL_Android/LivioTesterApp/assets/help_docs/html/index.html [deleted file]
SDL_Android/LivioTesterApp/bin/AndroidManifest.xml [deleted file]
SDL_Android/LivioTesterApp/bin/R.txt [deleted file]
SDL_Android/LivioTesterApp/bin/jarlist.cache [deleted file]
SDL_Android/LivioTesterApp/gen/com/livio/sdl/R.java [deleted file]
SDL_Android/LivioTesterApp/gen/com/livio/sdltester/BuildConfig.java [deleted file]
SDL_Android/LivioTesterApp/gen/com/livio/sdltester/R.java [deleted file]
SDL_Android/LivioTesterApp/proguard-project.txt [deleted file]
SDL_Android/LivioTesterApp/project.properties [deleted file]
SDL_Android/LivioTesterApp/res/drawable-hdpi/ic_launcher.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable-ldpi/ic_launcher.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable-mdpi/ic_launcher.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable-xhdpi/ic_launcher.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/add.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/add_to_favorites.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/anchor.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/game_pad.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/ic_close.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/ic_launcher.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/remove.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/remove_from_favorites.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/rocket.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/select_an_image.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/undo.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/zoom_in.png [deleted file]
SDL_Android/LivioTesterApp/res/drawable/zoom_out.png [deleted file]
SDL_Android/LivioTesterApp/res/layout/activity_help.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/add_command.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/add_submenu.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/alert.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/change_registration.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/choice_set_item.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/create_choice_interaction_set.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/get_dtcs.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/main.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/offline_mode.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/perform_interaction.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/put_file.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/read_dids.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/scrollable_message.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/sdl_connection.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/set_media_clock_timer.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/show.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/slider.xml [deleted file]
SDL_Android/LivioTesterApp/res/layout/speak.xml [deleted file]
SDL_Android/LivioTesterApp/res/menu/menu_help.xml [deleted file]
SDL_Android/LivioTesterApp/res/menu/menu_main.xml [deleted file]
SDL_Android/LivioTesterApp/res/values-sw600dp/dimens.xml [deleted file]
SDL_Android/LivioTesterApp/res/values-sw720dp-land/dimens.xml [deleted file]
SDL_Android/LivioTesterApp/res/values-v11/styles.xml [deleted file]
SDL_Android/LivioTesterApp/res/values-v14/styles.xml [deleted file]
SDL_Android/LivioTesterApp/res/values/dimens.xml [deleted file]
SDL_Android/LivioTesterApp/res/values/strings.xml [deleted file]
SDL_Android/LivioTesterApp/res/values/styles.xml [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/HelpActivity.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/LivioSdlTesterPreferences.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/MainActivity.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/SdlTesterImageResource.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/AddCommandDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/AddSubMenuDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ButtonSubscriptionDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ButtonUnsubscriptionDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ChangeRegistrationDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ChoiceItemDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/CreateInteractionChoiceSetDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteCommandDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteFileDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteInteractionDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteSubmenuDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/GetDtcsDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/PerformInteractionDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/PutFileDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ReadDidsDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ScrollableMessageDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SdlAlertDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SdlConnectionDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SetAppIconDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SetMediaClockTimerDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ShowDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SliderDialog.java [deleted file]
SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SpeakDialog.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/.classpath [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/.project [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/.settings/org.eclipse.jdt.core.prefs [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/AndroidManifest.xml [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/bin/AndroidManifest.xml [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/gen/com/smartdevicelink/BuildConfig.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/project.properties [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/exception/SmartDeviceLinkException.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/exception/SmartDeviceLinkExceptionCause.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/marshal/JsonRPCMarshaller.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/messageDispatcher/IDispatchingStrategy.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/messageDispatcher/IncomingProtocolMessageComparitor.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/messageDispatcher/InternalProxyMessageComparitor.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/messageDispatcher/OutgoingProtocolMessageComparitor.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/messageDispatcher/ProxyMessageDispatcher.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/AbstractProtocol.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/BinaryFrameHeader.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/IProtocolListener.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/ProtocolFrameHeader.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/ProtocolFrameHeaderFactory.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/ProtocolMessage.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/SmartDeviceLinkProtocol.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/FrameData.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/FrameDataControlFrameType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/FrameType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/FunctionID.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/MessageType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/SessionType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/IProxyListener.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCMessage.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCNotification.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCRequest.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCRequestFactory.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCStruct.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/SmartDeviceLinkProxy.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/SmartDeviceLinkProxyALM.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/SmartDeviceLinkProxyBase.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/SmartDeviceLinkProxyConfigurationResources.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/SmartDeviceLinkProxyFactory.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/TTSChunkFactory.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/Version.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/callbacks/InternalProxyMessage.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/callbacks/OnError.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/callbacks/OnProxyClosed.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/callbacks/OnProxyOpened.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/constants/Jingles.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/constants/Names.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/interfaces/IProxyListenerALM.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/interfaces/IProxyListenerBase.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AddCommand.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AddCommandResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AddSubMenu.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AddSubMenuResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Alert.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AlertManeuver.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AlertManeuverResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AlertResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AudioPassThruCapabilities.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/BeltStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/BodyInformation.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ButtonCapabilities.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ChangeRegistration.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ChangeRegistrationResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Choice.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/CreateInteractionChoiceSet.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/CreateInteractionChoiceSetResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DIDResult.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DTC.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteCommand.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteCommandResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteFile.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteFileResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteInteractionChoiceSet.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteInteractionChoiceSetResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteSubMenu.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteSubMenuResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeviceStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DialNumber.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DialNumberResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DisplayCapabilities.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/EVInfo.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/EncodedSyncPData.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/EncodedSyncPDataResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/EndAudioPassThru.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/EndAudioPassThruResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/FuelEconomyInformation.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GPSData.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GenericResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GetDTCs.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GetDTCsResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GetVehicleData.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GetVehicleDataResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/HMIPermissions.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/HeadLampStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Image.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ListFiles.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ListFilesResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/MenuParams.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnAppInterfaceUnregistered.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnAudioPassThru.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnButtonEvent.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnButtonPress.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnCommand.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnDriverDistraction.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnEncodedSyncPData.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnHMIStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnLanguageChange.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnPermissionsChange.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnSmartDeviceLinkChoiceChosen.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnSyncPData.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnTBTClientState.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnVehicleData.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ParameterPermissions.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PerformAudioPassThru.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PerformAudioPassThruResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PerformInteraction.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PerformInteractionResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PermissionItem.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PresetBankCapabilities.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PutFile.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PutFileResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ReadDID.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ReadDIDResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/RegisterAppInterface.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/RegisterAppInterfaceResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ResetGlobalProperties.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ResetGlobalPropertiesResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ScrollableMessage.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ScrollableMessageResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetAppIcon.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetAppIconResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetDisplayLayout.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetDisplayLayoutResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetGlobalProperties.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetGlobalPropertiesResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetMediaClockTimerResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Show.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ShowConstantTBT.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ShowConstantTBTResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ShowResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SingleTireStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Slider.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SliderResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SoftButton.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SoftButtonCapabilities.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Speak.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SpeakResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/StartTime.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SubscribeButton.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SubscribeButtonResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SubscribeVehicleData.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SubscribeVehicleDataResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SyncPData.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SyncPDataResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/TTSChunk.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/TextField.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/TireStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Turn.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnregisterAppInterface.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnregisterAppInterfaceResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnsubscribeButton.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnsubscribeButtonResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnsubscribeVehicleData.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnsubscribeVehicleDataResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UpdateTurnList.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UpdateTurnListResponse.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/VehicleDataResult.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/VehicleType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/VrHelpItem.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/AmbientLightStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/AppHMIType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/AppInterfaceUnregisteredReason.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/AudioStreamingState.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/AudioType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/BitsPerSample.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/ButtonEventMode.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/ButtonName.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/ButtonPressMode.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/CharacterSet.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/CompassDirection.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/ComponentVolumeStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/DeviceLevelStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/Dimension.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/DisplayType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/DriverDistractionState.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/FileType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/FunctionID.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/GearShiftAdviceStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/GlobalProperty.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/HMILevel.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/HmiZoneCapabilities.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/IgnitionStableStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/IgnitionStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/ImageType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/InteractionMode.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/Language.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/LightSwitchStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/MaintenanceModeStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/MediaClockFormat.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/MessageType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/PRNDL.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/PermissionStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/PrimaryAudioSource.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/Result.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SamplingRate.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SmartDeviceLinkConnectionState.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SmartDeviceLinkDisconnectedReason.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SmartDeviceLinkInterfaceAvailability.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SoftButtonType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SpeechCapabilities.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SystemAction.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SystemContext.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/TBTState.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/TextAlignment.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/TextFieldName.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/TirePressureTellTale.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/TriggerSource.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/UpdateMode.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataActiveStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataEventStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataNotificationStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataResultCode.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VrCapabilities.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/WarningLightStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/WiperStatus.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/smartdevicelinkMsgVersion.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/smartDeviceLinkConnection/IsmartDeviceLinkConnectionListener.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/smartDeviceLinkConnection/smartDeviceLinkConnection.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/DiagLevel.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/ISTListener.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/Mime.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/OpenRPCMessage.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/SmartDeviceLinkTrace.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/TraceDeviceInfo.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/enums/DetailLevel.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/enums/InterfaceActivityDirection.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/enums/Mod.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/BTTransport.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/BTTransportConfig.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/BaseTransportConfig.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/ITransportListener.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/SiphonServer.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/SmartDeviceLinkTransport.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/TCPTransport.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/TCPTransportConfig.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/TransportType.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/Base64.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/BitConverter.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/ByteEnumer.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/DebugTool.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/IConsole.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/Mime.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/NativeLogTool.java [deleted file]
SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/StringEnumer.java [deleted file]
SDL_Core/CMakeLists.txt [deleted file]
SDL_Core/Doxyfile [deleted file]
SDL_Core/FindQt.sh [deleted file]
SDL_Core/Lint [deleted file]
SDL_Core/README.md [deleted file]
SDL_Core/changes [deleted file]
SDL_Core/cmake/Modules/FindDBus.cmake [deleted file]
SDL_Core/cmake/Modules/FindGlib-2.0.cmake [deleted file]
SDL_Core/cmake/Modules/FindGstreamer-1.0.cmake [deleted file]
SDL_Core/cmake/Modules/FindLibXML2.cmake [deleted file]
SDL_Core/cmake/Modules/FindLibavahi.cmake [deleted file]
SDL_Core/cmake/Modules/FindQt5Core.cmake [deleted file]
SDL_Core/cmake/Modules/FindQt5DBus.cmake [deleted file]
SDL_Core/cmake/Modules/FindQt5Qml.cmake [deleted file]
SDL_Core/cmake/Modules/FindQt5Quick.cmake [deleted file]
SDL_Core/doc/change_log.txt [deleted file]
SDL_Core/doc/doxygen/components/AppMgr/index.txt [deleted file]
SDL_Core/doc/doxygen/components/HMI/index.txt [deleted file]
SDL_Core/doc/doxygen/components/JSONHandler/Formatters/index.txt [deleted file]
SDL_Core/doc/doxygen/components/JSONHandler/index.txt [deleted file]
SDL_Core/doc/doxygen/components/ProtocolHandler/index.txt [deleted file]
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Types/Type casts.txt [deleted file]
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Types/Value representation.txt [deleted file]
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Types/index.txt [deleted file]
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/Schema Structure.txt [deleted file]
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/Validation.txt [deleted file]
SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/index.txt [deleted file]
SDL_Core/doc/doxygen/components/SmartObjects/Use of Smart Objects/index.txt [deleted file]
SDL_Core/doc/doxygen/components/SmartObjects/index.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Client Specification/ConnectionManagement.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Client Specification/DataTransfer.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Client Specification/DeviceManagement.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Client Specification/index.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/BluetoothAdapter.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/TCPAdapter.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/index.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Interaction.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/MultiThreading.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/TrasportManager.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Internal Design/index.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase1.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase2.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase3.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/Use Cases/index.txt [deleted file]
SDL_Core/doc/doxygen/components/TransportManager/index.txt [deleted file]
SDL_Core/doc/doxygen/components/index.txt [deleted file]
SDL_Core/doc/doxygen/info.txt [deleted file]
SDL_Core/doc/doxygen/mainpage.txt [deleted file]
SDL_Core/doc/doxygen/tools/InterfaceGenerator/Arhitecture.txt [deleted file]
SDL_Core/doc/doxygen/tools/InterfaceGenerator/CMake Integration.txt [deleted file]
SDL_Core/doc/doxygen/tools/InterfaceGenerator/How To Use.txt [deleted file]
SDL_Core/doc/doxygen/tools/InterfaceGenerator/Use of Output.txt [deleted file]
SDL_Core/doc/doxygen/tools/InterfaceGenerator/index.txt [deleted file]
SDL_Core/doc/doxygen/tools/index.txt [deleted file]
SDL_Core/doc/grc/conf.smartDeviceLinkCore [deleted file]
SDL_Core/doc/grc/grc.conf [deleted file]
SDL_Core/doc/install.txt [deleted file]
SDL_Core/doc/qnx_build.txt [deleted file]
SDL_Core/doc/readme.txt [deleted file]
SDL_Core/src/appMain/CMakeLists.txt [deleted file]
SDL_Core/src/appMain/audio.8bit.wav [deleted file]
SDL_Core/src/appMain/btinclude.h [deleted file]
SDL_Core/src/appMain/hmi_capabilities.json [deleted file]
SDL_Core/src/appMain/life_cycle.cc [deleted file]
SDL_Core/src/appMain/life_cycle.h [deleted file]
SDL_Core/src/appMain/log4cxx.properties [deleted file]
SDL_Core/src/appMain/main.cc [deleted file]
SDL_Core/src/appMain/policy_table.json [deleted file]
SDL_Core/src/appMain/smartDeviceLink.ini [deleted file]
SDL_Core/src/appMain/start-qml.sh [deleted file]
SDL_Core/src/appMain/test.txt [deleted file]
SDL_Core/src/appMain/wp1_policy_table.json [deleted file]
SDL_Core/src/components/CMakeLists.txt [deleted file]
SDL_Core/src/components/HMI/app/AppViews.js [deleted file]
SDL_Core/src/components/HMI/app/Flags.js [deleted file]
SDL_Core/src/components/HMI/app/SDLApp.js [deleted file]
SDL_Core/src/components/HMI/app/StateManager.js [deleted file]
SDL_Core/src/components/HMI/app/controller/AppController.js [deleted file]
SDL_Core/src/components/HMI/app/controller/InfoController.js [deleted file]
SDL_Core/src/components/HMI/app/controller/MediaController.js [deleted file]
SDL_Core/src/components/HMI/app/controller/PhoneController.js [deleted file]
SDL_Core/src/components/HMI/app/controller/sdl/AppController.js [deleted file]
SDL_Core/src/components/HMI/app/controller/sdl/Controller.js [deleted file]
SDL_Core/src/components/HMI/app/controller/sdl/MediaController.js [deleted file]
SDL_Core/src/components/HMI/app/controller/sdl/NonMediaController.js [deleted file]
SDL_Core/src/components/HMI/app/controller/sdl/RPCController.js [deleted file]
SDL_Core/src/components/HMI/app/controlls/AZERTYLayout.js [deleted file]
SDL_Core/src/components/HMI/app/controlls/Button.js [deleted file]
SDL_Core/src/components/HMI/app/controlls/Indicator.js [deleted file]
SDL_Core/src/components/HMI/app/controlls/Label.js [deleted file]
SDL_Core/src/components/HMI/app/controlls/List.js [deleted file]
SDL_Core/src/components/HMI/app/controlls/MenuList.js [deleted file]
SDL_Core/src/components/HMI/app/controlls/QWERTYLayout.js [deleted file]
SDL_Core/src/components/HMI/app/controlls/QWERTZLayout.js [deleted file]
SDL_Core/src/components/HMI/app/controlls/ScrollBar.js [deleted file]
SDL_Core/src/components/HMI/app/controlls/ScrollableText.js [deleted file]
SDL_Core/src/components/HMI/app/mixins/PresetEventCustom.js [deleted file]
SDL_Core/src/components/HMI/app/mixins/PresetEvents.js [deleted file]
SDL_Core/src/components/HMI/app/model/PhoneModel.js [deleted file]
SDL_Core/src/components/HMI/app/model/abstract/RangedValue.js [deleted file]
SDL_Core/src/components/HMI/app/model/media/CDModel.js [deleted file]
SDL_Core/src/components/HMI/app/model/sdl/AppModel.js [deleted file]
SDL_Core/src/components/HMI/app/model/sdl/MediaModel.js [deleted file]
SDL_Core/src/components/HMI/app/model/sdl/Model.js [deleted file]
SDL_Core/src/components/HMI/app/model/sdl/NonMediaModel.js [deleted file]
SDL_Core/src/components/HMI/app/model/sdl/VehicleInfoModel.js [deleted file]
SDL_Core/src/components/HMI/app/util/Audio.js [deleted file]
SDL_Core/src/components/HMI/app/util/StreamAudio.js [deleted file]
SDL_Core/src/components/HMI/app/view/WarningView.js [deleted file]
SDL_Core/src/components/HMI/app/view/climateView.js [deleted file]
SDL_Core/src/components/HMI/app/view/home/bottomControls.js [deleted file]
SDL_Core/src/components/HMI/app/view/home/controlButtons.js [deleted file]
SDL_Core/src/components/HMI/app/view/home/statusClimateView.js [deleted file]
SDL_Core/src/components/HMI/app/view/home/statusInfoView.js [deleted file]
SDL_Core/src/components/HMI/app/view/home/statusMediaView.js [deleted file]
SDL_Core/src/components/HMI/app/view/home/statusNavigationView.js [deleted file]
SDL_Core/src/components/HMI/app/view/home/statusPhoneView.js [deleted file]
SDL_Core/src/components/HMI/app/view/home/topControls.js [deleted file]
SDL_Core/src/components/HMI/app/view/homeView.js [deleted file]
SDL_Core/src/components/HMI/app/view/info/alertsView.js [deleted file]
SDL_Core/src/components/HMI/app/view/info/appsView.js [deleted file]
SDL_Core/src/components/HMI/app/view/info/calendarView.js [deleted file]
SDL_Core/src/components/HMI/app/view/info/devicelistView.js [deleted file]
SDL_Core/src/components/HMI/app/view/info/nonMediaView.js [deleted file]
SDL_Core/src/components/HMI/app/view/info/servicesView.js [deleted file]
SDL_Core/src/components/HMI/app/view/info/travelLinkView.js [deleted file]
SDL_Core/src/components/HMI/app/view/infoView.js [deleted file]
SDL_Core/src/components/HMI/app/view/media/common/LeftMenuView.js [deleted file]
SDL_Core/src/components/HMI/app/view/media/playerView.js [deleted file]
SDL_Core/src/components/HMI/app/view/media/sdl/controllsView.js [deleted file]
SDL_Core/src/components/HMI/app/view/media/sdlmediaView.js [deleted file]
SDL_Core/src/components/HMI/app/view/mediaView.js [deleted file]
SDL_Core/src/components/HMI/app/view/navigationApp/baseNavigationView.js [deleted file]
SDL_Core/src/components/HMI/app/view/navigationAppView.js [deleted file]
SDL_Core/src/components/HMI/app/view/navigationView.js [deleted file]
SDL_Core/src/components/HMI/app/view/phone/dialpadView.js [deleted file]
SDL_Core/src/components/HMI/app/view/phoneView.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/AlertPopUp.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/AudioPassThruPopUp.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/ExitAppView.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/TTSPopUp.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/VRHelpListView.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/VRPopUp.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/VehicleInfoView.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/driverDistraction.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/shared/AbstractView.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/shared/interactionChoicesView.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/shared/keyboard.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/shared/optionsView.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/shared/scrollableMessage.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/shared/sliderView.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/shared/tbtTurnList.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/shared/turnByTurnView.js [deleted file]
SDL_Core/src/components/HMI/app/view/sdl/tbtClientStateView.js [deleted file]
SDL_Core/src/components/HMI/app/view/settingsView.js [deleted file]
SDL_Core/src/components/HMI/audio/alert.wav [deleted file]
SDL_Core/src/components/HMI/audio/initial.wav [deleted file]
SDL_Core/src/components/HMI/audio/listen.wav [deleted file]
SDL_Core/src/components/HMI/audio/positive.wav [deleted file]
SDL_Core/src/components/HMI/audio/say.wav [deleted file]
SDL_Core/src/components/HMI/css/buttonControls.css [deleted file]
SDL_Core/src/components/HMI/css/general.css [deleted file]
SDL_Core/src/components/HMI/css/info.css [deleted file]
SDL_Core/src/components/HMI/css/mcs.css [deleted file]
SDL_Core/src/components/HMI/css/media.css [deleted file]
SDL_Core/src/components/HMI/css/navigation.css [deleted file]
SDL_Core/src/components/HMI/css/phone.css [deleted file]
SDL_Core/src/components/HMI/css/sdl.css [deleted file]
SDL_Core/src/components/HMI/ffw/BasicCommunicationRPC.js [deleted file]
SDL_Core/src/components/HMI/ffw/ButtonsRPC.js [deleted file]
SDL_Core/src/components/HMI/ffw/Framework.js [deleted file]
SDL_Core/src/components/HMI/ffw/NavigationRPC.js [deleted file]
SDL_Core/src/components/HMI/ffw/RPCClient.js [deleted file]
SDL_Core/src/components/HMI/ffw/RPCObserver.js [deleted file]
SDL_Core/src/components/HMI/ffw/TTSRPC.js [deleted file]
SDL_Core/src/components/HMI/ffw/UIRPC.js [deleted file]
SDL_Core/src/components/HMI/ffw/VRRPC.js [deleted file]
SDL_Core/src/components/HMI/ffw/VehicleInfoRPC.js [deleted file]
SDL_Core/src/components/HMI/ffw/WebSocket.js [deleted file]
SDL_Core/src/components/HMI/images/common/arr-r-disable.png [deleted file]
SDL_Core/src/components/HMI/images/common/arr-r.png [deleted file]
SDL_Core/src/components/HMI/images/common/arrow_ico.png [deleted file]
SDL_Core/src/components/HMI/images/common/bt_bg.png [deleted file]
SDL_Core/src/components/HMI/images/common/bt_bg_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/common/btn-28h-gray-active.png [deleted file]
SDL_Core/src/components/HMI/images/common/btn-28h.png [deleted file]
SDL_Core/src/components/HMI/images/common/btn-48h-active-gray.png [deleted file]
SDL_Core/src/components/HMI/images/common/btn-48h-active.png [deleted file]
SDL_Core/src/components/HMI/images/common/btn-48h-pressed.png [deleted file]
SDL_Core/src/components/HMI/images/common/btn-48h.png [deleted file]
SDL_Core/src/components/HMI/images/common/btn-98h.png [deleted file]
SDL_Core/src/components/HMI/images/common/button.png [deleted file]
SDL_Core/src/components/HMI/images/common/button_active_blue.png [deleted file]
SDL_Core/src/components/HMI/images/common/button_large.png [deleted file]
SDL_Core/src/components/HMI/images/common/button_small.png [deleted file]
SDL_Core/src/components/HMI/images/common/center-button-150.png [deleted file]
SDL_Core/src/components/HMI/images/common/center-button.png [deleted file]
SDL_Core/src/components/HMI/images/common/climate-status-bg.png [deleted file]
SDL_Core/src/components/HMI/images/common/delim.png [deleted file]
SDL_Core/src/components/HMI/images/common/divider.png [deleted file]
SDL_Core/src/components/HMI/images/common/header_bg.png [deleted file]
SDL_Core/src/components/HMI/images/common/ico_back.png [deleted file]
SDL_Core/src/components/HMI/images/common/ind_vert_active.png [deleted file]
SDL_Core/src/components/HMI/images/common/ind_vert_def.png [deleted file]
SDL_Core/src/components/HMI/images/common/ls_border.png [deleted file]
SDL_Core/src/components/HMI/images/common/media-status-bg.png [deleted file]
SDL_Core/src/components/HMI/images/common/minus-ico.png [deleted file]
SDL_Core/src/components/HMI/images/common/nav-status-bg.png [deleted file]
SDL_Core/src/components/HMI/images/common/okbut.png [deleted file]
SDL_Core/src/components/HMI/images/common/okbut_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/common/page-back-button.png [deleted file]
SDL_Core/src/components/HMI/images/common/phone-statusbar-bg.png [deleted file]
SDL_Core/src/components/HMI/images/common/plus-ico.png [deleted file]
SDL_Core/src/components/HMI/images/common/scroll_down.png [deleted file]
SDL_Core/src/components/HMI/images/common/scroll_down_active.png [deleted file]
SDL_Core/src/components/HMI/images/common/scroll_down_inactive.png [deleted file]
SDL_Core/src/components/HMI/images/common/scroll_up.png [deleted file]
SDL_Core/src/components/HMI/images/common/scroll_up_inactive.png [deleted file]
SDL_Core/src/components/HMI/images/common/seat-act-led.png [deleted file]
SDL_Core/src/components/HMI/images/common/seat-inact-led.png [deleted file]
SDL_Core/src/components/HMI/images/common/skipbuttonbg.png [deleted file]
SDL_Core/src/components/HMI/images/common/skippbuttonbg_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/common/system_settings_btn_bg.png [deleted file]
SDL_Core/src/components/HMI/images/common/system_settings_btn_bg_active.png [deleted file]
SDL_Core/src/components/HMI/images/common/system_settings_btn_h54.png [deleted file]
SDL_Core/src/components/HMI/images/common/toggle.png [deleted file]
SDL_Core/src/components/HMI/images/home/bottom_controlls_full.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/DownButton.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/DownButton_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/LeftButton.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/LeftButton_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/OkButton.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/OkButton_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/RightButton.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/RightButton_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/UpButton.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/UpButton_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/backGroundControllButtons.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/vr.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/vrImage.png [deleted file]
SDL_Core/src/components/HMI/images/home/controlButtons/vr_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/home/home_main_image.png [deleted file]
SDL_Core/src/components/HMI/images/home/home_phone.png [deleted file]
SDL_Core/src/components/HMI/images/info/callendar-btn.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_assist.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_info_install.png [deleted file]
SDL_Core/src/components/HMI/images/info/ico_vehicle.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_leftMenu_apps_ico.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_leftMenu_calendar_ico.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_leftMenu_services_ico.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_leftMenu_travelLink_ico.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_services_bg.png [deleted file]
SDL_Core/src/components/HMI/images/info/info_travelLink_sirius_logo.png [deleted file]
SDL_Core/src/components/HMI/images/info/menu_active.png [deleted file]
SDL_Core/src/components/HMI/images/info/view_info_calendar.png [deleted file]
SDL_Core/src/components/HMI/images/list/list_item_bg.png [deleted file]
SDL_Core/src/components/HMI/images/list/list_item_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/list/scrollbar/button-down-active.png [deleted file]
SDL_Core/src/components/HMI/images/list/scrollbar/button-up-active.png [deleted file]
SDL_Core/src/components/HMI/images/media/bcs-item_bgL.png [deleted file]
SDL_Core/src/components/HMI/images/media/bcs-item_bgL_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/media/bcs-item_bgR.png [deleted file]
SDL_Core/src/components/HMI/images/media/bcs-item_bgR_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/media/bcs-item_bgS.png [deleted file]
SDL_Core/src/components/HMI/images/media/bcs-item_bgS_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/media/bg.png [deleted file]
SDL_Core/src/components/HMI/images/media/btn_bg.png [deleted file]
SDL_Core/src/components/HMI/images/media/cd-next-btn.png [deleted file]
SDL_Core/src/components/HMI/images/media/cd-next-btn_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/media/cd-prev-btn.png [deleted file]
SDL_Core/src/components/HMI/images/media/cd-prev-btn_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/media/cd_play_btn.png [deleted file]
SDL_Core/src/components/HMI/images/media/divider_o.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico-play.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_arrow_down.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_arrow_up.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_back.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_cd.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_next.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_pause.png [deleted file]
SDL_Core/src/components/HMI/images/media/ico_prew.png [deleted file]
SDL_Core/src/components/HMI/images/media/ls-item_bg.png [deleted file]
SDL_Core/src/components/HMI/images/media/ls-item_bg_act.png [deleted file]
SDL_Core/src/components/HMI/images/media/player_view.png [deleted file]
SDL_Core/src/components/HMI/images/phone/bg.png [deleted file]
SDL_Core/src/components/HMI/images/phone/del.png [deleted file]
SDL_Core/src/components/HMI/images/phone/dial.png [deleted file]
SDL_Core/src/components/HMI/images/phone/end.png [deleted file]
SDL_Core/src/components/HMI/images/phone/ico_phone.png [deleted file]
SDL_Core/src/components/HMI/images/phone/keypad/center_btn.png [deleted file]
SDL_Core/src/components/HMI/images/phone/keypad/center_btn_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/phone/keypad/left_btn.png [deleted file]
SDL_Core/src/components/HMI/images/phone/keypad/left_btn_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/phone/keypad/right_btn.png [deleted file]
SDL_Core/src/components/HMI/images/phone/keypad/right_btn_pressed.png [deleted file]
SDL_Core/src/components/HMI/images/phone/menu_active.png [deleted file]
SDL_Core/src/components/HMI/images/phone/menu_bg.png [deleted file]
SDL_Core/src/components/HMI/images/sdl/Warning.png [deleted file]
SDL_Core/src/components/HMI/images/sdl/audio_icon.jpg [deleted file]
SDL_Core/src/components/HMI/images/sdl/devices.png [deleted file]
SDL_Core/src/components/HMI/images/sdl/new_apps.png [deleted file]
SDL_Core/src/components/HMI/images/sdl/progress.gif [deleted file]
SDL_Core/src/components/HMI/images/sdl/progressindicator.gif [deleted file]
SDL_Core/src/components/HMI/index.html [deleted file]
SDL_Core/src/components/HMI/lib/ember-1.0.pre.js [deleted file]
SDL_Core/src/components/HMI/lib/ember-1.0.pre.min.js [deleted file]
SDL_Core/src/components/HMI/lib/handlebars-1.0.0.beta.6.js [deleted file]
SDL_Core/src/components/HMI/lib/iscroll-lite.js [deleted file]
SDL_Core/src/components/HMI/lib/jquery-1.7.2.js [deleted file]
SDL_Core/src/components/HMI/lib/jquery-1.7.2.min.js [deleted file]
SDL_Core/src/components/HMI/locale/eng.js [deleted file]
SDL_Core/src/components/HMI/locale/locale.js [deleted file]
SDL_Core/src/components/application_manager/CMakeLists.txt [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/application.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/application_data_impl.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/application_impl.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/application_manager.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/application_manager_impl.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/command.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/command_impl.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/command_notification_impl.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/command_request_impl.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/command_response_impl.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/activate_app_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/activate_app_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_all_apps_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_all_apps_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_app_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_app_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/audio_start_stream_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/audio_start_stream_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/audio_stop_stream_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/audio_stop_stream_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/button_get_capabilities_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/button_get_capabilities_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/close_popup_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/close_popup_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/mixing_audio_supported_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/mixing_audio_supported_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_alert_maneuver_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_alert_maneuver_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_is_ready_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_is_ready_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_show_constant_tbt_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_show_constant_tbt_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_start_stream_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_start_stream_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_stop_stream_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_stop_stream_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_update_turn_list_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_update_turn_list_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/notification_from_hmi.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/notification_to_hmi.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_activated_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_deactivated_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_registered_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_unregistered_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_button_event_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_button_press_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_device_chosen_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_driver_distraction_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_exit_all_applications_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_exit_application_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_find_applications.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_navi_tbt_client_state_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_play_tone_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ready_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_sdl_close_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_show_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_start_device_discovery.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_system_context_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_system_request_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_tts_language_change_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_tts_started_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_tts_stopped_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_command_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_keyboard_input_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_language_change_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_reset_timeout_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_touch_event_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_update_device_list.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_acc_pedal_position_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_belt_status_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_body_information_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_device_status_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_driver_braking_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_engine_torque_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_external_temperature_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_fuel_level_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_fuel_level_state_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_gps_data_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_head_lamp_status_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_instant_fuel_consumption_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_my_key_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_odometer_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_prndl_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_rpm_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_speed_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_steering_wheel_angle_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_tire_pressure_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_vehicle_data_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_vin_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_wiper_status_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_command_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_language_change_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_started_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_stopped_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/request_to_hmi.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/response_from_hmi.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_change_registration_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_change_registration_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_capabilities_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_capabilities_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_language_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_language_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_supported_languages_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_supported_languages_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_is_ready_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_is_ready_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_perform_interaction_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_perform_interaction_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_speak_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_speak_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_stop_speaking_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_stop_speaking_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_command_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_command_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_submenu_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_submenu_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_alert_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_alert_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_change_registration_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_change_registration_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_command_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_command_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_submenu_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_submenu_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_end_audio_pass_thru_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_end_audio_pass_thru_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_capabilities_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_capabilities_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_language_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_language_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_supported_languages_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_supported_languages_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_is_ready_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_is_ready_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_interaction_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_interaction_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_scrollable_message_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_scrollable_message_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_display_layout_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_display_layout_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_global_properties_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_global_properties_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_icon_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_icon_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_media_clock_timer_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_media_clock_timer_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_show_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_show_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_slider_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_slider_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_app_list_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_app_list_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_device_list_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_device_list_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_diagnostic_message_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_diagnostic_message_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_dtcs_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_dtcs_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_data_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_data_request_template.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_data_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_data_response_template.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_type_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_type_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_is_ready_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_is_ready_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_read_did_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_read_did_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_subscribe_vehicle_data_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_subscribe_vehicle_data_request_template.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_subscribe_vehicle_data_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_subscribe_vehicle_data_response_template.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_request_template.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_response_template.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_add_command_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_add_command_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_change_registration_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_change_registration_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_delete_command_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_delete_command_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_capabilities_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_capabilities_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_language_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_language_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_supported_languages_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_supported_languages_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_is_ready_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_is_ready_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_command_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_command_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_sub_menu_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_sub_menu_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/change_registration_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/change_registration_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/create_interaction_choice_set_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/create_interaction_choice_set_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_command_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_command_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_file_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_file_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_interaction_choice_set_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_interaction_choice_set_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_sub_menu_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_sub_menu_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/diagnostic_message_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/diagnostic_message_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/dial_number_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/encoded_sync_pdata_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/encoded_sync_pdata_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/end_audio_pass_thru_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/end_audio_pass_thru_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/generic_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_dtcs_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_dtcs_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_vehicle_data_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_vehicle_data_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/list_files_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/list_files_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_app_interface_unregistered_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_audio_pass_thru_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_button_event_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_button_press_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_command_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_driver_distraction_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_encoded_sync_pdata_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_hash_change_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_hmi_status_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_keyboard_input_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_language_change_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_permissions_change_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_sync_pdata_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_system_request_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_tbt_client_state_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_touch_event_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_vehicle_data_notification.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_audio_pass_thru_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_audio_pass_thru_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_interaction_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_interaction_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/put_file_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/put_file_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/read_did_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/read_did_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/register_app_interface_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/register_app_interface_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/reset_global_properties_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/reset_global_properties_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/scrollable_message_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/scrollable_message_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_display_layout_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_display_layout_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_global_properties_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_global_properties_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_icon_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_icon_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_media_clock_timer_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_media_clock_timer_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_constant_tbt_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_constant_tbt_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/slider_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/slider_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/speak_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/speak_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_button_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_button_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_vehicle_data_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_vehicle_data_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/sync_pdata_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/sync_pdata_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/system_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/system_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unregister_app_interface_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unregister_app_interface_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_vehicle_data_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_vehicle_data_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/update_turn_list_request.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/update_turn_list_response.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/commands/pending.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/event_engine/event.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/event_engine/event_dispatcher.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/event_engine/event_observer.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/hmi_capabilities.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/hmi_command_factory.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/message.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/message_helper.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/mobile_command_factory.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/mobile_message_handler.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/policies_manager/policies_manager.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/request_controller.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/resume_ctrl.h [deleted file]
SDL_Core/src/components/application_manager/include/application_manager/smart_object_keys.h [deleted file]
SDL_Core/src/components/application_manager/src/application_data_impl.cc [deleted file]
SDL_Core/src/components/application_manager/src/application_impl.cc [deleted file]
SDL_Core/src/components/application_manager/src/application_manager_impl.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/command_impl.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/command_notification_impl.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/command_request_impl.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/command_response_impl.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/activate_app_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/activate_app_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/allow_all_apps_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/allow_all_apps_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/allow_app_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/allow_app_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/audio_start_stream_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/audio_start_stream_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/audio_stop_stream_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/audio_stop_stream_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/button_get_capabilities_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/button_get_capabilities_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/close_popup_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/close_popup_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/mixing_audio_supported_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/mixing_audio_supported_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_alert_maneuver_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_alert_maneuver_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_is_ready_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_is_ready_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_show_constant_tbt_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_show_constant_tbt_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_start_stream_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_start_stream_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_stop_stream_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_stop_stream_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_update_turn_list_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/navi_update_turn_list_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/notification_from_hmi.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/notification_to_hmi.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_app_activated_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_app_deactivated_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_app_registered_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_app_unregistered_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_button_event_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_button_press_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_device_chosen_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_driver_distraction_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_exit_all_applications_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_exit_application_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_find_applications.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_navi_tbt_client_state_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_play_tone_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_ready_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_sdl_close_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_show_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_start_device_discovery.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_system_context_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_system_request_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_tts_started_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_tts_stopped_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_command_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_keyboard_input_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_language_change_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_reset_timeout_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_touch_event_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_update_device_list.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_acc_pedal_position_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_belt_status_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_body_information_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_device_status_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_driver_braking_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_engine_torque_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_external_temperature_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_fuel_level_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_fuel_level_state_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_gps_data_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_head_lamp_status_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_instant_fuel_consumption_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_my_key_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_odometer_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_prndl_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_rpm_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_speed_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_steering_wheel_angle_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_tire_pressure_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_vehicle_data_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_vin_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_wiper_status_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_command_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_language_change_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_started_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_stopped_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/request_to_hmi.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/response_from_hmi.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_change_registration_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_change_registration_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_capabilities_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_capabilities_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_language_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_language_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_supported_languages_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_supported_languages_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_is_ready_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_is_ready_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_perform_interaction_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_perform_interaction_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_set_global_properties_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_set_global_properties_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_speak_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_speak_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_stop_speaking_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/tts_stop_speaking_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_command_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_command_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_submenu_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_submenu_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_alert_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_alert_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_change_registration_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_change_registration_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_command_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_command_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_submenu_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_submenu_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_end_audio_pass_thru_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_end_audio_pass_thru_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_capabilities_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_capabilities_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_language_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_language_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_supported_languages_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_supported_languages_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_is_ready_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_is_ready_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_audio_pass_thru_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_audio_pass_thru_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_interaction_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_interaction_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_scrollable_message_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_scrollable_message_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_display_layout_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_display_layout_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_global_properties_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_global_properties_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_icon_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_icon_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_media_clock_timer_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_media_clock_timer_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_show_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_show_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_slider_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/ui_slider_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/update_app_list_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/update_app_list_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/update_device_list_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/update_device_list_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_diagnostic_message_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_diagnostic_message_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_dtcs_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_dtcs_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_type_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_type_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_is_ready_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_is_ready_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_read_did_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_read_did_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_subscribe_vehicle_data_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_subscribe_vehicle_data_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_unsubscribe_vehicle_data_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vi_unsubscribe_vehicle_data_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_add_command_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_add_command_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_change_registration_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_change_registration_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_delete_command_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_delete_command_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_capabilities_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_capabilities_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_language_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_language_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_supported_languages_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_supported_languages_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_is_ready_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/hmi/vr_is_ready_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/add_command_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/add_command_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/add_sub_menu_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/add_sub_menu_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/alert_maneuver_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/alert_maneuver_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/alert_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/alert_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/change_registration_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/change_registration_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_command_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_command_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_file_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_file_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_interaction_choice_set_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_interaction_choice_set_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_sub_menu_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/delete_sub_menu_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/diagnostic_message_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/diagnostic_message_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/dial_number_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/encoded_sync_pdata_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/encoded_sync_pdata_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/end_audio_pass_thru_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/end_audio_pass_thru_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/generic_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/get_dtcs_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/get_dtcs_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/get_vehicle_data_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/get_vehicle_data_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/list_files_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/list_files_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_app_interface_unregistered_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_audio_pass_thru_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_button_event_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_button_press_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_command_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_driver_distraction_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_encoded_sync_pdata_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_hash_change_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_hmi_status_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_keyboard_input_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_language_change_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_permissions_change_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_sync_pdata_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_system_request_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_tbt_client_state_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_touch_event_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/on_vehicle_data_notification.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/perform_audio_pass_thru_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/perform_audio_pass_thru_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/perform_interaction_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/perform_interaction_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/put_file_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/put_file_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/read_did_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/read_did_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/register_app_interface_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/register_app_interface_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/reset_global_properties_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/reset_global_properties_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/scrollable_message_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/scrollable_message_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/set_display_layout_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/set_global_properties_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/set_global_properties_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/set_icon_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/set_icon_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/set_media_clock_timer_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/set_media_clock_timer_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/show_constant_tbt_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/show_constant_tbt_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/show_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/show_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/slider_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/slider_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/speak_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/speak_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_button_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_button_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_vehicle_data_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_vehicle_data_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/sync_pdata_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/sync_pdata_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/system_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/system_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/unregister_app_interface_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/unregister_app_interface_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_button_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_button_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_vehicle_data_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_vehicle_data_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/update_turn_list_request.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/mobile/update_turn_list_response.cc [deleted file]
SDL_Core/src/components/application_manager/src/commands/pending.cc [deleted file]
SDL_Core/src/components/application_manager/src/event_engine/event.cc [deleted file]
SDL_Core/src/components/application_manager/src/event_engine/event_dispatcher.cc [deleted file]
SDL_Core/src/components/application_manager/src/event_engine/event_observer.cc [deleted file]
SDL_Core/src/components/application_manager/src/hmi_capabilities.cc [deleted file]
SDL_Core/src/components/application_manager/src/hmi_command_factory.cc [deleted file]
SDL_Core/src/components/application_manager/src/message.cc [deleted file]
SDL_Core/src/components/application_manager/src/message_helper.cc [deleted file]
SDL_Core/src/components/application_manager/src/mobile_command_factory.cc [deleted file]
SDL_Core/src/components/application_manager/src/mobile_message_handler.cc [deleted file]
SDL_Core/src/components/application_manager/src/policies_manager/policies_manager.cc [deleted file]
SDL_Core/src/components/application_manager/src/request_controller.cc [deleted file]
SDL_Core/src/components/application_manager/src/resume_ctrl.cpp [deleted file]
SDL_Core/src/components/config_profile/CMakeLists.txt [deleted file]
SDL_Core/src/components/config_profile/include/config_profile/ini_file.h [deleted file]
SDL_Core/src/components/config_profile/include/config_profile/profile.h [deleted file]
SDL_Core/src/components/config_profile/src/ini_file.cc [deleted file]
SDL_Core/src/components/config_profile/src/profile.cc [deleted file]
SDL_Core/src/components/connection_handler/CMakeLists.txt [deleted file]
SDL_Core/src/components/connection_handler/include/connection_handler/connection.h [deleted file]
SDL_Core/src/components/connection_handler/include/connection_handler/connection_handler.h [deleted file]
SDL_Core/src/components/connection_handler/include/connection_handler/connection_handler_impl.h [deleted file]
SDL_Core/src/components/connection_handler/include/connection_handler/connection_handler_observer.h [deleted file]
SDL_Core/src/components/connection_handler/include/connection_handler/device.h [deleted file]
SDL_Core/src/components/connection_handler/include/connection_handler/devices_discovery_starter.h [deleted file]
SDL_Core/src/components/connection_handler/include/connection_handler/heartbeat_monitor.h [deleted file]
SDL_Core/src/components/connection_handler/src/connection.cc [deleted file]
SDL_Core/src/components/connection_handler/src/connection_handler_impl.cc [deleted file]
SDL_Core/src/components/connection_handler/src/device.cc [deleted file]
SDL_Core/src/components/connection_handler/src/heartbeat_monitor.cc [deleted file]
SDL_Core/src/components/dbus/CMakeLists.txt [deleted file]
SDL_Core/src/components/dbus/codegen/code_formatter.py [deleted file]
SDL_Core/src/components/dbus/codegen/ford_xml_parser.py [deleted file]
SDL_Core/src/components/dbus/codegen/make_introspection_c.py [deleted file]
SDL_Core/src/components/dbus/codegen/make_message_descriptions.py [deleted file]
SDL_Core/src/components/dbus/codegen/make_qml_dbus_cpp.py [deleted file]
SDL_Core/src/components/dbus/codegen/make_qml_dbus_qml.py [deleted file]
SDL_Core/src/components/dbus/include/dbus/dbus_adapter.h [deleted file]
SDL_Core/src/components/dbus/include/dbus/dbus_message_controller.h [deleted file]
SDL_Core/src/components/dbus/include/dbus/message_descriptions.h [deleted file]
SDL_Core/src/components/dbus/include/dbus/schema.h [deleted file]
SDL_Core/src/components/dbus/src/dbus_adapter.cc [deleted file]
SDL_Core/src/components/dbus/src/dbus_message_controller.cc [deleted file]
SDL_Core/src/components/dbus/src/schema.cc [deleted file]
SDL_Core/src/components/formatters/CMakeLists.txt [deleted file]
SDL_Core/src/components/formatters/include/formatters/CFormatterJsonBase.hpp [deleted file]
SDL_Core/src/components/formatters/include/formatters/CFormatterJsonSDLRPCv1.hpp [deleted file]
SDL_Core/src/components/formatters/include/formatters/CFormatterJsonSDLRPCv2.hpp [deleted file]
SDL_Core/src/components/formatters/include/formatters/CSmartFactory.hpp [deleted file]
SDL_Core/src/components/formatters/include/formatters/formatter_json_rpc.h [deleted file]
SDL_Core/src/components/formatters/include/formatters/generic_json_formatter.h [deleted file]
SDL_Core/src/components/formatters/include/formatters/meta_formatter.h [deleted file]
SDL_Core/src/components/formatters/src/CFormatterJsonBase.cpp [deleted file]
SDL_Core/src/components/formatters/src/CFormatterJsonSDLRPCv1.cpp [deleted file]
SDL_Core/src/components/formatters/src/CFormatterJsonSDLRPCv2.cpp [deleted file]
SDL_Core/src/components/formatters/src/CSmartFactory.cpp [deleted file]
SDL_Core/src/components/formatters/src/formatter_json_rpc.cc [deleted file]
SDL_Core/src/components/formatters/src/generic_json_formatter.cc [deleted file]
SDL_Core/src/components/formatters/src/meta_formatter.cc [deleted file]
SDL_Core/src/components/hmi_message_handler/CMakeLists.txt [deleted file]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/dbus_message_adapter.h [deleted file]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_adapter.h [deleted file]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_handler.h [deleted file]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_handler_impl.h [deleted file]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_observer.h [deleted file]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_sender.h [deleted file]
SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/messagebroker_adapter.h [deleted file]
SDL_Core/src/components/hmi_message_handler/src/dbus_message_adapter.cc [deleted file]
SDL_Core/src/components/hmi_message_handler/src/hmi_message_adapter.cc [deleted file]
SDL_Core/src/components/hmi_message_handler/src/hmi_message_handler_impl.cc [deleted file]
SDL_Core/src/components/hmi_message_handler/src/messagebroker_adapter.cc [deleted file]
SDL_Core/src/components/interfaces/CMakeLists.txt [deleted file]
SDL_Core/src/components/interfaces/HMI_API.xml [deleted file]
SDL_Core/src/components/interfaces/Json_HMI_message_specification.txt [deleted file]
SDL_Core/src/components/interfaces/Json_Mobile_side_message_spec.txt [deleted file]
SDL_Core/src/components/interfaces/MOBILE_API.xml [deleted file]
SDL_Core/src/components/interfaces/QT_HMI_API.xml [deleted file]
SDL_Core/src/components/interfaces/v4_protocol_v1_2_no_extra.xml [deleted file]
SDL_Core/src/components/media_manager/CMakeLists.txt [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/audio/a2dp_source_player_adapter.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/audio/audio_stream_sender_thread.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/audio/from_mic_recorder_adapter.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/audio/from_mic_recorder_listener.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/audio/from_mic_to_file_recorder_thread.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/audio/pipe_audio_streamer_adapter.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/audio/socket_audio_streamer_adapter.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/media_adapter.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/media_adapter_impl.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/media_adapter_listener.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/media_manager.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/media_manager_impl.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/pipe_streamer_adapter.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/socket_streamer_adapter.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/streamer_listener.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/video/pipe_video_streamer_adapter.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/video/socket_video_streamer_adapter.h [deleted file]
SDL_Core/src/components/media_manager/include/media_manager/video/video_stream_to_file_adapter.h [deleted file]
SDL_Core/src/components/media_manager/src/audio/a2dp_source_player_adapter.cc [deleted file]
SDL_Core/src/components/media_manager/src/audio/audio_stream_sender_thread.cc [deleted file]
SDL_Core/src/components/media_manager/src/audio/from_mic_recorder_adapter.cc [deleted file]
SDL_Core/src/components/media_manager/src/audio/from_mic_recorder_listener.cc [deleted file]
SDL_Core/src/components/media_manager/src/audio/from_mic_to_file_recorder_thread.cc [deleted file]
SDL_Core/src/components/media_manager/src/audio/pipe_audio_streamer_adapter.cc [deleted file]
SDL_Core/src/components/media_manager/src/audio/socket_audio_streamer_adapter.cc [deleted file]
SDL_Core/src/components/media_manager/src/media_adapter_impl.cc [deleted file]
SDL_Core/src/components/media_manager/src/media_manager_impl.cc [deleted file]
SDL_Core/src/components/media_manager/src/pipe_streamer_adapter.cc [deleted file]
SDL_Core/src/components/media_manager/src/socket_streamer_adapter.cc [deleted file]
SDL_Core/src/components/media_manager/src/streamer_listener.cc [deleted file]
SDL_Core/src/components/media_manager/src/video/pipe_video_streamer_adapter.cc [deleted file]
SDL_Core/src/components/media_manager/src/video/socket_video_streamer_adapter.cc [deleted file]
SDL_Core/src/components/media_manager/src/video/video_stream_to_file_adapter.cc [deleted file]
SDL_Core/src/components/policies/CMakeLists.txt [deleted file]
SDL_Core/src/components/policies/include/policies/permissions_calculator.h [deleted file]
SDL_Core/src/components/policies/include/policies/policy_configuration.h [deleted file]
SDL_Core/src/components/policies/include/policies/policy_manager.h [deleted file]
SDL_Core/src/components/policies/include/policies/policy_manager_impl.h [deleted file]
SDL_Core/src/components/policies/include/policies/policy_table.h [deleted file]
SDL_Core/src/components/policies/include/policies/policy_table_schema.h [deleted file]
SDL_Core/src/components/policies/include/policies/preloaded_pt_schema.h [deleted file]
SDL_Core/src/components/policies/src/permissions_calculator.cc [deleted file]
SDL_Core/src/components/policies/src/policy_configuration.cc [deleted file]
SDL_Core/src/components/policies/src/policy_manager_impl.cc [deleted file]
SDL_Core/src/components/policies/src/policy_table.cc [deleted file]
SDL_Core/src/components/policies/src/policy_table_schema.cc [deleted file]
SDL_Core/src/components/policies/src/preloaded_pt_schema.cc [deleted file]
SDL_Core/src/components/protocol_handler/CMakeLists.txt [deleted file]
SDL_Core/src/components/protocol_handler/include/protocol_handler/applink_protocol.h [deleted file]
SDL_Core/src/components/protocol_handler/include/protocol_handler/message_priority.h [deleted file]
SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_handler.h [deleted file]
SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_handler_impl.h [deleted file]
SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_observer.h [deleted file]
SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_packet.h [deleted file]
SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_payload.h [deleted file]
SDL_Core/src/components/protocol_handler/include/protocol_handler/raw_message.h [deleted file]
SDL_Core/src/components/protocol_handler/include/protocol_handler/rpc_type.h [deleted file]
SDL_Core/src/components/protocol_handler/include/protocol_handler/service_type.h [deleted file]
SDL_Core/src/components/protocol_handler/include/protocol_handler/session_observer.h [deleted file]
SDL_Core/src/components/protocol_handler/src/applink_protocol.cc [deleted file]
SDL_Core/src/components/protocol_handler/src/message_priority.cc [deleted file]
SDL_Core/src/components/protocol_handler/src/protocol_handler_impl.cc [deleted file]
SDL_Core/src/components/protocol_handler/src/protocol_packet.cc [deleted file]
SDL_Core/src/components/protocol_handler/src/protocol_payload.cc [deleted file]
SDL_Core/src/components/protocol_handler/src/raw_message.cc [deleted file]
SDL_Core/src/components/protocol_handler/src/rpc_type.cc [deleted file]
SDL_Core/src/components/protocol_handler/src/service_type.cc [deleted file]
SDL_Core/src/components/qt_hmi/CMakeLists.txt [deleted file]
SDL_Core/src/components/qt_hmi/Readme.txt [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/EVALUATION USE LICENSE AGREEMENT.doc [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/HelveticaNeueLTStd-Bold.ttf [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/HelveticaNeueLTStd-Md.ttf [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/HelveticaNeueLTStd-Roman.ttf [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTCom-Lt.ttf [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTCom-LtCn.ttf [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTCom-ThCn.ttf [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTStd-Bold.ttf [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTStd-Md.ttf [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTStd-Roman.ttf [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/ImageHardkey.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/AlphaSortLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/BlankLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/ChromeLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/ClimatePCALayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/ControlMirrorLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/FMLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/FMLayoutPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/HomeLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/ListLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/NavInRouteLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/NavKeyboardLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/NavNoRouteLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/OffLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/PCAstatusBarLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/PhoneContactsLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/SiriusLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/StartLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/TC1_B1_Grid.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/TileBackImgLayoutPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/TileBackLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/TileBackLayoutPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/USBLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Layouts/USBLayoutPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/PCA_HMI_v1_0.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/PCA_HMI_v1_0.qmlproject [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/CButton.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Ford-HMI-PCA-phone_contacts.psd [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/HierarchicalListBG.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/Map.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/OptionsInActive.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/OptionsPressed_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/Options_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/compass.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/current street.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/deleteIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/deleteIconBlack.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/destIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/destIconBlack.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/turnArrow.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/OButton.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/ButtonCenter_0_8.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/ButtonEnd_8_8.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/ButtonOtherEnd_8_8.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/Ford-HMI-PCA-audio_fm_sirius.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/HD Logo.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/HD Logo1.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/HDBtn_8_8.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/SourceBtn_8_8.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/TuneBtn_8_8.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/blueBall.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/menuIcon_2_2.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/perlJamIcon_0_0.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/whiteBall.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/NextPressed_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/Next_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/PrevPressed_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/Prev_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/albumArt.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/pause.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/pausePressed_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/pause_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/playPressed_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/play_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/Ambient Lighti Icon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/EV Icon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/MCS Icon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/SYNC Services.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/cal.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/folders.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/key_car.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/sun.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/album artRazorFish.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/keyPressed_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/keySelected.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/key_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/muteActive.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/muteInActive.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/mutePressed_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/mute_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/presetPressed_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/presetSelected.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/preset_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/zoomPressed_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/zoomSelected.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/zoom_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/A_C icon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/A_C iconBlack.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ButtonActive_0_0.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ButtonInActive_0_0.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ButtonPressed_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/Button_9_9.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/defrost icon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/defrost iconBlue.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/face icon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/face iconBlack.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/feet icon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/feet iconBlack.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/headed dash.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/headed dashBlue.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/heated seat icon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/heated seat iconBlack.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ring.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/wheel icon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/wheel iconBlack.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/dn-arrow.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/g136p.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/g137p.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/arrow.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/car.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/gear.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/notes.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/phone.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/snow.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/DNDoff.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/DNDon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/contacts.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/keypad.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/messages.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/more.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/recent.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/texts.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/scrollbar.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/slider.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Resources/up-arrow.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/TextHardkey.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/AM.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/AMPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/AlphaSortPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/AuxPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/BT_AudioPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/CDPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/Chrome.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/ClimatePCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/ControlMirror.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/FM.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/FMPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/GenListHandling.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/GridMenuPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/Home.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/List.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/MenuTopLevelGrid.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/MyVehiclePCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/NavInRoute.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/NavKeyboardPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/NavMenu.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/NavNoRoute.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/Off.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/On.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/PCAstatusBar.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/PhoneContactsListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/PhonePCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/RadioEventHandling.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/RadioEventHandlingPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/SDL_MusicPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/Sirius.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/SiriusPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/SourceChange.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/SourceChangePCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/Start.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/USB.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/USBPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Views/iPodPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/FocusListViewLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewImgItemLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewItemLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewPresetItemLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewPresetLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/PhoneListWdgtLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/PresetGridLayoutPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/PresetPCALayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/SimpleItemWdgLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TGListItemLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonBackGroundPCALayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonClimatePCALayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonPCALayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonPCASpecialLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/BaseText.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/CondText.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/FocusListViewWidget.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewImgItemWidget.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewItemWidget.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewPresetItemWidget.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewPresetWidget.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewWidget.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/MenuListItemWidget.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/MenuSubmenuListItemWidget.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/PhoneContactListItemWdgt.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/PresetPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/PresetsGridPCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/ScrollBar.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButton2.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButtonBackGround_PCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButtonClimatePCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButtonSpecial_PCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButton_PCA.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/Widgets/VerySimpleListItemWidget.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/QtHMIFrameworkd.pdb [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/plugin.qmltypes [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtBorderImage.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtContainer.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtGridView.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtImage.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtPathView.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtScrollbar.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtScrollview.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtText.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtTouchAreaEnums.js [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActScriptCall.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActSystemModelCall.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActTimer.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActWidgetCall.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActWidgetProperty.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FAnimViewHide.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FAnimationEnums.js [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FConditionPool.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FDataPool.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FEventPool.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FGaugeValue.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FHardwareKeyEnums.js [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStringFormat.js [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStringFormat.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStyle.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStyler.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FTimer.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FTimerEnums.js [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FTrgTimer.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCase.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCaseGroup.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCaseSimple.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCaseTransition.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qmldir [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/.gitignore [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/BananaSnacks.pro [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas.desktop [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas64.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas80.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas_harmattan.desktop [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/README.md [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/bananas.qmlproject [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/fetch_plugins.sh [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/load_env.sh [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/main.cpp [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/mediacore/qmldir [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/navcore/qmldir [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/phonecore/qmldir [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/sdlcore/qmldir [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/AddIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/BackIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/BluetoothIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/CMaxCal.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ChromeBottom.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ChromeTop.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Cloud.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/CloudNight.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Content/FunArtwork.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Content/MapMich.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Content/SiriusArtwork.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Crosshairs.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/DeleteIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/DndIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/EvIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/FavoritesIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Forward.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/HomeIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/KeyboardIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/KeypadEntryIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/KeypadIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/LightingIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Loop.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/MediaTab.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/MessagesIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/MissingArtwork.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/NavigationTab.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PandoraIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Pause.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhoneCornerIcons.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhoneIcons.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhoneTab.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhonebookIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Play.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PoiIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RadioIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RecentCallsIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RecentDestinationsIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Rewind.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RightTurn.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ScoutIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SearchIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SeatsIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ServicesIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Shuffle.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SiriusIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SpeedDialIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/UsbIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VehicleCornerIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VehicleTab.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VhrIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VoicemailIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/WallpaperIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/WifiIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/WorkIcon.png [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/BackButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Button.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/CheckButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Clickable.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/GraphicalButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/H1.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/H2.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/ImageButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Key.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Keyboard.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Keypad.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/MediaBrowser.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/OverflowableText.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/RadioButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/RadioButtonGroup.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Section.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/TextBox.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/TextEntry.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Weather.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/EmptyLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/LeftThirdSection.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/MediaLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/MediaPlayerLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/TitledLayout.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/.usb.qml.swp [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/Browse/artists.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/applink.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/bluetooth.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/fm.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/menu.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/sirius.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/usb.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/.menu.qml.swp [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/favorites.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/keyboard_search.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/map.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/menu.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/poi.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/recent_destinations.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/video_moving_map.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/device_info.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/discovery.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/keypad.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/manage_devices.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/menu.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/recent_calls.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Vehicle/menu.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/alert.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/chrome.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/home.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/home_corners.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/media.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/navigation.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/phone.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/vehicle.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/main.qml [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qtquick2applicationviewer/qtquick2applicationviewer.cpp [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qtquick2applicationviewer/qtquick2applicationviewer.h [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/.gitignore [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/FordSdlCore.pro [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsServer.cpp [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsServer.h [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsSocket.cpp [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsSocket.h [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QtWebsocket.pro [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QtWebsocket.vcproj [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.cpp [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/qmldir [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.cpp [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.h [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlappslistmodel.cpp [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlappslistmodel.h [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/smartdevicelink.cpp [deleted file]
SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/smartdevicelink.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/.gitignore [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/CMakeLists.txt [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/MainWindow.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ArrowKeys.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/BackButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/CheckBox.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/CircleButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ClickableImage.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ClickableText.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ClimateControlBtn.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ComboBox.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/GradientRectangle.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/GridItem.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/HardwareButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/HeaderMenu.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/Icon.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ListItem.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/MaskedButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/MultiTouchArea.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/OvalButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PagedFlickable.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/Pager.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PlayPauseButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PowerSwitchButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PresetRow.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PushButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ScrollableListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ScrollableText.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/SoftButton.js [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/SoftButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/StatusBar.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/Async.js [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/BasicCommunication.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/Buttons.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/Navigation.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/TTS.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/UI.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/VR.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/VehicleInfo.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/log4cxx.properties [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ApplicationData.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ApplicationModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/CarMenuModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/Constants.js [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ContactsListModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/DataStorage.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/InteractionModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/Internal.js [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/MainMenuListModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/MediaClockModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/MusicSourceModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/NavigationMenuModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/NavigationModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/PerformAudioPassThruModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/PhoneMenuModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/PlayerState.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ScrollableMessageModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/SettingsStorage.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/SliderModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/models/VehicleInfoModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/AlertWindow.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/ContextPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/ExitAllApplicationsPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/InteractionPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/PerformAudioPassThruPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/PopUp.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/SliderPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/TBTClientStatePopUp.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/TTSPopUp.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/VRHelpPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/VRPopUp.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/VehicleInfoPopUp.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/qml_model.qmlproject [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/AMPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ApplicationListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/BTPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/CDPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/CarMenuGridView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ChangeDeviceView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ClimateControlView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ContactsListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/FMPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/GeneralView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/GridMenu.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/HardwareButtonsView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/IPodPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/LineInPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MainMenuView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MediaClockView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MediaPlayer.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MusicSourceView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationInRouteGridView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationKeyboardView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationMenuView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationNoRouteGridView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/PhoneKeyboardView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/PhoneMenuGridView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/RadioPlayer.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLNavi.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLNonMediaView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLPlayerOptionsListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ScrollableMessageView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SimulationView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SiriusPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/TurnByTurnView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/TurnListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/UsbPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt4/views/WarningInfo.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/.gitignore [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/CMakeLists.txt [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/MainWindow.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ArrowKeys.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/BackButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/CircleButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ClickableImage.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ClickableText.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ClimateControlBtn.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/GradientRectangle.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/GridItem.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/HardwareButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/HeaderMenu.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/Icon.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ListItem.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/MaskedButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/MultiTouchArea.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/OvalButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PagedFlickable.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/Pager.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PlayPauseButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PowerSwitchButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PresetRow.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PushButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ScrollableListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/SoftButton.js [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/SoftButton.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/StatusBar.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Async.js [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/BasicCommunication.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Buttons.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Navigation.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/TTS.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/UI.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/VR.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/VehicleInfo.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/log4cxx.properties [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ApplicationData.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ApplicationModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/CarMenuModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/Constants.js [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ContactsListModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/DataStorage.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/Internal.js [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/MainMenuListModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/MediaClockModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/MusicSourceModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/NavigationMenuModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/NavigationModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/PerformAudioPassThruModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/PhoneMenuModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/PlayerState.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ScrollableMessageModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/SettingsStorage.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/SliderModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/VehicleInfoModel.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/models/VrHelpItemsDefault.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/AlertWindow.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/ContextPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/ExitAllApplicationsPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/InteractionPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/PerformAudioPassThruPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/PopUp.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/SliderPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/TBTClientStatePopUp.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/TTSPopUp.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/VRHelpPopup.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/VRPopUp.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/VehicleInfoPopUp.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/qml_model.qmlproject [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/AMPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ApplicationListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/BTPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/CDPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/CarMenuGridView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ChangeDeviceView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ClimateControlView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ContactsListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/FMPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/GeneralView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/GridMenu.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/HardwareButtonsView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/IPodPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/LineInPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MainMenuView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MediaClockView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MediaPlayer.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MusicSourceView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationInRouteGridView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationKeyboardView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationMenuView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationNoRouteGridView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/PhoneKeyboardView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/PhoneMenuGridView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/RadioPlayer.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLNavi.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLNonMediaView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLPlayerOptionsListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ScrollableMessageView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SimulationView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SiriusPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/TurnByTurnView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/TurnListView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/UsbPlayerView.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_model_qt5/views/WarningInfo.qml [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/CMakeLists.txt [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/CMakeLists.txt [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_controller.cc [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_controller.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_plugin.cc [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_plugin.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/hmi_proxy.cc [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/hmi_proxy.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/metatype.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/optional_argument.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/qml_dbus_common.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/qmldir [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/qt_version.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/sdl_proxy.cc [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/sdl_proxy.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/stream_qvariant.cc [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/stream_qvariant.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/CMakeLists.txt [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/attributed_mouse_event.cc [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/attributed_mouse_event.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.cc [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/masked_container.cc [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/masked_container.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/qmldir [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/qt_version.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/CMakeLists.txt [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/log4cxx_plugin.cc [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/log4cxx_plugin.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/qmldir [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/CMakeLists.txt [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier.cc [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier_plugin.cc [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier_plugin.h [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/qmldir [deleted file]
SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/qt_version.h [deleted file]
SDL_Core/src/components/qt_hmi/res/SPT.png [deleted file]
SDL_Core/src/components/qt_hmi/res/album_art.png [deleted file]
SDL_Core/src/components/qt_hmi/res/app_911_assist.png [deleted file]
SDL_Core/src/components/qt_hmi/res/app_vehicle_info.png [deleted file]
SDL_Core/src/components/qt_hmi/res/apps.png [deleted file]
SDL_Core/src/components/qt_hmi/res/arrow.png [deleted file]
SDL_Core/src/components/qt_hmi/res/blue_ball.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/long_oval_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/long_oval_pressed_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/longest_oval_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/longest_oval_btn_pressed.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_bottom.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_left.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_pressed_left.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_pressed_right.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_right.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_top.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/player_next_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/player_next_pressed_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/player_pause_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/player_pause_pressed_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/player_play_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/player_play_pressed_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/player_prev_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/player_prev_pressed_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/preset_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/preset_pressed_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/round_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/round_pressed_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/short_oval_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/short_oval_btn_pressed.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/zoom.png [deleted file]
SDL_Core/src/components/qt_hmi/res/buttons/zoom_pressed.png [deleted file]
SDL_Core/src/components/qt_hmi/res/car.png [deleted file]
SDL_Core/src/components/qt_hmi/res/change_devices.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/AC_off.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/AC_on.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/climate_round_off_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/climate_round_on_btn.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/defrost_off.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/defrost_on.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/face_off.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/face_on.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/feet_off.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/feet_on.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/headed_dash_off.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/headed_dash_on.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/heated_seat_off.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/heated_seat_on.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/heated_wheel_off.png [deleted file]
SDL_Core/src/components/qt_hmi/res/climate/heated_wheel_on.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/DownButton.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/DownButton_pressed.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/LeftButton.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/LeftButton_pressed.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/OkButton.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/OkButton_pressed.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/RightButton.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/RightButton_pressed.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/UpButton.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/UpButton_pressed.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/backGroundControllButtons.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/vrButton.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/vrButton_pressed.png [deleted file]
SDL_Core/src/components/qt_hmi/res/controlButtons/vrImage.png [deleted file]
SDL_Core/src/components/qt_hmi/res/find_apps.png [deleted file]
SDL_Core/src/components/qt_hmi/res/gear.png [deleted file]
SDL_Core/src/components/qt_hmi/res/hd_logo_off.png [deleted file]
SDL_Core/src/components/qt_hmi/res/hd_logo_on.png [deleted file]
SDL_Core/src/components/qt_hmi/res/initial.wav [deleted file]
SDL_Core/src/components/qt_hmi/res/install_apps.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/compass.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/current_street.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/delete_icon.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/delete_icon_black.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/dest_icon.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/dest_icon_black.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/map.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/mute_off.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/mute_on.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/options.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/options_in_active.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/options_pressed.png [deleted file]
SDL_Core/src/components/qt_hmi/res/nav/turnArrow.png [deleted file]
SDL_Core/src/components/qt_hmi/res/notes.png [deleted file]
SDL_Core/src/components/qt_hmi/res/phone/contacts.png [deleted file]
SDL_Core/src/components/qt_hmi/res/phone/dnd_off.png [deleted file]
SDL_Core/src/components/qt_hmi/res/phone/dnd_on.png [deleted file]
SDL_Core/src/components/qt_hmi/res/phone/keypad.png [deleted file]
SDL_Core/src/components/qt_hmi/res/phone/messages.png [deleted file]
SDL_Core/src/components/qt_hmi/res/phone/more.png [deleted file]
SDL_Core/src/components/qt_hmi/res/phone/phone.png [deleted file]
SDL_Core/src/components/qt_hmi/res/phone/recent.png [deleted file]
SDL_Core/src/components/qt_hmi/res/phone/texts.png [deleted file]
SDL_Core/src/components/qt_hmi/res/snow.png [deleted file]
SDL_Core/src/components/qt_hmi/res/vehicle/Ambient Lighti Icon.png [deleted file]
SDL_Core/src/components/qt_hmi/res/vehicle/EV Icon.png [deleted file]
SDL_Core/src/components/qt_hmi/res/vehicle/MCS Icon.png [deleted file]
SDL_Core/src/components/qt_hmi/res/vehicle/SYNC Services.png [deleted file]
SDL_Core/src/components/qt_hmi/res/vehicle/cal.png [deleted file]
SDL_Core/src/components/qt_hmi/res/vehicle/folders.png [deleted file]
SDL_Core/src/components/qt_hmi/res/vehicle/key_car.png [deleted file]
SDL_Core/src/components/qt_hmi/res/vehicle/sun.png [deleted file]
SDL_Core/src/components/qt_hmi/res/warning.png [deleted file]
SDL_Core/src/components/qt_hmi/res/white_ball.png [deleted file]
SDL_Core/src/components/request_watchdog/CMakeLists.txt [deleted file]
SDL_Core/src/components/request_watchdog/include/request_watchdog/request_info.h [deleted file]
SDL_Core/src/components/request_watchdog/include/request_watchdog/request_watchdog.h [deleted file]
SDL_Core/src/components/request_watchdog/include/request_watchdog/watchdog.h [deleted file]
SDL_Core/src/components/request_watchdog/include/request_watchdog/watchdog_subscriber.h [deleted file]
SDL_Core/src/components/request_watchdog/src/request_info.cc [deleted file]
SDL_Core/src/components/request_watchdog/src/request_watchdog.cc [deleted file]
SDL_Core/src/components/request_watchdog/src/watchdog.cc [deleted file]
SDL_Core/src/components/resumption/CMakeLists.txt [deleted file]
SDL_Core/src/components/resumption/include/resumption/last_state.h [deleted file]
SDL_Core/src/components/resumption/src/last_state.cc [deleted file]
SDL_Core/src/components/rpc_base/CMakeLists.txt [deleted file]
SDL_Core/src/components/rpc_base/include/rpc_base/rpc_base.h [deleted file]
SDL_Core/src/components/rpc_base/include/rpc_base/rpc_base_inl.h [deleted file]
SDL_Core/src/components/rpc_base/include/rpc_base/rpc_base_json_inl.h [deleted file]
SDL_Core/src/components/rpc_base/include/rpc_base/rpc_message.h [deleted file]
SDL_Core/src/components/rpc_base/src/rpc_base/rpc_base.cc [deleted file]
SDL_Core/src/components/rpc_base/src/rpc_base/rpc_message.cc [deleted file]
SDL_Core/src/components/smart_objects/CMakeLists.txt [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/always_false_schema_item.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/always_true_schema_item.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/array_schema_item.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/bool_schema_item.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/enum_schema_item.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/errors.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/number_schema_item.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/object_optional_schema_item.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/object_schema_item.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/schema_item.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/schema_item_parameter.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/smart_object.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/smart_schema.h [deleted file]
SDL_Core/src/components/smart_objects/include/smart_objects/string_schema_item.h [deleted file]
SDL_Core/src/components/smart_objects/src/always_false_schema_item.cc [deleted file]
SDL_Core/src/components/smart_objects/src/always_true_schema_item.cc [deleted file]
SDL_Core/src/components/smart_objects/src/array_schema_item.cc [deleted file]
SDL_Core/src/components/smart_objects/src/bool_schema_item.cc [deleted file]
SDL_Core/src/components/smart_objects/src/enum_schema_item.cc [deleted file]
SDL_Core/src/components/smart_objects/src/number_schema_item.cc [deleted file]
SDL_Core/src/components/smart_objects/src/object_optional_schema_item.cc [deleted file]
SDL_Core/src/components/smart_objects/src/object_schema_item.cc [deleted file]
SDL_Core/src/components/smart_objects/src/schema_item.cc [deleted file]
SDL_Core/src/components/smart_objects/src/smart_object.cc [deleted file]
SDL_Core/src/components/smart_objects/src/smart_schema.cc [deleted file]
SDL_Core/src/components/smart_objects/src/string_schema_item.cc [deleted file]
SDL_Core/src/components/transport_manager/CMakeLists.txt [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_connection_factory.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_device.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_device_scanner.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_socket_connection.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_transport_adapter.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/common.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/error.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/info.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/dnssd_service_browser.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_client_listener.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_connection_factory.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_device.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_socket_connection.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_transport_adapter.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/client_connection_listener.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/connection.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/device.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/device_scanner.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/server_connection_factory.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/threaded_socket_connection.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_controller.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_event.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_impl.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_listener.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_listener_impl.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_default.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_impl.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_listener.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_listener_empty.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/common.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/libusb/platform_usb_device.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/libusb/usb_connection.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/libusb/usb_handler.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/qnx/platform_usb_device.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/qnx/usb_connection.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/qnx/usb_handler.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_aoa_adapter.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_connection_factory.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_control_transfer.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_device.h [deleted file]
SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_device_scanner.h [deleted file]
SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_connection_factory.cc [deleted file]
SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_device.cc [deleted file]
SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_device_scanner.cc [deleted file]
SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_socket_connection.cc [deleted file]
SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_transport_adapter.cc [deleted file]
SDL_Core/src/components/transport_manager/src/tcp/dnssd_service_browser.cc [deleted file]
SDL_Core/src/components/transport_manager/src/tcp/tcp_client_listener.cc [deleted file]
SDL_Core/src/components/transport_manager/src/tcp/tcp_connection_factory.cc [deleted file]
SDL_Core/src/components/transport_manager/src/tcp/tcp_device.cc [deleted file]
SDL_Core/src/components/transport_manager/src/tcp/tcp_socket_connection.cc [deleted file]
SDL_Core/src/components/transport_manager/src/tcp/tcp_transport_adapter.cc [deleted file]
SDL_Core/src/components/transport_manager/src/transport_adapter/threaded_socket_connection.cc [deleted file]
SDL_Core/src/components/transport_manager/src/transport_adapter/transport_adapter_event.cc [deleted file]
SDL_Core/src/components/transport_manager/src/transport_adapter/transport_adapter_impl.cc [deleted file]
SDL_Core/src/components/transport_manager/src/transport_adapter/transport_adapter_listener_impl.cc [deleted file]
SDL_Core/src/components/transport_manager/src/transport_manager_default.cc [deleted file]
SDL_Core/src/components/transport_manager/src/transport_manager_impl.cc [deleted file]
SDL_Core/src/components/transport_manager/src/usb/libusb/platform_usb_device.cc [deleted file]
SDL_Core/src/components/transport_manager/src/usb/libusb/usb_connection.cc [deleted file]
SDL_Core/src/components/transport_manager/src/usb/libusb/usb_handler.cc [deleted file]
SDL_Core/src/components/transport_manager/src/usb/qnx/platform_usb_device.cc [deleted file]
SDL_Core/src/components/transport_manager/src/usb/qnx/usb_connection.cc [deleted file]
SDL_Core/src/components/transport_manager/src/usb/qnx/usb_handler.cc [deleted file]
SDL_Core/src/components/transport_manager/src/usb/usb_aoa_adapter.cc [deleted file]
SDL_Core/src/components/transport_manager/src/usb/usb_connection_factory.cc [deleted file]
SDL_Core/src/components/transport_manager/src/usb/usb_device_scanner.cc [deleted file]
SDL_Core/src/components/utils/CMakeLists.txt [deleted file]
SDL_Core/src/components/utils/include/utils/atomic.h [deleted file]
SDL_Core/src/components/utils/include/utils/back_trace.h [deleted file]
SDL_Core/src/components/utils/include/utils/bitstream.h [deleted file]
SDL_Core/src/components/utils/include/utils/conditional_variable.h [deleted file]
SDL_Core/src/components/utils/include/utils/date_time.h [deleted file]
SDL_Core/src/components/utils/include/utils/dict.h [deleted file]
SDL_Core/src/components/utils/include/utils/file_system.h [deleted file]
SDL_Core/src/components/utils/include/utils/lock.h [deleted file]
SDL_Core/src/components/utils/include/utils/logger.h [deleted file]
SDL_Core/src/components/utils/include/utils/macro.h [deleted file]
SDL_Core/src/components/utils/include/utils/memory_barrier.h [deleted file]
SDL_Core/src/components/utils/include/utils/message_queue.h [deleted file]
SDL_Core/src/components/utils/include/utils/prioritized_queue.h [deleted file]
SDL_Core/src/components/utils/include/utils/shared_ptr.h [deleted file]
SDL_Core/src/components/utils/include/utils/signals.h [deleted file]
SDL_Core/src/components/utils/include/utils/singleton.h [deleted file]
SDL_Core/src/components/utils/include/utils/stl_utils.h [deleted file]
SDL_Core/src/components/utils/include/utils/threads/message_loop_thread.h [deleted file]
SDL_Core/src/components/utils/include/utils/threads/thread.h [deleted file]
SDL_Core/src/components/utils/include/utils/threads/thread_delegate.h [deleted file]
SDL_Core/src/components/utils/include/utils/threads/thread_manager.h [deleted file]
SDL_Core/src/components/utils/include/utils/threads/thread_options.h [deleted file]
SDL_Core/src/components/utils/include/utils/threads/thread_validator.h [deleted file]
SDL_Core/src/components/utils/include/utils/timer_thread.h [deleted file]
SDL_Core/src/components/utils/src/back_trace.cc [deleted file]
SDL_Core/src/components/utils/src/bitstream.cc [deleted file]
SDL_Core/src/components/utils/src/conditional_variable_posix.cc [deleted file]
SDL_Core/src/components/utils/src/date_time.cc [deleted file]
SDL_Core/src/components/utils/src/file_system.cc [deleted file]
SDL_Core/src/components/utils/src/lock_posix.cc [deleted file]
SDL_Core/src/components/utils/src/signals_linux.cc [deleted file]
SDL_Core/src/components/utils/src/threads/posix_thread.cc [deleted file]
SDL_Core/src/components/utils/src/threads/thread_manager.cc [deleted file]
SDL_Core/src/components/utils/src/threads/thread_validator.cc [deleted file]
SDL_Core/src/thirdPartyLibs/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/CMessageBroker.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/CMessageBrokerRegistry.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/CSender.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/MBDebugHelper.h [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/mb_client.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/mb_controller.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/mb_server.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/mb_tcpclient.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/mb_tcpserver.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/networking.h [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/system.h [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/include/websocket_handler.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/client/mb_client.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/client/mb_controller.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/client/mb_tcpclient.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerAVA.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerAVA.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerBackend.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerBackend.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerPhone.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerPhone.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerServer.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerServer.hpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/CMessageBroker.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/CMessageBrokerRegistry.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/libMBDebugHelper.h [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/md5.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/md5.h [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/system.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/websocket_handler.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/server/mb_server.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/server/mb_tcpserver.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/MessageBroker/src/server/networking.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/encryption/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/encryption/include/encryption/Base64.h [deleted file]
SDL_Core/src/thirdPartyLibs/encryption/src/Base64.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/CHANGES [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/CONTRIBUTORS [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/COPYING [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/README [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/aclocal.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/config.guess [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/config.h.in [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/config.sub [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/depcomp [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/install-sh [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/ltmain.sh [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/missing [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/configure [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/configure.ac [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/fused-src/gmock-gtest-all.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/fused-src/gmock/gmock.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/fused-src/gmock_main.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/fused-src/gtest/gtest.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/CHANGES [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/CONTRIBUTORS [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/COPYING [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/README [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/aclocal.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/config.guess [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/config.h.in [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/config.sub [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/depcomp [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/install-sh [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/ltmain.sh [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/missing [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/cmake/internal_utils.cmake [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest.cbproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest.groupproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_all.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_link.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_main.cbproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_unittest.cbproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/configure [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/configure.ac [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/fused-src/gtest/gtest-all.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/fused-src/gtest/gtest.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/fused-src/gtest/gtest_main.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-death-test.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-message.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-param-test.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-param-test.h.pump [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-printers.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-spi.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-test-part.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-typed-test.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest_prod.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-death-test-internal.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-filepath.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-internal.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-linked_ptr.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-param-util-generated.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-param-util-generated.h.pump [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-param-util.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-port.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-string.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-tuple.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-tuple.h.pump [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-type-util.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-type-util.h.pump [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/acx_pthread.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/gtest.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/libtool.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/ltoptions.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/ltsugar.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/ltversion.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/lt~obsolete.m4 [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest-md.sln [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest-md.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest.sln [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_main-md.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_main.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_prod_test-md.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_prod_test.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_unittest-md.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_unittest.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/prime_tables.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample1.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample1.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample10_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample1_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample2.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample2.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample2_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample3-inl.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample3_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample4.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample4.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample4_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample5_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample6_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample7_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample8_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample9_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/scripts/fuse_gtest_files.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/scripts/gen_gtest_pred_impl.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/scripts/gtest-config.in [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/scripts/pump.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-all.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-death-test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-filepath.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-internal-inl.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-port.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-printers.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-test-part.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-typed-test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest_main.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-death-test_ex_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-death-test_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-filepath_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-linked_ptr_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-listener_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-message_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-options_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-param-test2_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-param-test_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-param-test_test.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-port_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-printers_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-test-part_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-tuple_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-typed-test2_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-typed-test_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-typed-test_test.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-unittest-api_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_all_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_break_on_failure_unittest.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_break_on_failure_unittest_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_catch_exceptions_test.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_catch_exceptions_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_color_test.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_color_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_env_var_test.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_env_var_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_environment_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_filter_unittest.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_filter_unittest_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_help_test.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_help_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_list_tests_unittest.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_list_tests_unittest_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_main_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_no_test_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_output_test.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_output_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_output_test_golden_lin.txt [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_pred_impl_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_prod_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_repeat_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_shuffle_test.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_shuffle_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_sole_header_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_stress_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_test_utils.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_throw_on_failure_ex_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_throw_on_failure_test.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_throw_on_failure_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_uninitialized_test.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_uninitialized_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_unittest.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_outfile1_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_outfile2_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_outfiles_test.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_output_unittest.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_output_unittest_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_test_utils.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/production.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/production.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/DebugProject.xcconfig [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/FrameworkTarget.xcconfig [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/General.xcconfig [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/ReleaseProject.xcconfig [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/StaticLibraryTarget.xcconfig [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/TestTarget.xcconfig [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Resources/Info.plist [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/Info.plist [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/runtests.sh [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/widget.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/widget.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/widget_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Scripts/runtests.sh [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Scripts/versiongenerate.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/gtest.xcodeproj/project.pbxproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-actions.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-cardinalities.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-actions.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-actions.h.pump [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-function-mockers.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-function-mockers.h.pump [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-matchers.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-matchers.h.pump [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-nice-strict.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-nice-strict.h.pump [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-matchers.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-more-actions.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-spec-builders.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/internal/gmock-generated-internal-utils.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/internal/gmock-generated-internal-utils.h.pump [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/internal/gmock-port.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock.sln [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock_config.vsprops [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock_main.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock_test.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock.sln [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock_config.props [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock_main.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock_test.vcxproj [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/fuse_gmock_files.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/COPYING [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/README [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/README.cppclean [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/__init__.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/ast.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/gmock_class.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/keywords.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/tokenize.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/utils.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/gmock_gen.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/gmock-config.in [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock-all.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock-cardinalities.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock-internal-utils.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock-matchers.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock-spec-builders.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock_main.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-actions_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-cardinalities_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-generated-actions_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-generated-function-mockers_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-generated-internal-utils_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-generated-matchers_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-internal-utils_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-matchers_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-more-actions_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-nice-strict_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-port_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-spec-builders_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_all_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_leak_test.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_leak_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_link2_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_link_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_link_test.h [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_output_test.py [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_output_test_.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_output_test_golden.txt [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_test.cc [deleted file]
SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_test_utils.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/AUTHORS [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/LICENSE [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/NEWS.txt [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/README.txt [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/SConstruct [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/amalgamate.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/__init__.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/antglob.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/fixeol.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/licenseupdater.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/tarball.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/doxyfile.in [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/footer.html [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/header.html [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/jsoncpp.dox [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/readme.txt [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/doc/roadmap.dox [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/doxybuild.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/autolink.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/config.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/features.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/forwards.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/json.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/reader.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/value.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/writer.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/jsoncpp.sln [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/jsontest.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/lib_json.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/test_lib_json.vcproj [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/makerelease.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/globtool.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/srcdist.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/substinfile.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/targz.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/jsontestrunner/main.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/jsontestrunner/sconscript [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_batchallocator.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_internalarray.inl [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_internalmap.inl [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_reader.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_tool.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_value.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_valueiterator.inl [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_writer.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/sconscript [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/jsontest.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/jsontest.h [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/main.cpp [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/sconscript [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/cleantests.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/fail_test_array_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_01.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_02.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_02.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_03.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_03.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_04.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_04.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_05.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_05.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_06.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_06.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_01.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_02.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_02.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_03.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_03.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_04.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_04.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_05.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_05.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_06.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_06.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_07.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_07.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_08.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_08.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_09.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_09.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_comment_01.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_comment_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_complex_01.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_complex_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_01.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_02.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_02.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_03.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_03.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_04.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_04.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_05.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_05.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_06_64bits.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_06_64bits.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_07_64bits.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_07_64bits.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_08_64bits.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_08_64bits.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_large_01.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_large_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_01.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_02.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_02.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_03.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_03.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_04.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_04.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_01.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_02.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_02.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_03.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_03.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_04.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_04.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_05.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_05.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_06.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_06.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_07.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_07.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_01.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_02.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_02.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_03.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_03.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_01.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_01.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_02.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_02.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_03.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_03.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_04.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_04.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_05.expected [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_05.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/generate_expected.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail1.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail10.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail11.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail12.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail13.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail14.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail15.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail16.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail17.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail18.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail19.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail2.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail20.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail21.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail22.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail23.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail24.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail25.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail26.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail27.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail28.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail29.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail3.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail30.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail31.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail32.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail33.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail4.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail5.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail6.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail7.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail8.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail9.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/pass1.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/pass2.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/pass3.json [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/readme.txt [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/pyjsontestrunner.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/runjsontests.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/test/rununittests.py [deleted file]
SDL_Core/src/thirdPartyLibs/jsoncpp/version [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/CMakeLists.txt [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/config.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-core.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-darwin_usb.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-descriptor.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-hotplug.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-io.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-linux_netlink.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-linux_udev.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-linux_usbfs.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-openbsd_usb.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-poll_posix.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-poll_windows.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-strerror.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-sync.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-threads_posix.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-threads_windows.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-windows_usb.Plo [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/Makefile.am [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/Makefile.in [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/core.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/descriptor.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/hotplug.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/hotplug.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/io.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusb-1.0.def [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusb-1.0.rc [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusb.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusbi.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/darwin_usb.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/darwin_usb.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_netlink.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_udev.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_usbfs.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_usbfs.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/openbsd_usb.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_posix.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_posix.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_windows.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_windows.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_posix.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_posix.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_windows.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_windows.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/wince_usb.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/wince_usb.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/windows_common.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/windows_usb.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/windows_usb.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/strerror.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/sync.c [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/version.h [deleted file]
SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/version_nano.h [deleted file]
SDL_Core/tools/CMakeLists.txt [deleted file]
SDL_Core/tools/InterfaceGenerator/.gitignore [deleted file]
SDL_Core/tools/InterfaceGenerator/Generator.py [deleted file]
SDL_Core/tools/InterfaceGenerator/generator/Model.py [deleted file]
SDL_Core/tools/InterfaceGenerator/generator/__init__.py [deleted file]
SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py [deleted file]
SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactoryJSONRPC.py [deleted file]
SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py [deleted file]
SDL_Core/tools/InterfaceGenerator/generator/generators/__init__.py [deleted file]
SDL_Core/tools/InterfaceGenerator/generator/parsers/JSONRPC.py [deleted file]
SDL_Core/tools/InterfaceGenerator/generator/parsers/RPCBase.py [deleted file]
SDL_Core/tools/InterfaceGenerator/generator/parsers/SDLRPCV1.py [deleted file]
SDL_Core/tools/InterfaceGenerator/generator/parsers/SDLRPCV2.py [deleted file]
SDL_Core/tools/InterfaceGenerator/generator/parsers/__init__.py [deleted file]
SDL_Core/tools/InterfaceGenerator/pylint.cfg [deleted file]
SDL_Core/tools/InterfaceGenerator/requirements.txt [deleted file]
SDL_Core/tools/InterfaceGenerator/runAllTests.sh [deleted file]
SDL_Core/tools/InterfaceGenerator/test/__init__.py [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/__init__.py [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/__init__.py [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactoryBase.py [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactoryJSONRPC.py [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactorySDLRPC.py [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_jsonrpc.cc [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_jsonrpc.h [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_sdlrpc.cc [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_sdlrpc.h [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/__init__.py [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_JSONRPC.py [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_SDLRPCV1.py [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_SDLRPCV2.py [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/valid_JSONRPC.xml [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/valid_SDLRPCV1.xml [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/parsers/valid_SDLRPCV2.xml [deleted file]
SDL_Core/tools/InterfaceGenerator/test/generator/test_Model.py [deleted file]
SDL_Core/tools/InterfaceGenerator/test/test_CodeFormatAndQuality.py [deleted file]
SDL_Core/tools/OtrosLogViewer/README.txt [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/classpath.txt [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/apache-commons/LICENSE.txt [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/forms/LICENSE.txt [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/jakarta-oro/LICENSE [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/jcifs/LICENSE.txt [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/jsch/LICENSE.txt [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/log4j/LICENSE [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/looks/LICENSE.txt [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/miglayout/LICENSE.txt [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/vfsjfliechooser/LICENSE.txt [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/logging.properties [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv-batch.bat [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv-batch.sh [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv.bat [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv.sh [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/forDeveloperTests.txt [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/logimporters/log4j-1.pattern [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/logimporters/selenium.pattern [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/markers/example-regex.marker [deleted file]
SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/markers/example-string.marker [deleted file]
SDL_Core/tools/coding-style/cpplint.py [deleted file]
SDL_Core/tools/coding-style/old-branch-nagger.sh [deleted file]
SDL_Core/tools/intergen/CMakeLists.txt [deleted file]
SDL_Core/tools/intergen/GenerateInterfaceLibrary.cmake [deleted file]
SDL_Core/tools/intergen/cppgen/CMakeLists.txt [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/comment.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_api_code_generator.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_class.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_file.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_function.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_interface_code_generator.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/declaration_generator.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/definition_generator.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/enum_from_json_value_function.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/enum_to_json_value_function.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/function_id_method.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/generator_preferences.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/handler_interface.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/is_valid_enum_function.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/literal_generator.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/message_factory_function.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/message_handle_with_method.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/message_interface.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/module_manager.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/namespace.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/naming_convention.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_constructor.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_from_json_method.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_is_initialized_method.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_is_valid_method.h [deleted file]
SDL_Core/tools/intergen/cppgen/include/cppgen/type_name_code_generator.h [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/comment.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_api_code_generator.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_class.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_file.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_function.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_interface_code_generator.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/declaration_generator.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/definition_generator.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/enum_from_json_value_function.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/enum_to_json_value_function.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/function_id_method.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/generator_preferences.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/handler_interface.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/is_valid_enum_function.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/literal_generator.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/message_factory_function.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/message_handle_with_method.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/message_interface.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/module_manager.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/namespace.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/naming_convention.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_constructor.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_from_json_method.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_is_initialized_method.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_is_valid_method.cc [deleted file]
SDL_Core/tools/intergen/cppgen/src/cppgen/type_name_code_generator.cc [deleted file]
SDL_Core/tools/intergen/model/CMakeLists.txt [deleted file]
SDL_Core/tools/intergen/model/include/model/api.h [deleted file]
SDL_Core/tools/intergen/model/include/model/builtin_type.h [deleted file]
SDL_Core/tools/intergen/model/include/model/builtin_type_registry.h [deleted file]
SDL_Core/tools/intergen/model/include/model/composite_type.h [deleted file]
SDL_Core/tools/intergen/model/include/model/constant.h [deleted file]
SDL_Core/tools/intergen/model/include/model/constants_creator.h [deleted file]
SDL_Core/tools/intergen/model/include/model/function.h [deleted file]
SDL_Core/tools/intergen/model/include/model/interface.h [deleted file]
SDL_Core/tools/intergen/model/include/model/model_filter.h [deleted file]
SDL_Core/tools/intergen/model/include/model/scope.h [deleted file]
SDL_Core/tools/intergen/model/include/model/type.h [deleted file]
SDL_Core/tools/intergen/model/include/model/type_registry.h [deleted file]
SDL_Core/tools/intergen/model/src/model/api.cc [deleted file]
SDL_Core/tools/intergen/model/src/model/builtin_type.cc [deleted file]
SDL_Core/tools/intergen/model/src/model/builtin_type_registry.cc [deleted file]
SDL_Core/tools/intergen/model/src/model/composite_type.cc [deleted file]
SDL_Core/tools/intergen/model/src/model/constant.cc [deleted file]
SDL_Core/tools/intergen/model/src/model/function.cc [deleted file]
SDL_Core/tools/intergen/model/src/model/interface.cc [deleted file]
SDL_Core/tools/intergen/model/src/model/model_filter.cc [deleted file]
SDL_Core/tools/intergen/model/src/model/scope.cc [deleted file]
SDL_Core/tools/intergen/model/src/model/type.cc [deleted file]
SDL_Core/tools/intergen/model/src/model/type_registry.cc [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/contrib/foreach.hpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/caution.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/dom_tree.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/dom_tree_thumb.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/home.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/next.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/note.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/prev.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/up.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link1.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link1_thumb.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link2.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link2_thumb.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch1.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch1_thumb.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch2.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch2_thumb.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch3.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch3_thumb.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch4.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch4_thumb.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link1.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link1_thumb.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link2.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link2_thumb.png [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/access.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/apiref.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/changes.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/dom.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/install.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/loading.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/modify.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/saving.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/toc.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/manual/xpath.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/pugixml.css [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/quickstart.html [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/character.xml [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/custom_memory_management.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/include.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_error_handling.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_file.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_memory.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_options.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_stream.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/modify_add.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/modify_base.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/modify_remove.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_custom_writer.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_declaration.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_file.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_options.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_stream.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_subtree.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/text.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/transitions.xml [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_base.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_iter.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_predicate.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_rangefor.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_walker.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/tree.xml [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/weekly-shift_jis.xml [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/weekly-utf-16.xml [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/weekly-utf-8.xml [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xgconsole.xml [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_error.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_query.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_select.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_variables.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/readme.txt [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/CMakeLists.txt [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/premake4.lua [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml.xcodeproj/project.pbxproj [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_airplay.mkf [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_codeblocks.cbp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_codelite.project [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2005.vcproj [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2005_static.vcproj [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2008.vcproj [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2008_static.vcproj [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2010.vcxproj [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2010_static.vcxproj [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/src/pugiconfig.hpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/src/pugixml.cpp [deleted file]
SDL_Core/tools/intergen/third_party/pugixml/src/pugixml.hpp [deleted file]
SDL_Core/tools/intergen/tool/CMakeLists.txt [deleted file]
SDL_Core/tools/intergen/tool/intergen.cc [deleted file]
SDL_Core/tools/intergen/utils/CMakeLists.txt [deleted file]
SDL_Core/tools/intergen/utils/include/utils/common_types.h [deleted file]
SDL_Core/tools/intergen/utils/include/utils/macro.h [deleted file]
SDL_Core/tools/intergen/utils/include/utils/safeformat.h [deleted file]
SDL_Core/tools/intergen/utils/include/utils/stl_utils.h [deleted file]
SDL_Core/tools/intergen/utils/include/utils/string_utils.h [deleted file]
SDL_Core/tools/intergen/utils/include/utils/xml_utils.h [deleted file]
SDL_Core/tools/intergen/utils/src/utils/common_types.cc [deleted file]
SDL_Core/tools/intergen/utils/src/utils/safeformat.cc [deleted file]
SDL_Core/tools/intergen/utils/src/utils/xml_utils.cc [deleted file]