From 83407d8ea24e7a121ae73e87cd064f1032499b5e Mon Sep 17 00:00:00 2001 From: Justin Dickow Date: Fri, 9 May 2014 11:36:41 -0400 Subject: deleted files weren't added to last commit --- SDL_Android/LivioSdlUtilities/.classpath | 9 - SDL_Android/LivioSdlUtilities/.project | 33 - SDL_Android/LivioSdlUtilities/AndroidManifest.xml | 16 - .../LivioSdlUtilities/bin/AndroidManifest.xml | 16 - SDL_Android/LivioSdlUtilities/bin/R.txt | 72 - SDL_Android/LivioSdlUtilities/bin/jarlist.cache | 3 - .../bin/res/crunch/drawable-hdpi/ic_launcher.png | Bin 9193 -> 0 bytes .../bin/res/crunch/drawable-mdpi/ic_launcher.png | Bin 5057 -> 0 bytes .../bin/res/crunch/drawable-xhdpi/ic_launcher.png | Bin 14068 -> 0 bytes .../bin/res/crunch/drawable/arrow_left.png | Bin 2679 -> 0 bytes .../bin/res/crunch/drawable/arrow_right.png | Bin 2695 -> 0 bytes .../gen/com/livio/sdl/BuildConfig.java | 6 - .../LivioSdlUtilities/gen/com/livio/sdl/R.java | 149 - SDL_Android/LivioSdlUtilities/proguard-project.txt | 20 - SDL_Android/LivioSdlUtilities/project.properties | 16 - .../res/drawable-hdpi/ic_launcher.png | Bin 9397 -> 0 bytes .../res/drawable-mdpi/ic_launcher.png | Bin 5237 -> 0 bytes .../res/drawable-xhdpi/ic_launcher.png | Bin 14383 -> 0 bytes .../LivioSdlUtilities/res/drawable/arrow_left.png | Bin 3201 -> 0 bytes .../LivioSdlUtilities/res/drawable/arrow_right.png | Bin 3238 -> 0 bytes .../res/layout/json_flipper_dialog.xml | 36 - .../LivioSdlUtilities/res/layout/listview.xml | 8 - .../res/layout/sdl_message_listview_row.xml | 28 - .../res/layout/simple_listview_with_image.xml | 20 - .../LivioSdlUtilities/res/layout/textview.xml | 13 - .../LivioSdlUtilities/res/values-v11/styles.xml | 11 - .../LivioSdlUtilities/res/values-v14/styles.xml | 12 - .../LivioSdlUtilities/res/values/strings.xml | 86 - .../LivioSdlUtilities/res/values/styles.xml | 20 - .../src/com/livio/sdl/IpAddress.java | 36 - .../src/com/livio/sdl/SdlConstants.java | 101 - .../src/com/livio/sdl/SdlImageItem.java | 68 - .../src/com/livio/sdl/SdlLogMessage.java | 124 - .../src/com/livio/sdl/SdlRequestFactory.java | 609 - .../src/com/livio/sdl/SdlResponseFactory.java | 206 - .../src/com/livio/sdl/SdlResponseTracker.java | 109 - .../src/com/livio/sdl/SdlService.java | 1131 - .../com/livio/sdl/adapters/SdlImageAdapter.java | 59 - .../com/livio/sdl/adapters/SdlMessageAdapter.java | 94 - .../src/com/livio/sdl/dialogs/BaseAlertDialog.java | 156 - .../com/livio/sdl/dialogs/BaseImageListDialog.java | 22 - .../sdl/dialogs/BaseMultipleListViewDialog.java | 66 - .../com/livio/sdl/dialogs/BaseOkCancelDialog.java | 61 - .../sdl/dialogs/BaseSingleListViewDialog.java | 49 - .../src/com/livio/sdl/dialogs/ImageListDialog.java | 35 - .../sdl/dialogs/IndeterminateProgressDialog.java | 16 - .../com/livio/sdl/dialogs/JsonFlipperDialog.java | 95 - .../src/com/livio/sdl/dialogs/ListViewDialog.java | 21 - .../livio/sdl/dialogs/MultipleListViewDialog.java | 32 - .../com/livio/sdl/dialogs/SingleJsonDialog.java | 23 - .../com/livio/sdl/dialogs/TextViewAlertDialog.java | 31 - .../livio/sdl/dialogs/TextViewOkCancelDialog.java | 48 - .../src/com/livio/sdl/enums/EnumClickListener.java | 11 - .../src/com/livio/sdl/enums/EnumComparator.java | 20 - .../src/com/livio/sdl/enums/SdlButton.java | 234 - .../src/com/livio/sdl/enums/SdlCommand.java | 224 - .../src/com/livio/sdl/enums/SdlImageType.java | 92 - .../com/livio/sdl/enums/SdlInteractionMode.java | 78 - .../src/com/livio/sdl/enums/SdlLanguage.java | 165 - .../com/livio/sdl/enums/SdlSpeechCapability.java | 97 - .../src/com/livio/sdl/enums/SdlTextAlignment.java | 81 - .../src/com/livio/sdl/enums/SdlTransportType.java | 36 - .../src/com/livio/sdl/enums/SdlUpdateMode.java | 93 - .../src/com/livio/sdl/enums/SdlVehicleData.java | 54 - .../src/com/livio/sdl/menu/CommandButton.java | 89 - .../src/com/livio/sdl/menu/MenuItem.java | 85 - .../src/com/livio/sdl/menu/MenuManager.java | 334 - .../src/com/livio/sdl/menu/SubmenuButton.java | 109 - .../src/com/livio/sdl/utils/AndroidUtils.java | 158 - .../livio/sdl/utils/ApplicationPreferences.java | 188 - .../src/com/livio/sdl/utils/Counter.java | 47 - .../src/com/livio/sdl/utils/DownCounter.java | 26 - .../src/com/livio/sdl/utils/MathUtils.java | 21 - .../src/com/livio/sdl/utils/SdlUtils.java | 254 - .../src/com/livio/sdl/utils/StringUtils.java | 66 - .../src/com/livio/sdl/utils/Timeout.java | 120 - .../src/com/livio/sdl/utils/UpCounter.java | 26 - .../src/com/livio/sdl/utils/WifiUtils.java | 61 - .../livio/sdl/viewhelpers/MinMaxInputFilter.java | 53 - .../livio/sdl/viewhelpers/SeekBarCalculator.java | 104 - SDL_Android/LivioTesterApp/.classpath | 9 - SDL_Android/LivioTesterApp/.project | 33 - SDL_Android/LivioTesterApp/AndroidManifest.xml | 49 - .../LivioTesterApp/assets/help_docs/css/style.css | 9 - .../assets/help_docs/html/AddCommand.html | 50 - .../assets/help_docs/html/AddSubmenu.html | 33 - .../assets/help_docs/html/Alert.html | 46 - .../assets/help_docs/html/ChangeRegistration.html | 167 - .../help_docs/html/CreateInteractionChoiceSet.html | 43 - .../assets/help_docs/html/DeleteCommand.html | 29 - .../assets/help_docs/html/DeleteFile.html | 28 - .../help_docs/html/DeleteInteractionChoiceSet.html | 29 - .../assets/help_docs/html/DeleteSubmenu.html | 28 - .../assets/help_docs/html/GetDTCs.html | 28 - .../assets/help_docs/html/ListFiles.html | 22 - .../assets/help_docs/html/PerformInteraction.html | 85 - .../assets/help_docs/html/PutFile.html | 80 - .../assets/help_docs/html/ReadDIDs.html | 35 - .../assets/help_docs/html/ScrollableMessage.html | 43 - .../assets/help_docs/html/SetAppIcon.html | 29 - .../assets/help_docs/html/SetMediaClockTimer.html | 71 - .../LivioTesterApp/assets/help_docs/html/Show.html | 71 - .../assets/help_docs/html/Slider.html | 54 - .../assets/help_docs/html/Speak.html | 66 - .../assets/help_docs/html/SubscribeToButtons.html | 72 - .../help_docs/html/UnsubscribeFromButtons.html | 72 - .../assets/help_docs/html/index.html | 43 - SDL_Android/LivioTesterApp/bin/AndroidManifest.xml | 49 - SDL_Android/LivioTesterApp/bin/R.txt | 224 - SDL_Android/LivioTesterApp/bin/jarlist.cache | 3 - .../LivioTesterApp/gen/com/livio/sdl/R.java | 92 - .../gen/com/livio/sdltester/BuildConfig.java | 6 - .../LivioTesterApp/gen/com/livio/sdltester/R.java | 350 - SDL_Android/LivioTesterApp/proguard-project.txt | 20 - SDL_Android/LivioTesterApp/project.properties | 15 - .../res/drawable-hdpi/ic_launcher.png | Bin 7004 -> 0 bytes .../res/drawable-ldpi/ic_launcher.png | Bin 3314 -> 0 bytes .../res/drawable-mdpi/ic_launcher.png | Bin 4769 -> 0 bytes .../res/drawable-xhdpi/ic_launcher.png | Bin 11603 -> 0 bytes SDL_Android/LivioTesterApp/res/drawable/add.png | Bin 1375 -> 0 bytes .../res/drawable/add_to_favorites.png | Bin 9704 -> 0 bytes SDL_Android/LivioTesterApp/res/drawable/anchor.png | Bin 13779 -> 0 bytes .../LivioTesterApp/res/drawable/game_pad.png | Bin 3626 -> 0 bytes .../LivioTesterApp/res/drawable/ic_close.png | Bin 1469 -> 0 bytes .../LivioTesterApp/res/drawable/ic_launcher.png | Bin 3314 -> 0 bytes SDL_Android/LivioTesterApp/res/drawable/remove.png | Bin 517 -> 0 bytes .../res/drawable/remove_from_favorites.png | Bin 9498 -> 0 bytes SDL_Android/LivioTesterApp/res/drawable/rocket.png | Bin 12514 -> 0 bytes .../res/drawable/select_an_image.png | Bin 2665 -> 0 bytes SDL_Android/LivioTesterApp/res/drawable/undo.png | Bin 6599 -> 0 bytes .../LivioTesterApp/res/drawable/zoom_in.png | Bin 9860 -> 0 bytes .../LivioTesterApp/res/drawable/zoom_out.png | Bin 9036 -> 0 bytes .../LivioTesterApp/res/layout/activity_help.xml | 6 - .../LivioTesterApp/res/layout/add_command.xml | 57 - .../LivioTesterApp/res/layout/add_submenu.xml | 17 - SDL_Android/LivioTesterApp/res/layout/alert.xml | 61 - .../res/layout/change_registration.xml | 34 - .../LivioTesterApp/res/layout/choice_set_item.xml | 50 - .../res/layout/create_choice_interaction_set.xml | 23 - SDL_Android/LivioTesterApp/res/layout/get_dtcs.xml | 17 - SDL_Android/LivioTesterApp/res/layout/main.xml | 21 - .../LivioTesterApp/res/layout/offline_mode.xml | 8 - .../res/layout/perform_interaction.xml | 58 - SDL_Android/LivioTesterApp/res/layout/put_file.xml | 40 - .../LivioTesterApp/res/layout/read_dids.xml | 23 - .../res/layout/scrollable_message.xml | 40 - .../LivioTesterApp/res/layout/sdl_connection.xml | 26 - .../res/layout/set_media_clock_timer.xml | 64 - SDL_Android/LivioTesterApp/res/layout/show.xml | 167 - SDL_Android/LivioTesterApp/res/layout/slider.xml | 58 - SDL_Android/LivioTesterApp/res/layout/speak.xml | 22 - SDL_Android/LivioTesterApp/res/menu/menu_help.xml | 6 - SDL_Android/LivioTesterApp/res/menu/menu_main.xml | 9 - .../LivioTesterApp/res/values-sw600dp/dimens.xml | 8 - .../res/values-sw720dp-land/dimens.xml | 9 - .../LivioTesterApp/res/values-v11/styles.xml | 11 - .../LivioTesterApp/res/values-v14/styles.xml | 12 - SDL_Android/LivioTesterApp/res/values/dimens.xml | 7 - SDL_Android/LivioTesterApp/res/values/strings.xml | 55 - SDL_Android/LivioTesterApp/res/values/styles.xml | 27 - .../src/com/livio/sdltester/HelpActivity.java | 133 - .../livio/sdltester/LivioSdlTesterPreferences.java | 79 - .../src/com/livio/sdltester/MainActivity.java | 1276 -- .../livio/sdltester/SdlTesterImageResource.java | 56 - .../livio/sdltester/dialogs/AddCommandDialog.java | 121 - .../livio/sdltester/dialogs/AddSubMenuDialog.java | 55 - .../dialogs/ButtonSubscriptionDialog.java | 60 - .../dialogs/ButtonUnsubscriptionDialog.java | 60 - .../dialogs/ChangeRegistrationDialog.java | 55 - .../livio/sdltester/dialogs/ChoiceItemDialog.java | 105 - .../dialogs/CreateInteractionChoiceSetDialog.java | 136 - .../sdltester/dialogs/DeleteCommandDialog.java | 51 - .../livio/sdltester/dialogs/DeleteFileDialog.java | 65 - .../sdltester/dialogs/DeleteInteractionDialog.java | 45 - .../sdltester/dialogs/DeleteSubmenuDialog.java | 48 - .../com/livio/sdltester/dialogs/GetDtcsDialog.java | 54 - .../dialogs/PerformInteractionDialog.java | 181 - .../com/livio/sdltester/dialogs/PutFileDialog.java | 172 - .../livio/sdltester/dialogs/ReadDidsDialog.java | 60 - .../sdltester/dialogs/ScrollableMessageDialog.java | 103 - .../livio/sdltester/dialogs/SdlAlertDialog.java | 137 - .../sdltester/dialogs/SdlConnectionDialog.java | 61 - .../livio/sdltester/dialogs/SetAppIconDialog.java | 45 - .../dialogs/SetMediaClockTimerDialog.java | 112 - .../com/livio/sdltester/dialogs/ShowDialog.java | 186 - .../com/livio/sdltester/dialogs/SliderDialog.java | 155 - .../com/livio/sdltester/dialogs/SpeakDialog.java | 67 - SDL_Android/SmartDeviceLinkProxyAndroid/.classpath | 9 - SDL_Android/SmartDeviceLinkProxyAndroid/.project | 33 - .../.settings/org.eclipse.jdt.core.prefs | 11 - .../AndroidManifest.xml | 2 - .../bin/AndroidManifest.xml | 2 - .../gen/com/smartdevicelink/BuildConfig.java | 6 - .../SmartDeviceLinkProxyAndroid/project.properties | 12 - .../exception/SmartDeviceLinkException.java | 47 - .../exception/SmartDeviceLinkExceptionCause.java | 18 - .../smartdevicelink/marshal/JsonRPCMarshaller.java | 155 - .../messageDispatcher/IDispatchingStrategy.java | 9 - .../IncomingProtocolMessageComparitor.java | 14 - .../InternalProxyMessageComparitor.java | 14 - .../OutgoingProtocolMessageComparitor.java | 15 - .../messageDispatcher/ProxyMessageDispatcher.java | 65 - .../smartdevicelink/protocol/AbstractProtocol.java | 103 - .../protocol/BinaryFrameHeader.java | 107 - .../protocol/IProtocolListener.java | 22 - .../protocol/ProtocolFrameHeader.java | 159 - .../protocol/ProtocolFrameHeaderFactory.java | 119 - .../smartdevicelink/protocol/ProtocolMessage.java | 105 - .../protocol/SmartDeviceLinkProtocol.java | 418 - .../smartdevicelink/protocol/enums/FrameData.java | 39 - .../protocol/enums/FrameDataControlFrameType.java | 33 - .../smartdevicelink/protocol/enums/FrameType.java | 34 - .../smartdevicelink/protocol/enums/FunctionID.java | 87 - .../protocol/enums/MessageType.java | 11 - .../protocol/enums/SessionType.java | 31 - .../com/smartdevicelink/proxy/IProxyListener.java | 19 - .../src/com/smartdevicelink/proxy/RPCMessage.java | 71 - .../com/smartdevicelink/proxy/RPCNotification.java | 21 - .../src/com/smartdevicelink/proxy/RPCRequest.java | 32 - .../smartdevicelink/proxy/RPCRequestFactory.java | 990 - .../src/com/smartdevicelink/proxy/RPCResponse.java | 178 - .../src/com/smartdevicelink/proxy/RPCStruct.java | 69 - .../proxy/SmartDeviceLinkProxy.java | 373 - .../proxy/SmartDeviceLinkProxyALM.java | 1145 - .../proxy/SmartDeviceLinkProxyBase.java | 3931 ---- ...SmartDeviceLinkProxyConfigurationResources.java | 34 - .../proxy/SmartDeviceLinkProxyFactory.java | 17 - .../com/smartdevicelink/proxy/TTSChunkFactory.java | 39 - .../src/com/smartdevicelink/proxy/Version.java | 5 - .../proxy/callbacks/InternalProxyMessage.java | 14 - .../smartdevicelink/proxy/callbacks/OnError.java | 27 - .../proxy/callbacks/OnProxyClosed.java | 27 - .../proxy/callbacks/OnProxyOpened.java | 10 - .../smartdevicelink/proxy/constants/Jingles.java | 14 - .../com/smartdevicelink/proxy/constants/Names.java | 408 - .../proxy/interfaces/IProxyListenerALM.java | 48 - .../proxy/interfaces/IProxyListenerBase.java | 291 - .../com/smartdevicelink/proxy/rpc/AddCommand.java | 217 - .../proxy/rpc/AddCommandResponse.java | 22 - .../com/smartdevicelink/proxy/rpc/AddSubMenu.java | 121 - .../proxy/rpc/AddSubMenuResponse.java | 19 - .../src/com/smartdevicelink/proxy/rpc/Alert.java | 310 - .../smartdevicelink/proxy/rpc/AlertManeuver.java | 124 - .../proxy/rpc/AlertManeuverResponse.java | 20 - .../smartdevicelink/proxy/rpc/AlertResponse.java | 43 - .../proxy/rpc/AudioPassThruCapabilities.java | 155 - .../com/smartdevicelink/proxy/rpc/BeltStatus.java | 347 - .../smartdevicelink/proxy/rpc/BodyInformation.java | 72 - .../proxy/rpc/ButtonCapabilities.java | 136 - .../proxy/rpc/ChangeRegistration.java | 114 - .../proxy/rpc/ChangeRegistrationResponse.java | 32 - .../src/com/smartdevicelink/proxy/rpc/Choice.java | 157 - .../proxy/rpc/CreateInteractionChoiceSet.java | 100 - .../rpc/CreateInteractionChoiceSetResponse.java | 21 - .../com/smartdevicelink/proxy/rpc/DIDResult.java | 47 - .../src/com/smartdevicelink/proxy/rpc/DTC.java | 86 - .../smartdevicelink/proxy/rpc/DeleteCommand.java | 64 - .../proxy/rpc/DeleteCommandResponse.java | 20 - .../com/smartdevicelink/proxy/rpc/DeleteFile.java | 59 - .../proxy/rpc/DeleteFileResponse.java | 31 - .../proxy/rpc/DeleteInteractionChoiceSet.java | 60 - .../rpc/DeleteInteractionChoiceSetResponse.java | 20 - .../smartdevicelink/proxy/rpc/DeleteSubMenu.java | 54 - .../proxy/rpc/DeleteSubMenuResponse.java | 20 - .../smartdevicelink/proxy/rpc/DeviceStatus.java | 356 - .../com/smartdevicelink/proxy/rpc/DialNumber.java | 26 - .../proxy/rpc/DialNumberResponse.java | 15 - .../proxy/rpc/DisplayCapabilities.java | 186 - .../src/com/smartdevicelink/proxy/rpc/EVInfo.java | 69 - .../proxy/rpc/EncodedSyncPData.java | 38 - .../proxy/rpc/EncodedSyncPDataResponse.java | 15 - .../proxy/rpc/EndAudioPassThru.java | 37 - .../proxy/rpc/EndAudioPassThruResponse.java | 23 - .../proxy/rpc/FuelEconomyInformation.java | 54 - .../src/com/smartdevicelink/proxy/rpc/GPSData.java | 524 - .../smartdevicelink/proxy/rpc/GenericResponse.java | 20 - .../src/com/smartdevicelink/proxy/rpc/GetDTCs.java | 73 - .../smartdevicelink/proxy/rpc/GetDTCsResponse.java | 45 - .../smartdevicelink/proxy/rpc/GetVehicleData.java | 381 - .../proxy/rpc/GetVehicleDataResponse.java | 550 - .../smartdevicelink/proxy/rpc/HMIPermissions.java | 147 - .../smartdevicelink/proxy/rpc/HeadLampStatus.java | 48 - .../src/com/smartdevicelink/proxy/rpc/Image.java | 106 - .../com/smartdevicelink/proxy/rpc/ListFiles.java | 33 - .../proxy/rpc/ListFilesResponse.java | 54 - .../com/smartdevicelink/proxy/rpc/MenuParams.java | 143 - .../proxy/rpc/OnAppInterfaceUnregistered.java | 86 - .../smartdevicelink/proxy/rpc/OnAudioPassThru.java | 67 - .../smartdevicelink/proxy/rpc/OnButtonEvent.java | 176 - .../smartdevicelink/proxy/rpc/OnButtonPress.java | 175 - .../com/smartdevicelink/proxy/rpc/OnCommand.java | 114 - .../proxy/rpc/OnDriverDistraction.java | 85 - .../proxy/rpc/OnEncodedSyncPData.java | 63 - .../com/smartdevicelink/proxy/rpc/OnHMIStatus.java | 179 - .../proxy/rpc/OnLanguageChange.java | 134 - .../proxy/rpc/OnPermissionsChange.java | 95 - .../proxy/rpc/OnSmartDeviceLinkChoiceChosen.java | 170 - .../com/smartdevicelink/proxy/rpc/OnSyncPData.java | 48 - .../proxy/rpc/OnTBTClientState.java | 86 - .../smartdevicelink/proxy/rpc/OnVehicleData.java | 550 - .../proxy/rpc/ParameterPermissions.java | 119 - .../proxy/rpc/PerformAudioPassThru.java | 315 - .../proxy/rpc/PerformAudioPassThruResponse.java | 32 - .../proxy/rpc/PerformInteraction.java | 360 - .../proxy/rpc/PerformInteractionResponse.java | 80 - .../smartdevicelink/proxy/rpc/PermissionItem.java | 65 - .../proxy/rpc/PresetBankCapabilities.java | 62 - .../src/com/smartdevicelink/proxy/rpc/PutFile.java | 140 - .../smartdevicelink/proxy/rpc/PutFileResponse.java | 43 - .../src/com/smartdevicelink/proxy/rpc/ReadDID.java | 106 - .../smartdevicelink/proxy/rpc/ReadDIDResponse.java | 49 - .../proxy/rpc/RegisterAppInterface.java | 490 - .../proxy/rpc/RegisterAppInterfaceResponse.java | 460 - .../proxy/rpc/ResetGlobalProperties.java | 94 - .../proxy/rpc/ResetGlobalPropertiesResponse.java | 32 - .../proxy/rpc/ScrollableMessage.java | 133 - .../proxy/rpc/ScrollableMessageResponse.java | 32 - .../com/smartdevicelink/proxy/rpc/SetAppIcon.java | 58 - .../proxy/rpc/SetAppIconResponse.java | 15 - .../proxy/rpc/SetDisplayLayout.java | 60 - .../proxy/rpc/SetDisplayLayoutResponse.java | 32 - .../proxy/rpc/SetGlobalProperties.java | 209 - .../proxy/rpc/SetGlobalPropertiesResponse.java | 32 - .../proxy/rpc/SetMediaClockTimer.java | 109 - .../proxy/rpc/SetMediaClockTimerResponse.java | 32 - .../src/com/smartdevicelink/proxy/rpc/Show.java | 465 - .../smartdevicelink/proxy/rpc/ShowConstantTBT.java | 298 - .../proxy/rpc/ShowConstantTBTResponse.java | 32 - .../smartdevicelink/proxy/rpc/ShowResponse.java | 32 - .../proxy/rpc/SingleTireStatus.java | 77 - .../src/com/smartdevicelink/proxy/rpc/Slider.java | 177 - .../smartdevicelink/proxy/rpc/SliderResponse.java | 51 - .../com/smartdevicelink/proxy/rpc/SoftButton.java | 111 - .../proxy/rpc/SoftButtonCapabilities.java | 146 - .../src/com/smartdevicelink/proxy/rpc/Speak.java | 137 - .../smartdevicelink/proxy/rpc/SpeakResponse.java | 32 - .../com/smartdevicelink/proxy/rpc/StartTime.java | 104 - .../smartdevicelink/proxy/rpc/SubscribeButton.java | 106 - .../proxy/rpc/SubscribeButtonResponse.java | 32 - .../proxy/rpc/SubscribeVehicleData.java | 919 - .../proxy/rpc/SubscribeVehicleDataResponse.java | 1018 - .../com/smartdevicelink/proxy/rpc/SyncPData.java | 25 - .../proxy/rpc/SyncPDataResponse.java | 14 - .../com/smartdevicelink/proxy/rpc/TTSChunk.java | 98 - .../com/smartdevicelink/proxy/rpc/TextField.java | 166 - .../com/smartdevicelink/proxy/rpc/TireStatus.java | 159 - .../src/com/smartdevicelink/proxy/rpc/Turn.java | 97 - .../proxy/rpc/UnregisterAppInterface.java | 41 - .../proxy/rpc/UnregisterAppInterfaceResponse.java | 32 - .../proxy/rpc/UnsubscribeButton.java | 75 - .../proxy/rpc/UnsubscribeButtonResponse.java | 32 - .../proxy/rpc/UnsubscribeVehicleData.java | 916 - .../proxy/rpc/UnsubscribeVehicleDataResponse.java | 1017 - .../smartdevicelink/proxy/rpc/UpdateTurnList.java | 122 - .../proxy/rpc/UpdateTurnListResponse.java | 32 - .../proxy/rpc/VehicleDataResult.java | 62 - .../com/smartdevicelink/proxy/rpc/VehicleType.java | 155 - .../com/smartdevicelink/proxy/rpc/VrHelpItem.java | 55 - .../proxy/rpc/enums/AmbientLightStatus.java | 14 - .../proxy/rpc/enums/AppHMIType.java | 54 - .../rpc/enums/AppInterfaceUnregisteredReason.java | 83 - .../proxy/rpc/enums/AudioStreamingState.java | 37 - .../smartdevicelink/proxy/rpc/enums/AudioType.java | 18 - .../proxy/rpc/enums/BitsPerSample.java | 41 - .../proxy/rpc/enums/ButtonEventMode.java | 31 - .../proxy/rpc/enums/ButtonName.java | 172 - .../proxy/rpc/enums/ButtonPressMode.java | 31 - .../proxy/rpc/enums/CharacterSet.java | 20 - .../proxy/rpc/enums/CompassDirection.java | 49 - .../proxy/rpc/enums/ComponentVolumeStatus.java | 41 - .../proxy/rpc/enums/DeviceLevelStatus.java | 41 - .../smartdevicelink/proxy/rpc/enums/Dimension.java | 46 - .../proxy/rpc/enums/DisplayType.java | 32 - .../proxy/rpc/enums/DriverDistractionState.java | 28 - .../smartdevicelink/proxy/rpc/enums/FileType.java | 37 - .../proxy/rpc/enums/FunctionID.java | 59 - .../proxy/rpc/enums/GearShiftAdviceStatus.java | 14 - .../proxy/rpc/enums/GlobalProperty.java | 27 - .../smartdevicelink/proxy/rpc/enums/HMILevel.java | 66 - .../proxy/rpc/enums/HmiZoneCapabilities.java | 24 - .../proxy/rpc/enums/IgnitionStableStatus.java | 26 - .../proxy/rpc/enums/IgnitionStatus.java | 41 - .../smartdevicelink/proxy/rpc/enums/ImageType.java | 25 - .../proxy/rpc/enums/InteractionMode.java | 54 - .../smartdevicelink/proxy/rpc/enums/Language.java | 63 - .../proxy/rpc/enums/LightSwitchStatus.java | 12 - .../proxy/rpc/enums/MaintenanceModeStatus.java | 12 - .../proxy/rpc/enums/MediaClockFormat.java | 122 - .../proxy/rpc/enums/MessageType.java | 11 - .../com/smartdevicelink/proxy/rpc/enums/PRNDL.java | 62 - .../proxy/rpc/enums/PermissionStatus.java | 21 - .../proxy/rpc/enums/PrimaryAudioSource.java | 45 - .../smartdevicelink/proxy/rpc/enums/Result.java | 130 - .../proxy/rpc/enums/SamplingRate.java | 54 - .../rpc/enums/SmartDeviceLinkConnectionState.java | 6 - .../enums/SmartDeviceLinkDisconnectedReason.java | 51 - .../SmartDeviceLinkInterfaceAvailability.java | 6 - .../proxy/rpc/enums/SoftButtonType.java | 28 - .../proxy/rpc/enums/SpeechCapabilities.java | 22 - .../proxy/rpc/enums/SystemAction.java | 11 - .../proxy/rpc/enums/SystemContext.java | 63 - .../smartdevicelink/proxy/rpc/enums/TBTState.java | 30 - .../proxy/rpc/enums/TextAlignment.java | 29 - .../proxy/rpc/enums/TextFieldName.java | 112 - .../proxy/rpc/enums/TirePressureTellTale.java | 11 - .../proxy/rpc/enums/TriggerSource.java | 41 - .../proxy/rpc/enums/UpdateMode.java | 38 - .../proxy/rpc/enums/VehicleDataActiveStatus.java | 13 - .../proxy/rpc/enums/VehicleDataEventStatus.java | 28 - .../rpc/enums/VehicleDataNotificationStatus.java | 20 - .../proxy/rpc/enums/VehicleDataResultCode.java | 16 - .../proxy/rpc/enums/VehicleDataStatus.java | 24 - .../proxy/rpc/enums/VehicleDataType.java | 26 - .../proxy/rpc/enums/VrCapabilities.java | 23 - .../proxy/rpc/enums/WarningLightStatus.java | 29 - .../proxy/rpc/enums/WiperStatus.java | 23 - .../proxy/rpc/smartdevicelinkMsgVersion.java | 104 - .../IsmartDeviceLinkConnectionListener.java | 20 - .../smartDeviceLinkConnection.java | 178 - .../src/com/smartdevicelink/trace/DiagLevel.java | 52 - .../src/com/smartdevicelink/trace/ISTListener.java | 5 - .../src/com/smartdevicelink/trace/Mime.java | 185 - .../com/smartdevicelink/trace/OpenRPCMessage.java | 85 - .../trace/SmartDeviceLinkTrace.java | 469 - .../com/smartdevicelink/trace/TraceDeviceInfo.java | 124 - .../smartdevicelink/trace/enums/DetailLevel.java | 12 - .../trace/enums/InterfaceActivityDirection.java | 7 - .../src/com/smartdevicelink/trace/enums/Mod.java | 14 - .../com/smartdevicelink/transport/BTTransport.java | 368 - .../transport/BTTransportConfig.java | 18 - .../transport/BaseTransportConfig.java | 15 - .../transport/ITransportListener.java | 15 - .../smartdevicelink/transport/SiphonServer.java | 361 - .../transport/SmartDeviceLinkTransport.java | 117 - .../smartdevicelink/transport/TCPTransport.java | 500 - .../transport/TCPTransportConfig.java | 82 - .../smartdevicelink/transport/TransportType.java | 17 - .../src/com/smartdevicelink/util/Base64.java | 111 - .../src/com/smartdevicelink/util/BitConverter.java | 72 - .../src/com/smartdevicelink/util/ByteEnumer.java | 52 - .../src/com/smartdevicelink/util/DebugTool.java | 262 - .../src/com/smartdevicelink/util/IConsole.java | 10 - .../src/com/smartdevicelink/util/Mime.java | 182 - .../com/smartdevicelink/util/NativeLogTool.java | 100 - .../src/com/smartdevicelink/util/StringEnumer.java | 47 - SDL_Core/CMakeLists.txt | 265 - SDL_Core/Doxyfile | 1917 -- SDL_Core/FindQt.sh | 174 - SDL_Core/Lint | 289 - SDL_Core/README.md | 1 - SDL_Core/changes | 0 SDL_Core/cmake/Modules/FindDBus.cmake | 20 - SDL_Core/cmake/Modules/FindGlib-2.0.cmake | 43 - SDL_Core/cmake/Modules/FindGstreamer-1.0.cmake | 136 - SDL_Core/cmake/Modules/FindLibXML2.cmake | 20 - SDL_Core/cmake/Modules/FindLibavahi.cmake | 25 - SDL_Core/cmake/Modules/FindQt5Core.cmake | 10 - SDL_Core/cmake/Modules/FindQt5DBus.cmake | 10 - SDL_Core/cmake/Modules/FindQt5Qml.cmake | 10 - SDL_Core/cmake/Modules/FindQt5Quick.cmake | 10 - SDL_Core/doc/change_log.txt | 9 - SDL_Core/doc/doxygen/components/AppMgr/index.txt | 5 - SDL_Core/doc/doxygen/components/HMI/index.txt | 5 - .../components/JSONHandler/Formatters/index.txt | 9 - .../doc/doxygen/components/JSONHandler/index.txt | 8 - .../doxygen/components/ProtocolHandler/index.txt | 5 - .../Smart Objects Types/Type casts.txt | 204 - .../Smart Objects Types/Value representation.txt | 25 - .../SmartObjects/Smart Objects Types/index.txt | 9 - .../Smart Objects Validation/Schema Structure.txt | 101 - .../Smart Objects Validation/Validation.txt | 9 - .../Smart Objects Validation/index.txt | 10 - .../SmartObjects/Use of Smart Objects/index.txt | 6 - .../doc/doxygen/components/SmartObjects/index.txt | 11 - .../Client Specification/ConnectionManagement.txt | 11 - .../Client Specification/DataTransfer.txt | 11 - .../Client Specification/DeviceManagement.txt | 14 - .../Client Specification/index.txt | 18 - .../Device Adapters/BluetoothAdapter.txt | 19 - .../Internal Design/Device Adapters/TCPAdapter.txt | 20 - .../Internal Design/Device Adapters/index.txt | 89 - .../Internal Design/Interaction.txt | 7 - .../Internal Design/MultiThreading.txt | 9 - .../Internal Design/TrasportManager.txt | 15 - .../TransportManager/Internal Design/index.txt | 15 - .../TransportManager/Use Cases/UseCase1.txt | 74 - .../TransportManager/Use Cases/UseCase2.txt | 96 - .../TransportManager/Use Cases/UseCase3.txt | 131 - .../TransportManager/Use Cases/index.txt | 11 - .../doxygen/components/TransportManager/index.txt | 9 - SDL_Core/doc/doxygen/components/index.txt | 9 - SDL_Core/doc/doxygen/info.txt | 5 - SDL_Core/doc/doxygen/mainpage.txt | 19 - .../tools/InterfaceGenerator/Arhitecture.txt | 5 - .../tools/InterfaceGenerator/CMake Integration.txt | 13 - .../tools/InterfaceGenerator/How To Use.txt | 31 - .../tools/InterfaceGenerator/Use of Output.txt | 11 - .../doc/doxygen/tools/InterfaceGenerator/index.txt | 11 - SDL_Core/doc/doxygen/tools/index.txt | 5 - SDL_Core/doc/grc/conf.smartDeviceLinkCore | 34 - SDL_Core/doc/grc/grc.conf | 3 - SDL_Core/doc/install.txt | 91 - SDL_Core/doc/qnx_build.txt | 28 - SDL_Core/doc/readme.txt | 67 - SDL_Core/src/appMain/CMakeLists.txt | 151 - SDL_Core/src/appMain/audio.8bit.wav | Bin 88244 -> 0 bytes SDL_Core/src/appMain/btinclude.h | 45 - SDL_Core/src/appMain/hmi_capabilities.json | 174 - SDL_Core/src/appMain/life_cycle.cc | 321 - SDL_Core/src/appMain/life_cycle.h | 109 - SDL_Core/src/appMain/log4cxx.properties | 62 - SDL_Core/src/appMain/main.cc | 277 - SDL_Core/src/appMain/policy_table.json | 393 - SDL_Core/src/appMain/smartDeviceLink.ini | 77 - SDL_Core/src/appMain/start-qml.sh | 33 - SDL_Core/src/appMain/test.txt | 3 - SDL_Core/src/appMain/wp1_policy_table.json | 198 - SDL_Core/src/components/CMakeLists.txt | 82 - SDL_Core/src/components/HMI/app/AppViews.js | 85 - SDL_Core/src/components/HMI/app/Flags.js | 48 - SDL_Core/src/components/HMI/app/SDLApp.js | 80 - SDL_Core/src/components/HMI/app/StateManager.js | 222 - .../components/HMI/app/controller/AppController.js | 36 - .../HMI/app/controller/InfoController.js | 79 - .../HMI/app/controller/MediaController.js | 82 - .../HMI/app/controller/PhoneController.js | 56 - .../HMI/app/controller/sdl/AppController.js | 170 - .../HMI/app/controller/sdl/Controller.js | 747 - .../HMI/app/controller/sdl/MediaController.js | 140 - .../HMI/app/controller/sdl/NonMediaController.js | 112 - .../HMI/app/controller/sdl/RPCController.js | 2898 --- .../components/HMI/app/controlls/AZERTYLayout.js | 264 - .../src/components/HMI/app/controlls/Button.js | 169 - .../src/components/HMI/app/controlls/Indicator.js | 134 - SDL_Core/src/components/HMI/app/controlls/Label.js | 55 - SDL_Core/src/components/HMI/app/controlls/List.js | 186 - .../src/components/HMI/app/controlls/MenuList.js | 204 - .../components/HMI/app/controlls/QWERTYLayout.js | 264 - .../components/HMI/app/controlls/QWERTZLayout.js | 264 - .../src/components/HMI/app/controlls/ScrollBar.js | 167 - .../components/HMI/app/controlls/ScrollableText.js | 209 - .../components/HMI/app/mixins/PresetEventCustom.js | 57 - .../src/components/HMI/app/mixins/PresetEvents.js | 44 - .../src/components/HMI/app/model/PhoneModel.js | 88 - .../HMI/app/model/abstract/RangedValue.js | 137 - .../src/components/HMI/app/model/media/CDModel.js | 43 - .../src/components/HMI/app/model/sdl/AppModel.js | 356 - .../src/components/HMI/app/model/sdl/MediaModel.js | 353 - SDL_Core/src/components/HMI/app/model/sdl/Model.js | 1022 - .../components/HMI/app/model/sdl/NonMediaModel.js | 210 - .../HMI/app/model/sdl/VehicleInfoModel.js | 464 - SDL_Core/src/components/HMI/app/util/Audio.js | 43 - .../src/components/HMI/app/util/StreamAudio.js | 49 - .../src/components/HMI/app/view/WarningView.js | 118 - .../src/components/HMI/app/view/climateView.js | 56 - .../components/HMI/app/view/home/bottomControls.js | 90 - .../components/HMI/app/view/home/controlButtons.js | 530 - .../HMI/app/view/home/statusClimateView.js | 66 - .../components/HMI/app/view/home/statusInfoView.js | 60 - .../HMI/app/view/home/statusMediaView.js | 99 - .../HMI/app/view/home/statusNavigationView.js | 59 - .../HMI/app/view/home/statusPhoneView.js | 68 - .../components/HMI/app/view/home/topControls.js | 57 - SDL_Core/src/components/HMI/app/view/homeView.js | 40 - .../src/components/HMI/app/view/info/alertsView.js | 118 - .../src/components/HMI/app/view/info/appsView.js | 148 - .../components/HMI/app/view/info/calendarView.js | 104 - .../components/HMI/app/view/info/devicelistView.js | 142 - .../components/HMI/app/view/info/nonMediaView.js | 244 - .../components/HMI/app/view/info/servicesView.js | 54 - .../components/HMI/app/view/info/travelLinkView.js | 164 - SDL_Core/src/components/HMI/app/view/infoView.js | 180 - .../HMI/app/view/media/common/LeftMenuView.js | 82 - .../components/HMI/app/view/media/playerView.js | 43 - .../HMI/app/view/media/sdl/controllsView.js | 226 - .../components/HMI/app/view/media/sdlmediaView.js | 110 - SDL_Core/src/components/HMI/app/view/mediaView.js | 49 - .../app/view/navigationApp/baseNavigationView.js | 173 - .../components/HMI/app/view/navigationAppView.js | 76 - .../src/components/HMI/app/view/navigationView.js | 54 - .../components/HMI/app/view/phone/dialpadView.js | 214 - SDL_Core/src/components/HMI/app/view/phoneView.js | 97 - .../src/components/HMI/app/view/sdl/AlertPopUp.js | 242 - .../HMI/app/view/sdl/AudioPassThruPopUp.js | 178 - .../src/components/HMI/app/view/sdl/ExitAppView.js | 114 - .../src/components/HMI/app/view/sdl/TTSPopUp.js | 105 - .../components/HMI/app/view/sdl/VRHelpListView.js | 104 - .../src/components/HMI/app/view/sdl/VRPopUp.js | 174 - .../components/HMI/app/view/sdl/VehicleInfoView.js | 180 - .../HMI/app/view/sdl/driverDistraction.js | 84 - .../HMI/app/view/sdl/shared/AbstractView.js | 95 - .../app/view/sdl/shared/interactionChoicesView.js | 381 - .../components/HMI/app/view/sdl/shared/keyboard.js | 290 - .../HMI/app/view/sdl/shared/optionsView.js | 132 - .../HMI/app/view/sdl/shared/scrollableMessage.js | 150 - .../HMI/app/view/sdl/shared/sliderView.js | 201 - .../HMI/app/view/sdl/shared/tbtTurnList.js | 127 - .../HMI/app/view/sdl/shared/turnByTurnView.js | 238 - .../HMI/app/view/sdl/tbtClientStateView.js | 114 - .../src/components/HMI/app/view/settingsView.js | 53 - SDL_Core/src/components/HMI/audio/alert.wav | Bin 37428 -> 0 bytes SDL_Core/src/components/HMI/audio/initial.wav | Bin 46834 -> 0 bytes SDL_Core/src/components/HMI/audio/listen.wav | Bin 11070 -> 0 bytes SDL_Core/src/components/HMI/audio/positive.wav | Bin 20302 -> 0 bytes SDL_Core/src/components/HMI/audio/say.wav | Bin 47292 -> 0 bytes SDL_Core/src/components/HMI/css/buttonControls.css | 524 - SDL_Core/src/components/HMI/css/general.css | 1516 -- SDL_Core/src/components/HMI/css/info.css | 671 - SDL_Core/src/components/HMI/css/mcs.css | 3703 ---- SDL_Core/src/components/HMI/css/media.css | 528 - SDL_Core/src/components/HMI/css/navigation.css | 102 - SDL_Core/src/components/HMI/css/phone.css | 1549 -- SDL_Core/src/components/HMI/css/sdl.css | 1114 - .../components/HMI/ffw/BasicCommunicationRPC.js | 595 - SDL_Core/src/components/HMI/ffw/ButtonsRPC.js | 338 - SDL_Core/src/components/HMI/ffw/Framework.js | 40 - SDL_Core/src/components/HMI/ffw/NavigationRPC.js | 319 - SDL_Core/src/components/HMI/ffw/RPCClient.js | 290 - SDL_Core/src/components/HMI/ffw/RPCObserver.js | 116 - SDL_Core/src/components/HMI/ffw/TTSRPC.js | 407 - SDL_Core/src/components/HMI/ffw/UIRPC.js | 1345 -- SDL_Core/src/components/HMI/ffw/VRRPC.js | 407 - SDL_Core/src/components/HMI/ffw/VehicleInfoRPC.js | 474 - SDL_Core/src/components/HMI/ffw/WebSocket.js | 77 - .../components/HMI/images/common/arr-r-disable.png | Bin 1268 -> 0 bytes .../src/components/HMI/images/common/arr-r.png | Bin 1467 -> 0 bytes .../src/components/HMI/images/common/arrow_ico.png | Bin 1194 -> 0 bytes .../src/components/HMI/images/common/bt_bg.png | Bin 1204 -> 0 bytes .../components/HMI/images/common/bt_bg_pressed.png | Bin 1211 -> 0 bytes .../HMI/images/common/btn-28h-gray-active.png | Bin 957 -> 0 bytes .../src/components/HMI/images/common/btn-28h.png | Bin 1080 -> 0 bytes .../HMI/images/common/btn-48h-active-gray.png | Bin 952 -> 0 bytes .../HMI/images/common/btn-48h-active.png | Bin 972 -> 0 bytes .../HMI/images/common/btn-48h-pressed.png | Bin 3011 -> 0 bytes .../src/components/HMI/images/common/btn-48h.png | Bin 1141 -> 0 bytes .../src/components/HMI/images/common/btn-98h.png | Bin 1266 -> 0 bytes .../src/components/HMI/images/common/button.png | Bin 655 -> 0 bytes .../HMI/images/common/button_active_blue.png | Bin 170 -> 0 bytes .../components/HMI/images/common/button_large.png | Bin 1192 -> 0 bytes .../components/HMI/images/common/button_small.png | Bin 487 -> 0 bytes .../HMI/images/common/center-button-150.png | Bin 1390 -> 0 bytes .../components/HMI/images/common/center-button.png | Bin 1300 -> 0 bytes .../HMI/images/common/climate-status-bg.png | Bin 2315 -> 0 bytes .../src/components/HMI/images/common/delim.png | Bin 1120 -> 0 bytes .../src/components/HMI/images/common/divider.png | Bin 1157 -> 0 bytes .../src/components/HMI/images/common/header_bg.png | Bin 6743 -> 0 bytes .../src/components/HMI/images/common/ico_back.png | Bin 1123 -> 0 bytes .../HMI/images/common/ind_vert_active.png | Bin 2346 -> 0 bytes .../components/HMI/images/common/ind_vert_def.png | Bin 1066 -> 0 bytes .../src/components/HMI/images/common/ls_border.png | Bin 3403 -> 0 bytes .../HMI/images/common/media-status-bg.png | Bin 2048 -> 0 bytes .../src/components/HMI/images/common/minus-ico.png | Bin 934 -> 0 bytes .../components/HMI/images/common/nav-status-bg.png | Bin 2971 -> 0 bytes .../src/components/HMI/images/common/okbut.png | Bin 3102 -> 0 bytes .../components/HMI/images/common/okbut_pressed.png | Bin 3155 -> 0 bytes .../HMI/images/common/page-back-button.png | Bin 1112 -> 0 bytes .../HMI/images/common/phone-statusbar-bg.png | Bin 2910 -> 0 bytes .../src/components/HMI/images/common/plus-ico.png | Bin 958 -> 0 bytes .../components/HMI/images/common/scroll_down.png | Bin 1072 -> 0 bytes .../HMI/images/common/scroll_down_active.png | Bin 1070 -> 0 bytes .../HMI/images/common/scroll_down_inactive.png | Bin 1033 -> 0 bytes .../src/components/HMI/images/common/scroll_up.png | Bin 1186 -> 0 bytes .../HMI/images/common/scroll_up_inactive.png | Bin 1108 -> 0 bytes .../components/HMI/images/common/seat-act-led.png | Bin 1383 -> 0 bytes .../HMI/images/common/seat-inact-led.png | Bin 967 -> 0 bytes .../components/HMI/images/common/skipbuttonbg.png | Bin 1562 -> 0 bytes .../HMI/images/common/skippbuttonbg_pressed.png | Bin 1544 -> 0 bytes .../HMI/images/common/system_settings_btn_bg.png | Bin 962 -> 0 bytes .../common/system_settings_btn_bg_active.png | Bin 970 -> 0 bytes .../HMI/images/common/system_settings_btn_h54.png | Bin 966 -> 0 bytes .../src/components/HMI/images/common/toggle.png | Bin 3596 -> 0 bytes .../HMI/images/home/bottom_controlls_full.png | Bin 28638 -> 0 bytes .../HMI/images/home/controlButtons/DownButton.png | Bin 6391 -> 0 bytes .../home/controlButtons/DownButton_pressed.png | Bin 6278 -> 0 bytes .../HMI/images/home/controlButtons/LeftButton.png | Bin 6547 -> 0 bytes .../home/controlButtons/LeftButton_pressed.png | Bin 6630 -> 0 bytes .../HMI/images/home/controlButtons/OkButton.png | Bin 4939 -> 0 bytes .../home/controlButtons/OkButton_pressed.png | Bin 4809 -> 0 bytes .../HMI/images/home/controlButtons/RightButton.png | Bin 6550 -> 0 bytes .../home/controlButtons/RightButton_pressed.png | Bin 6549 -> 0 bytes .../HMI/images/home/controlButtons/UpButton.png | Bin 6397 -> 0 bytes .../home/controlButtons/UpButton_pressed.png | Bin 6536 -> 0 bytes .../controlButtons/backGroundControllButtons.png | Bin 3157 -> 0 bytes .../HMI/images/home/controlButtons/vr.png | Bin 5429 -> 0 bytes .../HMI/images/home/controlButtons/vrImage.png | Bin 2461 -> 0 bytes .../HMI/images/home/controlButtons/vr_pressed.png | Bin 6165 -> 0 bytes .../components/HMI/images/home/home_main_image.png | Bin 39085 -> 0 bytes .../src/components/HMI/images/home/home_phone.png | Bin 2774 -> 0 bytes .../components/HMI/images/info/callendar-btn.png | Bin 1366 -> 0 bytes .../src/components/HMI/images/info/ico_assist.png | Bin 1553 -> 0 bytes .../HMI/images/info/ico_info_install.png | Bin 2022 -> 0 bytes .../src/components/HMI/images/info/ico_vehicle.png | Bin 1614 -> 0 bytes .../HMI/images/info/info_leftMenu_apps_ico.png | Bin 1632 -> 0 bytes .../HMI/images/info/info_leftMenu_calendar_ico.png | Bin 1868 -> 0 bytes .../HMI/images/info/info_leftMenu_services_ico.png | Bin 2493 -> 0 bytes .../images/info/info_leftMenu_travelLink_ico.png | Bin 3646 -> 0 bytes .../HMI/images/info/info_services_bg.png | Bin 11109 -> 0 bytes .../images/info/info_travelLink_sirius_logo.png | Bin 3627 -> 0 bytes .../src/components/HMI/images/info/menu_active.png | Bin 973 -> 0 bytes .../HMI/images/info/view_info_calendar.png | Bin 5924 -> 0 bytes .../components/HMI/images/list/list_item_bg.png | Bin 1099 -> 0 bytes .../HMI/images/list/list_item_pressed.png | Bin 1091 -> 0 bytes .../images/list/scrollbar/button-down-active.png | Bin 1407 -> 0 bytes .../HMI/images/list/scrollbar/button-up-active.png | Bin 1406 -> 0 bytes .../components/HMI/images/media/bcs-item_bgL.png | Bin 1472 -> 0 bytes .../HMI/images/media/bcs-item_bgL_pressed.png | 0 .../components/HMI/images/media/bcs-item_bgR.png | Bin 1423 -> 0 bytes .../HMI/images/media/bcs-item_bgR_pressed.png | Bin 1407 -> 0 bytes .../components/HMI/images/media/bcs-item_bgS.png | Bin 1542 -> 0 bytes .../HMI/images/media/bcs-item_bgS_pressed.png | Bin 1541 -> 0 bytes SDL_Core/src/components/HMI/images/media/bg.png | Bin 4614 -> 0 bytes .../src/components/HMI/images/media/btn_bg.png | Bin 1286 -> 0 bytes .../components/HMI/images/media/cd-next-btn.png | Bin 1744 -> 0 bytes .../HMI/images/media/cd-next-btn_pressed.png | Bin 1752 -> 0 bytes .../components/HMI/images/media/cd-prev-btn.png | Bin 1845 -> 0 bytes .../HMI/images/media/cd-prev-btn_pressed.png | Bin 1872 -> 0 bytes .../components/HMI/images/media/cd_play_btn.png | Bin 1999 -> 0 bytes .../src/components/HMI/images/media/divider_o.png | Bin 1136 -> 0 bytes .../src/components/HMI/images/media/ico-play.png | Bin 1162 -> 0 bytes .../components/HMI/images/media/ico_arrow_down.png | Bin 1723 -> 0 bytes .../components/HMI/images/media/ico_arrow_up.png | Bin 1726 -> 0 bytes .../src/components/HMI/images/media/ico_back.png | Bin 1123 -> 0 bytes .../src/components/HMI/images/media/ico_cd.png | Bin 2479 -> 0 bytes .../src/components/HMI/images/media/ico_next.png | Bin 1423 -> 0 bytes .../src/components/HMI/images/media/ico_pause.png | Bin 1134 -> 0 bytes .../src/components/HMI/images/media/ico_prew.png | Bin 1435 -> 0 bytes .../src/components/HMI/images/media/ls-item_bg.png | Bin 1481 -> 0 bytes .../components/HMI/images/media/ls-item_bg_act.png | Bin 1219 -> 0 bytes .../components/HMI/images/media/player_view.png | Bin 62443 -> 0 bytes SDL_Core/src/components/HMI/images/phone/bg.png | Bin 13851 -> 0 bytes SDL_Core/src/components/HMI/images/phone/del.png | Bin 207 -> 0 bytes SDL_Core/src/components/HMI/images/phone/dial.png | Bin 510 -> 0 bytes SDL_Core/src/components/HMI/images/phone/end.png | Bin 499 -> 0 bytes .../src/components/HMI/images/phone/ico_phone.png | Bin 1204 -> 0 bytes .../HMI/images/phone/keypad/center_btn.png | Bin 706 -> 0 bytes .../HMI/images/phone/keypad/center_btn_pressed.png | Bin 699 -> 0 bytes .../HMI/images/phone/keypad/left_btn.png | Bin 636 -> 0 bytes .../HMI/images/phone/keypad/left_btn_pressed.png | Bin 624 -> 0 bytes .../HMI/images/phone/keypad/right_btn.png | Bin 571 -> 0 bytes .../HMI/images/phone/keypad/right_btn_pressed.png | Bin 563 -> 0 bytes .../components/HMI/images/phone/menu_active.png | Bin 172 -> 0 bytes .../src/components/HMI/images/phone/menu_bg.png | Bin 555 -> 0 bytes SDL_Core/src/components/HMI/images/sdl/Warning.png | Bin 7546 -> 0 bytes .../src/components/HMI/images/sdl/audio_icon.jpg | Bin 5560 -> 0 bytes SDL_Core/src/components/HMI/images/sdl/devices.png | Bin 632 -> 0 bytes .../src/components/HMI/images/sdl/new_apps.png | Bin 1424 -> 0 bytes .../src/components/HMI/images/sdl/progress.gif | Bin 2327 -> 0 bytes .../HMI/images/sdl/progressindicator.gif | Bin 7703 -> 0 bytes SDL_Core/src/components/HMI/index.html | 174 - SDL_Core/src/components/HMI/lib/ember-1.0.pre.js | 20709 ------------------- .../src/components/HMI/lib/ember-1.0.pre.min.js | 18 - .../components/HMI/lib/handlebars-1.0.0.beta.6.js | 1550 -- SDL_Core/src/components/HMI/lib/iscroll-lite.js | 594 - SDL_Core/src/components/HMI/lib/jquery-1.7.2.js | 9404 --------- .../src/components/HMI/lib/jquery-1.7.2.min.js | 4 - SDL_Core/src/components/HMI/locale/eng.js | 62 - SDL_Core/src/components/HMI/locale/locale.js | 42 - .../components/application_manager/CMakeLists.txt | 347 - .../include/application_manager/application.h | 438 - .../application_manager/application_data_impl.h | 323 - .../include/application_manager/application_impl.h | 176 - .../application_manager/application_manager.h | 79 - .../application_manager/application_manager_impl.h | 610 - .../include/application_manager/commands/command.h | 81 - .../application_manager/commands/command_impl.h | 94 - .../commands/command_notification_impl.h | 64 - .../commands/command_request_impl.h | 178 - .../commands/command_response_impl.h | 68 - .../commands/hmi/activate_app_request.h | 72 - .../commands/hmi/activate_app_response.h | 72 - .../commands/hmi/allow_all_apps_request.h | 72 - .../commands/hmi/allow_all_apps_response.h | 72 - .../commands/hmi/allow_app_request.h | 72 - .../commands/hmi/allow_app_response.h | 72 - .../commands/hmi/audio_start_stream_request.h | 72 - .../commands/hmi/audio_start_stream_response.h | 71 - .../commands/hmi/audio_stop_stream_request.h | 71 - .../commands/hmi/audio_stop_stream_response.h | 71 - .../commands/hmi/button_get_capabilities_request.h | 72 - .../hmi/button_get_capabilities_response.h | 72 - .../commands/hmi/close_popup_request.h | 72 - .../commands/hmi/close_popup_response.h | 72 - .../commands/hmi/mixing_audio_supported_request.h | 72 - .../commands/hmi/mixing_audio_supported_response.h | 72 - .../commands/hmi/navi_alert_maneuver_request.h | 72 - .../commands/hmi/navi_alert_maneuver_response.h | 72 - .../commands/hmi/navi_is_ready_request.h | 72 - .../commands/hmi/navi_is_ready_response.h | 72 - .../commands/hmi/navi_show_constant_tbt_request.h | 72 - .../commands/hmi/navi_show_constant_tbt_response.h | 72 - .../commands/hmi/navi_start_stream_request.h | 72 - .../commands/hmi/navi_start_stream_response.h | 71 - .../commands/hmi/navi_stop_stream_request.h | 71 - .../commands/hmi/navi_stop_stream_response.h | 71 - .../commands/hmi/navi_update_turn_list_request.h | 72 - .../commands/hmi/navi_update_turn_list_response.h | 72 - .../commands/hmi/notification_from_hmi.h | 69 - .../commands/hmi/notification_to_hmi.h | 58 - .../commands/hmi/on_app_activated_notification.h | 72 - .../commands/hmi/on_app_deactivated_notification.h | 72 - .../commands/hmi/on_app_registered_notification.h | 72 - .../hmi/on_app_unregistered_notification.h | 72 - .../commands/hmi/on_button_event_notification.h | 78 - .../commands/hmi/on_button_press_notification.h | 78 - .../commands/hmi/on_device_chosen_notification.h | 72 - .../hmi/on_driver_distraction_notification.h | 78 - .../hmi/on_exit_all_applications_notification.h | 72 - .../hmi/on_exit_application_notification.h | 72 - .../commands/hmi/on_find_applications.h | 72 - .../hmi/on_navi_tbt_client_state_notification.h | 73 - .../commands/hmi/on_play_tone_notification.h | 72 - .../commands/hmi/on_ready_notification.h | 73 - .../commands/hmi/on_sdl_close_notification.h | 72 - .../commands/hmi/on_show_notification.h | 72 - .../commands/hmi/on_start_device_discovery.h | 72 - .../commands/hmi/on_system_context_notification.h | 74 - .../commands/hmi/on_system_request_notification.h | 74 - .../hmi/on_tts_language_change_notification.h | 72 - .../commands/hmi/on_tts_started_notification.h | 72 - .../commands/hmi/on_tts_stopped_notification.h | 72 - .../commands/hmi/on_ui_command_notification.h | 72 - .../hmi/on_ui_keyboard_input_notification.h | 77 - .../hmi/on_ui_language_change_notification.h | 72 - .../hmi/on_ui_reset_timeout_notification.h | 76 - .../commands/hmi/on_ui_touch_event_notification.h | 77 - .../commands/hmi/on_update_device_list.h | 72 - .../hmi/on_vi_acc_pedal_position_notification.h | 73 - .../commands/hmi/on_vi_belt_status_notification.h | 73 - .../hmi/on_vi_body_information_notification.h | 73 - .../hmi/on_vi_device_status_notification.h | 73 - .../hmi/on_vi_driver_braking_notification.h | 73 - .../hmi/on_vi_engine_torque_notification.h | 73 - .../hmi/on_vi_external_temperature_notification.h | 73 - .../commands/hmi/on_vi_fuel_level_notification.h | 73 - .../hmi/on_vi_fuel_level_state_notification.h | 73 - .../commands/hmi/on_vi_gps_data_notification.h | 73 - .../hmi/on_vi_head_lamp_status_notification.h | 73 - .../on_vi_instant_fuel_consumption_notification.h | 73 - .../commands/hmi/on_vi_my_key_notification.h | 73 - .../commands/hmi/on_vi_odometer_notification.h | 73 - .../commands/hmi/on_vi_prndl_notification.h | 73 - .../commands/hmi/on_vi_rpm_notification.h | 73 - .../commands/hmi/on_vi_speed_notification.h | 73 - .../hmi/on_vi_steering_wheel_angle_notification.h | 73 - .../hmi/on_vi_tire_pressure_notification.h | 73 - .../commands/hmi/on_vi_vehicle_data_notification.h | 74 - .../commands/hmi/on_vi_vin_notification.h | 73 - .../commands/hmi/on_vi_wiper_status_notification.h | 73 - .../commands/hmi/on_vr_command_notification.h | 74 - .../hmi/on_vr_language_change_notification.h | 72 - .../commands/hmi/on_vr_started_notification.h | 72 - .../commands/hmi/on_vr_stopped_notification.h | 72 - .../commands/hmi/request_to_hmi.h | 75 - .../commands/hmi/response_from_hmi.h | 85 - .../commands/hmi/tts_change_registration_request.h | 72 - .../hmi/tts_change_registration_response.h | 72 - .../commands/hmi/tts_get_capabilities_request.h | 72 - .../commands/hmi/tts_get_capabilities_response.h | 72 - .../commands/hmi/tts_get_language_request.h | 72 - .../commands/hmi/tts_get_language_response.h | 72 - .../hmi/tts_get_supported_languages_request.h | 72 - .../hmi/tts_get_supported_languages_response.h | 72 - .../commands/hmi/tts_is_ready_request.h | 72 - .../commands/hmi/tts_is_ready_response.h | 72 - .../commands/hmi/tts_perform_interaction_request.h | 72 - .../hmi/tts_perform_interaction_response.h | 72 - .../hmi/tts_set_global_properties_request.h | 72 - .../hmi/tts_set_global_properties_response.h | 72 - .../commands/hmi/tts_speak_request.h | 73 - .../commands/hmi/tts_speak_response.h | 73 - .../commands/hmi/tts_stop_speaking_request.h | 72 - .../commands/hmi/tts_stop_speaking_response.h | 72 - .../commands/hmi/ui_add_command_request.h | 72 - .../commands/hmi/ui_add_command_response.h | 72 - .../commands/hmi/ui_add_submenu_request.h | 72 - .../commands/hmi/ui_add_submenu_response.h | 72 - .../commands/hmi/ui_alert_request.h | 72 - .../commands/hmi/ui_alert_response.h | 72 - .../commands/hmi/ui_change_registration_request.h | 72 - .../commands/hmi/ui_change_registration_response.h | 72 - .../commands/hmi/ui_delete_command_request.h | 72 - .../commands/hmi/ui_delete_command_response.h | 72 - .../commands/hmi/ui_delete_submenu_request.h | 72 - .../commands/hmi/ui_delete_submenu_response.h | 72 - .../commands/hmi/ui_end_audio_pass_thru_request.h | 73 - .../commands/hmi/ui_end_audio_pass_thru_response.h | 72 - .../commands/hmi/ui_get_capabilities_request.h | 72 - .../commands/hmi/ui_get_capabilities_response.h | 72 - .../commands/hmi/ui_get_language_request.h | 72 - .../commands/hmi/ui_get_language_response.h | 72 - .../hmi/ui_get_supported_languages_request.h | 72 - .../hmi/ui_get_supported_languages_response.h | 72 - .../commands/hmi/ui_is_ready_request.h | 72 - .../commands/hmi/ui_is_ready_response.h | 72 - .../hmi/ui_perform_audio_pass_thru_request.h | 72 - .../hmi/ui_perform_audio_pass_thru_response.h | 72 - .../commands/hmi/ui_perform_interaction_request.h | 72 - .../commands/hmi/ui_perform_interaction_response.h | 72 - .../commands/hmi/ui_scrollable_message_request.h | 72 - .../commands/hmi/ui_scrollable_message_response.h | 72 - .../commands/hmi/ui_set_display_layout_request.h | 71 - .../commands/hmi/ui_set_display_layout_response.h | 72 - .../hmi/ui_set_global_properties_request.h | 72 - .../hmi/ui_set_global_properties_response.h | 72 - .../commands/hmi/ui_set_icon_request.h | 72 - .../commands/hmi/ui_set_icon_response.h | 72 - .../hmi/ui_set_media_clock_timer_request.h | 72 - .../hmi/ui_set_media_clock_timer_response.h | 72 - .../commands/hmi/ui_show_request.h | 72 - .../commands/hmi/ui_show_response.h | 72 - .../commands/hmi/ui_slider_request.h | 72 - .../commands/hmi/ui_slider_response.h | 72 - .../commands/hmi/update_app_list_request.h | 72 - .../commands/hmi/update_app_list_response.h | 72 - .../commands/hmi/update_device_list_request.h | 72 - .../commands/hmi/update_device_list_response.h | 72 - .../commands/hmi/vi_diagnostic_message_request.h | 72 - .../commands/hmi/vi_diagnostic_message_response.h | 72 - .../commands/hmi/vi_get_dtcs_request.h | 72 - .../commands/hmi/vi_get_dtcs_response.h | 72 - .../commands/hmi/vi_get_vehicle_data_request.h | 72 - .../hmi/vi_get_vehicle_data_request_template.h | 73 - .../commands/hmi/vi_get_vehicle_data_response.h | 72 - .../hmi/vi_get_vehicle_data_response_template.h | 73 - .../commands/hmi/vi_get_vehicle_type_request.h | 72 - .../commands/hmi/vi_get_vehicle_type_response.h | 72 - .../commands/hmi/vi_is_ready_request.h | 72 - .../commands/hmi/vi_is_ready_response.h | 72 - .../commands/hmi/vi_read_did_request.h | 72 - .../commands/hmi/vi_read_did_response.h | 72 - .../hmi/vi_subscribe_vehicle_data_request.h | 72 - .../vi_subscribe_vehicle_data_request_template.h | 74 - .../hmi/vi_subscribe_vehicle_data_response.h | 72 - .../vi_subscribe_vehicle_data_response_template.h | 72 - .../hmi/vi_unsubscribe_vehicle_data_request.h | 72 - .../vi_unsubscribe_vehicle_data_request_template.h | 74 - .../hmi/vi_unsubscribe_vehicle_data_response.h | 72 - ...vi_unsubscribe_vehicle_data_response_template.h | 74 - .../commands/hmi/vr_add_command_request.h | 72 - .../commands/hmi/vr_add_command_response.h | 72 - .../commands/hmi/vr_change_registration_request.h | 72 - .../commands/hmi/vr_change_registration_response.h | 72 - .../commands/hmi/vr_delete_command_request.h | 72 - .../commands/hmi/vr_delete_command_response.h | 72 - .../commands/hmi/vr_get_capabilities_request.h | 72 - .../commands/hmi/vr_get_capabilities_response.h | 72 - .../commands/hmi/vr_get_language_request.h | 72 - .../commands/hmi/vr_get_language_response.h | 72 - .../hmi/vr_get_supported_languages_request.h | 72 - .../hmi/vr_get_supported_languages_response.h | 72 - .../commands/hmi/vr_is_ready_request.h | 72 - .../commands/hmi/vr_is_ready_response.h | 72 - .../commands/mobile/add_command_request.h | 141 - .../commands/mobile/add_command_response.h | 73 - .../commands/mobile/add_sub_menu_request.h | 88 - .../commands/mobile/add_sub_menu_response.h | 73 - .../commands/mobile/alert_maneuver_request.h | 87 - .../commands/mobile/alert_maneuver_response.h | 73 - .../commands/mobile/alert_request.h | 129 - .../commands/mobile/alert_response.h | 73 - .../commands/mobile/change_registration_request.h | 124 - .../commands/mobile/change_registration_response.h | 73 - .../mobile/create_interaction_choice_set_request.h | 163 - .../create_interaction_choice_set_response.h | 73 - .../commands/mobile/delete_command_request.h | 97 - .../commands/mobile/delete_command_response.h | 73 - .../commands/mobile/delete_file_request.h | 73 - .../commands/mobile/delete_file_response.h | 73 - .../mobile/delete_interaction_choice_set_request.h | 82 - .../delete_interaction_choice_set_response.h | 73 - .../commands/mobile/delete_sub_menu_request.h | 99 - .../commands/mobile/delete_sub_menu_response.h | 73 - .../commands/mobile/diagnostic_message_request.h | 80 - .../commands/mobile/diagnostic_message_response.h | 73 - .../commands/mobile/dial_number_request.h | 72 - .../commands/mobile/encoded_sync_pdata_request.h | 76 - .../commands/mobile/encoded_sync_pdata_response.h | 67 - .../commands/mobile/end_audio_pass_thru_request.h | 80 - .../commands/mobile/end_audio_pass_thru_response.h | 73 - .../commands/mobile/generic_response.h | 70 - .../commands/mobile/get_dtcs_request.h | 80 - .../commands/mobile/get_dtcs_response.h | 73 - .../commands/mobile/get_vehicle_data_request.h | 94 - .../commands/mobile/get_vehicle_data_response.h | 73 - .../commands/mobile/list_files_request.h | 73 - .../commands/mobile/list_files_response.h | 73 - .../on_app_interface_unregistered_notification.h | 74 - .../mobile/on_audio_pass_thru_notification.h | 74 - .../commands/mobile/on_button_event_notification.h | 86 - .../commands/mobile/on_button_press_notification.h | 85 - .../commands/mobile/on_command_notification.h | 75 - .../mobile/on_driver_distraction_notification.h | 77 - .../mobile/on_encoded_sync_pdata_notification.h | 90 - .../commands/mobile/on_hash_change_notification.h | 75 - .../commands/mobile/on_hmi_status_notification.h | 73 - .../mobile/on_keyboard_input_notification.h | 76 - .../mobile/on_language_change_notification.h | 73 - .../mobile/on_permissions_change_notification.h | 73 - .../commands/mobile/on_sync_pdata_notification.h | 91 - .../mobile/on_system_request_notification.h | 76 - .../mobile/on_tbt_client_state_notification.h | 73 - .../commands/mobile/on_touch_event_notification.h | 76 - .../commands/mobile/on_vehicle_data_notification.h | 82 - .../mobile/perform_audio_pass_thru_request.h | 87 - .../mobile/perform_audio_pass_thru_response.h | 73 - .../commands/mobile/perform_interaction_request.h | 220 - .../commands/mobile/perform_interaction_response.h | 73 - .../commands/mobile/put_file_request.h | 73 - .../commands/mobile/put_file_response.h | 73 - .../commands/mobile/read_did_request.h | 80 - .../commands/mobile/read_did_response.h | 73 - .../mobile/register_app_interface_request.h | 183 - .../mobile/register_app_interface_response.h | 72 - .../mobile/reset_global_properties_request.h | 149 - .../mobile/reset_global_properties_response.h | 73 - .../commands/mobile/scrollable_message_request.h | 89 - .../commands/mobile/scrollable_message_response.h | 68 - .../commands/mobile/set_display_layout_request.h | 80 - .../commands/mobile/set_display_layout_response.h | 73 - .../mobile/set_global_properties_request.h | 113 - .../mobile/set_global_properties_response.h | 73 - .../commands/mobile/set_icon_request.h | 88 - .../commands/mobile/set_icon_response.h | 73 - .../mobile/set_media_clock_timer_request.h | 81 - .../mobile/set_media_clock_timer_response.h | 67 - .../commands/mobile/show_constant_tbt_request.h | 85 - .../commands/mobile/show_constant_tbt_response.h | 73 - .../commands/mobile/show_request.h | 91 - .../commands/mobile/show_response.h | 67 - .../commands/mobile/slider_request.h | 84 - .../commands/mobile/slider_response.h | 67 - .../commands/mobile/speak_request.h | 86 - .../commands/mobile/speak_response.h | 67 - .../commands/mobile/subscribe_button_request.h | 73 - .../commands/mobile/subscribe_button_response.h | 73 - .../mobile/subscribe_vehicle_data_request.h | 96 - .../mobile/subscribe_vehicle_data_response.h | 73 - .../commands/mobile/sync_pdata_request.h | 76 - .../commands/mobile/sync_pdata_response.h | 67 - .../commands/mobile/system_request.h | 72 - .../commands/mobile/system_response.h | 73 - .../mobile/unregister_app_interface_request.h | 76 - .../mobile/unregister_app_interface_response.h | 72 - .../commands/mobile/unsubscribe_button_request.h | 73 - .../commands/mobile/unsubscribe_button_response.h | 73 - .../mobile/unsubscribe_vehicle_data_request.h | 95 - .../mobile/unsubscribe_vehicle_data_response.h | 73 - .../commands/mobile/update_turn_list_request.h | 92 - .../commands/mobile/update_turn_list_response.h | 73 - .../include/application_manager/commands/pending.h | 75 - .../application_manager/event_engine/event.h | 147 - .../event_engine/event_dispatcher.h | 117 - .../event_engine/event_observer.h | 116 - .../include/application_manager/hmi_capabilities.h | 515 - .../application_manager/hmi_command_factory.h | 65 - .../include/application_manager/message.h | 121 - .../include/application_manager/message_helper.h | 351 - .../application_manager/mobile_command_factory.h | 63 - .../application_manager/mobile_message_handler.h | 67 - .../policies_manager/policies_manager.h | 73 - .../application_manager/request_controller.h | 148 - .../include/application_manager/resume_ctrl.h | 221 - .../application_manager/smart_object_keys.h | 312 - .../src/application_data_impl.cc | 477 - .../application_manager/src/application_impl.cc | 359 - .../src/application_manager_impl.cc | 1661 -- .../src/commands/command_impl.cc | 67 - .../src/commands/command_notification_impl.cc | 74 - .../src/commands/command_request_impl.cc | 211 - .../src/commands/command_response_impl.cc | 88 - .../src/commands/hmi/activate_app_request.cc | 58 - .../src/commands/hmi/activate_app_response.cc | 72 - .../src/commands/hmi/allow_all_apps_request.cc | 55 - .../src/commands/hmi/allow_all_apps_response.cc | 55 - .../src/commands/hmi/allow_app_request.cc | 55 - .../src/commands/hmi/allow_app_response.cc | 65 - .../src/commands/hmi/audio_start_stream_request.cc | 57 - .../commands/hmi/audio_start_stream_response.cc | 52 - .../src/commands/hmi/audio_stop_stream_request.cc | 23 - .../src/commands/hmi/audio_stop_stream_response.cc | 52 - .../hmi/button_get_capabilities_request.cc | 57 - .../hmi/button_get_capabilities_response.cc | 63 - .../src/commands/hmi/close_popup_request.cc | 55 - .../src/commands/hmi/close_popup_response.cc | 53 - .../commands/hmi/mixing_audio_supported_request.cc | 55 - .../hmi/mixing_audio_supported_response.cc | 57 - .../commands/hmi/navi_alert_maneuver_request.cc | 55 - .../commands/hmi/navi_alert_maneuver_response.cc | 57 - .../src/commands/hmi/navi_is_ready_request.cc | 55 - .../src/commands/hmi/navi_is_ready_response.cc | 63 - .../commands/hmi/navi_show_constant_tbt_request.cc | 55 - .../hmi/navi_show_constant_tbt_response.cc | 57 - .../src/commands/hmi/navi_start_stream_request.cc | 57 - .../src/commands/hmi/navi_start_stream_response.cc | 73 - .../src/commands/hmi/navi_stop_stream_request.cc | 23 - .../src/commands/hmi/navi_stop_stream_response.cc | 52 - .../commands/hmi/navi_update_turn_list_request.cc | 55 - .../commands/hmi/navi_update_turn_list_response.cc | 57 - .../src/commands/hmi/notification_from_hmi.cc | 100 - .../src/commands/hmi/notification_to_hmi.cc | 66 - .../commands/hmi/on_app_activated_notification.cc | 59 - .../hmi/on_app_deactivated_notification.cc | 113 - .../commands/hmi/on_app_registered_notification.cc | 56 - .../hmi/on_app_unregistered_notification.cc | 62 - .../commands/hmi/on_button_event_notification.cc | 65 - .../commands/hmi/on_button_press_notification.cc | 67 - .../commands/hmi/on_device_chosen_notification.cc | 60 - .../hmi/on_driver_distraction_notification.cc | 85 - .../hmi/on_exit_all_applications_notification.cc | 88 - .../hmi/on_exit_application_notification.cc | 57 - .../src/commands/hmi/on_find_applications.cc | 55 - .../hmi/on_navi_tbt_client_state_notification.cc | 61 - .../src/commands/hmi/on_play_tone_notification.cc | 55 - .../src/commands/hmi/on_ready_notification.cc | 56 - .../src/commands/hmi/on_sdl_close_notification.cc | 55 - .../src/commands/hmi/on_show_notification.cc | 55 - .../src/commands/hmi/on_start_device_discovery.cc | 56 - .../commands/hmi/on_system_context_notification.cc | 95 - .../commands/hmi/on_system_request_notification.cc | 59 - .../hmi/on_tts_language_change_notification.cc | 91 - .../commands/hmi/on_tts_started_notification.cc | 57 - .../commands/hmi/on_tts_stopped_notification.cc | 57 - .../src/commands/hmi/on_ui_command_notification.cc | 62 - .../hmi/on_ui_keyboard_input_notification.cc | 63 - .../hmi/on_ui_language_change_notification.cc | 93 - .../hmi/on_ui_reset_timeout_notification.cc | 63 - .../commands/hmi/on_ui_touch_event_notification.cc | 63 - .../src/commands/hmi/on_update_device_list.cc | 52 - .../hmi/on_vi_acc_pedal_position_notification.cc | 61 - .../commands/hmi/on_vi_belt_status_notification.cc | 61 - .../hmi/on_vi_body_information_notification.cc | 61 - .../hmi/on_vi_device_status_notification.cc | 61 - .../hmi/on_vi_driver_braking_notification.cc | 61 - .../hmi/on_vi_engine_torque_notification.cc | 61 - .../hmi/on_vi_external_temperature_notification.cc | 61 - .../commands/hmi/on_vi_fuel_level_notification.cc | 61 - .../hmi/on_vi_fuel_level_state_notification.cc | 61 - .../commands/hmi/on_vi_gps_data_notification.cc | 61 - .../hmi/on_vi_head_lamp_status_notification.cc | 61 - .../on_vi_instant_fuel_consumption_notification.cc | 61 - .../src/commands/hmi/on_vi_my_key_notification.cc | 61 - .../commands/hmi/on_vi_odometer_notification.cc | 61 - .../src/commands/hmi/on_vi_prndl_notification.cc | 61 - .../src/commands/hmi/on_vi_rpm_notification.cc | 61 - .../src/commands/hmi/on_vi_speed_notification.cc | 61 - .../hmi/on_vi_steering_wheel_angle_notification.cc | 61 - .../hmi/on_vi_tire_pressure_notification.cc | 61 - .../hmi/on_vi_vehicle_data_notification.cc | 61 - .../src/commands/hmi/on_vi_vin_notification.cc | 61 - .../hmi/on_vi_wiper_status_notification.cc | 61 - .../src/commands/hmi/on_vr_command_notification.cc | 108 - .../hmi/on_vr_language_change_notification.cc | 91 - .../src/commands/hmi/on_vr_started_notification.cc | 57 - .../src/commands/hmi/on_vr_stopped_notification.cc | 57 - .../src/commands/hmi/request_to_hmi.cc | 67 - .../src/commands/hmi/response_from_hmi.cc | 105 - .../hmi/tts_change_registration_request.cc | 56 - .../hmi/tts_change_registration_response.cc | 58 - .../commands/hmi/tts_get_capabilities_request.cc | 56 - .../commands/hmi/tts_get_capabilities_response.cc | 67 - .../src/commands/hmi/tts_get_language_request.cc | 55 - .../src/commands/hmi/tts_get_language_response.cc | 59 - .../hmi/tts_get_supported_languages_request.cc | 56 - .../hmi/tts_get_supported_languages_response.cc | 66 - .../src/commands/hmi/tts_is_ready_request.cc | 55 - .../src/commands/hmi/tts_is_ready_response.cc | 62 - .../hmi/tts_perform_interaction_request.cc | 56 - .../hmi/tts_perform_interaction_response.cc | 52 - .../hmi/tts_set_global_properties_request.cc | 56 - .../hmi/tts_set_global_properties_response.cc | 58 - .../src/commands/hmi/tts_speak_request.cc | 55 - .../src/commands/hmi/tts_speak_response.cc | 58 - .../src/commands/hmi/tts_stop_speaking_request.cc | 55 - .../src/commands/hmi/tts_stop_speaking_response.cc | 58 - .../src/commands/hmi/ui_add_command_request.cc | 55 - .../src/commands/hmi/ui_add_command_response.cc | 57 - .../src/commands/hmi/ui_add_submenu_request.cc | 55 - .../src/commands/hmi/ui_add_submenu_response.cc | 57 - .../src/commands/hmi/ui_alert_request.cc | 55 - .../src/commands/hmi/ui_alert_response.cc | 57 - .../commands/hmi/ui_change_registration_request.cc | 56 - .../hmi/ui_change_registration_response.cc | 58 - .../src/commands/hmi/ui_delete_command_request.cc | 55 - .../src/commands/hmi/ui_delete_command_response.cc | 58 - .../src/commands/hmi/ui_delete_submenu_request.cc | 55 - .../src/commands/hmi/ui_delete_submenu_response.cc | 58 - .../commands/hmi/ui_end_audio_pass_thru_request.cc | 56 - .../hmi/ui_end_audio_pass_thru_response.cc | 58 - .../commands/hmi/ui_get_capabilities_request.cc | 56 - .../commands/hmi/ui_get_capabilities_response.cc | 75 - .../src/commands/hmi/ui_get_language_request.cc | 55 - .../src/commands/hmi/ui_get_language_response.cc | 60 - .../hmi/ui_get_supported_languages_request.cc | 56 - .../hmi/ui_get_supported_languages_response.cc | 66 - .../src/commands/hmi/ui_is_ready_request.cc | 55 - .../src/commands/hmi/ui_is_ready_response.cc | 63 - .../hmi/ui_perform_audio_pass_thru_request.cc | 56 - .../hmi/ui_perform_audio_pass_thru_response.cc | 58 - .../commands/hmi/ui_perform_interaction_request.cc | 56 - .../hmi/ui_perform_interaction_response.cc | 57 - .../commands/hmi/ui_scrollable_message_request.cc | 56 - .../commands/hmi/ui_scrollable_message_response.cc | 58 - .../commands/hmi/ui_set_display_layout_request.cc | 54 - .../commands/hmi/ui_set_display_layout_response.cc | 58 - .../hmi/ui_set_global_properties_request.cc | 56 - .../hmi/ui_set_global_properties_response.cc | 58 - .../src/commands/hmi/ui_set_icon_request.cc | 55 - .../src/commands/hmi/ui_set_icon_response.cc | 57 - .../hmi/ui_set_media_clock_timer_request.cc | 56 - .../hmi/ui_set_media_clock_timer_response.cc | 58 - .../src/commands/hmi/ui_show_request.cc | 55 - .../src/commands/hmi/ui_show_response.cc | 56 - .../src/commands/hmi/ui_slider_request.cc | 55 - .../src/commands/hmi/ui_slider_response.cc | 57 - .../src/commands/hmi/update_app_list_request.cc | 55 - .../src/commands/hmi/update_app_list_response.cc | 54 - .../src/commands/hmi/update_device_list_request.cc | 57 - .../commands/hmi/update_device_list_response.cc | 54 - .../commands/hmi/vi_diagnostic_message_request.cc | 55 - .../commands/hmi/vi_diagnostic_message_response.cc | 57 - .../src/commands/hmi/vi_get_dtcs_request.cc | 55 - .../src/commands/hmi/vi_get_dtcs_response.cc | 57 - .../commands/hmi/vi_get_vehicle_data_request.cc | 56 - .../commands/hmi/vi_get_vehicle_data_response.cc | 91 - .../commands/hmi/vi_get_vehicle_type_request.cc | 56 - .../commands/hmi/vi_get_vehicle_type_response.cc | 59 - .../src/commands/hmi/vi_is_ready_request.cc | 55 - .../src/commands/hmi/vi_is_ready_response.cc | 62 - .../src/commands/hmi/vi_read_did_request.cc | 55 - .../src/commands/hmi/vi_read_did_response.cc | 58 - .../hmi/vi_subscribe_vehicle_data_request.cc | 56 - .../hmi/vi_subscribe_vehicle_data_response.cc | 57 - .../hmi/vi_unsubscribe_vehicle_data_request.cc | 56 - .../hmi/vi_unsubscribe_vehicle_data_response.cc | 57 - .../src/commands/hmi/vr_add_command_request.cc | 55 - .../src/commands/hmi/vr_add_command_response.cc | 57 - .../commands/hmi/vr_change_registration_request.cc | 56 - .../hmi/vr_change_registration_response.cc | 58 - .../src/commands/hmi/vr_delete_command_request.cc | 55 - .../src/commands/hmi/vr_delete_command_response.cc | 58 - .../commands/hmi/vr_get_capabilities_request.cc | 56 - .../commands/hmi/vr_get_capabilities_response.cc | 59 - .../src/commands/hmi/vr_get_language_request.cc | 55 - .../src/commands/hmi/vr_get_language_response.cc | 59 - .../hmi/vr_get_supported_languages_request.cc | 56 - .../hmi/vr_get_supported_languages_response.cc | 66 - .../src/commands/hmi/vr_is_ready_request.cc | 55 - .../src/commands/hmi/vr_is_ready_response.cc | 62 - .../src/commands/mobile/add_command_request.cc | 364 - .../src/commands/mobile/add_command_response.cc | 56 - .../src/commands/mobile/add_sub_menu_request.cc | 145 - .../src/commands/mobile/add_sub_menu_response.cc | 57 - .../src/commands/mobile/alert_maneuver_request.cc | 198 - .../src/commands/mobile/alert_maneuver_response.cc | 57 - .../src/commands/mobile/alert_request.cc | 303 - .../src/commands/mobile/alert_response.cc | 59 - .../commands/mobile/change_registration_request.cc | 288 - .../mobile/change_registration_response.cc | 57 - .../create_interaction_choice_set_request.cc | 244 - .../create_interaction_choice_set_response.cc | 68 - .../src/commands/mobile/delete_command_request.cc | 180 - .../src/commands/mobile/delete_command_response.cc | 56 - .../src/commands/mobile/delete_file_request.cc | 96 - .../src/commands/mobile/delete_file_response.cc | 67 - .../delete_interaction_choice_set_request.cc | 115 - .../delete_interaction_choice_set_response.cc | 77 - .../src/commands/mobile/delete_sub_menu_request.cc | 178 - .../commands/mobile/delete_sub_menu_response.cc | 57 - .../commands/mobile/diagnostic_message_request.cc | 81 - .../commands/mobile/diagnostic_message_response.cc | 56 - .../src/commands/mobile/dial_number_request.cc | 57 - .../commands/mobile/encoded_sync_pdata_request.cc | 113 - .../commands/mobile/encoded_sync_pdata_response.cc | 65 - .../commands/mobile/end_audio_pass_thru_request.cc | 88 - .../mobile/end_audio_pass_thru_response.cc | 57 - .../src/commands/mobile/generic_response.cc | 65 - .../src/commands/mobile/get_dtcs_request.cc | 104 - .../src/commands/mobile/get_dtcs_response.cc | 56 - .../commands/mobile/get_vehicle_data_request.cc | 294 - .../commands/mobile/get_vehicle_data_response.cc | 57 - .../src/commands/mobile/list_files_request.cc | 90 - .../src/commands/mobile/list_files_response.cc | 56 - .../on_app_interface_unregistered_notification.cc | 58 - .../mobile/on_audio_pass_thru_notification.cc | 56 - .../mobile/on_button_event_notification.cc | 120 - .../mobile/on_button_press_notification.cc | 120 - .../src/commands/mobile/on_command_notification.cc | 76 - .../mobile/on_driver_distraction_notification.cc | 73 - .../mobile/on_encoded_sync_pdata_notification.cc | 105 - .../commands/mobile/on_hash_change_notification.cc | 74 - .../commands/mobile/on_hmi_status_notification.cc | 60 - .../mobile/on_keyboard_input_notification.cc | 73 - .../mobile/on_language_change_notification.cc | 56 - .../mobile/on_permissions_change_notification.cc | 61 - .../commands/mobile/on_sync_pdata_notification.cc | 105 - .../mobile/on_system_request_notification.cc | 60 - .../mobile/on_tbt_client_state_notification.cc | 72 - .../commands/mobile/on_touch_event_notification.cc | 72 - .../mobile/on_vehicle_data_notification.cc | 88 - .../mobile/perform_audio_pass_thru_request.cc | 193 - .../mobile/perform_audio_pass_thru_response.cc | 58 - .../commands/mobile/perform_interaction_request.cc | 763 - .../mobile/perform_interaction_response.cc | 57 - .../src/commands/mobile/put_file_request.cc | 188 - .../src/commands/mobile/put_file_response.cc | 69 - .../src/commands/mobile/read_did_request.cc | 111 - .../src/commands/mobile/read_did_response.cc | 56 - .../mobile/register_app_interface_request.cc | 573 - .../mobile/register_app_interface_response.cc | 72 - .../mobile/reset_global_properties_request.cc | 339 - .../mobile/reset_global_properties_response.cc | 57 - .../commands/mobile/scrollable_message_request.cc | 159 - .../commands/mobile/scrollable_message_response.cc | 55 - .../commands/mobile/set_display_layout_request.cc | 109 - .../commands/mobile/set_display_layout_response.cc | 59 - .../mobile/set_global_properties_request.cc | 350 - .../mobile/set_global_properties_response.cc | 58 - .../src/commands/mobile/set_icon_request.cc | 139 - .../src/commands/mobile/set_icon_response.cc | 56 - .../mobile/set_media_clock_timer_request.cc | 149 - .../mobile/set_media_clock_timer_response.cc | 57 - .../commands/mobile/show_constant_tbt_request.cc | 192 - .../commands/mobile/show_constant_tbt_response.cc | 58 - .../src/commands/mobile/show_request.cc | 261 - .../src/commands/mobile/show_response.cc | 58 - .../src/commands/mobile/slider_request.cc | 148 - .../src/commands/mobile/slider_response.cc | 56 - .../src/commands/mobile/speak_request.cc | 120 - .../src/commands/mobile/speak_response.cc | 58 - .../commands/mobile/subscribe_button_request.cc | 80 - .../commands/mobile/subscribe_button_response.cc | 66 - .../mobile/subscribe_vehicle_data_request.cc | 276 - .../mobile/subscribe_vehicle_data_response.cc | 56 - .../src/commands/mobile/sync_pdata_request.cc | 103 - .../src/commands/mobile/sync_pdata_response.cc | 67 - .../src/commands/mobile/system_request.cc | 72 - .../src/commands/mobile/system_response.cc | 56 - .../mobile/unregister_app_interface_request.cc | 59 - .../mobile/unregister_app_interface_response.cc | 47 - .../commands/mobile/unsubscribe_button_request.cc | 79 - .../commands/mobile/unsubscribe_button_response.cc | 69 - .../mobile/unsubscribe_vehicle_data_request.cc | 272 - .../mobile/unsubscribe_vehicle_data_response.cc | 66 - .../commands/mobile/update_turn_list_request.cc | 172 - .../commands/mobile/update_turn_list_response.cc | 57 - .../application_manager/src/commands/pending.cc | 67 - .../application_manager/src/event_engine/event.cc | 56 - .../src/event_engine/event_dispatcher.cc | 123 - .../src/event_engine/event_observer.cc | 63 - .../application_manager/src/hmi_capabilities.cc | 691 - .../application_manager/src/hmi_command_factory.cc | 1880 -- .../components/application_manager/src/message.cc | 186 - .../application_manager/src/message_helper.cc | 1593 -- .../src/mobile_command_factory.cc | 570 - .../src/mobile_message_handler.cc | 218 - .../src/policies_manager/policies_manager.cc | 201 - .../application_manager/src/request_controller.cc | 206 - .../application_manager/src/resume_ctrl.cpp | 529 - .../src/components/config_profile/CMakeLists.txt | 14 - .../include/config_profile/ini_file.h | 133 - .../include/config_profile/profile.h | 393 - .../src/components/config_profile/src/ini_file.cc | 411 - .../src/components/config_profile/src/profile.cc | 666 - .../components/connection_handler/CMakeLists.txt | 20 - .../include/connection_handler/connection.h | 208 - .../connection_handler/connection_handler.h | 91 - .../connection_handler/connection_handler_impl.h | 319 - .../connection_handler_observer.h | 106 - .../include/connection_handler/device.h | 123 - .../connection_handler/devices_discovery_starter.h | 75 - .../include/connection_handler/heartbeat_monitor.h | 75 - .../connection_handler/src/connection.cc | 174 - .../src/connection_handler_impl.cc | 580 - .../components/connection_handler/src/device.cc | 69 - .../connection_handler/src/heartbeat_monitor.cc | 85 - SDL_Core/src/components/dbus/CMakeLists.txt | 42 - .../src/components/dbus/codegen/code_formatter.py | 57 - .../src/components/dbus/codegen/ford_xml_parser.py | 211 - .../dbus/codegen/make_introspection_c.py | 126 - .../dbus/codegen/make_message_descriptions.py | 273 - .../components/dbus/codegen/make_qml_dbus_cpp.py | 734 - .../components/dbus/codegen/make_qml_dbus_qml.py | 217 - .../components/dbus/include/dbus/dbus_adapter.h | 351 - .../dbus/include/dbus/dbus_message_controller.h | 85 - .../dbus/include/dbus/message_descriptions.h | 73 - SDL_Core/src/components/dbus/include/dbus/schema.h | 98 - SDL_Core/src/components/dbus/src/dbus_adapter.cc | 782 - .../components/dbus/src/dbus_message_controller.cc | 73 - SDL_Core/src/components/dbus/src/schema.cc | 136 - SDL_Core/src/components/formatters/CMakeLists.txt | 25 - .../include/formatters/CFormatterJsonBase.hpp | 122 - .../include/formatters/CFormatterJsonSDLRPCv1.hpp | 238 - .../include/formatters/CFormatterJsonSDLRPCv2.hpp | 176 - .../include/formatters/CSmartFactory.hpp | 422 - .../include/formatters/formatter_json_rpc.h | 497 - .../include/formatters/generic_json_formatter.h | 71 - .../formatters/include/formatters/meta_formatter.h | 78 - .../formatters/src/CFormatterJsonBase.cpp | 118 - .../formatters/src/CFormatterJsonSDLRPCv1.cpp | 157 - .../formatters/src/CFormatterJsonSDLRPCv2.cpp | 106 - .../components/formatters/src/CSmartFactory.cpp | 46 - .../formatters/src/formatter_json_rpc.cc | 204 - .../formatters/src/generic_json_formatter.cc | 63 - .../components/formatters/src/meta_formatter.cc | 60 - .../components/hmi_message_handler/CMakeLists.txt | 37 - .../hmi_message_handler/dbus_message_adapter.h | 101 - .../hmi_message_handler/hmi_message_adapter.h | 81 - .../hmi_message_handler/hmi_message_handler.h | 56 - .../hmi_message_handler/hmi_message_handler_impl.h | 124 - .../hmi_message_handler/hmi_message_observer.h | 47 - .../hmi_message_handler/hmi_message_sender.h | 48 - .../hmi_message_handler/messagebroker_adapter.h | 90 - .../src/dbus_message_adapter.cc | 196 - .../hmi_message_handler/src/hmi_message_adapter.cc | 44 - .../src/hmi_message_handler_impl.cc | 122 - .../src/messagebroker_adapter.cc | 165 - SDL_Core/src/components/interfaces/CMakeLists.txt | 50 - SDL_Core/src/components/interfaces/HMI_API.xml | 3347 --- .../interfaces/Json_HMI_message_specification.txt | 317 - .../interfaces/Json_Mobile_side_message_spec.txt | 62 - SDL_Core/src/components/interfaces/MOBILE_API.xml | 4889 ----- SDL_Core/src/components/interfaces/QT_HMI_API.xml | 3756 ---- .../interfaces/v4_protocol_v1_2_no_extra.xml | 1153 -- .../src/components/media_manager/CMakeLists.txt | 75 - .../audio/a2dp_source_player_adapter.h | 67 - .../audio/audio_stream_sender_thread.h | 135 - .../audio/from_mic_recorder_adapter.h | 67 - .../audio/from_mic_recorder_listener.h | 67 - .../audio/from_mic_to_file_recorder_thread.h | 100 - .../audio/pipe_audio_streamer_adapter.h | 51 - .../audio/socket_audio_streamer_adapter.h | 50 - .../include/media_manager/media_adapter.h | 51 - .../include/media_manager/media_adapter_impl.h | 65 - .../include/media_manager/media_adapter_listener.h | 55 - .../include/media_manager/media_manager.h | 55 - .../include/media_manager/media_manager_impl.h | 92 - .../include/media_manager/pipe_streamer_adapter.h | 114 - .../media_manager/socket_streamer_adapter.h | 136 - .../include/media_manager/streamer_listener.h | 61 - .../video/pipe_video_streamer_adapter.h | 51 - .../video/socket_video_streamer_adapter.h | 51 - .../video/video_stream_to_file_adapter.h | 111 - .../src/audio/a2dp_source_player_adapter.cc | 284 - .../src/audio/audio_stream_sender_thread.cc | 152 - .../src/audio/from_mic_recorder_adapter.cc | 107 - .../src/audio/from_mic_recorder_listener.cc | 99 - .../src/audio/from_mic_to_file_recorder_thread.cc | 272 - .../src/audio/pipe_audio_streamer_adapter.cc | 54 - .../src/audio/socket_audio_streamer_adapter.cc | 55 - .../media_manager/src/media_adapter_impl.cc | 58 - .../media_manager/src/media_manager_impl.cc | 323 - .../media_manager/src/pipe_streamer_adapter.cc | 225 - .../media_manager/src/socket_streamer_adapter.cc | 316 - .../media_manager/src/streamer_listener.cc | 80 - .../src/video/pipe_video_streamer_adapter.cc | 54 - .../src/video/socket_video_streamer_adapter.cc | 54 - .../src/video/video_stream_to_file_adapter.cc | 201 - SDL_Core/src/components/policies/CMakeLists.txt | 22 - .../include/policies/permissions_calculator.h | 140 - .../include/policies/policy_configuration.h | 96 - .../policies/include/policies/policy_manager.h | 197 - .../include/policies/policy_manager_impl.h | 126 - .../policies/include/policies/policy_table.h | 129 - .../include/policies/policy_table_schema.h | 202 - .../include/policies/preloaded_pt_schema.h | 75 - .../policies/src/permissions_calculator.cc | 234 - .../policies/src/policy_configuration.cc | 68 - .../components/policies/src/policy_manager_impl.cc | 175 - .../src/components/policies/src/policy_table.cc | 113 - .../components/policies/src/policy_table_schema.cc | 272 - .../components/policies/src/preloaded_pt_schema.cc | 92 - .../src/components/protocol_handler/CMakeLists.txt | 20 - .../include/protocol_handler/applink_protocol.h | 77 - .../include/protocol_handler/message_priority.h | 37 - .../include/protocol_handler/protocol_handler.h | 95 - .../protocol_handler/protocol_handler_impl.h | 455 - .../include/protocol_handler/protocol_observer.h | 76 - .../include/protocol_handler/protocol_packet.h | 498 - .../include/protocol_handler/protocol_payload.h | 77 - .../include/protocol_handler/raw_message.h | 164 - .../include/protocol_handler/rpc_type.h | 60 - .../include/protocol_handler/service_type.h | 32 - .../include/protocol_handler/session_observer.h | 145 - .../protocol_handler/src/applink_protocol.cc | 1 - .../protocol_handler/src/message_priority.cc | 26 - .../protocol_handler/src/protocol_handler_impl.cc | 781 - .../protocol_handler/src/protocol_packet.cc | 304 - .../protocol_handler/src/protocol_payload.cc | 97 - .../components/protocol_handler/src/raw_message.cc | 100 - .../components/protocol_handler/src/rpc_type.cc | 86 - .../protocol_handler/src/service_type.cc | 43 - SDL_Core/src/components/qt_hmi/CMakeLists.txt | 38 - SDL_Core/src/components/qt_hmi/Readme.txt | 7 - .../EVALUATION USE LICENSE AGREEMENT.doc | Bin 41472 -> 0 bytes .../HelveticaNeueLTStd-Bold.ttf | Bin 380840 -> 0 bytes .../HelveticaNeueLTStd-Md.ttf | Bin 314564 -> 0 bytes .../HelveticaNeueLTStd-Roman.ttf | Bin 332128 -> 0 bytes .../Look/Fonts/HelveticaNeueLTCom-Lt.ttf | Bin 246000 -> 0 bytes .../Look/Fonts/HelveticaNeueLTCom-LtCn.ttf | Bin 246040 -> 0 bytes .../Look/Fonts/HelveticaNeueLTCom-ThCn.ttf | Bin 260780 -> 0 bytes .../Look/Fonts/HelveticaNeueLTStd-Bold.ttf | Bin 380840 -> 0 bytes .../Look/Fonts/HelveticaNeueLTStd-Md.ttf | Bin 314564 -> 0 bytes .../Look/Fonts/HelveticaNeueLTStd-Roman.ttf | Bin 332128 -> 0 bytes .../qt_hmi/References/Look/ImageHardkey.qml | 52 - .../References/Look/Layouts/AlphaSortLayout.qml | 378 - .../qt_hmi/References/Look/Layouts/BlankLayout.qml | 9 - .../References/Look/Layouts/ChromeLayout.qml | 69 - .../References/Look/Layouts/ClimatePCALayout.qml | 111 - .../Look/Layouts/ControlMirrorLayout.qml | 57 - .../qt_hmi/References/Look/Layouts/FMLayout.qml | 217 - .../qt_hmi/References/Look/Layouts/FMLayoutPCA.qml | 152 - .../qt_hmi/References/Look/Layouts/HomeLayout.qml | 61 - .../qt_hmi/References/Look/Layouts/ListLayout.qml | 59 - .../References/Look/Layouts/NavInRouteLayout.qml | 130 - .../References/Look/Layouts/NavKeyboardLayout.qml | 547 - .../References/Look/Layouts/NavNoRouteLayout.qml | 78 - .../qt_hmi/References/Look/Layouts/OffLayout.qml | 71 - .../References/Look/Layouts/PCAstatusBarLayout.qml | 123 - .../Look/Layouts/PhoneContactsLayout.qml | 40 - .../References/Look/Layouts/SiriusLayout.qml | 195 - .../qt_hmi/References/Look/Layouts/StartLayout.qml | 30 - .../qt_hmi/References/Look/Layouts/TC1_B1_Grid.qml | 37 - .../Look/Layouts/TileBackImgLayoutPCA.qml | 76 - .../References/Look/Layouts/TileBackLayout.qml | 107 - .../References/Look/Layouts/TileBackLayoutPCA.qml | 73 - .../qt_hmi/References/Look/Layouts/USBLayout.qml | 132 - .../References/Look/Layouts/USBLayoutPCA.qml | 155 - .../qt_hmi/References/Look/PCA_HMI_v1_0.qml | 373 - .../qt_hmi/References/Look/PCA_HMI_v1_0.qmlproject | 20 - .../qt_hmi/References/Look/Resources/CButton.png | Bin 4607 -> 0 bytes .../Look/Resources/Ford-HMI-PCA-phone_contacts.psd | Bin 1111637 -> 0 bytes .../Look/Resources/HierarchicalListBG.png | Bin 40425 -> 0 bytes .../qt_hmi/References/Look/Resources/Nav/Map.png | Bin 335952 -> 0 bytes .../Look/Resources/Nav/OptionsInActive.png | Bin 5760 -> 0 bytes .../Look/Resources/Nav/OptionsPressed_9_9.png | Bin 10538 -> 0 bytes .../References/Look/Resources/Nav/Options_9_9.png | Bin 10625 -> 0 bytes .../References/Look/Resources/Nav/compass.png | Bin 3528 -> 0 bytes .../Look/Resources/Nav/current street.png | Bin 5491 -> 0 bytes .../References/Look/Resources/Nav/deleteIcon.png | Bin 2892 -> 0 bytes .../Look/Resources/Nav/deleteIconBlack.png | Bin 2898 -> 0 bytes .../References/Look/Resources/Nav/destIcon.png | Bin 3097 -> 0 bytes .../Look/Resources/Nav/destIconBlack.png | Bin 3000 -> 0 bytes .../References/Look/Resources/Nav/turnArrow.png | Bin 2894 -> 0 bytes .../qt_hmi/References/Look/Resources/OButton.png | Bin 5287 -> 0 bytes .../Look/Resources/Radio/ButtonCenter_0_8.png | Bin 2861 -> 0 bytes .../Look/Resources/Radio/ButtonEnd_8_8.png | Bin 3859 -> 0 bytes .../Look/Resources/Radio/ButtonOtherEnd_8_8.png | Bin 3911 -> 0 bytes .../Radio/Ford-HMI-PCA-audio_fm_sirius.png | Bin 42473 -> 0 bytes .../References/Look/Resources/Radio/HD Logo.png | Bin 3609 -> 0 bytes .../References/Look/Resources/Radio/HD Logo1.png | Bin 3543 -> 0 bytes .../References/Look/Resources/Radio/HDBtn_8_8.png | Bin 5292 -> 0 bytes .../Look/Resources/Radio/SourceBtn_8_8.png | Bin 5251 -> 0 bytes .../Look/Resources/Radio/TuneBtn_8_8.png | Bin 5059 -> 0 bytes .../References/Look/Resources/Radio/blueBall.png | Bin 2874 -> 0 bytes .../Look/Resources/Radio/menuIcon_2_2.png | Bin 2850 -> 0 bytes .../Look/Resources/Radio/perlJamIcon_0_0.png | Bin 13194 -> 0 bytes .../References/Look/Resources/Radio/whiteBall.png | Bin 2866 -> 0 bytes .../Look/Resources/USB/NextPressed_9_9.png | Bin 11177 -> 0 bytes .../References/Look/Resources/USB/Next_9_9.png | Bin 11472 -> 0 bytes .../Look/Resources/USB/PrevPressed_9_9.png | Bin 11089 -> 0 bytes .../References/Look/Resources/USB/Prev_9_9.png | Bin 11325 -> 0 bytes .../References/Look/Resources/USB/albumArt.png | Bin 45068 -> 0 bytes .../qt_hmi/References/Look/Resources/USB/pause.png | Bin 3276 -> 0 bytes .../Look/Resources/USB/pausePressed_9_9.png | Bin 12559 -> 0 bytes .../References/Look/Resources/USB/pause_9_9.png | Bin 13816 -> 0 bytes .../Look/Resources/USB/playPressed_9_9.png | Bin 12335 -> 0 bytes .../References/Look/Resources/USB/play_9_9.png | Bin 13219 -> 0 bytes .../Look/Resources/Vehicle/Ambient Lighti Icon.png | Bin 3744 -> 0 bytes .../References/Look/Resources/Vehicle/EV Icon.png | Bin 4227 -> 0 bytes .../References/Look/Resources/Vehicle/MCS Icon.png | Bin 4054 -> 0 bytes .../Look/Resources/Vehicle/SYNC Services.png | Bin 3578 -> 0 bytes .../References/Look/Resources/Vehicle/cal.png | Bin 3699 -> 0 bytes .../References/Look/Resources/Vehicle/folders.png | Bin 3337 -> 0 bytes .../References/Look/Resources/Vehicle/key_car.png | Bin 4426 -> 0 bytes .../References/Look/Resources/Vehicle/sun.png | Bin 4773 -> 0 bytes .../Look/Resources/album artRazorFish.png | Bin 95149 -> 0 bytes .../Look/Resources/buttons/keyPressed_9_9.png | Bin 10154 -> 0 bytes .../Look/Resources/buttons/keySelected.png | Bin 4396 -> 0 bytes .../References/Look/Resources/buttons/key_9_9.png | Bin 9590 -> 0 bytes .../Look/Resources/buttons/muteActive.png | Bin 5614 -> 0 bytes .../Look/Resources/buttons/muteInActive.png | Bin 4903 -> 0 bytes .../Look/Resources/buttons/mutePressed_9_9.png | Bin 10510 -> 0 bytes .../References/Look/Resources/buttons/mute_9_9.png | Bin 11248 -> 0 bytes .../Look/Resources/buttons/presetPressed_9_9.png | Bin 8915 -> 0 bytes .../Look/Resources/buttons/presetSelected.png | Bin 4017 -> 0 bytes .../Look/Resources/buttons/preset_9_9.png | Bin 8401 -> 0 bytes .../Look/Resources/buttons/zoomPressed_9_9.png | Bin 8107 -> 0 bytes .../Look/Resources/buttons/zoomSelected.png | Bin 3611 -> 0 bytes .../References/Look/Resources/buttons/zoom_9_9.png | Bin 8490 -> 0 bytes .../References/Look/Resources/climate/A_C icon.png | Bin 3566 -> 0 bytes .../Look/Resources/climate/A_C iconBlack.png | Bin 3871 -> 0 bytes .../Look/Resources/climate/ButtonActive_0_0.png | Bin 5166 -> 0 bytes .../Look/Resources/climate/ButtonInActive_0_0.png | Bin 4264 -> 0 bytes .../Look/Resources/climate/ButtonPressed_9_9.png | Bin 13064 -> 0 bytes .../Look/Resources/climate/Button_9_9.png | Bin 12252 -> 0 bytes .../Look/Resources/climate/defrost icon.png | Bin 3509 -> 0 bytes .../Look/Resources/climate/defrost iconBlue.png | Bin 3887 -> 0 bytes .../Look/Resources/climate/face icon.png | Bin 3593 -> 0 bytes .../Look/Resources/climate/face iconBlack.png | Bin 3931 -> 0 bytes .../Look/Resources/climate/feet icon.png | Bin 3568 -> 0 bytes .../Look/Resources/climate/feet iconBlack.png | Bin 3878 -> 0 bytes .../Look/Resources/climate/headed dash.png | Bin 3326 -> 0 bytes .../Look/Resources/climate/headed dashBlue.png | Bin 3638 -> 0 bytes .../Look/Resources/climate/heated seat icon.png | Bin 3967 -> 0 bytes .../Resources/climate/heated seat iconBlack.png | Bin 4406 -> 0 bytes .../References/Look/Resources/climate/ring.png | Bin 10987 -> 0 bytes .../Look/Resources/climate/wheel icon.png | Bin 3807 -> 0 bytes .../Look/Resources/climate/wheel iconBlack.png | Bin 4272 -> 0 bytes .../qt_hmi/References/Look/Resources/dn-arrow.png | Bin 1097 -> 0 bytes .../qt_hmi/References/Look/Resources/g136p.png | Bin 274 -> 0 bytes .../qt_hmi/References/Look/Resources/g137p.png | Bin 357 -> 0 bytes .../References/Look/Resources/menu/arrow.png | Bin 3745 -> 0 bytes .../qt_hmi/References/Look/Resources/menu/car.png | Bin 4114 -> 0 bytes .../qt_hmi/References/Look/Resources/menu/gear.png | Bin 4806 -> 0 bytes .../References/Look/Resources/menu/notes.png | Bin 1962 -> 0 bytes .../References/Look/Resources/menu/phone.png | Bin 2528 -> 0 bytes .../qt_hmi/References/Look/Resources/menu/snow.png | Bin 3976 -> 0 bytes .../References/Look/Resources/phone/DNDoff.png | Bin 7073 -> 0 bytes .../References/Look/Resources/phone/DNDon.png | Bin 5564 -> 0 bytes .../References/Look/Resources/phone/contacts.png | Bin 4036 -> 0 bytes .../References/Look/Resources/phone/keypad.png | Bin 3200 -> 0 bytes .../References/Look/Resources/phone/messages.png | Bin 2576 -> 0 bytes .../References/Look/Resources/phone/more.png | Bin 3447 -> 0 bytes .../References/Look/Resources/phone/recent.png | Bin 3104 -> 0 bytes .../References/Look/Resources/phone/texts.png | Bin 3917 -> 0 bytes .../qt_hmi/References/Look/Resources/scrollbar.png | Bin 1008 -> 0 bytes .../qt_hmi/References/Look/Resources/slider.png | Bin 1017 -> 0 bytes .../qt_hmi/References/Look/Resources/up-arrow.png | Bin 1101 -> 0 bytes .../qt_hmi/References/Look/TextHardkey.qml | 52 - .../components/qt_hmi/References/Look/Views/AM.qml | 86 - .../qt_hmi/References/Look/Views/AMPCA.qml | 122 - .../qt_hmi/References/Look/Views/AlphaSortPCA.qml | 151 - .../qt_hmi/References/Look/Views/AuxPCA.qml | 41 - .../qt_hmi/References/Look/Views/BT_AudioPCA.qml | 48 - .../qt_hmi/References/Look/Views/CDPCA.qml | 48 - .../qt_hmi/References/Look/Views/Chrome.qml | 55 - .../qt_hmi/References/Look/Views/ClimatePCA.qml | 74 - .../qt_hmi/References/Look/Views/ControlMirror.qml | 55 - .../components/qt_hmi/References/Look/Views/FM.qml | 94 - .../qt_hmi/References/Look/Views/FMPCA.qml | 175 - .../References/Look/Views/GenListHandling.qml | 14 - .../qt_hmi/References/Look/Views/GridMenuPCA.qml | 87 - .../qt_hmi/References/Look/Views/Home.qml | 50 - .../qt_hmi/References/Look/Views/List.qml | 74 - .../References/Look/Views/MenuTopLevelGrid.qml | 85 - .../qt_hmi/References/Look/Views/MyVehiclePCA.qml | 85 - .../qt_hmi/References/Look/Views/NavInRoute.qml | 38 - .../References/Look/Views/NavKeyboardPCA.qml | 159 - .../qt_hmi/References/Look/Views/NavMenu.qml | 85 - .../qt_hmi/References/Look/Views/NavNoRoute.qml | 35 - .../qt_hmi/References/Look/Views/Off.qml | 34 - .../components/qt_hmi/References/Look/Views/On.qml | 38 - .../qt_hmi/References/Look/Views/PCAstatusBar.qml | 37 - .../Look/Views/PhoneContactsListView.qml | 104 - .../qt_hmi/References/Look/Views/PhonePCA.qml | 85 - .../References/Look/Views/RadioEventHandling.qml | 37 - .../Look/Views/RadioEventHandlingPCA.qml | 61 - .../qt_hmi/References/Look/Views/SDL_MusicPCA.qml | 48 - .../qt_hmi/References/Look/Views/Sirius.qml | 71 - .../qt_hmi/References/Look/Views/SiriusPCA.qml | 115 - .../qt_hmi/References/Look/Views/SourceChange.qml | 73 - .../References/Look/Views/SourceChangePCA.qml | 105 - .../qt_hmi/References/Look/Views/Start.qml | 43 - .../qt_hmi/References/Look/Views/USB.qml | 59 - .../qt_hmi/References/Look/Views/USBPCA.qml | 49 - .../qt_hmi/References/Look/Views/iPodPCA.qml | 48 - .../Look/WidgetLayouts/FocusListViewLayout.qml | 34 - .../Look/WidgetLayouts/GridViewImgItemLayout.qml | 25 - .../Look/WidgetLayouts/GridViewItemLayout.qml | 24 - .../Look/WidgetLayouts/GridViewLayout.qml | 56 - .../WidgetLayouts/GridViewPresetItemLayout.qml | 22 - .../Look/WidgetLayouts/GridViewPresetLayout.qml | 61 - .../Look/WidgetLayouts/PhoneListWdgtLayout.qml | 50 - .../Look/WidgetLayouts/PresetGridLayoutPCA.qml | 40 - .../Look/WidgetLayouts/PresetPCALayout.qml | 40 - .../Look/WidgetLayouts/SimpleItemWdgLayout.qml | 24 - .../Look/WidgetLayouts/TGListItemLayout.qml | 50 - .../TouchButtonBackGroundPCALayout.qml | 97 - .../WidgetLayouts/TouchButtonClimatePCALayout.qml | 143 - .../Look/WidgetLayouts/TouchButtonPCALayout.qml | 95 - .../WidgetLayouts/TouchButtonPCASpecialLayout.qml | 325 - .../qt_hmi/References/Look/Widgets/BaseText.qml | 50 - .../qt_hmi/References/Look/Widgets/CondText.qml | 14 - .../Look/Widgets/FocusListViewWidget.qml | 45 - .../Look/Widgets/GridViewImgItemWidget.qml | 31 - .../References/Look/Widgets/GridViewItemWidget.qml | 32 - .../Look/Widgets/GridViewPresetItemWidget.qml | 41 - .../Look/Widgets/GridViewPresetWidget.qml | 35 - .../References/Look/Widgets/GridViewWidget.qml | 31 - .../References/Look/Widgets/MenuListItemWidget.qml | 48 - .../Look/Widgets/MenuSubmenuListItemWidget.qml | 60 - .../Look/Widgets/PhoneContactListItemWdgt.qml | 28 - .../qt_hmi/References/Look/Widgets/PresetPCA.qml | 27 - .../References/Look/Widgets/PresetsGridPCA.qml | 48 - .../qt_hmi/References/Look/Widgets/ScrollBar.qml | 78 - .../qt_hmi/References/Look/Widgets/TouchButton.qml | 77 - .../References/Look/Widgets/TouchButton2.qml | 32 - .../Look/Widgets/TouchButtonBackGround_PCA.qml | 27 - .../Look/Widgets/TouchButtonClimatePCA.qml | 38 - .../Look/Widgets/TouchButtonSpecial_PCA.qml | 34 - .../References/Look/Widgets/TouchButton_PCA.qml | 27 - .../Look/Widgets/VerySimpleListItemWidget.qml | 18 - .../com/ford/hmiframework/QtHMIFrameworkd.pdb | Bin 5516288 -> 0 bytes .../plugins/com/ford/hmiframework/plugin.qmltypes | 682 - .../qml/BaseWidgets/FWdgtBorderImage.qml | 40 - .../qml/BaseWidgets/FWdgtContainer.qml | 8 - .../hmiframework/qml/BaseWidgets/FWdgtGridView.qml | 35 - .../hmiframework/qml/BaseWidgets/FWdgtImage.qml | 43 - .../hmiframework/qml/BaseWidgets/FWdgtListView.qml | 9 - .../hmiframework/qml/BaseWidgets/FWdgtPathView.qml | 9 - .../qml/BaseWidgets/FWdgtScrollbar.qml | 104 - .../qml/BaseWidgets/FWdgtScrollview.qml | 7 - .../hmiframework/qml/BaseWidgets/FWdgtText.qml | 6 - .../qml/BaseWidgets/FWdgtTouchAreaEnums.js | 12 - .../hmiframework/qml/Framework/FActScriptCall.qml | 13 - .../qml/Framework/FActSystemModelCall.qml | 14 - .../ford/hmiframework/qml/Framework/FActTimer.qml | 25 - .../hmiframework/qml/Framework/FActWidgetCall.qml | 13 - .../qml/Framework/FActWidgetProperty.qml | 13 - .../hmiframework/qml/Framework/FAnimViewHide.qml | 6 - .../hmiframework/qml/Framework/FAnimationEnums.js | 7 - .../hmiframework/qml/Framework/FConditionPool.qml | 5 - .../ford/hmiframework/qml/Framework/FDataPool.qml | 5 - .../ford/hmiframework/qml/Framework/FEventPool.qml | 9 - .../hmiframework/qml/Framework/FGaugeValue.qml | 51 - .../qml/Framework/FHardwareKeyEnums.js | 9 - .../hmiframework/qml/Framework/FStringFormat.js | 132 - .../hmiframework/qml/Framework/FStringFormat.qml | 28 - .../com/ford/hmiframework/qml/Framework/FStyle.qml | 56 - .../ford/hmiframework/qml/Framework/FStyler.qml | 41 - .../com/ford/hmiframework/qml/Framework/FTimer.qml | 6 - .../ford/hmiframework/qml/Framework/FTimerEnums.js | 5 - .../ford/hmiframework/qml/Framework/FTrgTimer.qml | 19 - .../hmiframework/qml/Framework/FViewUseCase.qml | 9 - .../qml/Framework/FViewUseCaseGroup.qml | 7 - .../qml/Framework/FViewUseCaseSimple.qml | 15 - .../qml/Framework/FViewUseCaseTransition.qml | 6 - .../Look/plugins/com/ford/hmiframework/qmldir | 35 - .../qt_hmi/References/Work/bananasnacks/.gitignore | 11 - .../References/Work/bananasnacks/BananaSnacks.pro | 21 - .../References/Work/bananasnacks/Bananas.desktop | 11 - .../References/Work/bananasnacks/Bananas64.png | Bin 3400 -> 0 bytes .../References/Work/bananasnacks/Bananas80.png | Bin 4945 -> 0 bytes .../Work/bananasnacks/Bananas_harmattan.desktop | 11 - .../qt_hmi/References/Work/bananasnacks/README.md | 37 - .../Work/bananasnacks/bananas.qmlproject | 19 - .../References/Work/bananasnacks/fetch_plugins.sh | 8 - .../References/Work/bananasnacks/load_env.sh | 1 - .../qt_hmi/References/Work/bananasnacks/main.cpp | 17 - .../bananasnacks/plugins/com/ford/mediacore/qmldir | 2 - .../bananasnacks/plugins/com/ford/navcore/qmldir | 3 - .../bananasnacks/plugins/com/ford/phonecore/qmldir | 3 - .../bananasnacks/plugins/com/ford/sdlcore/qmldir | 3 - .../bananasnacks/qml/Bananas/Assets/AddIcon.png | Bin 4369 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/BackIcon.png | Bin 2975 -> 0 bytes .../qml/Bananas/Assets/BluetoothIcon.png | Bin 6876 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/CMaxCal.png | Bin 10475 -> 0 bytes .../qml/Bananas/Assets/ChromeBottom.png | Bin 16926 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/ChromeTop.png | Bin 13849 -> 0 bytes .../Work/bananasnacks/qml/Bananas/Assets/Cloud.png | Bin 4471 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/CloudNight.png | Bin 3848 -> 0 bytes .../qml/Bananas/Assets/Content/FunArtwork.png | Bin 49513 -> 0 bytes .../qml/Bananas/Assets/Content/MapMich.png | Bin 1035032 -> 0 bytes .../qml/Bananas/Assets/Content/SiriusArtwork.png | Bin 16044 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/Crosshairs.png | Bin 5932 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/DeleteIcon.png | Bin 2890 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/DndIcon.png | Bin 8217 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/EvIcon.png | Bin 7355 -> 0 bytes .../qml/Bananas/Assets/FavoritesIcon.png | Bin 6218 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/Forward.png | Bin 3072 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/HomeIcon.png | Bin 5305 -> 0 bytes .../qml/Bananas/Assets/KeyboardIcon.png | Bin 4473 -> 0 bytes .../qml/Bananas/Assets/KeypadEntryIcon.png | Bin 5374 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/KeypadIcon.png | Bin 5073 -> 0 bytes .../qml/Bananas/Assets/LightingIcon.png | Bin 6456 -> 0 bytes .../Work/bananasnacks/qml/Bananas/Assets/Loop.png | Bin 3115 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/MediaTab.png | Bin 3992 -> 0 bytes .../qml/Bananas/Assets/MessagesIcon.png | Bin 4974 -> 0 bytes .../qml/Bananas/Assets/MissingArtwork.png | Bin 55017 -> 0 bytes .../qml/Bananas/Assets/NavigationTab.png | Bin 4821 -> 0 bytes .../qml/Bananas/Assets/PandoraIcon.png | Bin 6918 -> 0 bytes .../Work/bananasnacks/qml/Bananas/Assets/Pause.png | Bin 2826 -> 0 bytes .../qml/Bananas/Assets/PhoneCornerIcons.png | Bin 4156 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/PhoneIcons.png | Bin 7277 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/PhoneTab.png | Bin 4759 -> 0 bytes .../qml/Bananas/Assets/PhonebookIcon.png | Bin 5748 -> 0 bytes .../Work/bananasnacks/qml/Bananas/Assets/Play.png | Bin 3020 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/PoiIcon.png | Bin 4517 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/RadioIcon.png | Bin 9198 -> 0 bytes .../qml/Bananas/Assets/RecentCallsIcon.png | Bin 5831 -> 0 bytes .../qml/Bananas/Assets/RecentDestinationsIcon.png | Bin 5807 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/Rewind.png | Bin 3092 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/RightTurn.png | Bin 8684 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/ScoutIcon.png | Bin 6611 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/SearchIcon.png | Bin 395 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/SeatsIcon.png | Bin 7897 -> 0 bytes .../qml/Bananas/Assets/ServicesIcon.png | Bin 5832 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/Shuffle.png | Bin 3149 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/SiriusIcon.png | Bin 6570 -> 0 bytes .../qml/Bananas/Assets/SpeedDialIcon.png | Bin 5976 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/UsbIcon.png | Bin 3592 -> 0 bytes .../qml/Bananas/Assets/VehicleCornerIcon.png | Bin 31003 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/VehicleTab.png | Bin 4741 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/VhrIcon.png | Bin 7070 -> 0 bytes .../qml/Bananas/Assets/VoicemailIcon.png | Bin 7500 -> 0 bytes .../qml/Bananas/Assets/WallpaperIcon.png | Bin 4767 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/WifiIcon.png | Bin 8214 -> 0 bytes .../bananasnacks/qml/Bananas/Assets/WorkIcon.png | Bin 4698 -> 0 bytes .../qml/Bananas/Components/BackButton.qml | 9 - .../bananasnacks/qml/Bananas/Components/Button.qml | 32 - .../qml/Bananas/Components/CheckButton.qml | 36 - .../qml/Bananas/Components/Clickable.qml | 24 - .../qml/Bananas/Components/GraphicalButton.qml | 40 - .../bananasnacks/qml/Bananas/Components/H1.qml | 6 - .../bananasnacks/qml/Bananas/Components/H2.qml | 9 - .../qml/Bananas/Components/ImageButton.qml | 13 - .../bananasnacks/qml/Bananas/Components/Key.qml | 7 - .../qml/Bananas/Components/Keyboard.qml | 129 - .../bananasnacks/qml/Bananas/Components/Keypad.qml | 43 - .../qml/Bananas/Components/MediaBrowser.qml | 40 - .../qml/Bananas/Components/OverflowableText.qml | 46 - .../qml/Bananas/Components/RadioButton.qml | 30 - .../qml/Bananas/Components/RadioButtonGroup.qml | 5 - .../qml/Bananas/Components/Section.qml | 6 - .../qml/Bananas/Components/TextBox.qml | 29 - .../qml/Bananas/Components/TextEntry.qml | 72 - .../qml/Bananas/Components/Weather.qml | 34 - .../qml/Bananas/Layouts/EmptyLayout.qml | 16 - .../qml/Bananas/Layouts/LeftThirdSection.qml | 16 - .../qml/Bananas/Layouts/MediaLayout.qml | 59 - .../qml/Bananas/Layouts/MediaPlayerLayout.qml | 34 - .../qml/Bananas/Layouts/TitledLayout.qml | 14 - .../qml/Bananas/Sections/Media/.usb.qml.swp | Bin 12288 -> 0 bytes .../qml/Bananas/Sections/Media/Browse/artists.qml | 6 - .../qml/Bananas/Sections/Media/applink.qml | 29 - .../qml/Bananas/Sections/Media/bluetooth.qml | 13 - .../bananasnacks/qml/Bananas/Sections/Media/fm.qml | 46 - .../qml/Bananas/Sections/Media/menu.qml | 54 - .../qml/Bananas/Sections/Media/sirius.qml | 13 - .../qml/Bananas/Sections/Media/usb.qml | 59 - .../qml/Bananas/Sections/Navigation/.menu.qml.swp | Bin 12288 -> 0 bytes .../qml/Bananas/Sections/Navigation/favorites.qml | 70 - .../Sections/Navigation/keyboard_search.qml | 64 - .../qml/Bananas/Sections/Navigation/map.qml | 63 - .../qml/Bananas/Sections/Navigation/menu.qml | 57 - .../qml/Bananas/Sections/Navigation/poi.qml | 205 - .../Sections/Navigation/recent_destinations.qml | 70 - .../Sections/Navigation/video_moving_map.qml | 20 - .../qml/Bananas/Sections/Phone/device_info.qml | 21 - .../qml/Bananas/Sections/Phone/discovery.qml | 23 - .../qml/Bananas/Sections/Phone/keypad.qml | 55 - .../qml/Bananas/Sections/Phone/manage_devices.qml | 16 - .../qml/Bananas/Sections/Phone/menu.qml | 54 - .../qml/Bananas/Sections/Phone/recent_calls.qml | 62 - .../qml/Bananas/Sections/Vehicle/menu.qml | 60 - .../bananasnacks/qml/Bananas/Sections/alert.qml | 68 - .../bananasnacks/qml/Bananas/Sections/chrome.qml | 144 - .../bananasnacks/qml/Bananas/Sections/home.qml | 51 - .../qml/Bananas/Sections/home_corners.qml | 133 - .../bananasnacks/qml/Bananas/Sections/media.qml | 55 - .../qml/Bananas/Sections/navigation.qml | 49 - .../bananasnacks/qml/Bananas/Sections/phone.qml | 37 - .../bananasnacks/qml/Bananas/Sections/vehicle.qml | 17 - .../Work/bananasnacks/qml/Bananas/main.qml | 79 - .../qtquick2applicationviewer.cpp | 70 - .../qtquick2applicationviewer.h | 33 - .../qt_hmi/References/Work/fordsdlcore/.gitignore | 5 - .../References/Work/fordsdlcore/FordSdlCore.pro | 48 - .../Work/fordsdlcore/QtWebsocket/QWsServer.cpp | 470 - .../Work/fordsdlcore/QtWebsocket/QWsServer.h | 87 - .../Work/fordsdlcore/QtWebsocket/QWsSocket.cpp | 792 - .../Work/fordsdlcore/QtWebsocket/QWsSocket.h | 170 - .../Work/fordsdlcore/QtWebsocket/QtWebsocket.pro | 21 - .../fordsdlcore/QtWebsocket/QtWebsocket.vcproj | 328 - .../Work/fordsdlcore/fordsdlcore_plugin.cpp | 31 - .../Work/fordsdlcore/fordsdlcore_plugin.h | 16 - .../qt_hmi/References/Work/fordsdlcore/qmldir | 3 - .../References/Work/fordsdlcore/sdlalert.cpp | 6 - .../qt_hmi/References/Work/fordsdlcore/sdlalert.h | 18 - .../Work/fordsdlcore/sdlappslistmodel.cpp | 6 - .../References/Work/fordsdlcore/sdlappslistmodel.h | 47 - .../Work/fordsdlcore/smartdevicelink.cpp | 263 - .../References/Work/fordsdlcore/smartdevicelink.h | 75 - .../src/components/qt_hmi/qml_model_qt4/.gitignore | 9 - .../components/qt_hmi/qml_model_qt4/CMakeLists.txt | 87 - .../components/qt_hmi/qml_model_qt4/MainWindow.qml | 356 - .../qt_hmi/qml_model_qt4/controls/ArrowKeys.qml | 68 - .../qt_hmi/qml_model_qt4/controls/BackButton.qml | 48 - .../qt_hmi/qml_model_qt4/controls/CheckBox.qml | 78 - .../qt_hmi/qml_model_qt4/controls/CircleButton.qml | 87 - .../qml_model_qt4/controls/ClickableImage.qml | 66 - .../qml_model_qt4/controls/ClickableText.qml | 77 - .../qml_model_qt4/controls/ClimateControlBtn.qml | 93 - .../qt_hmi/qml_model_qt4/controls/ComboBox.qml | 143 - .../qml_model_qt4/controls/GradientRectangle.qml | 125 - .../qt_hmi/qml_model_qt4/controls/GridItem.qml | 53 - .../qml_model_qt4/controls/HardwareButton.qml | 108 - .../qt_hmi/qml_model_qt4/controls/HeaderMenu.qml | 134 - .../qt_hmi/qml_model_qt4/controls/Icon.qml | 65 - .../qt_hmi/qml_model_qt4/controls/ListItem.qml | 70 - .../qt_hmi/qml_model_qt4/controls/MaskedButton.qml | 64 - .../qml_model_qt4/controls/MultiTouchArea.qml | 77 - .../qt_hmi/qml_model_qt4/controls/OvalButton.qml | 240 - .../qml_model_qt4/controls/PagedFlickable.qml | 105 - .../qt_hmi/qml_model_qt4/controls/Pager.qml | 53 - .../qml_model_qt4/controls/PlayPauseButton.qml | 77 - .../qml_model_qt4/controls/PowerSwitchButton.qml | 75 - .../qt_hmi/qml_model_qt4/controls/PresetRow.qml | 106 - .../qt_hmi/qml_model_qt4/controls/PushButton.qml | 136 - .../qml_model_qt4/controls/ScrollableListView.qml | 49 - .../qml_model_qt4/controls/ScrollableText.qml | 70 - .../qt_hmi/qml_model_qt4/controls/SoftButton.js | 39 - .../qt_hmi/qml_model_qt4/controls/SoftButton.qml | 104 - .../qt_hmi/qml_model_qt4/controls/StatusBar.qml | 42 - .../qt_hmi/qml_model_qt4/hmi_api/Async.js | 7 - .../qml_model_qt4/hmi_api/BasicCommunication.qml | 88 - .../qt_hmi/qml_model_qt4/hmi_api/Buttons.qml | 48 - .../qt_hmi/qml_model_qt4/hmi_api/Navigation.qml | 127 - .../qt_hmi/qml_model_qt4/hmi_api/TTS.qml | 115 - .../components/qt_hmi/qml_model_qt4/hmi_api/UI.qml | 449 - .../components/qt_hmi/qml_model_qt4/hmi_api/VR.qml | 93 - .../qt_hmi/qml_model_qt4/hmi_api/VehicleInfo.qml | 749 - .../qt_hmi/qml_model_qt4/log4cxx.properties | 41 - .../qml_model_qt4/models/ApplicationData.qml | 57 - .../qml_model_qt4/models/ApplicationModel.qml | 91 - .../qt_hmi/qml_model_qt4/models/CarMenuModel.qml | 78 - .../qt_hmi/qml_model_qt4/models/Constants.js | 249 - .../qml_model_qt4/models/ContactsListModel.qml | 98 - .../qt_hmi/qml_model_qt4/models/DataStorage.qml | 510 - .../qml_model_qt4/models/InteractionModel.qml | 58 - .../qt_hmi/qml_model_qt4/models/Internal.js | 163 - .../qml_model_qt4/models/MainMenuListModel.qml | 79 - .../qml_model_qt4/models/MediaClockModel.qml | 112 - .../qml_model_qt4/models/MusicSourceModel.qml | 78 - .../qml_model_qt4/models/NavigationMenuModel.qml | 72 - .../qml_model_qt4/models/NavigationModel.qml | 52 - .../models/PerformAudioPassThruModel.qml | 43 - .../qt_hmi/qml_model_qt4/models/PhoneMenuModel.qml | 78 - .../qt_hmi/qml_model_qt4/models/PlayerState.qml | 51 - .../models/ScrollableMessageModel.qml | 54 - .../qml_model_qt4/models/SettingsStorage.qml | 125 - .../qt_hmi/qml_model_qt4/models/SliderModel.qml | 45 - .../qml_model_qt4/models/VehicleInfoModel.qml | 234 - .../qt_hmi/qml_model_qt4/popups/AlertWindow.qml | 285 - .../qt_hmi/qml_model_qt4/popups/ContextPopup.qml | 56 - .../popups/ExitAllApplicationsPopup.qml | 81 - .../qml_model_qt4/popups/InteractionPopup.qml | 103 - .../popups/PerformAudioPassThruPopup.qml | 149 - .../qt_hmi/qml_model_qt4/popups/PopUp.qml | 94 - .../qt_hmi/qml_model_qt4/popups/SliderPopup.qml | 214 - .../qml_model_qt4/popups/TBTClientStatePopUp.qml | 71 - .../qt_hmi/qml_model_qt4/popups/TTSPopUp.qml | 79 - .../qt_hmi/qml_model_qt4/popups/VRHelpPopup.qml | 92 - .../qt_hmi/qml_model_qt4/popups/VRPopUp.qml | 92 - .../qml_model_qt4/popups/VehicleInfoPopUp.qml | 111 - .../qt_hmi/qml_model_qt4/qml_model.qmlproject | 20 - .../qt_hmi/qml_model_qt4/views/AMPlayerView.qml | 48 - .../qml_model_qt4/views/ApplicationListView.qml | 123 - .../qt_hmi/qml_model_qt4/views/BTPlayerView.qml | 62 - .../qt_hmi/qml_model_qt4/views/CDPlayerView.qml | 63 - .../qt_hmi/qml_model_qt4/views/CarMenuGridView.qml | 54 - .../qml_model_qt4/views/ChangeDeviceView.qml | 102 - .../qml_model_qt4/views/ClimateControlView.qml | 94 - .../qml_model_qt4/views/ContactsListView.qml | 118 - .../qt_hmi/qml_model_qt4/views/FMPlayerView.qml | 121 - .../qt_hmi/qml_model_qt4/views/GeneralView.qml | 45 - .../qt_hmi/qml_model_qt4/views/GridMenu.qml | 86 - .../qml_model_qt4/views/HardwareButtonsView.qml | 173 - .../qt_hmi/qml_model_qt4/views/IPodPlayerView.qml | 61 - .../qml_model_qt4/views/LineInPlayerView.qml | 61 - .../qt_hmi/qml_model_qt4/views/MainMenuView.qml | 54 - .../qt_hmi/qml_model_qt4/views/MediaClockView.qml | 73 - .../qt_hmi/qml_model_qt4/views/MediaPlayer.qml | 325 - .../qt_hmi/qml_model_qt4/views/MusicSourceView.qml | 75 - .../views/NavigationInRouteGridView.qml | 250 - .../qml_model_qt4/views/NavigationKeyboardView.qml | 221 - .../qml_model_qt4/views/NavigationMenuView.qml | 75 - .../views/NavigationNoRouteGridView.qml | 205 - .../qml_model_qt4/views/PhoneKeyboardView.qml | 171 - .../qml_model_qt4/views/PhoneMenuGridView.qml | 55 - .../qt_hmi/qml_model_qt4/views/RadioPlayer.qml | 160 - .../qt_hmi/qml_model_qt4/views/SDLNavi.qml | 223 - .../qt_hmi/qml_model_qt4/views/SDLNonMediaView.qml | 194 - .../views/SDLPlayerOptionsListView.qml | 120 - .../qt_hmi/qml_model_qt4/views/SDLPlayerView.qml | 79 - .../qml_model_qt4/views/ScrollableMessageView.qml | 216 - .../qt_hmi/qml_model_qt4/views/SimulationView.qml | 284 - .../qml_model_qt4/views/SiriusPlayerView.qml | 46 - .../qt_hmi/qml_model_qt4/views/TurnByTurnView.qml | 201 - .../qt_hmi/qml_model_qt4/views/TurnListView.qml | 103 - .../qt_hmi/qml_model_qt4/views/UsbPlayerView.qml | 61 - .../qt_hmi/qml_model_qt4/views/WarningInfo.qml | 135 - .../src/components/qt_hmi/qml_model_qt5/.gitignore | 9 - .../components/qt_hmi/qml_model_qt5/CMakeLists.txt | 87 - .../components/qt_hmi/qml_model_qt5/MainWindow.qml | 409 - .../qt_hmi/qml_model_qt5/controls/ArrowKeys.qml | 68 - .../qt_hmi/qml_model_qt5/controls/BackButton.qml | 48 - .../qt_hmi/qml_model_qt5/controls/CircleButton.qml | 87 - .../qml_model_qt5/controls/ClickableImage.qml | 66 - .../qml_model_qt5/controls/ClickableText.qml | 77 - .../qml_model_qt5/controls/ClimateControlBtn.qml | 93 - .../qml_model_qt5/controls/GradientRectangle.qml | 125 - .../qt_hmi/qml_model_qt5/controls/GridItem.qml | 53 - .../qml_model_qt5/controls/HardwareButton.qml | 108 - .../qt_hmi/qml_model_qt5/controls/HeaderMenu.qml | 134 - .../qt_hmi/qml_model_qt5/controls/Icon.qml | 65 - .../qt_hmi/qml_model_qt5/controls/ListItem.qml | 70 - .../qt_hmi/qml_model_qt5/controls/MaskedButton.qml | 64 - .../qml_model_qt5/controls/MultiTouchArea.qml | 103 - .../qt_hmi/qml_model_qt5/controls/OvalButton.qml | 246 - .../qml_model_qt5/controls/PagedFlickable.qml | 105 - .../qt_hmi/qml_model_qt5/controls/Pager.qml | 53 - .../qml_model_qt5/controls/PlayPauseButton.qml | 77 - .../qml_model_qt5/controls/PowerSwitchButton.qml | 75 - .../qt_hmi/qml_model_qt5/controls/PresetRow.qml | 106 - .../qt_hmi/qml_model_qt5/controls/PushButton.qml | 136 - .../qml_model_qt5/controls/ScrollableListView.qml | 49 - .../qt_hmi/qml_model_qt5/controls/SoftButton.js | 39 - .../qt_hmi/qml_model_qt5/controls/SoftButton.qml | 97 - .../qt_hmi/qml_model_qt5/controls/StatusBar.qml | 42 - .../qt_hmi/qml_model_qt5/hmi_api/Async.js | 7 - .../qml_model_qt5/hmi_api/BasicCommunication.qml | 139 - .../qt_hmi/qml_model_qt5/hmi_api/Buttons.qml | 48 - .../qt_hmi/qml_model_qt5/hmi_api/Navigation.qml | 246 - .../qt_hmi/qml_model_qt5/hmi_api/TTS.qml | 203 - .../components/qt_hmi/qml_model_qt5/hmi_api/UI.qml | 721 - .../components/qt_hmi/qml_model_qt5/hmi_api/VR.qml | 114 - .../qt_hmi/qml_model_qt5/hmi_api/VehicleInfo.qml | 761 - .../qt_hmi/qml_model_qt5/log4cxx.properties | 41 - .../qml_model_qt5/models/ApplicationData.qml | 57 - .../qml_model_qt5/models/ApplicationModel.qml | 103 - .../qt_hmi/qml_model_qt5/models/CarMenuModel.qml | 78 - .../qt_hmi/qml_model_qt5/models/Constants.js | 250 - .../qml_model_qt5/models/ContactsListModel.qml | 98 - .../qt_hmi/qml_model_qt5/models/DataStorage.qml | 651 - .../qt_hmi/qml_model_qt5/models/Internal.js | 176 - .../qml_model_qt5/models/MainMenuListModel.qml | 79 - .../qml_model_qt5/models/MediaClockModel.qml | 112 - .../qml_model_qt5/models/MusicSourceModel.qml | 78 - .../qml_model_qt5/models/NavigationMenuModel.qml | 72 - .../qml_model_qt5/models/NavigationModel.qml | 50 - .../models/PerformAudioPassThruModel.qml | 43 - .../qt_hmi/qml_model_qt5/models/PhoneMenuModel.qml | 78 - .../qt_hmi/qml_model_qt5/models/PlayerState.qml | 51 - .../models/ScrollableMessageModel.qml | 54 - .../qml_model_qt5/models/SettingsStorage.qml | 125 - .../qt_hmi/qml_model_qt5/models/SliderModel.qml | 45 - .../qml_model_qt5/models/VehicleInfoModel.qml | 234 - .../qml_model_qt5/models/VrHelpItemsDefault.qml | 66 - .../qt_hmi/qml_model_qt5/popups/AlertWindow.qml | 290 - .../qt_hmi/qml_model_qt5/popups/ContextPopup.qml | 56 - .../popups/ExitAllApplicationsPopup.qml | 82 - .../qml_model_qt5/popups/InteractionPopup.qml | 157 - .../popups/PerformAudioPassThruPopup.qml | 150 - .../qt_hmi/qml_model_qt5/popups/PopUp.qml | 94 - .../qt_hmi/qml_model_qt5/popups/SliderPopup.qml | 217 - .../qml_model_qt5/popups/TBTClientStatePopUp.qml | 71 - .../qt_hmi/qml_model_qt5/popups/TTSPopUp.qml | 104 - .../qt_hmi/qml_model_qt5/popups/VRHelpPopup.qml | 113 - .../qt_hmi/qml_model_qt5/popups/VRPopUp.qml | 92 - .../qml_model_qt5/popups/VehicleInfoPopUp.qml | 112 - .../qt_hmi/qml_model_qt5/qml_model.qmlproject | 20 - .../qt_hmi/qml_model_qt5/views/AMPlayerView.qml | 48 - .../qml_model_qt5/views/ApplicationListView.qml | 125 - .../qt_hmi/qml_model_qt5/views/BTPlayerView.qml | 62 - .../qt_hmi/qml_model_qt5/views/CDPlayerView.qml | 63 - .../qt_hmi/qml_model_qt5/views/CarMenuGridView.qml | 54 - .../qml_model_qt5/views/ChangeDeviceView.qml | 102 - .../qml_model_qt5/views/ClimateControlView.qml | 94 - .../qml_model_qt5/views/ContactsListView.qml | 118 - .../qt_hmi/qml_model_qt5/views/FMPlayerView.qml | 121 - .../qt_hmi/qml_model_qt5/views/GeneralView.qml | 48 - .../qt_hmi/qml_model_qt5/views/GridMenu.qml | 86 - .../qml_model_qt5/views/HardwareButtonsView.qml | 175 - .../qt_hmi/qml_model_qt5/views/IPodPlayerView.qml | 61 - .../qml_model_qt5/views/LineInPlayerView.qml | 61 - .../qt_hmi/qml_model_qt5/views/MainMenuView.qml | 54 - .../qt_hmi/qml_model_qt5/views/MediaClockView.qml | 73 - .../qt_hmi/qml_model_qt5/views/MediaPlayer.qml | 312 - .../qt_hmi/qml_model_qt5/views/MusicSourceView.qml | 75 - .../views/NavigationInRouteGridView.qml | 250 - .../qml_model_qt5/views/NavigationKeyboardView.qml | 221 - .../qml_model_qt5/views/NavigationMenuView.qml | 75 - .../views/NavigationNoRouteGridView.qml | 205 - .../qml_model_qt5/views/PhoneKeyboardView.qml | 171 - .../qml_model_qt5/views/PhoneMenuGridView.qml | 55 - .../qt_hmi/qml_model_qt5/views/RadioPlayer.qml | 160 - .../qt_hmi/qml_model_qt5/views/SDLNavi.qml | 223 - .../qt_hmi/qml_model_qt5/views/SDLNonMediaView.qml | 179 - .../views/SDLPlayerOptionsListView.qml | 120 - .../qt_hmi/qml_model_qt5/views/SDLPlayerView.qml | 79 - .../qml_model_qt5/views/ScrollableMessageView.qml | 173 - .../qt_hmi/qml_model_qt5/views/SimulationView.qml | 293 - .../qml_model_qt5/views/SiriusPlayerView.qml | 46 - .../qt_hmi/qml_model_qt5/views/TurnByTurnView.qml | 202 - .../qt_hmi/qml_model_qt5/views/TurnListView.qml | 103 - .../qt_hmi/qml_model_qt5/views/UsbPlayerView.qml | 61 - .../qt_hmi/qml_model_qt5/views/WarningInfo.qml | 135 - .../components/qt_hmi/qml_plugins/CMakeLists.txt | 41 - .../qt_hmi/qml_plugins/dbus_adapter/CMakeLists.txt | 116 - .../qml_plugins/dbus_adapter/dbus_controller.cc | 89 - .../qml_plugins/dbus_adapter/dbus_controller.h | 64 - .../qt_hmi/qml_plugins/dbus_adapter/dbus_plugin.cc | 93 - .../qt_hmi/qml_plugins/dbus_adapter/dbus_plugin.h | 68 - .../qt_hmi/qml_plugins/dbus_adapter/hmi_proxy.cc | 46 - .../qt_hmi/qml_plugins/dbus_adapter/hmi_proxy.h | 64 - .../qt_hmi/qml_plugins/dbus_adapter/metatype.h | 61 - .../qml_plugins/dbus_adapter/optional_argument.h | 83 - .../qml_plugins/dbus_adapter/qml_dbus_common.h | 232 - .../qt_hmi/qml_plugins/dbus_adapter/qmldir | 3 - .../qt_hmi/qml_plugins/dbus_adapter/qt_version.h | 47 - .../qt_hmi/qml_plugins/dbus_adapter/sdl_proxy.cc | 110 - .../qt_hmi/qml_plugins/dbus_adapter/sdl_proxy.h | 76 - .../qml_plugins/dbus_adapter/stream_qvariant.cc | 68 - .../qml_plugins/dbus_adapter/stream_qvariant.h | 42 - .../qt_hmi/qml_plugins/hw_buttons/CMakeLists.txt | 85 - .../hw_buttons/attributed_mouse_event.cc | 39 - .../hw_buttons/attributed_mouse_event.h | 64 - .../qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.cc | 58 - .../qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.h | 59 - .../qml_plugins/hw_buttons/masked_container.cc | 155 - .../qml_plugins/hw_buttons/masked_container.h | 89 - .../qt_hmi/qml_plugins/hw_buttons/qmldir | 3 - .../qt_hmi/qml_plugins/hw_buttons/qt_version.h | 47 - .../qt_hmi/qml_plugins/log4cxx/CMakeLists.txt | 83 - .../qt_hmi/qml_plugins/log4cxx/log4cxx_plugin.cc | 108 - .../qt_hmi/qml_plugins/log4cxx/log4cxx_plugin.h | 77 - .../components/qt_hmi/qml_plugins/log4cxx/qmldir | 3 - .../qml_plugins/named_pipe_notifier/CMakeLists.txt | 84 - .../named_pipe_notifier/named_pipe_notifier.cc | 59 - .../named_pipe_notifier/named_pipe_notifier.h | 65 - .../named_pipe_notifier_plugin.cc | 52 - .../named_pipe_notifier_plugin.h | 59 - .../qt_hmi/qml_plugins/named_pipe_notifier/qmldir | 2 - .../qml_plugins/named_pipe_notifier/qt_version.h | 47 - SDL_Core/src/components/qt_hmi/res/SPT.png | Bin 11718 -> 0 bytes SDL_Core/src/components/qt_hmi/res/album_art.png | Bin 45068 -> 0 bytes .../src/components/qt_hmi/res/app_911_assist.png | Bin 6982 -> 0 bytes .../src/components/qt_hmi/res/app_vehicle_info.png | Bin 4842 -> 0 bytes SDL_Core/src/components/qt_hmi/res/apps.png | Bin 5957 -> 0 bytes SDL_Core/src/components/qt_hmi/res/arrow.png | Bin 3745 -> 0 bytes SDL_Core/src/components/qt_hmi/res/blue_ball.png | Bin 2874 -> 0 bytes .../qt_hmi/res/buttons/long_oval_btn.png | Bin 5251 -> 0 bytes .../qt_hmi/res/buttons/long_oval_pressed_btn.png | Bin 5042 -> 0 bytes .../qt_hmi/res/buttons/longest_oval_btn.png | Bin 5292 -> 0 bytes .../res/buttons/longest_oval_btn_pressed.png | Bin 4977 -> 0 bytes .../qt_hmi/res/buttons/oval_btn_bottom.png | Bin 2817 -> 0 bytes .../qt_hmi/res/buttons/oval_btn_left.png | Bin 3893 -> 0 bytes .../qt_hmi/res/buttons/oval_btn_pressed_left.png | Bin 3735 -> 0 bytes .../qt_hmi/res/buttons/oval_btn_pressed_right.png | Bin 3755 -> 0 bytes .../qt_hmi/res/buttons/oval_btn_right.png | Bin 3881 -> 0 bytes .../components/qt_hmi/res/buttons/oval_btn_top.png | Bin 2814 -> 0 bytes .../qt_hmi/res/buttons/player_next_btn.png | Bin 11472 -> 0 bytes .../qt_hmi/res/buttons/player_next_pressed_btn.png | Bin 11177 -> 0 bytes .../qt_hmi/res/buttons/player_pause_btn.png | Bin 6666 -> 0 bytes .../res/buttons/player_pause_pressed_btn.png | Bin 6268 -> 0 bytes .../qt_hmi/res/buttons/player_play_btn.png | Bin 13219 -> 0 bytes .../qt_hmi/res/buttons/player_play_pressed_btn.png | Bin 12335 -> 0 bytes .../qt_hmi/res/buttons/player_prev_btn.png | Bin 11325 -> 0 bytes .../qt_hmi/res/buttons/player_prev_pressed_btn.png | Bin 11089 -> 0 bytes .../components/qt_hmi/res/buttons/preset_btn.png | Bin 8401 -> 0 bytes .../qt_hmi/res/buttons/preset_pressed_btn.png | Bin 8915 -> 0 bytes .../components/qt_hmi/res/buttons/round_btn.png | Bin 9590 -> 0 bytes .../qt_hmi/res/buttons/round_pressed_btn.png | Bin 10154 -> 0 bytes .../qt_hmi/res/buttons/short_oval_btn.png | Bin 5059 -> 0 bytes .../qt_hmi/res/buttons/short_oval_btn_pressed.png | Bin 4733 -> 0 bytes .../src/components/qt_hmi/res/buttons/zoom.png | Bin 8490 -> 0 bytes .../components/qt_hmi/res/buttons/zoom_pressed.png | Bin 8107 -> 0 bytes SDL_Core/src/components/qt_hmi/res/car.png | Bin 4114 -> 0 bytes .../src/components/qt_hmi/res/change_devices.png | Bin 5188 -> 0 bytes .../src/components/qt_hmi/res/climate/AC_off.png | Bin 3566 -> 0 bytes .../src/components/qt_hmi/res/climate/AC_on.png | Bin 3871 -> 0 bytes .../qt_hmi/res/climate/climate_round_off_btn.png | Bin 12252 -> 0 bytes .../qt_hmi/res/climate/climate_round_on_btn.png | Bin 13064 -> 0 bytes .../components/qt_hmi/res/climate/defrost_off.png | Bin 3887 -> 0 bytes .../components/qt_hmi/res/climate/defrost_on.png | Bin 3509 -> 0 bytes .../src/components/qt_hmi/res/climate/face_off.png | Bin 3593 -> 0 bytes .../src/components/qt_hmi/res/climate/face_on.png | Bin 3931 -> 0 bytes .../src/components/qt_hmi/res/climate/feet_off.png | Bin 3568 -> 0 bytes .../src/components/qt_hmi/res/climate/feet_on.png | Bin 3878 -> 0 bytes .../qt_hmi/res/climate/headed_dash_off.png | Bin 3638 -> 0 bytes .../qt_hmi/res/climate/headed_dash_on.png | Bin 3326 -> 0 bytes .../qt_hmi/res/climate/heated_seat_off.png | Bin 3967 -> 0 bytes .../qt_hmi/res/climate/heated_seat_on.png | Bin 4406 -> 0 bytes .../qt_hmi/res/climate/heated_wheel_off.png | Bin 3807 -> 0 bytes .../qt_hmi/res/climate/heated_wheel_on.png | Bin 4272 -> 0 bytes .../qt_hmi/res/controlButtons/DownButton.png | Bin 4688 -> 0 bytes .../res/controlButtons/DownButton_pressed.png | Bin 4612 -> 0 bytes .../qt_hmi/res/controlButtons/LeftButton.png | Bin 5170 -> 0 bytes .../res/controlButtons/LeftButton_pressed.png | Bin 5269 -> 0 bytes .../qt_hmi/res/controlButtons/OkButton.png | Bin 4497 -> 0 bytes .../qt_hmi/res/controlButtons/OkButton_pressed.png | Bin 4622 -> 0 bytes .../qt_hmi/res/controlButtons/RightButton.png | Bin 5242 -> 0 bytes .../res/controlButtons/RightButton_pressed.png | Bin 5138 -> 0 bytes .../qt_hmi/res/controlButtons/UpButton.png | Bin 4553 -> 0 bytes .../qt_hmi/res/controlButtons/UpButton_pressed.png | Bin 4681 -> 0 bytes .../controlButtons/backGroundControllButtons.png | Bin 3157 -> 0 bytes .../qt_hmi/res/controlButtons/vrButton.png | Bin 5429 -> 0 bytes .../qt_hmi/res/controlButtons/vrButton_pressed.png | Bin 6165 -> 0 bytes .../qt_hmi/res/controlButtons/vrImage.png | Bin 2461 -> 0 bytes SDL_Core/src/components/qt_hmi/res/find_apps.png | Bin 4085 -> 0 bytes SDL_Core/src/components/qt_hmi/res/gear.png | Bin 4806 -> 0 bytes SDL_Core/src/components/qt_hmi/res/hd_logo_off.png | Bin 3543 -> 0 bytes SDL_Core/src/components/qt_hmi/res/hd_logo_on.png | Bin 3609 -> 0 bytes SDL_Core/src/components/qt_hmi/res/initial.wav | Bin 46834 -> 0 bytes .../src/components/qt_hmi/res/install_apps.png | Bin 6517 -> 0 bytes SDL_Core/src/components/qt_hmi/res/nav/compass.png | Bin 3552 -> 0 bytes .../components/qt_hmi/res/nav/current_street.png | Bin 5491 -> 0 bytes .../src/components/qt_hmi/res/nav/delete_icon.png | Bin 2892 -> 0 bytes .../qt_hmi/res/nav/delete_icon_black.png | Bin 2898 -> 0 bytes .../src/components/qt_hmi/res/nav/dest_icon.png | Bin 3097 -> 0 bytes .../components/qt_hmi/res/nav/dest_icon_black.png | Bin 3000 -> 0 bytes SDL_Core/src/components/qt_hmi/res/nav/map.png | Bin 332637 -> 0 bytes .../src/components/qt_hmi/res/nav/mute_off.png | Bin 11248 -> 0 bytes SDL_Core/src/components/qt_hmi/res/nav/mute_on.png | Bin 4334 -> 0 bytes SDL_Core/src/components/qt_hmi/res/nav/options.png | Bin 10625 -> 0 bytes .../qt_hmi/res/nav/options_in_active.png | Bin 5760 -> 0 bytes .../components/qt_hmi/res/nav/options_pressed.png | Bin 10538 -> 0 bytes .../src/components/qt_hmi/res/nav/turnArrow.png | Bin 2894 -> 0 bytes SDL_Core/src/components/qt_hmi/res/notes.png | Bin 1962 -> 0 bytes .../src/components/qt_hmi/res/phone/contacts.png | Bin 4036 -> 0 bytes .../src/components/qt_hmi/res/phone/dnd_off.png | Bin 7073 -> 0 bytes .../src/components/qt_hmi/res/phone/dnd_on.png | Bin 5564 -> 0 bytes .../src/components/qt_hmi/res/phone/keypad.png | Bin 3200 -> 0 bytes .../src/components/qt_hmi/res/phone/messages.png | Bin 2576 -> 0 bytes SDL_Core/src/components/qt_hmi/res/phone/more.png | Bin 3447 -> 0 bytes SDL_Core/src/components/qt_hmi/res/phone/phone.png | Bin 2528 -> 0 bytes .../src/components/qt_hmi/res/phone/recent.png | Bin 3104 -> 0 bytes SDL_Core/src/components/qt_hmi/res/phone/texts.png | Bin 3917 -> 0 bytes SDL_Core/src/components/qt_hmi/res/snow.png | Bin 3976 -> 0 bytes .../qt_hmi/res/vehicle/Ambient Lighti Icon.png | Bin 3744 -> 0 bytes .../src/components/qt_hmi/res/vehicle/EV Icon.png | Bin 4227 -> 0 bytes .../src/components/qt_hmi/res/vehicle/MCS Icon.png | Bin 4054 -> 0 bytes .../qt_hmi/res/vehicle/SYNC Services.png | Bin 3578 -> 0 bytes SDL_Core/src/components/qt_hmi/res/vehicle/cal.png | Bin 3699 -> 0 bytes .../src/components/qt_hmi/res/vehicle/folders.png | Bin 3337 -> 0 bytes .../src/components/qt_hmi/res/vehicle/key_car.png | Bin 4426 -> 0 bytes SDL_Core/src/components/qt_hmi/res/vehicle/sun.png | Bin 4773 -> 0 bytes SDL_Core/src/components/qt_hmi/res/warning.png | Bin 7546 -> 0 bytes SDL_Core/src/components/qt_hmi/res/white_ball.png | Bin 2866 -> 0 bytes .../src/components/request_watchdog/CMakeLists.txt | 15 - .../include/request_watchdog/request_info.h | 62 - .../include/request_watchdog/request_watchdog.h | 227 - .../include/request_watchdog/watchdog.h | 134 - .../include/request_watchdog/watchdog_subscriber.h | 58 - .../request_watchdog/src/request_info.cc | 64 - .../request_watchdog/src/request_watchdog.cc | 371 - .../components/request_watchdog/src/watchdog.cc | 48 - SDL_Core/src/components/resumption/CMakeLists.txt | 11 - .../resumption/include/resumption/last_state.h | 101 - .../src/components/resumption/src/last_state.cc | 112 - SDL_Core/src/components/rpc_base/CMakeLists.txt | 18 - .../rpc_base/include/rpc_base/rpc_base.h | 297 - .../rpc_base/include/rpc_base/rpc_base_inl.h | 407 - .../rpc_base/include/rpc_base/rpc_base_json_inl.h | 245 - .../rpc_base/include/rpc_base/rpc_message.h | 95 - .../components/rpc_base/src/rpc_base/rpc_base.cc | 36 - .../rpc_base/src/rpc_base/rpc_message.cc | 39 - .../src/components/smart_objects/CMakeLists.txt | 22 - .../smart_objects/always_false_schema_item.h | 92 - .../smart_objects/always_true_schema_item.h | 92 - .../include/smart_objects/array_schema_item.h | 151 - .../include/smart_objects/bool_schema_item.h | 124 - .../include/smart_objects/enum_schema_item.h | 302 - .../smart_objects/include/smart_objects/errors.h | 80 - .../include/smart_objects/number_schema_item.h | 282 - .../smart_objects/object_optional_schema_item.h | 170 - .../include/smart_objects/object_schema_item.h | 164 - .../include/smart_objects/schema_item.h | 96 - .../include/smart_objects/schema_item_parameter.h | 115 - .../include/smart_objects/smart_object.h | 942 - .../include/smart_objects/smart_schema.h | 116 - .../include/smart_objects/string_schema_item.h | 145 - .../smart_objects/src/always_false_schema_item.cc | 48 - .../smart_objects/src/always_true_schema_item.cc | 48 - .../smart_objects/src/array_schema_item.cc | 121 - .../smart_objects/src/bool_schema_item.cc | 79 - .../smart_objects/src/enum_schema_item.cc | 31 - .../smart_objects/src/number_schema_item.cc | 49 - .../src/object_optional_schema_item.cc | 186 - .../smart_objects/src/object_schema_item.cc | 151 - .../components/smart_objects/src/schema_item.cc | 55 - .../components/smart_objects/src/smart_object.cc | 1015 - .../components/smart_objects/src/smart_schema.cc | 66 - .../smart_objects/src/string_schema_item.cc | 107 - .../components/transport_manager/CMakeLists.txt | 81 - .../bluetooth/bluetooth_connection_factory.h | 98 - .../transport_manager/bluetooth/bluetooth_device.h | 128 - .../bluetooth/bluetooth_device_scanner.h | 178 - .../bluetooth/bluetooth_socket_connection.h | 83 - .../bluetooth/bluetooth_transport_adapter.h | 81 - .../include/transport_manager/common.h | 86 - .../include/transport_manager/error.h | 147 - .../include/transport_manager/info.h | 161 - .../transport_manager/tcp/dnssd_service_browser.h | 133 - .../transport_manager/tcp/tcp_client_listener.h | 117 - .../transport_manager/tcp/tcp_connection_factory.h | 99 - .../include/transport_manager/tcp/tcp_device.h | 149 - .../transport_manager/tcp/tcp_socket_connection.h | 112 - .../transport_manager/tcp/tcp_transport_adapter.h | 88 - .../transport_adapter/client_connection_listener.h | 91 - .../transport_adapter/connection.h | 84 - .../transport_manager/transport_adapter/device.h | 128 - .../transport_adapter/device_scanner.h | 86 - .../transport_adapter/server_connection_factory.h | 89 - .../transport_adapter/threaded_socket_connection.h | 165 - .../transport_adapter/transport_adapter.h | 251 - .../transport_adapter_controller.h | 192 - .../transport_adapter/transport_adapter_event.h | 163 - .../transport_adapter/transport_adapter_impl.h | 498 - .../transport_adapter/transport_adapter_listener.h | 252 - .../transport_adapter_listener_impl.h | 303 - .../include/transport_manager/transport_manager.h | 166 - .../transport_manager/transport_manager_default.h | 71 - .../transport_manager/transport_manager_impl.h | 495 - .../transport_manager/transport_manager_listener.h | 170 - .../transport_manager_listener_empty.h | 189 - .../include/transport_manager/usb/common.h | 82 - .../usb/libusb/platform_usb_device.h | 78 - .../transport_manager/usb/libusb/usb_connection.h | 100 - .../transport_manager/usb/libusb/usb_handler.h | 100 - .../usb/qnx/platform_usb_device.h | 78 - .../transport_manager/usb/qnx/usb_connection.h | 101 - .../transport_manager/usb/qnx/usb_handler.h | 85 - .../transport_manager/usb/usb_aoa_adapter.h | 64 - .../transport_manager/usb/usb_connection_factory.h | 67 - .../transport_manager/usb/usb_control_transfer.h | 105 - .../include/transport_manager/usb/usb_device.h | 74 - .../transport_manager/usb/usb_device_scanner.h | 78 - .../src/bluetooth/bluetooth_connection_factory.cc | 77 - .../src/bluetooth/bluetooth_device.cc | 98 - .../src/bluetooth/bluetooth_device_scanner.cc | 487 - .../src/bluetooth/bluetooth_socket_connection.cc | 132 - .../src/bluetooth/bluetooth_transport_adapter.cc | 144 - .../src/tcp/dnssd_service_browser.cc | 326 - .../src/tcp/tcp_client_listener.cc | 261 - .../src/tcp/tcp_connection_factory.cc | 72 - .../transport_manager/src/tcp/tcp_device.cc | 113 - .../src/tcp/tcp_socket_connection.cc | 117 - .../src/tcp/tcp_transport_adapter.cc | 146 - .../threaded_socket_connection.cc | 357 - .../transport_adapter/transport_adapter_event.cc | 93 - .../transport_adapter/transport_adapter_impl.cc | 614 - .../transport_adapter_listener_impl.cc | 241 - .../src/transport_manager_default.cc | 71 - .../src/transport_manager_impl.cc | 966 - .../src/usb/libusb/platform_usb_device.cc | 79 - .../src/usb/libusb/usb_connection.cc | 313 - .../src/usb/libusb/usb_handler.cc | 418 - .../src/usb/qnx/platform_usb_device.cc | 75 - .../src/usb/qnx/usb_connection.cc | 399 - .../transport_manager/src/usb/qnx/usb_handler.cc | 296 - .../transport_manager/src/usb/usb_aoa_adapter.cc | 80 - .../src/usb/usb_connection_factory.cc | 91 - .../src/usb/usb_device_scanner.cc | 213 - SDL_Core/src/components/utils/CMakeLists.txt | 34 - .../src/components/utils/include/utils/atomic.h | 69 - .../components/utils/include/utils/back_trace.h | 75 - .../src/components/utils/include/utils/bitstream.h | 170 - .../utils/include/utils/conditional_variable.h | 94 - .../src/components/utils/include/utils/date_time.h | 56 - SDL_Core/src/components/utils/include/utils/dict.h | 225 - .../components/utils/include/utils/file_system.h | 207 - SDL_Core/src/components/utils/include/utils/lock.h | 132 - .../src/components/utils/include/utils/logger.h | 72 - .../src/components/utils/include/utils/macro.h | 77 - .../utils/include/utils/memory_barrier.h | 54 - .../components/utils/include/utils/message_queue.h | 181 - .../utils/include/utils/prioritized_queue.h | 89 - .../components/utils/include/utils/shared_ptr.h | 342 - .../src/components/utils/include/utils/signals.h | 44 - .../src/components/utils/include/utils/singleton.h | 179 - .../src/components/utils/include/utils/stl_utils.h | 81 - .../include/utils/threads/message_loop_thread.h | 136 - .../utils/include/utils/threads/thread.h | 237 - .../utils/include/utils/threads/thread_delegate.h | 71 - .../utils/include/utils/threads/thread_manager.h | 117 - .../utils/include/utils/threads/thread_options.h | 107 - .../utils/include/utils/threads/thread_validator.h | 105 - .../components/utils/include/utils/timer_thread.h | 336 - SDL_Core/src/components/utils/src/back_trace.cc | 107 - SDL_Core/src/components/utils/src/bitstream.cc | 134 - .../utils/src/conditional_variable_posix.cc | 154 - SDL_Core/src/components/utils/src/date_time.cc | 74 - SDL_Core/src/components/utils/src/file_system.cc | 404 - SDL_Core/src/components/utils/src/lock_posix.cc | 126 - SDL_Core/src/components/utils/src/signals_linux.cc | 57 - .../components/utils/src/threads/posix_thread.cc | 189 - .../components/utils/src/threads/thread_manager.cc | 120 - .../utils/src/threads/thread_validator.cc | 95 - SDL_Core/src/thirdPartyLibs/CMakeLists.txt | 14 - .../thirdPartyLibs/MessageBroker/CMakeLists.txt | 32 - .../MessageBroker/include/CMessageBroker.hpp | 102 - .../include/CMessageBrokerRegistry.hpp | 98 - .../MessageBroker/include/CSender.hpp | 53 - .../MessageBroker/include/MBDebugHelper.h | 40 - .../MessageBroker/include/mb_client.hpp | 135 - .../MessageBroker/include/mb_controller.hpp | 236 - .../MessageBroker/include/mb_server.hpp | 121 - .../MessageBroker/include/mb_tcpclient.hpp | 58 - .../MessageBroker/include/mb_tcpserver.hpp | 150 - .../MessageBroker/include/networking.h | 139 - .../thirdPartyLibs/MessageBroker/include/system.h | 320 - .../MessageBroker/include/websocket_handler.hpp | 226 - .../MessageBroker/src/client/mb_client.cpp | 73 - .../MessageBroker/src/client/mb_controller.cpp | 342 - .../MessageBroker/src/client/mb_tcpclient.cpp | 58 - .../src/example/MessageBrokerControllerAVA.cpp | 59 - .../src/example/MessageBrokerControllerAVA.hpp | 68 - .../src/example/MessageBrokerControllerBackend.cpp | 125 - .../src/example/MessageBrokerControllerBackend.hpp | 96 - .../src/example/MessageBrokerControllerPhone.cpp | 191 - .../src/example/MessageBrokerControllerPhone.hpp | 117 - .../src/example/MessageBrokerServer.cpp | 245 - .../src/example/MessageBrokerServer.hpp | 19 - .../src/lib_messagebroker/CMessageBroker.cpp | 778 - .../lib_messagebroker/CMessageBrokerRegistry.cpp | 139 - .../src/lib_messagebroker/libMBDebugHelper.h | 43 - .../MessageBroker/src/lib_messagebroker/md5.cpp | 373 - .../MessageBroker/src/lib_messagebroker/md5.h | 93 - .../MessageBroker/src/lib_messagebroker/system.cpp | 258 - .../src/lib_messagebroker/websocket_handler.cpp | 655 - .../MessageBroker/src/server/mb_server.cpp | 55 - .../MessageBroker/src/server/mb_tcpserver.cpp | 333 - .../MessageBroker/src/server/networking.cpp | 202 - .../src/thirdPartyLibs/encryption/CMakeLists.txt | 9 - .../encryption/include/encryption/Base64.h | 9 - .../src/thirdPartyLibs/encryption/src/Base64.cpp | 123 - SDL_Core/src/thirdPartyLibs/gmock-1.6.0/CHANGES | 92 - .../src/thirdPartyLibs/gmock-1.6.0/CMakeLists.txt | 151 - .../src/thirdPartyLibs/gmock-1.6.0/CONTRIBUTORS | 40 - SDL_Core/src/thirdPartyLibs/gmock-1.6.0/COPYING | 28 - .../src/thirdPartyLibs/gmock-1.6.0/Makefile.am | 209 - .../src/thirdPartyLibs/gmock-1.6.0/Makefile.in | 1321 -- SDL_Core/src/thirdPartyLibs/gmock-1.6.0/README | 354 - SDL_Core/src/thirdPartyLibs/gmock-1.6.0/aclocal.m4 | 9139 -------- .../gmock-1.6.0/build-aux/config.guess | 1533 -- .../gmock-1.6.0/build-aux/config.h.in | 69 - .../gmock-1.6.0/build-aux/config.sub | 1693 -- .../thirdPartyLibs/gmock-1.6.0/build-aux/depcomp | 630 - .../gmock-1.6.0/build-aux/install-sh | 520 - .../thirdPartyLibs/gmock-1.6.0/build-aux/ltmain.sh | 8413 -------- .../thirdPartyLibs/gmock-1.6.0/build-aux/missing | 376 - SDL_Core/src/thirdPartyLibs/gmock-1.6.0/configure | 17795 ---------------- .../src/thirdPartyLibs/gmock-1.6.0/configure.ac | 146 - .../gmock-1.6.0/fused-src/gmock-gtest-all.cc | 10554 ---------- .../gmock-1.6.0/fused-src/gmock/gmock.h | 12822 ------------ .../gmock-1.6.0/fused-src/gmock_main.cc | 54 - .../gmock-1.6.0/fused-src/gtest/gtest.h | 19537 ----------------- .../src/thirdPartyLibs/gmock-1.6.0/gtest/CHANGES | 130 - .../gmock-1.6.0/gtest/CMakeLists.txt | 240 - .../thirdPartyLibs/gmock-1.6.0/gtest/CONTRIBUTORS | 37 - .../src/thirdPartyLibs/gmock-1.6.0/gtest/COPYING | 28 - .../thirdPartyLibs/gmock-1.6.0/gtest/Makefile.am | 302 - .../thirdPartyLibs/gmock-1.6.0/gtest/Makefile.in | 1329 -- .../src/thirdPartyLibs/gmock-1.6.0/gtest/README | 424 - .../thirdPartyLibs/gmock-1.6.0/gtest/aclocal.m4 | 1178 -- .../gmock-1.6.0/gtest/build-aux/config.guess | 1533 -- .../gmock-1.6.0/gtest/build-aux/config.h.in | 69 - .../gmock-1.6.0/gtest/build-aux/config.sub | 1693 -- .../gmock-1.6.0/gtest/build-aux/depcomp | 630 - .../gmock-1.6.0/gtest/build-aux/install-sh | 520 - .../gmock-1.6.0/gtest/build-aux/ltmain.sh | 8413 -------- .../gmock-1.6.0/gtest/build-aux/missing | 376 - .../gmock-1.6.0/gtest/cmake/internal_utils.cmake | 216 - .../gmock-1.6.0/gtest/codegear/gtest.cbproj | 138 - .../gmock-1.6.0/gtest/codegear/gtest.groupproj | 54 - .../gmock-1.6.0/gtest/codegear/gtest_all.cc | 38 - .../gmock-1.6.0/gtest/codegear/gtest_link.cc | 40 - .../gmock-1.6.0/gtest/codegear/gtest_main.cbproj | 82 - .../gtest/codegear/gtest_unittest.cbproj | 88 - .../src/thirdPartyLibs/gmock-1.6.0/gtest/configure | 17482 ---------------- .../thirdPartyLibs/gmock-1.6.0/gtest/configure.ac | 68 - .../gmock-1.6.0/gtest/fused-src/gtest/gtest-all.cc | 9118 -------- .../gmock-1.6.0/gtest/fused-src/gtest/gtest.h | 19537 ----------------- .../gtest/fused-src/gtest/gtest_main.cc | 39 - .../gtest/include/gtest/gtest-death-test.h | 283 - .../gtest/include/gtest/gtest-message.h | 230 - .../gtest/include/gtest/gtest-param-test.h | 1421 -- .../gtest/include/gtest/gtest-param-test.h.pump | 487 - .../gtest/include/gtest/gtest-printers.h | 796 - .../gmock-1.6.0/gtest/include/gtest/gtest-spi.h | 232 - .../gtest/include/gtest/gtest-test-part.h | 176 - .../gtest/include/gtest/gtest-typed-test.h | 259 - .../gmock-1.6.0/gtest/include/gtest/gtest.h | 2155 -- .../gtest/include/gtest/gtest_pred_impl.h | 358 - .../gmock-1.6.0/gtest/include/gtest/gtest_prod.h | 58 - .../gtest/internal/gtest-death-test-internal.h | 308 - .../gtest/include/gtest/internal/gtest-filepath.h | 210 - .../gtest/include/gtest/internal/gtest-internal.h | 1226 -- .../include/gtest/internal/gtest-linked_ptr.h | 233 - .../gtest/internal/gtest-param-util-generated.h | 4822 ----- .../internal/gtest-param-util-generated.h.pump | 301 - .../include/gtest/internal/gtest-param-util.h | 619 - .../gtest/include/gtest/internal/gtest-port.h | 1775 -- .../gtest/include/gtest/internal/gtest-string.h | 350 - .../gtest/include/gtest/internal/gtest-tuple.h | 968 - .../include/gtest/internal/gtest-tuple.h.pump | 336 - .../gtest/include/gtest/internal/gtest-type-util.h | 3330 --- .../include/gtest/internal/gtest-type-util.h.pump | 296 - .../gmock-1.6.0/gtest/m4/acx_pthread.m4 | 363 - .../thirdPartyLibs/gmock-1.6.0/gtest/m4/gtest.m4 | 74 - .../thirdPartyLibs/gmock-1.6.0/gtest/m4/libtool.m4 | 7377 ------- .../gmock-1.6.0/gtest/m4/ltoptions.m4 | 368 - .../thirdPartyLibs/gmock-1.6.0/gtest/m4/ltsugar.m4 | 123 - .../gmock-1.6.0/gtest/m4/ltversion.m4 | 23 - .../gmock-1.6.0/gtest/m4/lt~obsolete.m4 | 92 - .../gmock-1.6.0/gtest/msvc/gtest-md.sln | 45 - .../gmock-1.6.0/gtest/msvc/gtest-md.vcproj | 126 - .../gmock-1.6.0/gtest/msvc/gtest.sln | 45 - .../gmock-1.6.0/gtest/msvc/gtest.vcproj | 126 - .../gmock-1.6.0/gtest/msvc/gtest_main-md.vcproj | 129 - .../gmock-1.6.0/gtest/msvc/gtest_main.vcproj | 129 - .../gtest/msvc/gtest_prod_test-md.vcproj | 164 - .../gmock-1.6.0/gtest/msvc/gtest_prod_test.vcproj | 164 - .../gtest/msvc/gtest_unittest-md.vcproj | 147 - .../gmock-1.6.0/gtest/msvc/gtest_unittest.vcproj | 147 - .../gmock-1.6.0/gtest/samples/prime_tables.h | 123 - .../gmock-1.6.0/gtest/samples/sample1.cc | 68 - .../gmock-1.6.0/gtest/samples/sample1.h | 43 - .../gmock-1.6.0/gtest/samples/sample10_unittest.cc | 145 - .../gmock-1.6.0/gtest/samples/sample1_unittest.cc | 153 - .../gmock-1.6.0/gtest/samples/sample2.cc | 56 - .../gmock-1.6.0/gtest/samples/sample2.h | 86 - .../gmock-1.6.0/gtest/samples/sample2_unittest.cc | 109 - .../gmock-1.6.0/gtest/samples/sample3-inl.h | 173 - .../gmock-1.6.0/gtest/samples/sample3_unittest.cc | 151 - .../gmock-1.6.0/gtest/samples/sample4.cc | 46 - .../gmock-1.6.0/gtest/samples/sample4.h | 53 - .../gmock-1.6.0/gtest/samples/sample4_unittest.cc | 45 - .../gmock-1.6.0/gtest/samples/sample5_unittest.cc | 199 - .../gmock-1.6.0/gtest/samples/sample6_unittest.cc | 224 - .../gmock-1.6.0/gtest/samples/sample7_unittest.cc | 130 - .../gmock-1.6.0/gtest/samples/sample8_unittest.cc | 173 - .../gmock-1.6.0/gtest/samples/sample9_unittest.cc | 160 - .../gmock-1.6.0/gtest/scripts/fuse_gtest_files.py | 250 - .../gtest/scripts/gen_gtest_pred_impl.py | 730 - .../gmock-1.6.0/gtest/scripts/gtest-config.in | 274 - .../gmock-1.6.0/gtest/scripts/pump.py | 847 - .../gmock-1.6.0/gtest/src/gtest-all.cc | 48 - .../gmock-1.6.0/gtest/src/gtest-death-test.cc | 1234 -- .../gmock-1.6.0/gtest/src/gtest-filepath.cc | 380 - .../gmock-1.6.0/gtest/src/gtest-internal-inl.h | 1038 - .../gmock-1.6.0/gtest/src/gtest-port.cc | 746 - .../gmock-1.6.0/gtest/src/gtest-printers.cc | 356 - .../gmock-1.6.0/gtest/src/gtest-test-part.cc | 110 - .../gmock-1.6.0/gtest/src/gtest-typed-test.cc | 110 - .../thirdPartyLibs/gmock-1.6.0/gtest/src/gtest.cc | 4898 ----- .../gmock-1.6.0/gtest/src/gtest_main.cc | 39 - .../gtest/test/gtest-death-test_ex_test.cc | 93 - .../gtest/test/gtest-death-test_test.cc | 1296 -- .../gmock-1.6.0/gtest/test/gtest-filepath_test.cc | 696 - .../gtest/test/gtest-linked_ptr_test.cc | 155 - .../gmock-1.6.0/gtest/test/gtest-listener_test.cc | 313 - .../gmock-1.6.0/gtest/test/gtest-message_test.cc | 166 - .../gmock-1.6.0/gtest/test/gtest-options_test.cc | 212 - .../gtest/test/gtest-param-test2_test.cc | 65 - .../gtest/test/gtest-param-test_test.cc | 895 - .../gmock-1.6.0/gtest/test/gtest-param-test_test.h | 55 - .../gmock-1.6.0/gtest/test/gtest-port_test.cc | 1206 -- .../gmock-1.6.0/gtest/test/gtest-printers_test.cc | 1307 -- .../gmock-1.6.0/gtest/test/gtest-test-part_test.cc | 208 - .../gmock-1.6.0/gtest/test/gtest-tuple_test.cc | 320 - .../gtest/test/gtest-typed-test2_test.cc | 45 - .../gtest/test/gtest-typed-test_test.cc | 360 - .../gmock-1.6.0/gtest/test/gtest-typed-test_test.h | 66 - .../gtest/test/gtest-unittest-api_test.cc | 341 - .../gmock-1.6.0/gtest/test/gtest_all_test.cc | 47 - .../gtest/test/gtest_break_on_failure_unittest.py | 218 - .../gtest/test/gtest_break_on_failure_unittest_.cc | 88 - .../gtest/test/gtest_catch_exceptions_test.py | 220 - .../gtest/test/gtest_catch_exceptions_test_.cc | 308 - .../gmock-1.6.0/gtest/test/gtest_color_test.py | 130 - .../gmock-1.6.0/gtest/test/gtest_color_test_.cc | 71 - .../gmock-1.6.0/gtest/test/gtest_env_var_test.py | 103 - .../gmock-1.6.0/gtest/test/gtest_env_var_test_.cc | 126 - .../gtest/test/gtest_environment_test.cc | 191 - .../gtest/test/gtest_filter_unittest.py | 633 - .../gtest/test/gtest_filter_unittest_.cc | 140 - .../gmock-1.6.0/gtest/test/gtest_help_test.py | 172 - .../gmock-1.6.0/gtest/test/gtest_help_test_.cc | 46 - .../gtest/test/gtest_list_tests_unittest.py | 177 - .../gtest/test/gtest_list_tests_unittest_.cc | 85 - .../gmock-1.6.0/gtest/test/gtest_main_unittest.cc | 45 - .../gtest/test/gtest_no_test_unittest.cc | 57 - .../gmock-1.6.0/gtest/test/gtest_output_test.py | 335 - .../gmock-1.6.0/gtest/test/gtest_output_test_.cc | 1020 - .../gtest/test/gtest_output_test_golden_lin.txt | 711 - .../gtest/test/gtest_pred_impl_unittest.cc | 2427 --- .../gmock-1.6.0/gtest/test/gtest_prod_test.cc | 57 - .../gmock-1.6.0/gtest/test/gtest_repeat_test.cc | 253 - .../gmock-1.6.0/gtest/test/gtest_shuffle_test.py | 325 - .../gmock-1.6.0/gtest/test/gtest_shuffle_test_.cc | 104 - .../gtest/test/gtest_sole_header_test.cc | 57 - .../gmock-1.6.0/gtest/test/gtest_stress_test.cc | 257 - .../gmock-1.6.0/gtest/test/gtest_test_utils.py | 305 - .../gtest/test/gtest_throw_on_failure_ex_test.cc | 92 - .../gtest/test/gtest_throw_on_failure_test.py | 171 - .../gtest/test/gtest_throw_on_failure_test_.cc | 56 - .../gtest/test/gtest_uninitialized_test.py | 70 - .../gtest/test/gtest_uninitialized_test_.cc | 43 - .../gmock-1.6.0/gtest/test/gtest_unittest.cc | 7337 ------- .../gtest/test/gtest_xml_outfile1_test_.cc | 49 - .../gtest/test/gtest_xml_outfile2_test_.cc | 49 - .../gtest/test/gtest_xml_outfiles_test.py | 132 - .../gtest/test/gtest_xml_output_unittest.py | 242 - .../gtest/test/gtest_xml_output_unittest_.cc | 174 - .../gmock-1.6.0/gtest/test/gtest_xml_test_utils.py | 179 - .../gmock-1.6.0/gtest/test/production.cc | 36 - .../gmock-1.6.0/gtest/test/production.h | 55 - .../gtest/xcode/Config/DebugProject.xcconfig | 30 - .../gtest/xcode/Config/FrameworkTarget.xcconfig | 17 - .../gtest/xcode/Config/General.xcconfig | 41 - .../gtest/xcode/Config/ReleaseProject.xcconfig | 32 - .../xcode/Config/StaticLibraryTarget.xcconfig | 18 - .../gtest/xcode/Config/TestTarget.xcconfig | 8 - .../gmock-1.6.0/gtest/xcode/Resources/Info.plist | 30 - .../gtest/xcode/Samples/FrameworkSample/Info.plist | 28 - .../WidgetFramework.xcodeproj/project.pbxproj | 457 - .../xcode/Samples/FrameworkSample/runtests.sh | 62 - .../gtest/xcode/Samples/FrameworkSample/widget.cc | 63 - .../gtest/xcode/Samples/FrameworkSample/widget.h | 59 - .../xcode/Samples/FrameworkSample/widget_test.cc | 68 - .../gmock-1.6.0/gtest/xcode/Scripts/runtests.sh | 65 - .../gtest/xcode/Scripts/versiongenerate.py | 100 - .../gtest/xcode/gtest.xcodeproj/project.pbxproj | 1084 - .../gmock-1.6.0/include/gmock/gmock-actions.h | 1076 - .../include/gmock/gmock-cardinalities.h | 146 - .../include/gmock/gmock-generated-actions.h | 2419 --- .../include/gmock/gmock-generated-actions.h.pump | 825 - .../gmock/gmock-generated-function-mockers.h | 929 - .../gmock/gmock-generated-function-mockers.h.pump | 258 - .../include/gmock/gmock-generated-matchers.h | 2054 -- .../include/gmock/gmock-generated-matchers.h.pump | 651 - .../include/gmock/gmock-generated-nice-strict.h | 274 - .../gmock/gmock-generated-nice-strict.h.pump | 160 - .../gmock-1.6.0/include/gmock/gmock-matchers.h | 3066 --- .../gmock-1.6.0/include/gmock/gmock-more-actions.h | 233 - .../include/gmock/gmock-spec-builders.h | 1749 -- .../gmock-1.6.0/include/gmock/gmock.h | 93 - .../internal/gmock-generated-internal-utils.h | 277 - .../internal/gmock-generated-internal-utils.h.pump | 136 - .../include/gmock/internal/gmock-internal-utils.h | 463 - .../include/gmock/internal/gmock-port.h | 78 - .../thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock.sln | 32 - .../gmock-1.6.0/msvc/2005/gmock.vcproj | 191 - .../gmock-1.6.0/msvc/2005/gmock_config.vsprops | 15 - .../gmock-1.6.0/msvc/2005/gmock_main.vcproj | 187 - .../gmock-1.6.0/msvc/2005/gmock_test.vcproj | 201 - .../thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock.sln | 32 - .../gmock-1.6.0/msvc/2010/gmock.vcxproj | 82 - .../gmock-1.6.0/msvc/2010/gmock_config.props | 19 - .../gmock-1.6.0/msvc/2010/gmock_main.vcxproj | 88 - .../gmock-1.6.0/msvc/2010/gmock_test.vcxproj | 101 - .../gmock-1.6.0/scripts/fuse_gmock_files.py | 240 - .../gmock-1.6.0/scripts/generator/COPYING | 203 - .../gmock-1.6.0/scripts/generator/README | 35 - .../gmock-1.6.0/scripts/generator/README.cppclean | 115 - .../gmock-1.6.0/scripts/generator/cpp/__init__.py | 0 .../gmock-1.6.0/scripts/generator/cpp/ast.py | 1723 -- .../scripts/generator/cpp/gmock_class.py | 192 - .../gmock-1.6.0/scripts/generator/cpp/keywords.py | 59 - .../gmock-1.6.0/scripts/generator/cpp/tokenize.py | 287 - .../gmock-1.6.0/scripts/generator/cpp/utils.py | 41 - .../gmock-1.6.0/scripts/generator/gmock_gen.py | 31 - .../gmock-1.6.0/scripts/gmock-config.in | 303 - .../thirdPartyLibs/gmock-1.6.0/src/gmock-all.cc | 47 - .../gmock-1.6.0/src/gmock-cardinalities.cc | 155 - .../gmock-1.6.0/src/gmock-internal-utils.cc | 173 - .../gmock-1.6.0/src/gmock-matchers.cc | 101 - .../gmock-1.6.0/src/gmock-spec-builders.cc | 797 - .../src/thirdPartyLibs/gmock-1.6.0/src/gmock.cc | 182 - .../thirdPartyLibs/gmock-1.6.0/src/gmock_main.cc | 54 - .../gmock-1.6.0/test/gmock-actions_test.cc | 1305 -- .../gmock-1.6.0/test/gmock-cardinalities_test.cc | 428 - .../test/gmock-generated-actions_test.cc | 1212 -- .../test/gmock-generated-function-mockers_test.cc | 540 - .../test/gmock-generated-internal-utils_test.cc | 127 - .../test/gmock-generated-matchers_test.cc | 1127 - .../gmock-1.6.0/test/gmock-internal-utils_test.cc | 655 - .../gmock-1.6.0/test/gmock-matchers_test.cc | 4040 ---- .../gmock-1.6.0/test/gmock-more-actions_test.cc | 704 - .../gmock-1.6.0/test/gmock-nice-strict_test.cc | 284 - .../gmock-1.6.0/test/gmock-port_test.cc | 43 - .../gmock-1.6.0/test/gmock-spec-builders_test.cc | 2484 --- .../gmock-1.6.0/test/gmock_all_test.cc | 48 - .../gmock-1.6.0/test/gmock_leak_test.py | 90 - .../gmock-1.6.0/test/gmock_leak_test_.cc | 100 - .../gmock-1.6.0/test/gmock_link2_test.cc | 40 - .../gmock-1.6.0/test/gmock_link_test.cc | 40 - .../gmock-1.6.0/test/gmock_link_test.h | 669 - .../gmock-1.6.0/test/gmock_output_test.py | 180 - .../gmock-1.6.0/test/gmock_output_test_.cc | 290 - .../gmock-1.6.0/test/gmock_output_test_golden.txt | 310 - .../thirdPartyLibs/gmock-1.6.0/test/gmock_test.cc | 255 - .../gmock-1.6.0/test/gmock_test_utils.py | 111 - SDL_Core/src/thirdPartyLibs/jsoncpp/AUTHORS | 1 - SDL_Core/src/thirdPartyLibs/jsoncpp/CMakeLists.txt | 11 - SDL_Core/src/thirdPartyLibs/jsoncpp/LICENSE | 55 - SDL_Core/src/thirdPartyLibs/jsoncpp/NEWS.txt | 101 - SDL_Core/src/thirdPartyLibs/jsoncpp/README.txt | 172 - SDL_Core/src/thirdPartyLibs/jsoncpp/SConstruct | 248 - SDL_Core/src/thirdPartyLibs/jsoncpp/amalgamate.py | 147 - .../thirdPartyLibs/jsoncpp/devtools/__init__.py | 1 - .../src/thirdPartyLibs/jsoncpp/devtools/antglob.py | 201 - .../src/thirdPartyLibs/jsoncpp/devtools/fixeol.py | 63 - .../jsoncpp/devtools/licenseupdater.py | 93 - .../src/thirdPartyLibs/jsoncpp/devtools/tarball.py | 53 - .../src/thirdPartyLibs/jsoncpp/doc/doxyfile.in | 1534 -- .../src/thirdPartyLibs/jsoncpp/doc/footer.html | 23 - .../src/thirdPartyLibs/jsoncpp/doc/header.html | 24 - .../src/thirdPartyLibs/jsoncpp/doc/jsoncpp.dox | 126 - SDL_Core/src/thirdPartyLibs/jsoncpp/doc/readme.txt | 1 - .../src/thirdPartyLibs/jsoncpp/doc/roadmap.dox | 37 - SDL_Core/src/thirdPartyLibs/jsoncpp/doxybuild.py | 169 - .../thirdPartyLibs/jsoncpp/include/json/autolink.h | 24 - .../thirdPartyLibs/jsoncpp/include/json/config.h | 96 - .../thirdPartyLibs/jsoncpp/include/json/features.h | 49 - .../thirdPartyLibs/jsoncpp/include/json/forwards.h | 44 - .../src/thirdPartyLibs/jsoncpp/include/json/json.h | 15 - .../thirdPartyLibs/jsoncpp/include/json/reader.h | 214 - .../thirdPartyLibs/jsoncpp/include/json/value.h | 1103 - .../thirdPartyLibs/jsoncpp/include/json/writer.h | 185 - .../jsoncpp/makefiles/vs71/jsoncpp.sln | 46 - .../jsoncpp/makefiles/vs71/jsontest.vcproj | 119 - .../jsoncpp/makefiles/vs71/lib_json.vcproj | 214 - .../jsoncpp/makefiles/vs71/test_lib_json.vcproj | 130 - SDL_Core/src/thirdPartyLibs/jsoncpp/makerelease.py | 380 - .../thirdPartyLibs/jsoncpp/scons-tools/globtool.py | 53 - .../thirdPartyLibs/jsoncpp/scons-tools/srcdist.py | 179 - .../jsoncpp/scons-tools/substinfile.py | 79 - .../thirdPartyLibs/jsoncpp/scons-tools/targz.py | 82 - .../jsoncpp/src/jsontestrunner/main.cpp | 269 - .../jsoncpp/src/jsontestrunner/sconscript | 9 - .../jsoncpp/src/lib_json/json_batchallocator.h | 130 - .../jsoncpp/src/lib_json/json_internalarray.inl | 456 - .../jsoncpp/src/lib_json/json_internalmap.inl | 615 - .../jsoncpp/src/lib_json/json_reader.cpp | 884 - .../jsoncpp/src/lib_json/json_tool.h | 93 - .../jsoncpp/src/lib_json/json_value.cpp | 1830 -- .../jsoncpp/src/lib_json/json_valueiterator.inl | 299 - .../jsoncpp/src/lib_json/json_writer.cpp | 838 - .../thirdPartyLibs/jsoncpp/src/lib_json/sconscript | 8 - .../jsoncpp/src/test_lib_json/jsontest.cpp | 608 - .../jsoncpp/src/test_lib_json/jsontest.h | 259 - .../jsoncpp/src/test_lib_json/main.cpp | 430 - .../jsoncpp/src/test_lib_json/sconscript | 10 - .../src/thirdPartyLibs/jsoncpp/test/cleantests.py | 10 - .../jsoncpp/test/data/fail_test_array_01.json | 1 - .../jsoncpp/test/data/test_array_01.expected | 1 - .../jsoncpp/test/data/test_array_01.json | 1 - .../jsoncpp/test/data/test_array_02.expected | 2 - .../jsoncpp/test/data/test_array_02.json | 1 - .../jsoncpp/test/data/test_array_03.expected | 6 - .../jsoncpp/test/data/test_array_03.json | 1 - .../jsoncpp/test/data/test_array_04.expected | 5 - .../jsoncpp/test/data/test_array_04.json | 1 - .../jsoncpp/test/data/test_array_05.expected | 100 - .../jsoncpp/test/data/test_array_05.json | 1 - .../jsoncpp/test/data/test_array_06.expected | 5 - .../jsoncpp/test/data/test_array_06.json | 4 - .../jsoncpp/test/data/test_basic_01.expected | 1 - .../jsoncpp/test/data/test_basic_01.json | 1 - .../jsoncpp/test/data/test_basic_02.expected | 1 - .../jsoncpp/test/data/test_basic_02.json | 1 - .../jsoncpp/test/data/test_basic_03.expected | 3 - .../jsoncpp/test/data/test_basic_03.json | 3 - .../jsoncpp/test/data/test_basic_04.expected | 2 - .../jsoncpp/test/data/test_basic_04.json | 2 - .../jsoncpp/test/data/test_basic_05.expected | 2 - .../jsoncpp/test/data/test_basic_05.json | 2 - .../jsoncpp/test/data/test_basic_06.expected | 2 - .../jsoncpp/test/data/test_basic_06.json | 2 - .../jsoncpp/test/data/test_basic_07.expected | 2 - .../jsoncpp/test/data/test_basic_07.json | 2 - .../jsoncpp/test/data/test_basic_08.expected | 2 - .../jsoncpp/test/data/test_basic_08.json | 3 - .../jsoncpp/test/data/test_basic_09.expected | 2 - .../jsoncpp/test/data/test_basic_09.json | 4 - .../jsoncpp/test/data/test_comment_01.expected | 8 - .../jsoncpp/test/data/test_comment_01.json | 8 - .../jsoncpp/test/data/test_complex_01.expected | 20 - .../jsoncpp/test/data/test_complex_01.json | 17 - .../jsoncpp/test/data/test_integer_01.expected | 1 - .../jsoncpp/test/data/test_integer_01.json | 2 - .../jsoncpp/test/data/test_integer_02.expected | 1 - .../jsoncpp/test/data/test_integer_02.json | 2 - .../jsoncpp/test/data/test_integer_03.expected | 1 - .../jsoncpp/test/data/test_integer_03.json | 2 - .../jsoncpp/test/data/test_integer_04.expected | 2 - .../jsoncpp/test/data/test_integer_04.json | 3 - .../jsoncpp/test/data/test_integer_05.expected | 2 - .../jsoncpp/test/data/test_integer_05.json | 2 - .../test/data/test_integer_06_64bits.expected | 1 - .../jsoncpp/test/data/test_integer_06_64bits.json | 2 - .../test/data/test_integer_07_64bits.expected | 1 - .../jsoncpp/test/data/test_integer_07_64bits.json | 2 - .../test/data/test_integer_08_64bits.expected | 1 - .../jsoncpp/test/data/test_integer_08_64bits.json | 2 - .../jsoncpp/test/data/test_large_01.expected | 2122 -- .../jsoncpp/test/data/test_large_01.json | 2 - .../jsoncpp/test/data/test_object_01.expected | 1 - .../jsoncpp/test/data/test_object_01.json | 1 - .../jsoncpp/test/data/test_object_02.expected | 2 - .../jsoncpp/test/data/test_object_02.json | 1 - .../jsoncpp/test/data/test_object_03.expected | 4 - .../jsoncpp/test/data/test_object_03.json | 5 - .../jsoncpp/test/data/test_object_04.expected | 2 - .../jsoncpp/test/data/test_object_04.json | 3 - .../test/data/test_preserve_comment_01.expected | 3 - .../test/data/test_preserve_comment_01.json | 14 - .../jsoncpp/test/data/test_real_01.expected | 2 - .../jsoncpp/test/data/test_real_01.json | 3 - .../jsoncpp/test/data/test_real_02.expected | 2 - .../jsoncpp/test/data/test_real_02.json | 3 - .../jsoncpp/test/data/test_real_03.expected | 2 - .../jsoncpp/test/data/test_real_03.json | 3 - .../jsoncpp/test/data/test_real_04.expected | 2 - .../jsoncpp/test/data/test_real_04.json | 3 - .../jsoncpp/test/data/test_real_05.expected | 3 - .../jsoncpp/test/data/test_real_05.json | 3 - .../jsoncpp/test/data/test_real_06.expected | 3 - .../jsoncpp/test/data/test_real_06.json | 3 - .../jsoncpp/test/data/test_real_07.expected | 3 - .../jsoncpp/test/data/test_real_07.json | 3 - .../jsoncpp/test/data/test_string_01.expected | 1 - .../jsoncpp/test/data/test_string_01.json | 1 - .../jsoncpp/test/data/test_string_02.expected | 1 - .../jsoncpp/test/data/test_string_02.json | 1 - .../jsoncpp/test/data/test_string_03.expected | 1 - .../jsoncpp/test/data/test_string_03.json | 1 - .../test/data/test_string_unicode_01.expected | 1 - .../jsoncpp/test/data/test_string_unicode_01.json | 1 - .../test/data/test_string_unicode_02.expected | 1 - .../jsoncpp/test/data/test_string_unicode_02.json | 1 - .../test/data/test_string_unicode_03.expected | 1 - .../jsoncpp/test/data/test_string_unicode_03.json | 1 - .../test/data/test_string_unicode_04.expected | 1 - .../jsoncpp/test/data/test_string_unicode_04.json | 1 - .../test/data/test_string_unicode_05.expected | 2 - .../jsoncpp/test/data/test_string_unicode_05.json | 1 - .../jsoncpp/test/generate_expected.py | 11 - .../jsoncpp/test/jsonchecker/fail1.json | 1 - .../jsoncpp/test/jsonchecker/fail10.json | 1 - .../jsoncpp/test/jsonchecker/fail11.json | 1 - .../jsoncpp/test/jsonchecker/fail12.json | 1 - .../jsoncpp/test/jsonchecker/fail13.json | 1 - .../jsoncpp/test/jsonchecker/fail14.json | 1 - .../jsoncpp/test/jsonchecker/fail15.json | 1 - .../jsoncpp/test/jsonchecker/fail16.json | 1 - .../jsoncpp/test/jsonchecker/fail17.json | 1 - .../jsoncpp/test/jsonchecker/fail18.json | 1 - .../jsoncpp/test/jsonchecker/fail19.json | 1 - .../jsoncpp/test/jsonchecker/fail2.json | 1 - .../jsoncpp/test/jsonchecker/fail20.json | 1 - .../jsoncpp/test/jsonchecker/fail21.json | 1 - .../jsoncpp/test/jsonchecker/fail22.json | 1 - .../jsoncpp/test/jsonchecker/fail23.json | 1 - .../jsoncpp/test/jsonchecker/fail24.json | 1 - .../jsoncpp/test/jsonchecker/fail25.json | 1 - .../jsoncpp/test/jsonchecker/fail26.json | 1 - .../jsoncpp/test/jsonchecker/fail27.json | 2 - .../jsoncpp/test/jsonchecker/fail28.json | 2 - .../jsoncpp/test/jsonchecker/fail29.json | 1 - .../jsoncpp/test/jsonchecker/fail3.json | 1 - .../jsoncpp/test/jsonchecker/fail30.json | 1 - .../jsoncpp/test/jsonchecker/fail31.json | 1 - .../jsoncpp/test/jsonchecker/fail32.json | 1 - .../jsoncpp/test/jsonchecker/fail33.json | 1 - .../jsoncpp/test/jsonchecker/fail4.json | 1 - .../jsoncpp/test/jsonchecker/fail5.json | 1 - .../jsoncpp/test/jsonchecker/fail6.json | 1 - .../jsoncpp/test/jsonchecker/fail7.json | 1 - .../jsoncpp/test/jsonchecker/fail8.json | 1 - .../jsoncpp/test/jsonchecker/fail9.json | 1 - .../jsoncpp/test/jsonchecker/pass1.json | 58 - .../jsoncpp/test/jsonchecker/pass2.json | 1 - .../jsoncpp/test/jsonchecker/pass3.json | 6 - .../jsoncpp/test/jsonchecker/readme.txt | 3 - .../jsoncpp/test/pyjsontestrunner.py | 64 - .../thirdPartyLibs/jsoncpp/test/runjsontests.py | 134 - .../thirdPartyLibs/jsoncpp/test/rununittests.py | 73 - SDL_Core/src/thirdPartyLibs/jsoncpp/version | 1 - .../thirdPartyLibs/libusbx-1.0.16/CMakeLists.txt | 24 - .../src/thirdPartyLibs/libusbx-1.0.16/config.h | 135 - .../libusb/.deps/libusb_1_0_la-core.Plo | 1 - .../libusb/.deps/libusb_1_0_la-darwin_usb.Plo | 1 - .../libusb/.deps/libusb_1_0_la-descriptor.Plo | 1 - .../libusb/.deps/libusb_1_0_la-hotplug.Plo | 1 - .../libusb/.deps/libusb_1_0_la-io.Plo | 1 - .../libusb/.deps/libusb_1_0_la-linux_netlink.Plo | 1 - .../libusb/.deps/libusb_1_0_la-linux_udev.Plo | 1 - .../libusb/.deps/libusb_1_0_la-linux_usbfs.Plo | 1 - .../libusb/.deps/libusb_1_0_la-openbsd_usb.Plo | 1 - .../libusb/.deps/libusb_1_0_la-poll_posix.Plo | 1 - .../libusb/.deps/libusb_1_0_la-poll_windows.Plo | 1 - .../libusb/.deps/libusb_1_0_la-strerror.Plo | 1 - .../libusb/.deps/libusb_1_0_la-sync.Plo | 1 - .../libusb/.deps/libusb_1_0_la-threads_posix.Plo | 1 - .../libusb/.deps/libusb_1_0_la-threads_windows.Plo | 1 - .../libusb/.deps/libusb_1_0_la-windows_usb.Plo | 1 - .../libusbx-1.0.16/libusb/Makefile.am | 68 - .../libusbx-1.0.16/libusb/Makefile.in | 860 - .../thirdPartyLibs/libusbx-1.0.16/libusb/core.c | 2228 -- .../libusbx-1.0.16/libusb/descriptor.c | 1197 -- .../thirdPartyLibs/libusbx-1.0.16/libusb/hotplug.c | 320 - .../thirdPartyLibs/libusbx-1.0.16/libusb/hotplug.h | 82 - .../src/thirdPartyLibs/libusbx-1.0.16/libusb/io.c | 2566 --- .../libusbx-1.0.16/libusb/libusb-1.0.def | 158 - .../libusbx-1.0.16/libusb/libusb-1.0.rc | 61 - .../thirdPartyLibs/libusbx-1.0.16/libusb/libusb.h | 1941 -- .../thirdPartyLibs/libusbx-1.0.16/libusb/libusbi.h | 1004 - .../libusbx-1.0.16/libusb/os/darwin_usb.c | 1903 -- .../libusbx-1.0.16/libusb/os/darwin_usb.h | 162 - .../libusbx-1.0.16/libusb/os/linux_netlink.c | 254 - .../libusbx-1.0.16/libusb/os/linux_udev.c | 273 - .../libusbx-1.0.16/libusb/os/linux_usbfs.c | 2568 --- .../libusbx-1.0.16/libusb/os/linux_usbfs.h | 181 - .../libusbx-1.0.16/libusb/os/openbsd_usb.c | 734 - .../libusbx-1.0.16/libusb/os/poll_posix.c | 51 - .../libusbx-1.0.16/libusb/os/poll_posix.h | 11 - .../libusbx-1.0.16/libusb/os/poll_windows.c | 726 - .../libusbx-1.0.16/libusb/os/poll_windows.h | 125 - .../libusbx-1.0.16/libusb/os/threads_posix.c | 80 - .../libusbx-1.0.16/libusb/os/threads_posix.h | 50 - .../libusbx-1.0.16/libusb/os/threads_windows.c | 212 - .../libusbx-1.0.16/libusb/os/threads_windows.h | 87 - .../libusbx-1.0.16/libusb/os/wince_usb.c | 1015 - .../libusbx-1.0.16/libusb/os/wince_usb.h | 131 - .../libusbx-1.0.16/libusb/os/windows_common.h | 108 - .../libusbx-1.0.16/libusb/os/windows_usb.c | 4393 ---- .../libusbx-1.0.16/libusb/os/windows_usb.h | 918 - .../libusbx-1.0.16/libusb/strerror.c | 184 - .../thirdPartyLibs/libusbx-1.0.16/libusb/sync.c | 307 - .../thirdPartyLibs/libusbx-1.0.16/libusb/version.h | 18 - .../libusbx-1.0.16/libusb/version_nano.h | 1 - SDL_Core/tools/CMakeLists.txt | 22 - SDL_Core/tools/InterfaceGenerator/.gitignore | 9 - SDL_Core/tools/InterfaceGenerator/Generator.py | 116 - .../tools/InterfaceGenerator/generator/Model.py | 312 - .../tools/InterfaceGenerator/generator/__init__.py | 2 - .../generator/generators/SmartFactoryBase.py | 1664 -- .../generator/generators/SmartFactoryJSONRPC.py | 166 - .../generator/generators/SmartFactorySDLRPC.py | 92 - .../generator/generators/__init__.py | 3 - .../generator/parsers/JSONRPC.py | 89 - .../generator/parsers/RPCBase.py | 745 - .../generator/parsers/SDLRPCV1.py | 14 - .../generator/parsers/SDLRPCV2.py | 88 - .../generator/parsers/__init__.py | 3 - SDL_Core/tools/InterfaceGenerator/pylint.cfg | 264 - SDL_Core/tools/InterfaceGenerator/requirements.txt | 6 - SDL_Core/tools/InterfaceGenerator/runAllTests.sh | 1 - SDL_Core/tools/InterfaceGenerator/test/__init__.py | 0 .../InterfaceGenerator/test/generator/__init__.py | 0 .../test/generator/generators/__init__.py | 0 .../generator/generators/test_SmartFactoryBase.py | 283 - .../generators/test_SmartFactoryJSONRPC.py | 482 - .../generators/test_SmartFactorySDLRPC.py | 325 - .../generator/generators/test_expected_jsonrpc.cc | 385 - .../generator/generators/test_expected_jsonrpc.h | 326 - .../generator/generators/test_expected_sdlrpc.cc | 366 - .../generator/generators/test_expected_sdlrpc.h | 321 - .../test/generator/parsers/__init__.py | 0 .../test/generator/parsers/test_JSONRPC.py | 595 - .../test/generator/parsers/test_SDLRPCV1.py | 404 - .../test/generator/parsers/test_SDLRPCV2.py | 417 - .../test/generator/parsers/valid_JSONRPC.xml | 100 - .../test/generator/parsers/valid_SDLRPCV1.xml | 64 - .../test/generator/parsers/valid_SDLRPCV2.xml | 85 - .../test/generator/test_Model.py | 27 - .../test/test_CodeFormatAndQuality.py | 59 - SDL_Core/tools/OtrosLogViewer/README.txt | 32 - .../OtrosLogViewer/olv-2012-09-13/classpath.txt | 41 - .../license/apache-commons/LICENSE.txt | 202 - .../olv-2012-09-13/license/forms/LICENSE.txt | 24 - .../olv-2012-09-13/license/jakarta-oro/LICENSE | 56 - .../olv-2012-09-13/license/jcifs/LICENSE.txt | 504 - .../olv-2012-09-13/license/jsch/LICENSE.txt | 30 - .../olv-2012-09-13/license/log4j/LICENSE | 202 - .../olv-2012-09-13/license/looks/LICENSE.txt | 24 - .../olv-2012-09-13/license/miglayout/LICENSE.txt | 30 - .../license/vfsjfliechooser/LICENSE.txt | 202 - .../olv-2012-09-13/logging.properties | 33 - .../OtrosLogViewer/olv-2012-09-13/olv-batch.bat | 20 - .../OtrosLogViewer/olv-2012-09-13/olv-batch.sh | 24 - .../tools/OtrosLogViewer/olv-2012-09-13/olv.bat | 42 - .../tools/OtrosLogViewer/olv-2012-09-13/olv.sh | 46 - .../olv-2012-09-13/plugins/forDeveloperTests.txt | 1 - .../plugins/logimporters/log4j-1.pattern | 5 - .../plugins/logimporters/selenium.pattern | 4 - .../plugins/markers/example-regex.marker | 16 - .../plugins/markers/example-string.marker | 14 - SDL_Core/tools/coding-style/cpplint.py | 4023 ---- SDL_Core/tools/coding-style/old-branch-nagger.sh | 38 - SDL_Core/tools/intergen/CMakeLists.txt | 12 - .../tools/intergen/GenerateInterfaceLibrary.cmake | 54 - SDL_Core/tools/intergen/cppgen/CMakeLists.txt | 66 - .../tools/intergen/cppgen/include/cppgen/comment.h | 61 - .../cppgen/include/cppgen/cpp_api_code_generator.h | 66 - .../intergen/cppgen/include/cppgen/cpp_class.h | 114 - .../intergen/cppgen/include/cppgen/cpp_file.h | 121 - .../intergen/cppgen/include/cppgen/cpp_function.h | 174 - .../include/cppgen/cpp_interface_code_generator.h | 77 - .../cppgen/include/cppgen/declaration_generator.h | 105 - .../cppgen/include/cppgen/definition_generator.h | 70 - .../include/cppgen/enum_from_json_value_function.h | 57 - .../include/cppgen/enum_to_json_value_function.h | 54 - .../cppgen/include/cppgen/function_id_method.h | 77 - .../cppgen/include/cppgen/generator_preferences.h | 51 - .../cppgen/include/cppgen/handler_interface.h | 85 - .../cppgen/include/cppgen/is_valid_enum_function.h | 56 - .../cppgen/include/cppgen/literal_generator.h | 66 - .../include/cppgen/message_factory_function.h | 70 - .../include/cppgen/message_handle_with_method.h | 60 - .../cppgen/include/cppgen/message_interface.h | 81 - .../cppgen/include/cppgen/module_manager.h | 98 - .../intergen/cppgen/include/cppgen/namespace.h | 152 - .../cppgen/include/cppgen/naming_convention.h | 90 - .../include/cppgen/struct_type_constructor.h | 67 - .../include/cppgen/struct_type_from_json_method.h | 71 - .../cppgen/struct_type_is_initialized_method.h | 57 - .../include/cppgen/struct_type_is_valid_method.h | 72 - .../include/cppgen/type_name_code_generator.h | 156 - .../tools/intergen/cppgen/src/cppgen/comment.cc | 84 - .../cppgen/src/cppgen/cpp_api_code_generator.cc | 86 - .../tools/intergen/cppgen/src/cppgen/cpp_class.cc | 194 - .../tools/intergen/cppgen/src/cppgen/cpp_file.cc | 220 - .../intergen/cppgen/src/cppgen/cpp_function.cc | 209 - .../src/cppgen/cpp_interface_code_generator.cc | 194 - .../cppgen/src/cppgen/declaration_generator.cc | 356 - .../cppgen/src/cppgen/definition_generator.cc | 162 - .../src/cppgen/enum_from_json_value_function.cc | 83 - .../src/cppgen/enum_to_json_value_function.cc | 72 - .../cppgen/src/cppgen/function_id_method.cc | 82 - .../cppgen/src/cppgen/generator_preferences.cc | 49 - .../cppgen/src/cppgen/handler_interface.cc | 107 - .../cppgen/src/cppgen/is_valid_enum_function.cc | 73 - .../cppgen/src/cppgen/literal_generator.cc | 77 - .../cppgen/src/cppgen/message_factory_function.cc | 94 - .../src/cppgen/message_handle_with_method.cc | 53 - .../cppgen/src/cppgen/message_interface.cc | 72 - .../intergen/cppgen/src/cppgen/module_manager.cc | 187 - .../tools/intergen/cppgen/src/cppgen/namespace.cc | 213 - .../cppgen/src/cppgen/naming_convention.cc | 225 - .../cppgen/src/cppgen/struct_type_constructor.cc | 76 - .../src/cppgen/struct_type_from_json_method.cc | 87 - .../cppgen/struct_type_is_initialized_method.cc | 68 - .../src/cppgen/struct_type_is_valid_method.cc | 84 - .../cppgen/src/cppgen/type_name_code_generator.cc | 301 - SDL_Core/tools/intergen/model/CMakeLists.txt | 37 - SDL_Core/tools/intergen/model/include/model/api.h | 89 - .../intergen/model/include/model/builtin_type.h | 150 - .../model/include/model/builtin_type_registry.h | 91 - .../intergen/model/include/model/composite_type.h | 237 - .../tools/intergen/model/include/model/constant.h | 164 - .../model/include/model/constants_creator.h | 56 - .../tools/intergen/model/include/model/function.h | 126 - .../tools/intergen/model/include/model/interface.h | 145 - .../intergen/model/include/model/model_filter.h | 57 - .../tools/intergen/model/include/model/scope.h | 52 - SDL_Core/tools/intergen/model/include/model/type.h | 90 - .../intergen/model/include/model/type_registry.h | 145 - SDL_Core/tools/intergen/model/src/model/api.cc | 106 - .../tools/intergen/model/src/model/builtin_type.cc | 162 - .../model/src/model/builtin_type_registry.cc | 144 - .../intergen/model/src/model/composite_type.cc | 353 - .../tools/intergen/model/src/model/constant.cc | 219 - .../tools/intergen/model/src/model/function.cc | 116 - .../tools/intergen/model/src/model/interface.cc | 352 - .../tools/intergen/model/src/model/model_filter.cc | 46 - SDL_Core/tools/intergen/model/src/model/scope.cc | 51 - SDL_Core/tools/intergen/model/src/model/type.cc | 74 - .../intergen/model/src/model/type_registry.cc | 420 - .../third_party/pugixml/contrib/foreach.hpp | 64 - .../third_party/pugixml/docs/images/caution.png | Bin 426 -> 0 bytes .../third_party/pugixml/docs/images/dom_tree.png | Bin 8182 -> 0 bytes .../pugixml/docs/images/dom_tree_thumb.png | Bin 3127 -> 0 bytes .../third_party/pugixml/docs/images/home.png | Bin 217 -> 0 bytes .../third_party/pugixml/docs/images/next.png | Bin 204 -> 0 bytes .../third_party/pugixml/docs/images/note.png | Bin 357 -> 0 bytes .../third_party/pugixml/docs/images/prev.png | Bin 198 -> 0 bytes .../third_party/pugixml/docs/images/up.png | Bin 224 -> 0 bytes .../pugixml/docs/images/vs2005_link1.png | Bin 25698 -> 0 bytes .../pugixml/docs/images/vs2005_link1_thumb.png | Bin 2531 -> 0 bytes .../pugixml/docs/images/vs2005_link2.png | Bin 18063 -> 0 bytes .../pugixml/docs/images/vs2005_link2_thumb.png | Bin 1901 -> 0 bytes .../pugixml/docs/images/vs2005_pch1.png | Bin 27693 -> 0 bytes .../pugixml/docs/images/vs2005_pch1_thumb.png | Bin 4511 -> 0 bytes .../pugixml/docs/images/vs2005_pch2.png | Bin 14895 -> 0 bytes .../pugixml/docs/images/vs2005_pch2_thumb.png | Bin 1579 -> 0 bytes .../pugixml/docs/images/vs2005_pch3.png | Bin 15931 -> 0 bytes .../pugixml/docs/images/vs2005_pch3_thumb.png | Bin 1944 -> 0 bytes .../pugixml/docs/images/vs2005_pch4.png | Bin 15117 -> 0 bytes .../pugixml/docs/images/vs2005_pch4_thumb.png | Bin 1632 -> 0 bytes .../pugixml/docs/images/vs2010_link1.png | Bin 19609 -> 0 bytes .../pugixml/docs/images/vs2010_link1_thumb.png | Bin 1765 -> 0 bytes .../pugixml/docs/images/vs2010_link2.png | Bin 17206 -> 0 bytes .../pugixml/docs/images/vs2010_link2_thumb.png | Bin 1820 -> 0 bytes .../intergen/third_party/pugixml/docs/manual.html | 205 - .../third_party/pugixml/docs/manual/access.html | 892 - .../third_party/pugixml/docs/manual/apiref.html | 1554 -- .../third_party/pugixml/docs/manual/changes.html | 879 - .../third_party/pugixml/docs/manual/dom.html | 732 - .../third_party/pugixml/docs/manual/install.html | 498 - .../third_party/pugixml/docs/manual/loading.html | 873 - .../third_party/pugixml/docs/manual/modify.html | 632 - .../third_party/pugixml/docs/manual/saving.html | 543 - .../third_party/pugixml/docs/manual/toc.html | 160 - .../third_party/pugixml/docs/manual/xpath.html | 746 - .../intergen/third_party/pugixml/docs/pugixml.css | 598 - .../third_party/pugixml/docs/quickstart.html | 879 - .../third_party/pugixml/docs/samples/character.xml | 8 - .../docs/samples/custom_memory_management.cpp | 27 - .../third_party/pugixml/docs/samples/include.cpp | 64 - .../pugixml/docs/samples/load_error_handling.cpp | 31 - .../third_party/pugixml/docs/samples/load_file.cpp | 16 - .../pugixml/docs/samples/load_memory.cpp | 64 - .../pugixml/docs/samples/load_options.cpp | 30 - .../pugixml/docs/samples/load_stream.cpp | 97 - .../pugixml/docs/samples/modify_add.cpp | 29 - .../pugixml/docs/samples/modify_base.cpp | 43 - .../pugixml/docs/samples/modify_remove.cpp | 27 - .../pugixml/docs/samples/save_custom_writer.cpp | 116 - .../pugixml/docs/samples/save_declaration.cpp | 27 - .../third_party/pugixml/docs/samples/save_file.cpp | 17 - .../pugixml/docs/samples/save_options.cpp | 48 - .../pugixml/docs/samples/save_stream.cpp | 18 - .../pugixml/docs/samples/save_subtree.cpp | 26 - .../third_party/pugixml/docs/samples/text.cpp | 35 - .../pugixml/docs/samples/transitions.xml | 7 - .../pugixml/docs/samples/traverse_base.cpp | 51 - .../pugixml/docs/samples/traverse_iter.cpp | 27 - .../pugixml/docs/samples/traverse_predicate.cpp | 48 - .../pugixml/docs/samples/traverse_rangefor.cpp | 32 - .../pugixml/docs/samples/traverse_walker.cpp | 35 - .../third_party/pugixml/docs/samples/tree.xml | 12 - .../pugixml/docs/samples/weekly-shift_jis.xml | 78 - .../pugixml/docs/samples/weekly-utf-16.xml | Bin 3186 -> 0 bytes .../pugixml/docs/samples/weekly-utf-8.xml | 78 - .../third_party/pugixml/docs/samples/xgconsole.xml | 12 - .../pugixml/docs/samples/xpath_error.cpp | 43 - .../pugixml/docs/samples/xpath_query.cpp | 36 - .../pugixml/docs/samples/xpath_select.cpp | 27 - .../pugixml/docs/samples/xpath_variables.cpp | 38 - .../tools/intergen/third_party/pugixml/readme.txt | 52 - .../third_party/pugixml/scripts/CMakeLists.txt | 18 - .../third_party/pugixml/scripts/premake4.lua | 92 - .../scripts/pugixml.xcodeproj/project.pbxproj | 212 - .../pugixml/scripts/pugixml_airplay.mkf | 13 - .../pugixml/scripts/pugixml_codeblocks.cbp | 44 - .../pugixml/scripts/pugixml_codelite.project | 56 - .../pugixml/scripts/pugixml_vs2005.vcproj | 343 - .../pugixml/scripts/pugixml_vs2005_static.vcproj | 343 - .../pugixml/scripts/pugixml_vs2008.vcproj | 339 - .../pugixml/scripts/pugixml_vs2008_static.vcproj | 339 - .../pugixml/scripts/pugixml_vs2010.vcxproj | 191 - .../pugixml/scripts/pugixml_vs2010_static.vcxproj | 191 - .../third_party/pugixml/src/pugiconfig.hpp | 69 - .../intergen/third_party/pugixml/src/pugixml.cpp | 10250 --------- .../intergen/third_party/pugixml/src/pugixml.hpp | 1265 -- SDL_Core/tools/intergen/tool/CMakeLists.txt | 10 - SDL_Core/tools/intergen/tool/intergen.cc | 142 - SDL_Core/tools/intergen/utils/CMakeLists.txt | 22 - .../intergen/utils/include/utils/common_types.h | 132 - .../tools/intergen/utils/include/utils/macro.h | 48 - .../intergen/utils/include/utils/safeformat.h | 579 - .../tools/intergen/utils/include/utils/stl_utils.h | 101 - .../intergen/utils/include/utils/string_utils.h | 161 - .../tools/intergen/utils/include/utils/xml_utils.h | 54 - .../tools/intergen/utils/src/utils/common_types.cc | 77 - .../tools/intergen/utils/src/utils/safeformat.cc | 107 - .../tools/intergen/utils/src/utils/xml_utils.cc | 52 - 3173 files changed, 625464 deletions(-) delete mode 100644 SDL_Android/LivioSdlUtilities/.classpath delete mode 100644 SDL_Android/LivioSdlUtilities/.project delete mode 100644 SDL_Android/LivioSdlUtilities/AndroidManifest.xml delete mode 100644 SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml delete mode 100644 SDL_Android/LivioSdlUtilities/bin/R.txt delete mode 100644 SDL_Android/LivioSdlUtilities/bin/jarlist.cache delete mode 100644 SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-hdpi/ic_launcher.png delete mode 100644 SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-mdpi/ic_launcher.png delete mode 100644 SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-xhdpi/ic_launcher.png delete mode 100644 SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable/arrow_left.png delete mode 100644 SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable/arrow_right.png delete mode 100644 SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/BuildConfig.java delete mode 100644 SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/R.java delete mode 100644 SDL_Android/LivioSdlUtilities/proguard-project.txt delete mode 100644 SDL_Android/LivioSdlUtilities/project.properties delete mode 100644 SDL_Android/LivioSdlUtilities/res/drawable-hdpi/ic_launcher.png delete mode 100644 SDL_Android/LivioSdlUtilities/res/drawable-mdpi/ic_launcher.png delete mode 100644 SDL_Android/LivioSdlUtilities/res/drawable-xhdpi/ic_launcher.png delete mode 100644 SDL_Android/LivioSdlUtilities/res/drawable/arrow_left.png delete mode 100644 SDL_Android/LivioSdlUtilities/res/drawable/arrow_right.png delete mode 100644 SDL_Android/LivioSdlUtilities/res/layout/json_flipper_dialog.xml delete mode 100644 SDL_Android/LivioSdlUtilities/res/layout/listview.xml delete mode 100644 SDL_Android/LivioSdlUtilities/res/layout/sdl_message_listview_row.xml delete mode 100644 SDL_Android/LivioSdlUtilities/res/layout/simple_listview_with_image.xml delete mode 100644 SDL_Android/LivioSdlUtilities/res/layout/textview.xml delete mode 100644 SDL_Android/LivioSdlUtilities/res/values-v11/styles.xml delete mode 100644 SDL_Android/LivioSdlUtilities/res/values-v14/styles.xml delete mode 100644 SDL_Android/LivioSdlUtilities/res/values/strings.xml delete mode 100644 SDL_Android/LivioSdlUtilities/res/values/styles.xml delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/IpAddress.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlConstants.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlImageItem.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlLogMessage.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlRequestFactory.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseFactory.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseTracker.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlService.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlImageAdapter.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlMessageAdapter.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseAlertDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseImageListDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseMultipleListViewDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseOkCancelDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseSingleListViewDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ImageListDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/IndeterminateProgressDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/JsonFlipperDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ListViewDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/MultipleListViewDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/SingleJsonDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewAlertDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewOkCancelDialog.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumClickListener.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumComparator.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlButton.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlCommand.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlImageType.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlInteractionMode.java delete mode 100755 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlLanguage.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlSpeechCapability.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTextAlignment.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTransportType.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlUpdateMode.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlVehicleData.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/CommandButton.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuItem.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuManager.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/SubmenuButton.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/AndroidUtils.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/ApplicationPreferences.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Counter.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/DownCounter.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/MathUtils.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/SdlUtils.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/StringUtils.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Timeout.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/UpCounter.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/WifiUtils.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/MinMaxInputFilter.java delete mode 100644 SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/SeekBarCalculator.java delete mode 100644 SDL_Android/LivioTesterApp/.classpath delete mode 100644 SDL_Android/LivioTesterApp/.project delete mode 100644 SDL_Android/LivioTesterApp/AndroidManifest.xml delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/css/style.css delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/AddCommand.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/AddSubmenu.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/Alert.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/ChangeRegistration.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/CreateInteractionChoiceSet.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteCommand.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteFile.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteInteractionChoiceSet.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteSubmenu.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/GetDTCs.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/ListFiles.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/PerformInteraction.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/PutFile.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/ReadDIDs.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/ScrollableMessage.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/SetAppIcon.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/SetMediaClockTimer.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/Show.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/Slider.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/Speak.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/SubscribeToButtons.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/UnsubscribeFromButtons.html delete mode 100644 SDL_Android/LivioTesterApp/assets/help_docs/html/index.html delete mode 100644 SDL_Android/LivioTesterApp/bin/AndroidManifest.xml delete mode 100644 SDL_Android/LivioTesterApp/bin/R.txt delete mode 100644 SDL_Android/LivioTesterApp/bin/jarlist.cache delete mode 100644 SDL_Android/LivioTesterApp/gen/com/livio/sdl/R.java delete mode 100644 SDL_Android/LivioTesterApp/gen/com/livio/sdltester/BuildConfig.java delete mode 100644 SDL_Android/LivioTesterApp/gen/com/livio/sdltester/R.java delete mode 100644 SDL_Android/LivioTesterApp/proguard-project.txt delete mode 100644 SDL_Android/LivioTesterApp/project.properties delete mode 100644 SDL_Android/LivioTesterApp/res/drawable-hdpi/ic_launcher.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable-ldpi/ic_launcher.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable-mdpi/ic_launcher.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable-xhdpi/ic_launcher.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/add.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/add_to_favorites.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/anchor.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/game_pad.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/ic_close.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/ic_launcher.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/remove.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/remove_from_favorites.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/rocket.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/select_an_image.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/undo.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/zoom_in.png delete mode 100644 SDL_Android/LivioTesterApp/res/drawable/zoom_out.png delete mode 100644 SDL_Android/LivioTesterApp/res/layout/activity_help.xml delete mode 100755 SDL_Android/LivioTesterApp/res/layout/add_command.xml delete mode 100755 SDL_Android/LivioTesterApp/res/layout/add_submenu.xml delete mode 100755 SDL_Android/LivioTesterApp/res/layout/alert.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/change_registration.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/choice_set_item.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/create_choice_interaction_set.xml delete mode 100755 SDL_Android/LivioTesterApp/res/layout/get_dtcs.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/main.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/offline_mode.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/perform_interaction.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/put_file.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/read_dids.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/scrollable_message.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/sdl_connection.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/set_media_clock_timer.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/show.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/slider.xml delete mode 100644 SDL_Android/LivioTesterApp/res/layout/speak.xml delete mode 100644 SDL_Android/LivioTesterApp/res/menu/menu_help.xml delete mode 100644 SDL_Android/LivioTesterApp/res/menu/menu_main.xml delete mode 100644 SDL_Android/LivioTesterApp/res/values-sw600dp/dimens.xml delete mode 100644 SDL_Android/LivioTesterApp/res/values-sw720dp-land/dimens.xml delete mode 100644 SDL_Android/LivioTesterApp/res/values-v11/styles.xml delete mode 100644 SDL_Android/LivioTesterApp/res/values-v14/styles.xml delete mode 100644 SDL_Android/LivioTesterApp/res/values/dimens.xml delete mode 100644 SDL_Android/LivioTesterApp/res/values/strings.xml delete mode 100644 SDL_Android/LivioTesterApp/res/values/styles.xml delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/HelpActivity.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/LivioSdlTesterPreferences.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/MainActivity.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/SdlTesterImageResource.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/AddCommandDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/AddSubMenuDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ButtonSubscriptionDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ButtonUnsubscriptionDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ChangeRegistrationDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ChoiceItemDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/CreateInteractionChoiceSetDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteCommandDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteFileDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteInteractionDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/DeleteSubmenuDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/GetDtcsDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/PerformInteractionDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/PutFileDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ReadDidsDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ScrollableMessageDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SdlAlertDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SdlConnectionDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SetAppIconDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SetMediaClockTimerDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/ShowDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SliderDialog.java delete mode 100644 SDL_Android/LivioTesterApp/src/com/livio/sdltester/dialogs/SpeakDialog.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/.classpath delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/.project delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/.settings/org.eclipse.jdt.core.prefs delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/AndroidManifest.xml delete mode 100644 SDL_Android/SmartDeviceLinkProxyAndroid/bin/AndroidManifest.xml delete mode 100644 SDL_Android/SmartDeviceLinkProxyAndroid/gen/com/smartdevicelink/BuildConfig.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/project.properties delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/exception/SmartDeviceLinkException.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/exception/SmartDeviceLinkExceptionCause.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/marshal/JsonRPCMarshaller.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/messageDispatcher/IDispatchingStrategy.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/messageDispatcher/IncomingProtocolMessageComparitor.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/messageDispatcher/InternalProxyMessageComparitor.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/messageDispatcher/OutgoingProtocolMessageComparitor.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/messageDispatcher/ProxyMessageDispatcher.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/AbstractProtocol.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/BinaryFrameHeader.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/IProtocolListener.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/ProtocolFrameHeader.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/ProtocolFrameHeaderFactory.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/ProtocolMessage.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/SmartDeviceLinkProtocol.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/FrameData.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/FrameDataControlFrameType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/FrameType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/FunctionID.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/MessageType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/protocol/enums/SessionType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/IProxyListener.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCMessage.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCNotification.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCRequest.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCRequestFactory.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/RPCStruct.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/SmartDeviceLinkProxy.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/SmartDeviceLinkProxyALM.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/SmartDeviceLinkProxyBase.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/SmartDeviceLinkProxyConfigurationResources.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/SmartDeviceLinkProxyFactory.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/TTSChunkFactory.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/Version.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/callbacks/InternalProxyMessage.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/callbacks/OnError.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/callbacks/OnProxyClosed.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/callbacks/OnProxyOpened.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/constants/Jingles.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/constants/Names.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/interfaces/IProxyListenerALM.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/interfaces/IProxyListenerBase.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AddCommand.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AddCommandResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AddSubMenu.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AddSubMenuResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Alert.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AlertManeuver.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AlertManeuverResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AlertResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/AudioPassThruCapabilities.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/BeltStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/BodyInformation.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ButtonCapabilities.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ChangeRegistration.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ChangeRegistrationResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Choice.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/CreateInteractionChoiceSet.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/CreateInteractionChoiceSetResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DIDResult.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DTC.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteCommand.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteCommandResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteFile.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteFileResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteInteractionChoiceSet.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteInteractionChoiceSetResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteSubMenu.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeleteSubMenuResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DeviceStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DialNumber.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DialNumberResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/DisplayCapabilities.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/EVInfo.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/EncodedSyncPData.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/EncodedSyncPDataResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/EndAudioPassThru.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/EndAudioPassThruResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/FuelEconomyInformation.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GPSData.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GenericResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GetDTCs.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GetDTCsResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GetVehicleData.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/GetVehicleDataResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/HMIPermissions.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/HeadLampStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Image.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ListFiles.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ListFilesResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/MenuParams.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnAppInterfaceUnregistered.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnAudioPassThru.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnButtonEvent.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnButtonPress.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnCommand.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnDriverDistraction.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnEncodedSyncPData.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnHMIStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnLanguageChange.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnPermissionsChange.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnSmartDeviceLinkChoiceChosen.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnSyncPData.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnTBTClientState.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/OnVehicleData.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ParameterPermissions.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PerformAudioPassThru.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PerformAudioPassThruResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PerformInteraction.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PerformInteractionResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PermissionItem.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PresetBankCapabilities.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PutFile.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/PutFileResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ReadDID.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ReadDIDResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/RegisterAppInterface.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/RegisterAppInterfaceResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ResetGlobalProperties.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ResetGlobalPropertiesResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ScrollableMessage.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ScrollableMessageResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetAppIcon.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetAppIconResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetDisplayLayout.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetDisplayLayoutResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetGlobalProperties.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetGlobalPropertiesResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SetMediaClockTimerResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Show.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ShowConstantTBT.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ShowConstantTBTResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ShowResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SingleTireStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Slider.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SliderResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SoftButton.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SoftButtonCapabilities.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Speak.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SpeakResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/StartTime.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SubscribeButton.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SubscribeButtonResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SubscribeVehicleData.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SubscribeVehicleDataResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SyncPData.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/SyncPDataResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/TTSChunk.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/TextField.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/TireStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/Turn.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnregisterAppInterface.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnregisterAppInterfaceResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnsubscribeButton.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnsubscribeButtonResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnsubscribeVehicleData.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UnsubscribeVehicleDataResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UpdateTurnList.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/UpdateTurnListResponse.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/VehicleDataResult.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/VehicleType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/VrHelpItem.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/AmbientLightStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/AppHMIType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/AppInterfaceUnregisteredReason.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/AudioStreamingState.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/AudioType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/BitsPerSample.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/ButtonEventMode.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/ButtonName.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/ButtonPressMode.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/CharacterSet.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/CompassDirection.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/ComponentVolumeStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/DeviceLevelStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/Dimension.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/DisplayType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/DriverDistractionState.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/FileType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/FunctionID.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/GearShiftAdviceStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/GlobalProperty.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/HMILevel.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/HmiZoneCapabilities.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/IgnitionStableStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/IgnitionStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/ImageType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/InteractionMode.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/Language.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/LightSwitchStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/MaintenanceModeStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/MediaClockFormat.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/MessageType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/PRNDL.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/PermissionStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/PrimaryAudioSource.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/Result.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SamplingRate.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SmartDeviceLinkConnectionState.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SmartDeviceLinkDisconnectedReason.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SmartDeviceLinkInterfaceAvailability.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SoftButtonType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SpeechCapabilities.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SystemAction.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/SystemContext.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/TBTState.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/TextAlignment.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/TextFieldName.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/TirePressureTellTale.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/TriggerSource.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/UpdateMode.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataActiveStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataEventStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataNotificationStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataResultCode.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VehicleDataType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/VrCapabilities.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/WarningLightStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/enums/WiperStatus.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/smartdevicelinkMsgVersion.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/smartDeviceLinkConnection/IsmartDeviceLinkConnectionListener.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/smartDeviceLinkConnection/smartDeviceLinkConnection.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/DiagLevel.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/ISTListener.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/Mime.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/OpenRPCMessage.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/SmartDeviceLinkTrace.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/TraceDeviceInfo.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/enums/DetailLevel.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/enums/InterfaceActivityDirection.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/trace/enums/Mod.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/BTTransport.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/BTTransportConfig.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/BaseTransportConfig.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/ITransportListener.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/SiphonServer.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/SmartDeviceLinkTransport.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/TCPTransport.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/TCPTransportConfig.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/transport/TransportType.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/Base64.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/BitConverter.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/ByteEnumer.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/DebugTool.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/IConsole.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/Mime.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/NativeLogTool.java delete mode 100755 SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/util/StringEnumer.java delete mode 100644 SDL_Core/CMakeLists.txt delete mode 100644 SDL_Core/Doxyfile delete mode 100755 SDL_Core/FindQt.sh delete mode 100755 SDL_Core/Lint delete mode 100644 SDL_Core/README.md delete mode 100644 SDL_Core/changes delete mode 100644 SDL_Core/cmake/Modules/FindDBus.cmake delete mode 100644 SDL_Core/cmake/Modules/FindGlib-2.0.cmake delete mode 100644 SDL_Core/cmake/Modules/FindGstreamer-1.0.cmake delete mode 100644 SDL_Core/cmake/Modules/FindLibXML2.cmake delete mode 100644 SDL_Core/cmake/Modules/FindLibavahi.cmake delete mode 100644 SDL_Core/cmake/Modules/FindQt5Core.cmake delete mode 100644 SDL_Core/cmake/Modules/FindQt5DBus.cmake delete mode 100644 SDL_Core/cmake/Modules/FindQt5Qml.cmake delete mode 100644 SDL_Core/cmake/Modules/FindQt5Quick.cmake delete mode 100644 SDL_Core/doc/change_log.txt delete mode 100644 SDL_Core/doc/doxygen/components/AppMgr/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/HMI/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/JSONHandler/Formatters/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/JSONHandler/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/ProtocolHandler/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Types/Type casts.txt delete mode 100644 SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Types/Value representation.txt delete mode 100644 SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Types/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/Schema Structure.txt delete mode 100644 SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/Validation.txt delete mode 100644 SDL_Core/doc/doxygen/components/SmartObjects/Smart Objects Validation/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/SmartObjects/Use of Smart Objects/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/SmartObjects/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Client Specification/ConnectionManagement.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Client Specification/DataTransfer.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Client Specification/DeviceManagement.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Client Specification/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/BluetoothAdapter.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/TCPAdapter.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Device Adapters/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Internal Design/Interaction.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Internal Design/MultiThreading.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Internal Design/TrasportManager.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Internal Design/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase1.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase2.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase3.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/Use Cases/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/TransportManager/index.txt delete mode 100644 SDL_Core/doc/doxygen/components/index.txt delete mode 100644 SDL_Core/doc/doxygen/info.txt delete mode 100644 SDL_Core/doc/doxygen/mainpage.txt delete mode 100644 SDL_Core/doc/doxygen/tools/InterfaceGenerator/Arhitecture.txt delete mode 100644 SDL_Core/doc/doxygen/tools/InterfaceGenerator/CMake Integration.txt delete mode 100644 SDL_Core/doc/doxygen/tools/InterfaceGenerator/How To Use.txt delete mode 100644 SDL_Core/doc/doxygen/tools/InterfaceGenerator/Use of Output.txt delete mode 100644 SDL_Core/doc/doxygen/tools/InterfaceGenerator/index.txt delete mode 100644 SDL_Core/doc/doxygen/tools/index.txt delete mode 100644 SDL_Core/doc/grc/conf.smartDeviceLinkCore delete mode 100644 SDL_Core/doc/grc/grc.conf delete mode 100644 SDL_Core/doc/install.txt delete mode 100644 SDL_Core/doc/qnx_build.txt delete mode 100644 SDL_Core/doc/readme.txt delete mode 100644 SDL_Core/src/appMain/CMakeLists.txt delete mode 100644 SDL_Core/src/appMain/audio.8bit.wav delete mode 100644 SDL_Core/src/appMain/btinclude.h delete mode 100644 SDL_Core/src/appMain/hmi_capabilities.json delete mode 100644 SDL_Core/src/appMain/life_cycle.cc delete mode 100644 SDL_Core/src/appMain/life_cycle.h delete mode 100644 SDL_Core/src/appMain/log4cxx.properties delete mode 100644 SDL_Core/src/appMain/main.cc delete mode 100644 SDL_Core/src/appMain/policy_table.json delete mode 100644 SDL_Core/src/appMain/smartDeviceLink.ini delete mode 100755 SDL_Core/src/appMain/start-qml.sh delete mode 100644 SDL_Core/src/appMain/test.txt delete mode 100644 SDL_Core/src/appMain/wp1_policy_table.json delete mode 100644 SDL_Core/src/components/CMakeLists.txt delete mode 100644 SDL_Core/src/components/HMI/app/AppViews.js delete mode 100644 SDL_Core/src/components/HMI/app/Flags.js delete mode 100644 SDL_Core/src/components/HMI/app/SDLApp.js delete mode 100644 SDL_Core/src/components/HMI/app/StateManager.js delete mode 100644 SDL_Core/src/components/HMI/app/controller/AppController.js delete mode 100644 SDL_Core/src/components/HMI/app/controller/InfoController.js delete mode 100644 SDL_Core/src/components/HMI/app/controller/MediaController.js delete mode 100644 SDL_Core/src/components/HMI/app/controller/PhoneController.js delete mode 100644 SDL_Core/src/components/HMI/app/controller/sdl/AppController.js delete mode 100644 SDL_Core/src/components/HMI/app/controller/sdl/Controller.js delete mode 100644 SDL_Core/src/components/HMI/app/controller/sdl/MediaController.js delete mode 100644 SDL_Core/src/components/HMI/app/controller/sdl/NonMediaController.js delete mode 100644 SDL_Core/src/components/HMI/app/controller/sdl/RPCController.js delete mode 100755 SDL_Core/src/components/HMI/app/controlls/AZERTYLayout.js delete mode 100644 SDL_Core/src/components/HMI/app/controlls/Button.js delete mode 100644 SDL_Core/src/components/HMI/app/controlls/Indicator.js delete mode 100644 SDL_Core/src/components/HMI/app/controlls/Label.js delete mode 100644 SDL_Core/src/components/HMI/app/controlls/List.js delete mode 100644 SDL_Core/src/components/HMI/app/controlls/MenuList.js delete mode 100755 SDL_Core/src/components/HMI/app/controlls/QWERTYLayout.js delete mode 100755 SDL_Core/src/components/HMI/app/controlls/QWERTZLayout.js delete mode 100644 SDL_Core/src/components/HMI/app/controlls/ScrollBar.js delete mode 100644 SDL_Core/src/components/HMI/app/controlls/ScrollableText.js delete mode 100644 SDL_Core/src/components/HMI/app/mixins/PresetEventCustom.js delete mode 100644 SDL_Core/src/components/HMI/app/mixins/PresetEvents.js delete mode 100644 SDL_Core/src/components/HMI/app/model/PhoneModel.js delete mode 100644 SDL_Core/src/components/HMI/app/model/abstract/RangedValue.js delete mode 100644 SDL_Core/src/components/HMI/app/model/media/CDModel.js delete mode 100644 SDL_Core/src/components/HMI/app/model/sdl/AppModel.js delete mode 100644 SDL_Core/src/components/HMI/app/model/sdl/MediaModel.js delete mode 100644 SDL_Core/src/components/HMI/app/model/sdl/Model.js delete mode 100644 SDL_Core/src/components/HMI/app/model/sdl/NonMediaModel.js delete mode 100644 SDL_Core/src/components/HMI/app/model/sdl/VehicleInfoModel.js delete mode 100644 SDL_Core/src/components/HMI/app/util/Audio.js delete mode 100644 SDL_Core/src/components/HMI/app/util/StreamAudio.js delete mode 100644 SDL_Core/src/components/HMI/app/view/WarningView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/climateView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/home/bottomControls.js delete mode 100644 SDL_Core/src/components/HMI/app/view/home/controlButtons.js delete mode 100644 SDL_Core/src/components/HMI/app/view/home/statusClimateView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/home/statusInfoView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/home/statusMediaView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/home/statusNavigationView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/home/statusPhoneView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/home/topControls.js delete mode 100644 SDL_Core/src/components/HMI/app/view/homeView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/info/alertsView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/info/appsView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/info/calendarView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/info/devicelistView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/info/nonMediaView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/info/servicesView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/info/travelLinkView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/infoView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/media/common/LeftMenuView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/media/playerView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/media/sdl/controllsView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/media/sdlmediaView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/mediaView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/navigationApp/baseNavigationView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/navigationAppView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/navigationView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/phone/dialpadView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/phoneView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/AlertPopUp.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/AudioPassThruPopUp.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/ExitAppView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/TTSPopUp.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/VRHelpListView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/VRPopUp.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/VehicleInfoView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/driverDistraction.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/shared/AbstractView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/shared/interactionChoicesView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/shared/keyboard.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/shared/optionsView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/shared/scrollableMessage.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/shared/sliderView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/shared/tbtTurnList.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/shared/turnByTurnView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/sdl/tbtClientStateView.js delete mode 100644 SDL_Core/src/components/HMI/app/view/settingsView.js delete mode 100644 SDL_Core/src/components/HMI/audio/alert.wav delete mode 100644 SDL_Core/src/components/HMI/audio/initial.wav delete mode 100644 SDL_Core/src/components/HMI/audio/listen.wav delete mode 100644 SDL_Core/src/components/HMI/audio/positive.wav delete mode 100644 SDL_Core/src/components/HMI/audio/say.wav delete mode 100644 SDL_Core/src/components/HMI/css/buttonControls.css delete mode 100644 SDL_Core/src/components/HMI/css/general.css delete mode 100644 SDL_Core/src/components/HMI/css/info.css delete mode 100644 SDL_Core/src/components/HMI/css/mcs.css delete mode 100644 SDL_Core/src/components/HMI/css/media.css delete mode 100644 SDL_Core/src/components/HMI/css/navigation.css delete mode 100644 SDL_Core/src/components/HMI/css/phone.css delete mode 100644 SDL_Core/src/components/HMI/css/sdl.css delete mode 100644 SDL_Core/src/components/HMI/ffw/BasicCommunicationRPC.js delete mode 100644 SDL_Core/src/components/HMI/ffw/ButtonsRPC.js delete mode 100644 SDL_Core/src/components/HMI/ffw/Framework.js delete mode 100644 SDL_Core/src/components/HMI/ffw/NavigationRPC.js delete mode 100644 SDL_Core/src/components/HMI/ffw/RPCClient.js delete mode 100644 SDL_Core/src/components/HMI/ffw/RPCObserver.js delete mode 100644 SDL_Core/src/components/HMI/ffw/TTSRPC.js delete mode 100644 SDL_Core/src/components/HMI/ffw/UIRPC.js delete mode 100644 SDL_Core/src/components/HMI/ffw/VRRPC.js delete mode 100644 SDL_Core/src/components/HMI/ffw/VehicleInfoRPC.js delete mode 100644 SDL_Core/src/components/HMI/ffw/WebSocket.js delete mode 100644 SDL_Core/src/components/HMI/images/common/arr-r-disable.png delete mode 100644 SDL_Core/src/components/HMI/images/common/arr-r.png delete mode 100644 SDL_Core/src/components/HMI/images/common/arrow_ico.png delete mode 100644 SDL_Core/src/components/HMI/images/common/bt_bg.png delete mode 100644 SDL_Core/src/components/HMI/images/common/bt_bg_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/common/btn-28h-gray-active.png delete mode 100644 SDL_Core/src/components/HMI/images/common/btn-28h.png delete mode 100644 SDL_Core/src/components/HMI/images/common/btn-48h-active-gray.png delete mode 100644 SDL_Core/src/components/HMI/images/common/btn-48h-active.png delete mode 100644 SDL_Core/src/components/HMI/images/common/btn-48h-pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/common/btn-48h.png delete mode 100644 SDL_Core/src/components/HMI/images/common/btn-98h.png delete mode 100644 SDL_Core/src/components/HMI/images/common/button.png delete mode 100644 SDL_Core/src/components/HMI/images/common/button_active_blue.png delete mode 100644 SDL_Core/src/components/HMI/images/common/button_large.png delete mode 100644 SDL_Core/src/components/HMI/images/common/button_small.png delete mode 100644 SDL_Core/src/components/HMI/images/common/center-button-150.png delete mode 100644 SDL_Core/src/components/HMI/images/common/center-button.png delete mode 100644 SDL_Core/src/components/HMI/images/common/climate-status-bg.png delete mode 100644 SDL_Core/src/components/HMI/images/common/delim.png delete mode 100644 SDL_Core/src/components/HMI/images/common/divider.png delete mode 100644 SDL_Core/src/components/HMI/images/common/header_bg.png delete mode 100644 SDL_Core/src/components/HMI/images/common/ico_back.png delete mode 100644 SDL_Core/src/components/HMI/images/common/ind_vert_active.png delete mode 100644 SDL_Core/src/components/HMI/images/common/ind_vert_def.png delete mode 100644 SDL_Core/src/components/HMI/images/common/ls_border.png delete mode 100644 SDL_Core/src/components/HMI/images/common/media-status-bg.png delete mode 100644 SDL_Core/src/components/HMI/images/common/minus-ico.png delete mode 100644 SDL_Core/src/components/HMI/images/common/nav-status-bg.png delete mode 100644 SDL_Core/src/components/HMI/images/common/okbut.png delete mode 100644 SDL_Core/src/components/HMI/images/common/okbut_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/common/page-back-button.png delete mode 100644 SDL_Core/src/components/HMI/images/common/phone-statusbar-bg.png delete mode 100644 SDL_Core/src/components/HMI/images/common/plus-ico.png delete mode 100644 SDL_Core/src/components/HMI/images/common/scroll_down.png delete mode 100644 SDL_Core/src/components/HMI/images/common/scroll_down_active.png delete mode 100644 SDL_Core/src/components/HMI/images/common/scroll_down_inactive.png delete mode 100644 SDL_Core/src/components/HMI/images/common/scroll_up.png delete mode 100644 SDL_Core/src/components/HMI/images/common/scroll_up_inactive.png delete mode 100644 SDL_Core/src/components/HMI/images/common/seat-act-led.png delete mode 100644 SDL_Core/src/components/HMI/images/common/seat-inact-led.png delete mode 100644 SDL_Core/src/components/HMI/images/common/skipbuttonbg.png delete mode 100644 SDL_Core/src/components/HMI/images/common/skippbuttonbg_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/common/system_settings_btn_bg.png delete mode 100644 SDL_Core/src/components/HMI/images/common/system_settings_btn_bg_active.png delete mode 100644 SDL_Core/src/components/HMI/images/common/system_settings_btn_h54.png delete mode 100644 SDL_Core/src/components/HMI/images/common/toggle.png delete mode 100644 SDL_Core/src/components/HMI/images/home/bottom_controlls_full.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/DownButton.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/DownButton_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/LeftButton.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/LeftButton_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/OkButton.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/OkButton_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/RightButton.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/RightButton_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/UpButton.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/UpButton_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/backGroundControllButtons.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/vr.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/vrImage.png delete mode 100644 SDL_Core/src/components/HMI/images/home/controlButtons/vr_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/home/home_main_image.png delete mode 100644 SDL_Core/src/components/HMI/images/home/home_phone.png delete mode 100644 SDL_Core/src/components/HMI/images/info/callendar-btn.png delete mode 100644 SDL_Core/src/components/HMI/images/info/ico_assist.png delete mode 100644 SDL_Core/src/components/HMI/images/info/ico_info_install.png delete mode 100644 SDL_Core/src/components/HMI/images/info/ico_vehicle.png delete mode 100644 SDL_Core/src/components/HMI/images/info/info_leftMenu_apps_ico.png delete mode 100644 SDL_Core/src/components/HMI/images/info/info_leftMenu_calendar_ico.png delete mode 100644 SDL_Core/src/components/HMI/images/info/info_leftMenu_services_ico.png delete mode 100644 SDL_Core/src/components/HMI/images/info/info_leftMenu_travelLink_ico.png delete mode 100644 SDL_Core/src/components/HMI/images/info/info_services_bg.png delete mode 100644 SDL_Core/src/components/HMI/images/info/info_travelLink_sirius_logo.png delete mode 100644 SDL_Core/src/components/HMI/images/info/menu_active.png delete mode 100644 SDL_Core/src/components/HMI/images/info/view_info_calendar.png delete mode 100644 SDL_Core/src/components/HMI/images/list/list_item_bg.png delete mode 100644 SDL_Core/src/components/HMI/images/list/list_item_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/list/scrollbar/button-down-active.png delete mode 100644 SDL_Core/src/components/HMI/images/list/scrollbar/button-up-active.png delete mode 100644 SDL_Core/src/components/HMI/images/media/bcs-item_bgL.png delete mode 100644 SDL_Core/src/components/HMI/images/media/bcs-item_bgL_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/media/bcs-item_bgR.png delete mode 100644 SDL_Core/src/components/HMI/images/media/bcs-item_bgR_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/media/bcs-item_bgS.png delete mode 100644 SDL_Core/src/components/HMI/images/media/bcs-item_bgS_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/media/bg.png delete mode 100644 SDL_Core/src/components/HMI/images/media/btn_bg.png delete mode 100644 SDL_Core/src/components/HMI/images/media/cd-next-btn.png delete mode 100644 SDL_Core/src/components/HMI/images/media/cd-next-btn_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/media/cd-prev-btn.png delete mode 100644 SDL_Core/src/components/HMI/images/media/cd-prev-btn_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/media/cd_play_btn.png delete mode 100644 SDL_Core/src/components/HMI/images/media/divider_o.png delete mode 100644 SDL_Core/src/components/HMI/images/media/ico-play.png delete mode 100644 SDL_Core/src/components/HMI/images/media/ico_arrow_down.png delete mode 100644 SDL_Core/src/components/HMI/images/media/ico_arrow_up.png delete mode 100644 SDL_Core/src/components/HMI/images/media/ico_back.png delete mode 100644 SDL_Core/src/components/HMI/images/media/ico_cd.png delete mode 100644 SDL_Core/src/components/HMI/images/media/ico_next.png delete mode 100644 SDL_Core/src/components/HMI/images/media/ico_pause.png delete mode 100644 SDL_Core/src/components/HMI/images/media/ico_prew.png delete mode 100644 SDL_Core/src/components/HMI/images/media/ls-item_bg.png delete mode 100644 SDL_Core/src/components/HMI/images/media/ls-item_bg_act.png delete mode 100644 SDL_Core/src/components/HMI/images/media/player_view.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/bg.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/del.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/dial.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/end.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/ico_phone.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/keypad/center_btn.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/keypad/center_btn_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/keypad/left_btn.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/keypad/left_btn_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/keypad/right_btn.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/keypad/right_btn_pressed.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/menu_active.png delete mode 100644 SDL_Core/src/components/HMI/images/phone/menu_bg.png delete mode 100644 SDL_Core/src/components/HMI/images/sdl/Warning.png delete mode 100644 SDL_Core/src/components/HMI/images/sdl/audio_icon.jpg delete mode 100644 SDL_Core/src/components/HMI/images/sdl/devices.png delete mode 100644 SDL_Core/src/components/HMI/images/sdl/new_apps.png delete mode 100644 SDL_Core/src/components/HMI/images/sdl/progress.gif delete mode 100644 SDL_Core/src/components/HMI/images/sdl/progressindicator.gif delete mode 100644 SDL_Core/src/components/HMI/index.html delete mode 100644 SDL_Core/src/components/HMI/lib/ember-1.0.pre.js delete mode 100644 SDL_Core/src/components/HMI/lib/ember-1.0.pre.min.js delete mode 100644 SDL_Core/src/components/HMI/lib/handlebars-1.0.0.beta.6.js delete mode 100644 SDL_Core/src/components/HMI/lib/iscroll-lite.js delete mode 100644 SDL_Core/src/components/HMI/lib/jquery-1.7.2.js delete mode 100644 SDL_Core/src/components/HMI/lib/jquery-1.7.2.min.js delete mode 100644 SDL_Core/src/components/HMI/locale/eng.js delete mode 100644 SDL_Core/src/components/HMI/locale/locale.js delete mode 100644 SDL_Core/src/components/application_manager/CMakeLists.txt delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/application.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/application_data_impl.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/application_impl.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/application_manager.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/application_manager_impl.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/command.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/command_impl.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/command_notification_impl.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/command_request_impl.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/command_response_impl.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/activate_app_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/activate_app_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_all_apps_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_all_apps_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_app_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/allow_app_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/audio_start_stream_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/audio_start_stream_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/audio_stop_stream_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/audio_stop_stream_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/button_get_capabilities_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/button_get_capabilities_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/close_popup_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/close_popup_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/mixing_audio_supported_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/mixing_audio_supported_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_alert_maneuver_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_alert_maneuver_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_is_ready_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_is_ready_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_show_constant_tbt_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_show_constant_tbt_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_start_stream_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_start_stream_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_stop_stream_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_stop_stream_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_update_turn_list_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/navi_update_turn_list_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/notification_from_hmi.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/notification_to_hmi.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_activated_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_deactivated_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_registered_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_app_unregistered_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_button_event_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_button_press_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_device_chosen_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_driver_distraction_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_exit_all_applications_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_exit_application_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_find_applications.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_navi_tbt_client_state_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_play_tone_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ready_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_sdl_close_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_show_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_start_device_discovery.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_system_context_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_system_request_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_tts_language_change_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_tts_started_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_tts_stopped_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_command_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_keyboard_input_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_language_change_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_reset_timeout_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_ui_touch_event_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_update_device_list.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_acc_pedal_position_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_belt_status_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_body_information_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_device_status_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_driver_braking_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_engine_torque_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_external_temperature_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_fuel_level_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_fuel_level_state_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_gps_data_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_head_lamp_status_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_instant_fuel_consumption_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_my_key_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_odometer_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_prndl_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_rpm_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_speed_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_steering_wheel_angle_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_tire_pressure_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_vehicle_data_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_vin_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vi_wiper_status_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_command_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_language_change_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_started_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/on_vr_stopped_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/request_to_hmi.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/response_from_hmi.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_change_registration_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_change_registration_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_capabilities_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_capabilities_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_language_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_language_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_supported_languages_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_get_supported_languages_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_is_ready_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_is_ready_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_perform_interaction_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_perform_interaction_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_speak_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_speak_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_stop_speaking_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/tts_stop_speaking_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_command_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_command_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_submenu_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_add_submenu_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_alert_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_alert_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_change_registration_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_change_registration_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_command_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_command_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_submenu_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_delete_submenu_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_end_audio_pass_thru_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_end_audio_pass_thru_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_capabilities_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_capabilities_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_language_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_language_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_supported_languages_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_get_supported_languages_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_is_ready_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_is_ready_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_interaction_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_interaction_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_scrollable_message_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_scrollable_message_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_display_layout_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_display_layout_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_global_properties_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_global_properties_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_icon_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_icon_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_media_clock_timer_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_set_media_clock_timer_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_show_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_show_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_slider_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/ui_slider_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_app_list_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_app_list_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_device_list_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/update_device_list_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_diagnostic_message_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_diagnostic_message_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_dtcs_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_dtcs_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_data_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_data_request_template.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_data_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_data_response_template.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_type_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_get_vehicle_type_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_is_ready_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_is_ready_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_read_did_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_read_did_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_subscribe_vehicle_data_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_subscribe_vehicle_data_request_template.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_subscribe_vehicle_data_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_subscribe_vehicle_data_response_template.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_request_template.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vi_unsubscribe_vehicle_data_response_template.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_add_command_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_add_command_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_change_registration_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_change_registration_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_delete_command_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_delete_command_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_capabilities_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_capabilities_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_language_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_language_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_supported_languages_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_get_supported_languages_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_is_ready_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/hmi/vr_is_ready_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_command_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_command_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_sub_menu_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/add_sub_menu_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/alert_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/change_registration_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/change_registration_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/create_interaction_choice_set_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/create_interaction_choice_set_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_command_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_command_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_file_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_file_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_interaction_choice_set_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_interaction_choice_set_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_sub_menu_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/delete_sub_menu_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/diagnostic_message_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/diagnostic_message_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/dial_number_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/encoded_sync_pdata_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/encoded_sync_pdata_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/end_audio_pass_thru_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/end_audio_pass_thru_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/generic_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_dtcs_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_dtcs_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_vehicle_data_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/get_vehicle_data_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/list_files_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/list_files_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_app_interface_unregistered_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_audio_pass_thru_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_button_event_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_button_press_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_command_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_driver_distraction_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_encoded_sync_pdata_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_hash_change_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_hmi_status_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_keyboard_input_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_language_change_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_permissions_change_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_sync_pdata_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_system_request_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_tbt_client_state_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_touch_event_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/on_vehicle_data_notification.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_audio_pass_thru_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_audio_pass_thru_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_interaction_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/perform_interaction_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/put_file_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/put_file_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/read_did_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/read_did_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/register_app_interface_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/register_app_interface_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/reset_global_properties_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/reset_global_properties_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/scrollable_message_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/scrollable_message_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_display_layout_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_display_layout_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_global_properties_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_global_properties_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_icon_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_icon_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_media_clock_timer_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/set_media_clock_timer_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_constant_tbt_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_constant_tbt_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/show_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/slider_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/slider_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/speak_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/speak_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_button_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_button_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_vehicle_data_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/subscribe_vehicle_data_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/sync_pdata_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/sync_pdata_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/system_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/system_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unregister_app_interface_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unregister_app_interface_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_vehicle_data_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_vehicle_data_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/update_turn_list_request.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/mobile/update_turn_list_response.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/commands/pending.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/event_engine/event.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/event_engine/event_dispatcher.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/event_engine/event_observer.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/hmi_capabilities.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/hmi_command_factory.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/message.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/message_helper.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/mobile_command_factory.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/mobile_message_handler.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/policies_manager/policies_manager.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/request_controller.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/resume_ctrl.h delete mode 100644 SDL_Core/src/components/application_manager/include/application_manager/smart_object_keys.h delete mode 100644 SDL_Core/src/components/application_manager/src/application_data_impl.cc delete mode 100644 SDL_Core/src/components/application_manager/src/application_impl.cc delete mode 100644 SDL_Core/src/components/application_manager/src/application_manager_impl.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/command_impl.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/command_notification_impl.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/command_request_impl.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/command_response_impl.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/activate_app_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/activate_app_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/allow_all_apps_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/allow_all_apps_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/allow_app_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/allow_app_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/audio_start_stream_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/audio_start_stream_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/audio_stop_stream_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/audio_stop_stream_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/button_get_capabilities_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/button_get_capabilities_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/close_popup_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/close_popup_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/mixing_audio_supported_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/mixing_audio_supported_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_alert_maneuver_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_alert_maneuver_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_is_ready_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_is_ready_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_show_constant_tbt_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_show_constant_tbt_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_start_stream_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_start_stream_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_stop_stream_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_stop_stream_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_update_turn_list_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/navi_update_turn_list_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/notification_from_hmi.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/notification_to_hmi.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_app_activated_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_app_deactivated_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_app_registered_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_app_unregistered_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_button_event_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_button_press_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_device_chosen_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_driver_distraction_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_exit_all_applications_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_exit_application_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_find_applications.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_navi_tbt_client_state_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_play_tone_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_ready_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_sdl_close_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_show_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_start_device_discovery.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_system_context_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_system_request_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_tts_started_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_tts_stopped_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_command_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_keyboard_input_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_language_change_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_reset_timeout_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_ui_touch_event_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_update_device_list.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_acc_pedal_position_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_belt_status_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_body_information_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_device_status_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_driver_braking_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_engine_torque_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_external_temperature_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_fuel_level_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_fuel_level_state_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_gps_data_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_head_lamp_status_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_instant_fuel_consumption_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_my_key_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_odometer_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_prndl_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_rpm_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_speed_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_steering_wheel_angle_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_tire_pressure_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_vehicle_data_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_vin_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vi_wiper_status_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_command_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_language_change_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_started_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/on_vr_stopped_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/request_to_hmi.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/response_from_hmi.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_change_registration_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_change_registration_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_capabilities_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_capabilities_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_language_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_language_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_supported_languages_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_get_supported_languages_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_is_ready_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_is_ready_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_perform_interaction_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_perform_interaction_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_set_global_properties_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_set_global_properties_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_speak_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_speak_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_stop_speaking_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/tts_stop_speaking_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_command_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_command_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_submenu_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_add_submenu_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_alert_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_alert_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_change_registration_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_change_registration_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_command_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_command_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_submenu_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_delete_submenu_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_end_audio_pass_thru_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_end_audio_pass_thru_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_capabilities_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_capabilities_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_language_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_language_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_supported_languages_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_get_supported_languages_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_is_ready_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_is_ready_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_audio_pass_thru_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_audio_pass_thru_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_interaction_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_interaction_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_scrollable_message_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_scrollable_message_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_display_layout_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_display_layout_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_global_properties_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_global_properties_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_icon_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_icon_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_media_clock_timer_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_set_media_clock_timer_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_show_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_show_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_slider_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/ui_slider_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/update_app_list_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/update_app_list_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/update_device_list_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/update_device_list_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_diagnostic_message_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_diagnostic_message_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_dtcs_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_dtcs_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_type_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_get_vehicle_type_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_is_ready_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_is_ready_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_read_did_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_read_did_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_subscribe_vehicle_data_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_subscribe_vehicle_data_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_unsubscribe_vehicle_data_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vi_unsubscribe_vehicle_data_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_add_command_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_add_command_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_change_registration_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_change_registration_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_delete_command_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_delete_command_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_capabilities_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_capabilities_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_language_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_language_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_supported_languages_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_get_supported_languages_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_is_ready_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/hmi/vr_is_ready_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/add_command_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/add_command_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/add_sub_menu_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/add_sub_menu_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/alert_maneuver_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/alert_maneuver_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/alert_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/alert_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/change_registration_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/change_registration_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/create_interaction_choice_set_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/delete_command_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/delete_command_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/delete_file_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/delete_file_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/delete_interaction_choice_set_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/delete_interaction_choice_set_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/delete_sub_menu_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/delete_sub_menu_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/diagnostic_message_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/diagnostic_message_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/dial_number_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/encoded_sync_pdata_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/encoded_sync_pdata_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/end_audio_pass_thru_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/end_audio_pass_thru_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/generic_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/get_dtcs_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/get_dtcs_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/get_vehicle_data_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/get_vehicle_data_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/list_files_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/list_files_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_app_interface_unregistered_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_audio_pass_thru_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_button_event_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_button_press_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_command_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_driver_distraction_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_encoded_sync_pdata_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_hash_change_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_hmi_status_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_keyboard_input_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_language_change_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_permissions_change_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_sync_pdata_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_system_request_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_tbt_client_state_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_touch_event_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/on_vehicle_data_notification.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/perform_audio_pass_thru_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/perform_audio_pass_thru_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/perform_interaction_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/perform_interaction_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/put_file_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/put_file_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/read_did_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/read_did_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/register_app_interface_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/register_app_interface_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/reset_global_properties_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/reset_global_properties_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/scrollable_message_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/scrollable_message_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/set_display_layout_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/set_global_properties_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/set_global_properties_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/set_icon_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/set_icon_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/set_media_clock_timer_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/set_media_clock_timer_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/show_constant_tbt_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/show_constant_tbt_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/show_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/show_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/slider_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/slider_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/speak_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/speak_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_button_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_button_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_vehicle_data_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/subscribe_vehicle_data_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/sync_pdata_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/sync_pdata_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/system_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/system_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/unregister_app_interface_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/unregister_app_interface_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_button_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_button_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_vehicle_data_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/unsubscribe_vehicle_data_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/update_turn_list_request.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/mobile/update_turn_list_response.cc delete mode 100644 SDL_Core/src/components/application_manager/src/commands/pending.cc delete mode 100644 SDL_Core/src/components/application_manager/src/event_engine/event.cc delete mode 100644 SDL_Core/src/components/application_manager/src/event_engine/event_dispatcher.cc delete mode 100644 SDL_Core/src/components/application_manager/src/event_engine/event_observer.cc delete mode 100644 SDL_Core/src/components/application_manager/src/hmi_capabilities.cc delete mode 100644 SDL_Core/src/components/application_manager/src/hmi_command_factory.cc delete mode 100644 SDL_Core/src/components/application_manager/src/message.cc delete mode 100644 SDL_Core/src/components/application_manager/src/message_helper.cc delete mode 100644 SDL_Core/src/components/application_manager/src/mobile_command_factory.cc delete mode 100644 SDL_Core/src/components/application_manager/src/mobile_message_handler.cc delete mode 100644 SDL_Core/src/components/application_manager/src/policies_manager/policies_manager.cc delete mode 100644 SDL_Core/src/components/application_manager/src/request_controller.cc delete mode 100644 SDL_Core/src/components/application_manager/src/resume_ctrl.cpp delete mode 100644 SDL_Core/src/components/config_profile/CMakeLists.txt delete mode 100644 SDL_Core/src/components/config_profile/include/config_profile/ini_file.h delete mode 100644 SDL_Core/src/components/config_profile/include/config_profile/profile.h delete mode 100644 SDL_Core/src/components/config_profile/src/ini_file.cc delete mode 100644 SDL_Core/src/components/config_profile/src/profile.cc delete mode 100644 SDL_Core/src/components/connection_handler/CMakeLists.txt delete mode 100644 SDL_Core/src/components/connection_handler/include/connection_handler/connection.h delete mode 100644 SDL_Core/src/components/connection_handler/include/connection_handler/connection_handler.h delete mode 100644 SDL_Core/src/components/connection_handler/include/connection_handler/connection_handler_impl.h delete mode 100644 SDL_Core/src/components/connection_handler/include/connection_handler/connection_handler_observer.h delete mode 100644 SDL_Core/src/components/connection_handler/include/connection_handler/device.h delete mode 100644 SDL_Core/src/components/connection_handler/include/connection_handler/devices_discovery_starter.h delete mode 100644 SDL_Core/src/components/connection_handler/include/connection_handler/heartbeat_monitor.h delete mode 100644 SDL_Core/src/components/connection_handler/src/connection.cc delete mode 100644 SDL_Core/src/components/connection_handler/src/connection_handler_impl.cc delete mode 100644 SDL_Core/src/components/connection_handler/src/device.cc delete mode 100644 SDL_Core/src/components/connection_handler/src/heartbeat_monitor.cc delete mode 100644 SDL_Core/src/components/dbus/CMakeLists.txt delete mode 100644 SDL_Core/src/components/dbus/codegen/code_formatter.py delete mode 100644 SDL_Core/src/components/dbus/codegen/ford_xml_parser.py delete mode 100755 SDL_Core/src/components/dbus/codegen/make_introspection_c.py delete mode 100755 SDL_Core/src/components/dbus/codegen/make_message_descriptions.py delete mode 100755 SDL_Core/src/components/dbus/codegen/make_qml_dbus_cpp.py delete mode 100755 SDL_Core/src/components/dbus/codegen/make_qml_dbus_qml.py delete mode 100644 SDL_Core/src/components/dbus/include/dbus/dbus_adapter.h delete mode 100644 SDL_Core/src/components/dbus/include/dbus/dbus_message_controller.h delete mode 100644 SDL_Core/src/components/dbus/include/dbus/message_descriptions.h delete mode 100644 SDL_Core/src/components/dbus/include/dbus/schema.h delete mode 100644 SDL_Core/src/components/dbus/src/dbus_adapter.cc delete mode 100644 SDL_Core/src/components/dbus/src/dbus_message_controller.cc delete mode 100644 SDL_Core/src/components/dbus/src/schema.cc delete mode 100644 SDL_Core/src/components/formatters/CMakeLists.txt delete mode 100644 SDL_Core/src/components/formatters/include/formatters/CFormatterJsonBase.hpp delete mode 100644 SDL_Core/src/components/formatters/include/formatters/CFormatterJsonSDLRPCv1.hpp delete mode 100644 SDL_Core/src/components/formatters/include/formatters/CFormatterJsonSDLRPCv2.hpp delete mode 100644 SDL_Core/src/components/formatters/include/formatters/CSmartFactory.hpp delete mode 100644 SDL_Core/src/components/formatters/include/formatters/formatter_json_rpc.h delete mode 100644 SDL_Core/src/components/formatters/include/formatters/generic_json_formatter.h delete mode 100644 SDL_Core/src/components/formatters/include/formatters/meta_formatter.h delete mode 100644 SDL_Core/src/components/formatters/src/CFormatterJsonBase.cpp delete mode 100644 SDL_Core/src/components/formatters/src/CFormatterJsonSDLRPCv1.cpp delete mode 100644 SDL_Core/src/components/formatters/src/CFormatterJsonSDLRPCv2.cpp delete mode 100644 SDL_Core/src/components/formatters/src/CSmartFactory.cpp delete mode 100644 SDL_Core/src/components/formatters/src/formatter_json_rpc.cc delete mode 100644 SDL_Core/src/components/formatters/src/generic_json_formatter.cc delete mode 100644 SDL_Core/src/components/formatters/src/meta_formatter.cc delete mode 100644 SDL_Core/src/components/hmi_message_handler/CMakeLists.txt delete mode 100644 SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/dbus_message_adapter.h delete mode 100644 SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_adapter.h delete mode 100644 SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_handler.h delete mode 100644 SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_handler_impl.h delete mode 100644 SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_observer.h delete mode 100644 SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_sender.h delete mode 100644 SDL_Core/src/components/hmi_message_handler/include/hmi_message_handler/messagebroker_adapter.h delete mode 100644 SDL_Core/src/components/hmi_message_handler/src/dbus_message_adapter.cc delete mode 100644 SDL_Core/src/components/hmi_message_handler/src/hmi_message_adapter.cc delete mode 100644 SDL_Core/src/components/hmi_message_handler/src/hmi_message_handler_impl.cc delete mode 100644 SDL_Core/src/components/hmi_message_handler/src/messagebroker_adapter.cc delete mode 100644 SDL_Core/src/components/interfaces/CMakeLists.txt delete mode 100644 SDL_Core/src/components/interfaces/HMI_API.xml delete mode 100644 SDL_Core/src/components/interfaces/Json_HMI_message_specification.txt delete mode 100644 SDL_Core/src/components/interfaces/Json_Mobile_side_message_spec.txt delete mode 100644 SDL_Core/src/components/interfaces/MOBILE_API.xml delete mode 100644 SDL_Core/src/components/interfaces/QT_HMI_API.xml delete mode 100755 SDL_Core/src/components/interfaces/v4_protocol_v1_2_no_extra.xml delete mode 100644 SDL_Core/src/components/media_manager/CMakeLists.txt delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/audio/a2dp_source_player_adapter.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/audio/audio_stream_sender_thread.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/audio/from_mic_recorder_adapter.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/audio/from_mic_recorder_listener.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/audio/from_mic_to_file_recorder_thread.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/audio/pipe_audio_streamer_adapter.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/audio/socket_audio_streamer_adapter.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/media_adapter.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/media_adapter_impl.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/media_adapter_listener.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/media_manager.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/media_manager_impl.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/pipe_streamer_adapter.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/socket_streamer_adapter.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/streamer_listener.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/video/pipe_video_streamer_adapter.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/video/socket_video_streamer_adapter.h delete mode 100644 SDL_Core/src/components/media_manager/include/media_manager/video/video_stream_to_file_adapter.h delete mode 100644 SDL_Core/src/components/media_manager/src/audio/a2dp_source_player_adapter.cc delete mode 100644 SDL_Core/src/components/media_manager/src/audio/audio_stream_sender_thread.cc delete mode 100644 SDL_Core/src/components/media_manager/src/audio/from_mic_recorder_adapter.cc delete mode 100644 SDL_Core/src/components/media_manager/src/audio/from_mic_recorder_listener.cc delete mode 100644 SDL_Core/src/components/media_manager/src/audio/from_mic_to_file_recorder_thread.cc delete mode 100644 SDL_Core/src/components/media_manager/src/audio/pipe_audio_streamer_adapter.cc delete mode 100644 SDL_Core/src/components/media_manager/src/audio/socket_audio_streamer_adapter.cc delete mode 100644 SDL_Core/src/components/media_manager/src/media_adapter_impl.cc delete mode 100644 SDL_Core/src/components/media_manager/src/media_manager_impl.cc delete mode 100644 SDL_Core/src/components/media_manager/src/pipe_streamer_adapter.cc delete mode 100644 SDL_Core/src/components/media_manager/src/socket_streamer_adapter.cc delete mode 100644 SDL_Core/src/components/media_manager/src/streamer_listener.cc delete mode 100644 SDL_Core/src/components/media_manager/src/video/pipe_video_streamer_adapter.cc delete mode 100644 SDL_Core/src/components/media_manager/src/video/socket_video_streamer_adapter.cc delete mode 100644 SDL_Core/src/components/media_manager/src/video/video_stream_to_file_adapter.cc delete mode 100644 SDL_Core/src/components/policies/CMakeLists.txt delete mode 100644 SDL_Core/src/components/policies/include/policies/permissions_calculator.h delete mode 100644 SDL_Core/src/components/policies/include/policies/policy_configuration.h delete mode 100644 SDL_Core/src/components/policies/include/policies/policy_manager.h delete mode 100644 SDL_Core/src/components/policies/include/policies/policy_manager_impl.h delete mode 100644 SDL_Core/src/components/policies/include/policies/policy_table.h delete mode 100644 SDL_Core/src/components/policies/include/policies/policy_table_schema.h delete mode 100644 SDL_Core/src/components/policies/include/policies/preloaded_pt_schema.h delete mode 100644 SDL_Core/src/components/policies/src/permissions_calculator.cc delete mode 100644 SDL_Core/src/components/policies/src/policy_configuration.cc delete mode 100644 SDL_Core/src/components/policies/src/policy_manager_impl.cc delete mode 100644 SDL_Core/src/components/policies/src/policy_table.cc delete mode 100644 SDL_Core/src/components/policies/src/policy_table_schema.cc delete mode 100644 SDL_Core/src/components/policies/src/preloaded_pt_schema.cc delete mode 100644 SDL_Core/src/components/protocol_handler/CMakeLists.txt delete mode 100644 SDL_Core/src/components/protocol_handler/include/protocol_handler/applink_protocol.h delete mode 100644 SDL_Core/src/components/protocol_handler/include/protocol_handler/message_priority.h delete mode 100644 SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_handler.h delete mode 100644 SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_handler_impl.h delete mode 100644 SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_observer.h delete mode 100644 SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_packet.h delete mode 100644 SDL_Core/src/components/protocol_handler/include/protocol_handler/protocol_payload.h delete mode 100644 SDL_Core/src/components/protocol_handler/include/protocol_handler/raw_message.h delete mode 100644 SDL_Core/src/components/protocol_handler/include/protocol_handler/rpc_type.h delete mode 100644 SDL_Core/src/components/protocol_handler/include/protocol_handler/service_type.h delete mode 100644 SDL_Core/src/components/protocol_handler/include/protocol_handler/session_observer.h delete mode 100644 SDL_Core/src/components/protocol_handler/src/applink_protocol.cc delete mode 100644 SDL_Core/src/components/protocol_handler/src/message_priority.cc delete mode 100644 SDL_Core/src/components/protocol_handler/src/protocol_handler_impl.cc delete mode 100644 SDL_Core/src/components/protocol_handler/src/protocol_packet.cc delete mode 100644 SDL_Core/src/components/protocol_handler/src/protocol_payload.cc delete mode 100644 SDL_Core/src/components/protocol_handler/src/raw_message.cc delete mode 100644 SDL_Core/src/components/protocol_handler/src/rpc_type.cc delete mode 100644 SDL_Core/src/components/protocol_handler/src/service_type.cc delete mode 100644 SDL_Core/src/components/qt_hmi/CMakeLists.txt delete mode 100644 SDL_Core/src/components/qt_hmi/Readme.txt delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/EVALUATION USE LICENSE AGREEMENT.doc delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/HelveticaNeueLTStd-Bold.ttf delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/HelveticaNeueLTStd-Md.ttf delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeue FinalDeliveryCorrect_13112011/HelveticaNeueLTStd-Roman.ttf delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTCom-Lt.ttf delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTCom-LtCn.ttf delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTCom-ThCn.ttf delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTStd-Bold.ttf delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTStd-Md.ttf delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Fonts/HelveticaNeueLTStd-Roman.ttf delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/ImageHardkey.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/AlphaSortLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/BlankLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/ChromeLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/ClimatePCALayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/ControlMirrorLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/FMLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/FMLayoutPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/HomeLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/ListLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/NavInRouteLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/NavKeyboardLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/NavNoRouteLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/OffLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/PCAstatusBarLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/PhoneContactsLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/SiriusLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/StartLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/TC1_B1_Grid.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/TileBackImgLayoutPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/TileBackLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/TileBackLayoutPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/USBLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Layouts/USBLayoutPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/PCA_HMI_v1_0.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/PCA_HMI_v1_0.qmlproject delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/CButton.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Ford-HMI-PCA-phone_contacts.psd delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/HierarchicalListBG.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/Map.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/OptionsInActive.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/OptionsPressed_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/Options_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/compass.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/current street.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/deleteIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/deleteIconBlack.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/destIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/destIconBlack.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Nav/turnArrow.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/OButton.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/ButtonCenter_0_8.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/ButtonEnd_8_8.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/ButtonOtherEnd_8_8.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/Ford-HMI-PCA-audio_fm_sirius.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/HD Logo.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/HD Logo1.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/HDBtn_8_8.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/SourceBtn_8_8.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/TuneBtn_8_8.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/blueBall.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/menuIcon_2_2.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/perlJamIcon_0_0.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Radio/whiteBall.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/NextPressed_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/Next_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/PrevPressed_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/Prev_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/albumArt.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/pause.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/pausePressed_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/pause_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/playPressed_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/USB/play_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/Ambient Lighti Icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/EV Icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/MCS Icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/SYNC Services.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/cal.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/folders.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/key_car.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/Vehicle/sun.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/album artRazorFish.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/keyPressed_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/keySelected.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/key_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/muteActive.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/muteInActive.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/mutePressed_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/mute_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/presetPressed_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/presetSelected.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/preset_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/zoomPressed_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/zoomSelected.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/buttons/zoom_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/A_C icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/A_C iconBlack.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ButtonActive_0_0.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ButtonInActive_0_0.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ButtonPressed_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/Button_9_9.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/defrost icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/defrost iconBlue.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/face icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/face iconBlack.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/feet icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/feet iconBlack.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/headed dash.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/headed dashBlue.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/heated seat icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/heated seat iconBlack.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/ring.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/wheel icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/climate/wheel iconBlack.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/dn-arrow.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/g136p.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/g137p.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/arrow.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/car.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/gear.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/notes.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/phone.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/menu/snow.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/DNDoff.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/DNDon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/contacts.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/keypad.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/messages.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/more.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/recent.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/phone/texts.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/scrollbar.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/slider.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Resources/up-arrow.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/TextHardkey.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/AM.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/AMPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/AlphaSortPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/AuxPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/BT_AudioPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/CDPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/Chrome.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/ClimatePCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/ControlMirror.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/FM.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/FMPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/GenListHandling.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/GridMenuPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/Home.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/List.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/MenuTopLevelGrid.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/MyVehiclePCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/NavInRoute.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/NavKeyboardPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/NavMenu.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/NavNoRoute.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/Off.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/On.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/PCAstatusBar.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/PhoneContactsListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/PhonePCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/RadioEventHandling.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/RadioEventHandlingPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/SDL_MusicPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/Sirius.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/SiriusPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/SourceChange.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/SourceChangePCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/Start.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/USB.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/USBPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Views/iPodPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/FocusListViewLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewImgItemLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewItemLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewPresetItemLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/GridViewPresetLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/PhoneListWdgtLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/PresetGridLayoutPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/PresetPCALayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/SimpleItemWdgLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TGListItemLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonBackGroundPCALayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonClimatePCALayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonPCALayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/WidgetLayouts/TouchButtonPCASpecialLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/BaseText.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/CondText.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/FocusListViewWidget.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewImgItemWidget.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewItemWidget.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewPresetItemWidget.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewPresetWidget.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/GridViewWidget.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/MenuListItemWidget.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/MenuSubmenuListItemWidget.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/PhoneContactListItemWdgt.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/PresetPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/PresetsGridPCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/ScrollBar.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButton2.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButtonBackGround_PCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButtonClimatePCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButtonSpecial_PCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/TouchButton_PCA.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/Widgets/VerySimpleListItemWidget.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/QtHMIFrameworkd.pdb delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/plugin.qmltypes delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtBorderImage.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtContainer.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtGridView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtImage.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtPathView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtScrollbar.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtScrollview.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtText.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/BaseWidgets/FWdgtTouchAreaEnums.js delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActScriptCall.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActSystemModelCall.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActTimer.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActWidgetCall.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FActWidgetProperty.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FAnimViewHide.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FAnimationEnums.js delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FConditionPool.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FDataPool.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FEventPool.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FGaugeValue.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FHardwareKeyEnums.js delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStringFormat.js delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStringFormat.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStyle.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FStyler.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FTimer.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FTimerEnums.js delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FTrgTimer.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCase.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCaseGroup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCaseSimple.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qml/Framework/FViewUseCaseTransition.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Look/plugins/com/ford/hmiframework/qmldir delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/.gitignore delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/BananaSnacks.pro delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas.desktop delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas64.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas80.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/Bananas_harmattan.desktop delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/README.md delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/bananas.qmlproject delete mode 100755 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/fetch_plugins.sh delete mode 100755 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/load_env.sh delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/main.cpp delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/mediacore/qmldir delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/navcore/qmldir delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/phonecore/qmldir delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/plugins/com/ford/sdlcore/qmldir delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/AddIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/BackIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/BluetoothIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/CMaxCal.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ChromeBottom.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ChromeTop.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Cloud.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/CloudNight.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Content/FunArtwork.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Content/MapMich.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Content/SiriusArtwork.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Crosshairs.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/DeleteIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/DndIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/EvIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/FavoritesIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Forward.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/HomeIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/KeyboardIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/KeypadEntryIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/KeypadIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/LightingIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Loop.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/MediaTab.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/MessagesIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/MissingArtwork.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/NavigationTab.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PandoraIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Pause.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhoneCornerIcons.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhoneIcons.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhoneTab.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PhonebookIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Play.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/PoiIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RadioIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RecentCallsIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RecentDestinationsIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Rewind.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/RightTurn.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ScoutIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SearchIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SeatsIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/ServicesIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/Shuffle.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SiriusIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/SpeedDialIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/UsbIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VehicleCornerIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VehicleTab.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VhrIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/VoicemailIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/WallpaperIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/WifiIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Assets/WorkIcon.png delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/BackButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Button.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/CheckButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Clickable.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/GraphicalButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/H1.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/H2.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/ImageButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Key.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Keyboard.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Keypad.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/MediaBrowser.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/OverflowableText.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/RadioButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/RadioButtonGroup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Section.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/TextBox.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/TextEntry.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Components/Weather.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/EmptyLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/LeftThirdSection.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/MediaLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/MediaPlayerLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Layouts/TitledLayout.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/.usb.qml.swp delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/Browse/artists.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/applink.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/bluetooth.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/fm.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/menu.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/sirius.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Media/usb.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/.menu.qml.swp delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/favorites.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/keyboard_search.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/map.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/menu.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/poi.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/recent_destinations.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Navigation/video_moving_map.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/device_info.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/discovery.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/keypad.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/manage_devices.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/menu.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Phone/recent_calls.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/Vehicle/menu.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/alert.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/chrome.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/home.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/home_corners.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/media.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/navigation.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/phone.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/Sections/vehicle.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qml/Bananas/main.qml delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qtquick2applicationviewer/qtquick2applicationviewer.cpp delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/bananasnacks/qtquick2applicationviewer/qtquick2applicationviewer.h delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/.gitignore delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/FordSdlCore.pro delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsServer.cpp delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsServer.h delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsSocket.cpp delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QWsSocket.h delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QtWebsocket.pro delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/QtWebsocket/QtWebsocket.vcproj delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.cpp delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/qmldir delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.cpp delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.h delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlappslistmodel.cpp delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlappslistmodel.h delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/smartdevicelink.cpp delete mode 100644 SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/smartdevicelink.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/.gitignore delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/CMakeLists.txt delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/MainWindow.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ArrowKeys.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/BackButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/CheckBox.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/CircleButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ClickableImage.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ClickableText.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ClimateControlBtn.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ComboBox.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/GradientRectangle.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/GridItem.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/HardwareButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/HeaderMenu.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/Icon.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ListItem.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/MaskedButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/MultiTouchArea.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/OvalButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PagedFlickable.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/Pager.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PlayPauseButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PowerSwitchButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PresetRow.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/PushButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ScrollableListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/ScrollableText.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/SoftButton.js delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/SoftButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/controls/StatusBar.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/Async.js delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/BasicCommunication.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/Buttons.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/Navigation.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/TTS.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/UI.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/VR.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/hmi_api/VehicleInfo.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/log4cxx.properties delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ApplicationData.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ApplicationModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/CarMenuModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/Constants.js delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ContactsListModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/DataStorage.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/InteractionModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/Internal.js delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/MainMenuListModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/MediaClockModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/MusicSourceModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/NavigationMenuModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/NavigationModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/PerformAudioPassThruModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/PhoneMenuModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/PlayerState.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/ScrollableMessageModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/SettingsStorage.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/SliderModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/models/VehicleInfoModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/AlertWindow.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/ContextPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/ExitAllApplicationsPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/InteractionPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/PerformAudioPassThruPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/PopUp.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/SliderPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/TBTClientStatePopUp.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/TTSPopUp.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/VRHelpPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/VRPopUp.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/popups/VehicleInfoPopUp.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/qml_model.qmlproject delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/AMPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ApplicationListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/BTPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/CDPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/CarMenuGridView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ChangeDeviceView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ClimateControlView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ContactsListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/FMPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/GeneralView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/GridMenu.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/HardwareButtonsView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/IPodPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/LineInPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MainMenuView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MediaClockView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MediaPlayer.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/MusicSourceView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationInRouteGridView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationKeyboardView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationMenuView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/NavigationNoRouteGridView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/PhoneKeyboardView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/PhoneMenuGridView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/RadioPlayer.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLNavi.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLNonMediaView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLPlayerOptionsListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SDLPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/ScrollableMessageView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SimulationView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/SiriusPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/TurnByTurnView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/TurnListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/UsbPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt4/views/WarningInfo.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/.gitignore delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/CMakeLists.txt delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/MainWindow.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ArrowKeys.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/BackButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/CircleButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ClickableImage.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ClickableText.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ClimateControlBtn.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/GradientRectangle.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/GridItem.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/HardwareButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/HeaderMenu.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/Icon.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ListItem.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/MaskedButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/MultiTouchArea.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/OvalButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PagedFlickable.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/Pager.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PlayPauseButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PowerSwitchButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PresetRow.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/PushButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/ScrollableListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/SoftButton.js delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/SoftButton.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/controls/StatusBar.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Async.js delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/BasicCommunication.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Buttons.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Navigation.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/TTS.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/UI.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/VR.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/VehicleInfo.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/log4cxx.properties delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ApplicationData.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ApplicationModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/CarMenuModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/Constants.js delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ContactsListModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/DataStorage.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/Internal.js delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/MainMenuListModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/MediaClockModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/MusicSourceModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/NavigationMenuModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/NavigationModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/PerformAudioPassThruModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/PhoneMenuModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/PlayerState.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/ScrollableMessageModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/SettingsStorage.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/SliderModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/VehicleInfoModel.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/models/VrHelpItemsDefault.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/AlertWindow.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/ContextPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/ExitAllApplicationsPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/InteractionPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/PerformAudioPassThruPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/PopUp.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/SliderPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/TBTClientStatePopUp.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/TTSPopUp.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/VRHelpPopup.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/VRPopUp.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/popups/VehicleInfoPopUp.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/qml_model.qmlproject delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/AMPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ApplicationListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/BTPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/CDPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/CarMenuGridView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ChangeDeviceView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ClimateControlView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ContactsListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/FMPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/GeneralView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/GridMenu.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/HardwareButtonsView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/IPodPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/LineInPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MainMenuView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MediaClockView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MediaPlayer.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/MusicSourceView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationInRouteGridView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationKeyboardView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationMenuView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/NavigationNoRouteGridView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/PhoneKeyboardView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/PhoneMenuGridView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/RadioPlayer.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLNavi.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLNonMediaView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLPlayerOptionsListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SDLPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/ScrollableMessageView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SimulationView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/SiriusPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/TurnByTurnView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/TurnListView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/UsbPlayerView.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_model_qt5/views/WarningInfo.qml delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/CMakeLists.txt delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/CMakeLists.txt delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_controller.cc delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_controller.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_plugin.cc delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/dbus_plugin.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/hmi_proxy.cc delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/hmi_proxy.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/metatype.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/optional_argument.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/qml_dbus_common.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/qmldir delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/qt_version.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/sdl_proxy.cc delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/sdl_proxy.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/stream_qvariant.cc delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/dbus_adapter/stream_qvariant.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/CMakeLists.txt delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/attributed_mouse_event.cc delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/attributed_mouse_event.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.cc delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/masked_container.cc delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/masked_container.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/qmldir delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/hw_buttons/qt_version.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/CMakeLists.txt delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/log4cxx_plugin.cc delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/log4cxx_plugin.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/log4cxx/qmldir delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/CMakeLists.txt delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier.cc delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier_plugin.cc delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/named_pipe_notifier_plugin.h delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/qmldir delete mode 100644 SDL_Core/src/components/qt_hmi/qml_plugins/named_pipe_notifier/qt_version.h delete mode 100644 SDL_Core/src/components/qt_hmi/res/SPT.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/album_art.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/app_911_assist.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/app_vehicle_info.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/apps.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/arrow.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/blue_ball.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/long_oval_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/long_oval_pressed_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/longest_oval_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/longest_oval_btn_pressed.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_bottom.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_left.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_pressed_left.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_pressed_right.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_right.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/oval_btn_top.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/player_next_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/player_next_pressed_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/player_pause_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/player_pause_pressed_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/player_play_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/player_play_pressed_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/player_prev_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/player_prev_pressed_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/preset_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/preset_pressed_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/round_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/round_pressed_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/short_oval_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/short_oval_btn_pressed.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/zoom.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/buttons/zoom_pressed.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/car.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/change_devices.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/AC_off.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/AC_on.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/climate_round_off_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/climate_round_on_btn.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/defrost_off.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/defrost_on.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/face_off.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/face_on.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/feet_off.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/feet_on.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/headed_dash_off.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/headed_dash_on.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/heated_seat_off.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/heated_seat_on.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/heated_wheel_off.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/climate/heated_wheel_on.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/DownButton.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/DownButton_pressed.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/LeftButton.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/LeftButton_pressed.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/OkButton.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/OkButton_pressed.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/RightButton.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/RightButton_pressed.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/UpButton.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/UpButton_pressed.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/backGroundControllButtons.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/vrButton.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/vrButton_pressed.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/controlButtons/vrImage.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/find_apps.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/gear.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/hd_logo_off.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/hd_logo_on.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/initial.wav delete mode 100644 SDL_Core/src/components/qt_hmi/res/install_apps.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/compass.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/current_street.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/delete_icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/delete_icon_black.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/dest_icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/dest_icon_black.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/map.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/mute_off.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/mute_on.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/options.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/options_in_active.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/options_pressed.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/nav/turnArrow.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/notes.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/phone/contacts.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/phone/dnd_off.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/phone/dnd_on.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/phone/keypad.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/phone/messages.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/phone/more.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/phone/phone.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/phone/recent.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/phone/texts.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/snow.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/vehicle/Ambient Lighti Icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/vehicle/EV Icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/vehicle/MCS Icon.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/vehicle/SYNC Services.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/vehicle/cal.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/vehicle/folders.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/vehicle/key_car.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/vehicle/sun.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/warning.png delete mode 100644 SDL_Core/src/components/qt_hmi/res/white_ball.png delete mode 100644 SDL_Core/src/components/request_watchdog/CMakeLists.txt delete mode 100644 SDL_Core/src/components/request_watchdog/include/request_watchdog/request_info.h delete mode 100644 SDL_Core/src/components/request_watchdog/include/request_watchdog/request_watchdog.h delete mode 100644 SDL_Core/src/components/request_watchdog/include/request_watchdog/watchdog.h delete mode 100644 SDL_Core/src/components/request_watchdog/include/request_watchdog/watchdog_subscriber.h delete mode 100644 SDL_Core/src/components/request_watchdog/src/request_info.cc delete mode 100644 SDL_Core/src/components/request_watchdog/src/request_watchdog.cc delete mode 100644 SDL_Core/src/components/request_watchdog/src/watchdog.cc delete mode 100644 SDL_Core/src/components/resumption/CMakeLists.txt delete mode 100644 SDL_Core/src/components/resumption/include/resumption/last_state.h delete mode 100644 SDL_Core/src/components/resumption/src/last_state.cc delete mode 100644 SDL_Core/src/components/rpc_base/CMakeLists.txt delete mode 100644 SDL_Core/src/components/rpc_base/include/rpc_base/rpc_base.h delete mode 100644 SDL_Core/src/components/rpc_base/include/rpc_base/rpc_base_inl.h delete mode 100644 SDL_Core/src/components/rpc_base/include/rpc_base/rpc_base_json_inl.h delete mode 100644 SDL_Core/src/components/rpc_base/include/rpc_base/rpc_message.h delete mode 100644 SDL_Core/src/components/rpc_base/src/rpc_base/rpc_base.cc delete mode 100644 SDL_Core/src/components/rpc_base/src/rpc_base/rpc_message.cc delete mode 100644 SDL_Core/src/components/smart_objects/CMakeLists.txt delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/always_false_schema_item.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/always_true_schema_item.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/array_schema_item.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/bool_schema_item.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/enum_schema_item.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/errors.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/number_schema_item.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/object_optional_schema_item.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/object_schema_item.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/schema_item.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/schema_item_parameter.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/smart_object.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/smart_schema.h delete mode 100644 SDL_Core/src/components/smart_objects/include/smart_objects/string_schema_item.h delete mode 100644 SDL_Core/src/components/smart_objects/src/always_false_schema_item.cc delete mode 100644 SDL_Core/src/components/smart_objects/src/always_true_schema_item.cc delete mode 100644 SDL_Core/src/components/smart_objects/src/array_schema_item.cc delete mode 100644 SDL_Core/src/components/smart_objects/src/bool_schema_item.cc delete mode 100644 SDL_Core/src/components/smart_objects/src/enum_schema_item.cc delete mode 100644 SDL_Core/src/components/smart_objects/src/number_schema_item.cc delete mode 100644 SDL_Core/src/components/smart_objects/src/object_optional_schema_item.cc delete mode 100644 SDL_Core/src/components/smart_objects/src/object_schema_item.cc delete mode 100644 SDL_Core/src/components/smart_objects/src/schema_item.cc delete mode 100644 SDL_Core/src/components/smart_objects/src/smart_object.cc delete mode 100644 SDL_Core/src/components/smart_objects/src/smart_schema.cc delete mode 100644 SDL_Core/src/components/smart_objects/src/string_schema_item.cc delete mode 100644 SDL_Core/src/components/transport_manager/CMakeLists.txt delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_connection_factory.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_device.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_device_scanner.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_socket_connection.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/bluetooth/bluetooth_transport_adapter.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/common.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/error.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/info.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/tcp/dnssd_service_browser.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_client_listener.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_connection_factory.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_device.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_socket_connection.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/tcp/tcp_transport_adapter.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/client_connection_listener.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/connection.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/device.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/device_scanner.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/server_connection_factory.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/threaded_socket_connection.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_controller.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_event.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_impl.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_listener.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/transport_adapter_listener_impl.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_default.h delete mode 100755 SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_impl.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_listener.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/transport_manager_listener_empty.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/common.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/libusb/platform_usb_device.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/libusb/usb_connection.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/libusb/usb_handler.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/qnx/platform_usb_device.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/qnx/usb_connection.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/qnx/usb_handler.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_aoa_adapter.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_connection_factory.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_control_transfer.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_device.h delete mode 100644 SDL_Core/src/components/transport_manager/include/transport_manager/usb/usb_device_scanner.h delete mode 100644 SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_connection_factory.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_device.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_device_scanner.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_socket_connection.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/bluetooth/bluetooth_transport_adapter.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/tcp/dnssd_service_browser.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/tcp/tcp_client_listener.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/tcp/tcp_connection_factory.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/tcp/tcp_device.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/tcp/tcp_socket_connection.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/tcp/tcp_transport_adapter.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/transport_adapter/threaded_socket_connection.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/transport_adapter/transport_adapter_event.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/transport_adapter/transport_adapter_impl.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/transport_adapter/transport_adapter_listener_impl.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/transport_manager_default.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/transport_manager_impl.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/usb/libusb/platform_usb_device.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/usb/libusb/usb_connection.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/usb/libusb/usb_handler.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/usb/qnx/platform_usb_device.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/usb/qnx/usb_connection.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/usb/qnx/usb_handler.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/usb/usb_aoa_adapter.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/usb/usb_connection_factory.cc delete mode 100644 SDL_Core/src/components/transport_manager/src/usb/usb_device_scanner.cc delete mode 100644 SDL_Core/src/components/utils/CMakeLists.txt delete mode 100644 SDL_Core/src/components/utils/include/utils/atomic.h delete mode 100644 SDL_Core/src/components/utils/include/utils/back_trace.h delete mode 100644 SDL_Core/src/components/utils/include/utils/bitstream.h delete mode 100644 SDL_Core/src/components/utils/include/utils/conditional_variable.h delete mode 100644 SDL_Core/src/components/utils/include/utils/date_time.h delete mode 100644 SDL_Core/src/components/utils/include/utils/dict.h delete mode 100644 SDL_Core/src/components/utils/include/utils/file_system.h delete mode 100644 SDL_Core/src/components/utils/include/utils/lock.h delete mode 100644 SDL_Core/src/components/utils/include/utils/logger.h delete mode 100644 SDL_Core/src/components/utils/include/utils/macro.h delete mode 100644 SDL_Core/src/components/utils/include/utils/memory_barrier.h delete mode 100644 SDL_Core/src/components/utils/include/utils/message_queue.h delete mode 100644 SDL_Core/src/components/utils/include/utils/prioritized_queue.h delete mode 100644 SDL_Core/src/components/utils/include/utils/shared_ptr.h delete mode 100644 SDL_Core/src/components/utils/include/utils/signals.h delete mode 100644 SDL_Core/src/components/utils/include/utils/singleton.h delete mode 100644 SDL_Core/src/components/utils/include/utils/stl_utils.h delete mode 100644 SDL_Core/src/components/utils/include/utils/threads/message_loop_thread.h delete mode 100644 SDL_Core/src/components/utils/include/utils/threads/thread.h delete mode 100644 SDL_Core/src/components/utils/include/utils/threads/thread_delegate.h delete mode 100644 SDL_Core/src/components/utils/include/utils/threads/thread_manager.h delete mode 100644 SDL_Core/src/components/utils/include/utils/threads/thread_options.h delete mode 100644 SDL_Core/src/components/utils/include/utils/threads/thread_validator.h delete mode 100644 SDL_Core/src/components/utils/include/utils/timer_thread.h delete mode 100644 SDL_Core/src/components/utils/src/back_trace.cc delete mode 100644 SDL_Core/src/components/utils/src/bitstream.cc delete mode 100644 SDL_Core/src/components/utils/src/conditional_variable_posix.cc delete mode 100644 SDL_Core/src/components/utils/src/date_time.cc delete mode 100644 SDL_Core/src/components/utils/src/file_system.cc delete mode 100644 SDL_Core/src/components/utils/src/lock_posix.cc delete mode 100644 SDL_Core/src/components/utils/src/signals_linux.cc delete mode 100644 SDL_Core/src/components/utils/src/threads/posix_thread.cc delete mode 100644 SDL_Core/src/components/utils/src/threads/thread_manager.cc delete mode 100644 SDL_Core/src/components/utils/src/threads/thread_validator.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/CMakeLists.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/CMakeLists.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/CMessageBroker.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/CMessageBrokerRegistry.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/CSender.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/MBDebugHelper.h delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/mb_client.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/mb_controller.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/mb_server.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/mb_tcpclient.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/mb_tcpserver.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/networking.h delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/system.h delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/include/websocket_handler.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/client/mb_client.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/client/mb_controller.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/client/mb_tcpclient.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerAVA.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerAVA.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerBackend.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerBackend.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerPhone.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerControllerPhone.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerServer.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/example/MessageBrokerServer.hpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/CMessageBroker.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/CMessageBrokerRegistry.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/libMBDebugHelper.h delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/md5.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/md5.h delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/system.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/lib_messagebroker/websocket_handler.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/server/mb_server.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/server/mb_tcpserver.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/MessageBroker/src/server/networking.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/encryption/CMakeLists.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/encryption/include/encryption/Base64.h delete mode 100644 SDL_Core/src/thirdPartyLibs/encryption/src/Base64.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/CHANGES delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/CMakeLists.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/CONTRIBUTORS delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/COPYING delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/Makefile.am delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/Makefile.in delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/README delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/aclocal.m4 delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/config.guess delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/config.h.in delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/config.sub delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/depcomp delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/install-sh delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/ltmain.sh delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/build-aux/missing delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/configure delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/configure.ac delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/fused-src/gmock-gtest-all.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/fused-src/gmock/gmock.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/fused-src/gmock_main.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/fused-src/gtest/gtest.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/CHANGES delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/CMakeLists.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/CONTRIBUTORS delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/COPYING delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/Makefile.am delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/Makefile.in delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/README delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/aclocal.m4 delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/config.guess delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/config.h.in delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/config.sub delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/depcomp delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/install-sh delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/ltmain.sh delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/build-aux/missing delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/cmake/internal_utils.cmake delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest.cbproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest.groupproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_all.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_link.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_main.cbproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/codegear/gtest_unittest.cbproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/configure delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/configure.ac delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/fused-src/gtest/gtest-all.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/fused-src/gtest/gtest.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/fused-src/gtest/gtest_main.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-death-test.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-message.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-param-test.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-param-test.h.pump delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-printers.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-spi.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-test-part.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest-typed-test.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/gtest_prod.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-death-test-internal.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-filepath.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-internal.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-linked_ptr.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-param-util-generated.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-param-util-generated.h.pump delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-param-util.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-port.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-string.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-tuple.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-tuple.h.pump delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-type-util.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/include/gtest/internal/gtest-type-util.h.pump delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/acx_pthread.m4 delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/gtest.m4 delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/libtool.m4 delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/ltoptions.m4 delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/ltsugar.m4 delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/ltversion.m4 delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/m4/lt~obsolete.m4 delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest-md.sln delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest-md.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest.sln delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_main-md.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_main.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_prod_test-md.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_prod_test.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_unittest-md.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/msvc/gtest_unittest.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/prime_tables.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample1.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample1.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample10_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample1_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample2.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample2.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample2_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample3-inl.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample3_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample4.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample4.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample4_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample5_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample6_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample7_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample8_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/samples/sample9_unittest.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/scripts/fuse_gtest_files.py delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/scripts/gen_gtest_pred_impl.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/scripts/gtest-config.in delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/scripts/pump.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-all.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-death-test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-filepath.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-internal-inl.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-port.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-printers.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-test-part.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest-typed-test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/src/gtest_main.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-death-test_ex_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-death-test_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-filepath_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-linked_ptr_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-listener_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-message_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-options_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-param-test2_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-param-test_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-param-test_test.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-port_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-printers_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-test-part_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-tuple_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-typed-test2_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-typed-test_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-typed-test_test.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest-unittest-api_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_all_test.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_break_on_failure_unittest.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_break_on_failure_unittest_.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_catch_exceptions_test.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_catch_exceptions_test_.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_color_test.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_color_test_.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_env_var_test.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_env_var_test_.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_environment_test.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_filter_unittest.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_filter_unittest_.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_help_test.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_help_test_.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_list_tests_unittest.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_list_tests_unittest_.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_main_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_no_test_unittest.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_output_test.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_output_test_.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_output_test_golden_lin.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_pred_impl_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_prod_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_repeat_test.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_shuffle_test.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_shuffle_test_.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_sole_header_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_stress_test.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_test_utils.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_throw_on_failure_ex_test.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_throw_on_failure_test.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_throw_on_failure_test_.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_uninitialized_test.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_uninitialized_test_.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_unittest.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_outfile1_test_.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_outfile2_test_.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_outfiles_test.py delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_output_unittest.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_output_unittest_.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/gtest_xml_test_utils.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/production.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/test/production.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/DebugProject.xcconfig delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/FrameworkTarget.xcconfig delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/General.xcconfig delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/ReleaseProject.xcconfig delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/StaticLibraryTarget.xcconfig delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Config/TestTarget.xcconfig delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Resources/Info.plist delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/Info.plist delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/runtests.sh delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/widget.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/widget.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Samples/FrameworkSample/widget_test.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Scripts/runtests.sh delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/Scripts/versiongenerate.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/gtest/xcode/gtest.xcodeproj/project.pbxproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-actions.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-cardinalities.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-actions.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-actions.h.pump delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-function-mockers.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-function-mockers.h.pump delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-matchers.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-matchers.h.pump delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-nice-strict.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-generated-nice-strict.h.pump delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-matchers.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-more-actions.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock-spec-builders.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/gmock.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/internal/gmock-generated-internal-utils.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/internal/gmock-generated-internal-utils.h.pump delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/include/gmock/internal/gmock-port.h delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock.sln delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock_config.vsprops delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock_main.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2005/gmock_test.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock.sln delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock.vcxproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock_config.props delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock_main.vcxproj delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/msvc/2010/gmock_test.vcxproj delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/fuse_gmock_files.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/COPYING delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/README delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/README.cppclean delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/__init__.py delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/ast.py delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/gmock_class.py delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/keywords.py delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/tokenize.py delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/cpp/utils.py delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/generator/gmock_gen.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/scripts/gmock-config.in delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock-all.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock-cardinalities.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock-internal-utils.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock-matchers.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock-spec-builders.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/src/gmock_main.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-actions_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-cardinalities_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-generated-actions_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-generated-function-mockers_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-generated-internal-utils_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-generated-matchers_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-internal-utils_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-matchers_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-more-actions_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-nice-strict_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-port_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock-spec-builders_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_all_test.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_leak_test.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_leak_test_.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_link2_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_link_test.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_link_test.h delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_output_test.py delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_output_test_.cc delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_output_test_golden.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_test.cc delete mode 100755 SDL_Core/src/thirdPartyLibs/gmock-1.6.0/test/gmock_test_utils.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/AUTHORS delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/CMakeLists.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/LICENSE delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/NEWS.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/README.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/SConstruct delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/amalgamate.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/__init__.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/antglob.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/fixeol.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/licenseupdater.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/devtools/tarball.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/doc/doxyfile.in delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/doc/footer.html delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/doc/header.html delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/doc/jsoncpp.dox delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/doc/readme.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/doc/roadmap.dox delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/doxybuild.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/autolink.h delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/config.h delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/features.h delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/forwards.h delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/json.h delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/reader.h delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/value.h delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/include/json/writer.h delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/jsoncpp.sln delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/jsontest.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/lib_json.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/makefiles/vs71/test_lib_json.vcproj delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/makerelease.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/globtool.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/srcdist.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/substinfile.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/scons-tools/targz.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/jsontestrunner/main.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/jsontestrunner/sconscript delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_batchallocator.h delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_internalarray.inl delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_internalmap.inl delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_reader.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_tool.h delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_value.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_valueiterator.inl delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/json_writer.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/sconscript delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/jsontest.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/jsontest.h delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/main.cpp delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/src/test_lib_json/sconscript delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/cleantests.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/fail_test_array_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_01.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_02.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_02.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_03.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_03.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_04.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_04.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_05.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_05.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_06.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_array_06.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_01.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_02.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_02.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_03.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_03.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_04.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_04.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_05.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_05.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_06.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_06.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_07.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_07.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_08.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_08.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_09.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_basic_09.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_comment_01.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_comment_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_complex_01.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_complex_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_01.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_02.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_02.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_03.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_03.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_04.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_04.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_05.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_05.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_06_64bits.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_06_64bits.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_07_64bits.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_07_64bits.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_08_64bits.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_integer_08_64bits.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_large_01.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_large_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_01.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_02.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_02.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_03.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_03.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_04.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_object_04.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_preserve_comment_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_01.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_02.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_02.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_03.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_03.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_04.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_04.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_05.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_05.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_06.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_06.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_07.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_real_07.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_01.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_02.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_02.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_03.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_03.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_01.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_01.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_02.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_02.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_03.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_03.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_04.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_04.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_05.expected delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_string_unicode_05.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/generate_expected.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail1.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail10.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail11.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail12.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail13.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail14.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail15.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail16.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail17.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail18.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail19.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail2.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail20.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail21.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail22.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail23.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail24.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail25.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail26.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail27.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail28.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail29.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail3.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail30.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail31.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail32.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail33.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail4.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail5.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail6.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail7.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail8.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/fail9.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/pass1.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/pass2.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/pass3.json delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/jsonchecker/readme.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/pyjsontestrunner.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/runjsontests.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/test/rununittests.py delete mode 100644 SDL_Core/src/thirdPartyLibs/jsoncpp/version delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/CMakeLists.txt delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/config.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-core.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-darwin_usb.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-descriptor.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-hotplug.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-io.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-linux_netlink.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-linux_udev.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-linux_usbfs.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-openbsd_usb.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-poll_posix.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-poll_windows.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-strerror.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-sync.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-threads_posix.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-threads_windows.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/.deps/libusb_1_0_la-windows_usb.Plo delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/Makefile.am delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/Makefile.in delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/core.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/descriptor.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/hotplug.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/hotplug.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/io.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusb-1.0.def delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusb-1.0.rc delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusb.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/libusbi.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/darwin_usb.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/darwin_usb.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_netlink.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_udev.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_usbfs.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/linux_usbfs.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/openbsd_usb.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_posix.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_posix.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_windows.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/poll_windows.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_posix.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_posix.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_windows.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/threads_windows.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/wince_usb.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/wince_usb.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/windows_common.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/windows_usb.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/os/windows_usb.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/strerror.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/sync.c delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/version.h delete mode 100644 SDL_Core/src/thirdPartyLibs/libusbx-1.0.16/libusb/version_nano.h delete mode 100644 SDL_Core/tools/CMakeLists.txt delete mode 100644 SDL_Core/tools/InterfaceGenerator/.gitignore delete mode 100755 SDL_Core/tools/InterfaceGenerator/Generator.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/generator/Model.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/generator/__init__.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactoryJSONRPC.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/generator/generators/__init__.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/generator/parsers/JSONRPC.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/generator/parsers/RPCBase.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/generator/parsers/SDLRPCV1.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/generator/parsers/SDLRPCV2.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/generator/parsers/__init__.py delete mode 100644 SDL_Core/tools/InterfaceGenerator/pylint.cfg delete mode 100644 SDL_Core/tools/InterfaceGenerator/requirements.txt delete mode 100755 SDL_Core/tools/InterfaceGenerator/runAllTests.sh delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/__init__.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/generator/__init__.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/generator/generators/__init__.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactoryBase.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactoryJSONRPC.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_SmartFactorySDLRPC.py delete mode 100644 SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_jsonrpc.cc delete mode 100644 SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_jsonrpc.h delete mode 100644 SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_sdlrpc.cc delete mode 100644 SDL_Core/tools/InterfaceGenerator/test/generator/generators/test_expected_sdlrpc.h delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/generator/parsers/__init__.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_JSONRPC.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_SDLRPCV1.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/generator/parsers/test_SDLRPCV2.py delete mode 100644 SDL_Core/tools/InterfaceGenerator/test/generator/parsers/valid_JSONRPC.xml delete mode 100644 SDL_Core/tools/InterfaceGenerator/test/generator/parsers/valid_SDLRPCV1.xml delete mode 100644 SDL_Core/tools/InterfaceGenerator/test/generator/parsers/valid_SDLRPCV2.xml delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/generator/test_Model.py delete mode 100755 SDL_Core/tools/InterfaceGenerator/test/test_CodeFormatAndQuality.py delete mode 100644 SDL_Core/tools/OtrosLogViewer/README.txt delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/classpath.txt delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/apache-commons/LICENSE.txt delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/forms/LICENSE.txt delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/jakarta-oro/LICENSE delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/jcifs/LICENSE.txt delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/jsch/LICENSE.txt delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/log4j/LICENSE delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/looks/LICENSE.txt delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/miglayout/LICENSE.txt delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/license/vfsjfliechooser/LICENSE.txt delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/logging.properties delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv-batch.bat delete mode 100755 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv-batch.sh delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv.bat delete mode 100755 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/olv.sh delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/forDeveloperTests.txt delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/logimporters/log4j-1.pattern delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/logimporters/selenium.pattern delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/markers/example-regex.marker delete mode 100644 SDL_Core/tools/OtrosLogViewer/olv-2012-09-13/plugins/markers/example-string.marker delete mode 100755 SDL_Core/tools/coding-style/cpplint.py delete mode 100755 SDL_Core/tools/coding-style/old-branch-nagger.sh delete mode 100644 SDL_Core/tools/intergen/CMakeLists.txt delete mode 100644 SDL_Core/tools/intergen/GenerateInterfaceLibrary.cmake delete mode 100644 SDL_Core/tools/intergen/cppgen/CMakeLists.txt delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/comment.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_api_code_generator.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_class.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_file.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_function.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/cpp_interface_code_generator.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/declaration_generator.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/definition_generator.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/enum_from_json_value_function.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/enum_to_json_value_function.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/function_id_method.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/generator_preferences.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/handler_interface.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/is_valid_enum_function.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/literal_generator.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/message_factory_function.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/message_handle_with_method.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/message_interface.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/module_manager.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/namespace.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/naming_convention.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_constructor.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_from_json_method.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_is_initialized_method.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/struct_type_is_valid_method.h delete mode 100644 SDL_Core/tools/intergen/cppgen/include/cppgen/type_name_code_generator.h delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/comment.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_api_code_generator.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_class.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_file.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_function.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/cpp_interface_code_generator.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/declaration_generator.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/definition_generator.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/enum_from_json_value_function.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/enum_to_json_value_function.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/function_id_method.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/generator_preferences.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/handler_interface.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/is_valid_enum_function.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/literal_generator.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/message_factory_function.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/message_handle_with_method.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/message_interface.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/module_manager.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/namespace.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/naming_convention.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_constructor.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_from_json_method.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_is_initialized_method.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/struct_type_is_valid_method.cc delete mode 100644 SDL_Core/tools/intergen/cppgen/src/cppgen/type_name_code_generator.cc delete mode 100644 SDL_Core/tools/intergen/model/CMakeLists.txt delete mode 100644 SDL_Core/tools/intergen/model/include/model/api.h delete mode 100644 SDL_Core/tools/intergen/model/include/model/builtin_type.h delete mode 100644 SDL_Core/tools/intergen/model/include/model/builtin_type_registry.h delete mode 100644 SDL_Core/tools/intergen/model/include/model/composite_type.h delete mode 100644 SDL_Core/tools/intergen/model/include/model/constant.h delete mode 100644 SDL_Core/tools/intergen/model/include/model/constants_creator.h delete mode 100644 SDL_Core/tools/intergen/model/include/model/function.h delete mode 100644 SDL_Core/tools/intergen/model/include/model/interface.h delete mode 100644 SDL_Core/tools/intergen/model/include/model/model_filter.h delete mode 100644 SDL_Core/tools/intergen/model/include/model/scope.h delete mode 100644 SDL_Core/tools/intergen/model/include/model/type.h delete mode 100644 SDL_Core/tools/intergen/model/include/model/type_registry.h delete mode 100644 SDL_Core/tools/intergen/model/src/model/api.cc delete mode 100644 SDL_Core/tools/intergen/model/src/model/builtin_type.cc delete mode 100644 SDL_Core/tools/intergen/model/src/model/builtin_type_registry.cc delete mode 100644 SDL_Core/tools/intergen/model/src/model/composite_type.cc delete mode 100644 SDL_Core/tools/intergen/model/src/model/constant.cc delete mode 100644 SDL_Core/tools/intergen/model/src/model/function.cc delete mode 100644 SDL_Core/tools/intergen/model/src/model/interface.cc delete mode 100644 SDL_Core/tools/intergen/model/src/model/model_filter.cc delete mode 100644 SDL_Core/tools/intergen/model/src/model/scope.cc delete mode 100644 SDL_Core/tools/intergen/model/src/model/type.cc delete mode 100644 SDL_Core/tools/intergen/model/src/model/type_registry.cc delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/contrib/foreach.hpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/caution.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/dom_tree.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/dom_tree_thumb.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/home.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/next.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/note.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/prev.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/up.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link1.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link1_thumb.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link2.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_link2_thumb.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch1.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch1_thumb.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch2.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch2_thumb.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch3.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch3_thumb.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch4.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2005_pch4_thumb.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link1.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link1_thumb.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link2.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/images/vs2010_link2_thumb.png delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/manual.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/manual/access.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/manual/apiref.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/manual/changes.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/manual/dom.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/manual/install.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/manual/loading.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/manual/modify.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/manual/saving.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/manual/toc.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/manual/xpath.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/pugixml.css delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/quickstart.html delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/character.xml delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/custom_memory_management.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/include.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_error_handling.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_file.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_memory.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_options.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/load_stream.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/modify_add.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/modify_base.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/modify_remove.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_custom_writer.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_declaration.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_file.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_options.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_stream.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/save_subtree.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/text.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/transitions.xml delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_base.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_iter.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_predicate.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_rangefor.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/traverse_walker.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/tree.xml delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/weekly-shift_jis.xml delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/weekly-utf-16.xml delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/weekly-utf-8.xml delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xgconsole.xml delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_error.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_query.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_select.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/docs/samples/xpath_variables.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/readme.txt delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/CMakeLists.txt delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/premake4.lua delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml.xcodeproj/project.pbxproj delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_airplay.mkf delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_codeblocks.cbp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_codelite.project delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2005.vcproj delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2005_static.vcproj delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2008.vcproj delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2008_static.vcproj delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2010.vcxproj delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/scripts/pugixml_vs2010_static.vcxproj delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/src/pugiconfig.hpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/src/pugixml.cpp delete mode 100644 SDL_Core/tools/intergen/third_party/pugixml/src/pugixml.hpp delete mode 100644 SDL_Core/tools/intergen/tool/CMakeLists.txt delete mode 100644 SDL_Core/tools/intergen/tool/intergen.cc delete mode 100644 SDL_Core/tools/intergen/utils/CMakeLists.txt delete mode 100644 SDL_Core/tools/intergen/utils/include/utils/common_types.h delete mode 100644 SDL_Core/tools/intergen/utils/include/utils/macro.h delete mode 100644 SDL_Core/tools/intergen/utils/include/utils/safeformat.h delete mode 100644 SDL_Core/tools/intergen/utils/include/utils/stl_utils.h delete mode 100644 SDL_Core/tools/intergen/utils/include/utils/string_utils.h delete mode 100644 SDL_Core/tools/intergen/utils/include/utils/xml_utils.h delete mode 100644 SDL_Core/tools/intergen/utils/src/utils/common_types.cc delete mode 100644 SDL_Core/tools/intergen/utils/src/utils/safeformat.cc delete mode 100644 SDL_Core/tools/intergen/utils/src/utils/xml_utils.cc diff --git a/SDL_Android/LivioSdlUtilities/.classpath b/SDL_Android/LivioSdlUtilities/.classpath deleted file mode 100644 index 0461652ec..000000000 --- a/SDL_Android/LivioSdlUtilities/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/SDL_Android/LivioSdlUtilities/.project b/SDL_Android/LivioSdlUtilities/.project deleted file mode 100644 index b26cca7c3..000000000 --- a/SDL_Android/LivioSdlUtilities/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - LivioSdlUtilities - - - - - - com.android.ide.eclipse.adt.ResourceManagerBuilder - - - - - com.android.ide.eclipse.adt.PreCompilerBuilder - - - - - org.eclipse.jdt.core.javabuilder - - - - - com.android.ide.eclipse.adt.ApkBuilder - - - - - - com.android.ide.eclipse.adt.AndroidNature - org.eclipse.jdt.core.javanature - - diff --git a/SDL_Android/LivioSdlUtilities/AndroidManifest.xml b/SDL_Android/LivioSdlUtilities/AndroidManifest.xml deleted file mode 100644 index cc4968ff5..000000000 --- a/SDL_Android/LivioSdlUtilities/AndroidManifest.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - diff --git a/SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml b/SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml deleted file mode 100644 index cc4968ff5..000000000 --- a/SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - diff --git a/SDL_Android/LivioSdlUtilities/bin/R.txt b/SDL_Android/LivioSdlUtilities/bin/R.txt deleted file mode 100644 index 959f22ce0..000000000 --- a/SDL_Android/LivioSdlUtilities/bin/R.txt +++ /dev/null @@ -1,72 +0,0 @@ -int drawable arrow_left 0x7f020000 -int drawable arrow_right 0x7f020001 -int drawable ic_launcher 0x7f020002 -int id ib_moveLeft 0x7f060001 -int id ib_moveRight 0x7f060002 -int id iv_rowImage 0x7f060007 -int id listView 0x7f060003 -int id textview 0x7f060000 -int id tv_messageDetail 0x7f060006 -int id tv_messageName 0x7f060004 -int id tv_rowText 0x7f060008 -int id tv_timestamp 0x7f060005 -int layout json_flipper_dialog 0x7f030000 -int layout listview 0x7f030001 -int layout sdl_message_listview_row 0x7f030002 -int layout simple_listview_with_image 0x7f030003 -int layout textview 0x7f030004 -int string add_command_command_name 0x7f040004 -int string add_command_image_type 0x7f040007 -int string add_command_parent_menu 0x7f040006 -int string add_command_vr_keyword 0x7f040005 -int string alert_duration_ms 0x7f040023 -int string alert_duration_s 0x7f040022 -int string alert_line1 0x7f04001e -int string alert_line2 0x7f04001f -int string alert_line3 0x7f040020 -int string alert_sound_enabled 0x7f040021 -int string app_name 0x7f040000 -int string choice_name 0x7f040018 -int string clock 0x7f04002d -int string clock_hrs 0x7f04002e -int string clock_mins 0x7f04002f -int string clock_secs 0x7f040030 -int string colon 0x7f040031 -int string did_location 0x7f04000c -int string ecu_name 0x7f04000b -int string hmi_language 0x7f04001c -int string item_number 0x7f040016 -int string item_number1 0x7f040017 -int string language 0x7f04001b -int string max_choices 0x7f040015 -int string media 0x7f04002c -int string media_clock_timer_mode 0x7f040032 -int string media_track 0x7f04002b -int string metadata_line1 0x7f040025 -int string metadata_line2 0x7f040026 -int string metadata_line3 0x7f040027 -int string metadata_line4 0x7f040028 -int string metadata_lines 0x7f040024 -int string negative_button 0x7f040003 -int string no_commands_to_delete 0x7f040008 -int string no_submenus_to_delete 0x7f040009 -int string positive_button 0x7f040002 -int string scrollable_message_clear 0x7f040014 -int string scrollable_message_hint 0x7f040013 -int string scrollable_message_text 0x7f040012 -int string sdl_disconnected 0x7f040001 -int string slider_footer 0x7f04000e -int string slider_start_position 0x7f040010 -int string slider_ticks 0x7f04000f -int string slider_title 0x7f04000d -int string status_bar 0x7f04002a -int string submenu_name 0x7f04000a -int string text_alignment 0x7f040029 -int string text_to_speak 0x7f04001d -int string timeout 0x7f040011 -int string units_milliseconds 0x7f040034 -int string units_seconds 0x7f040033 -int string use_artwork 0x7f04001a -int string voice_keyword 0x7f040019 -int style AppBaseTheme 0x7f050000 -int style AppTheme 0x7f050001 diff --git a/SDL_Android/LivioSdlUtilities/bin/jarlist.cache b/SDL_Android/LivioSdlUtilities/bin/jarlist.cache deleted file mode 100644 index 0565465f2..000000000 --- a/SDL_Android/LivioSdlUtilities/bin/jarlist.cache +++ /dev/null @@ -1,3 +0,0 @@ -# cache for current jar dependency. DO NOT EDIT. -# format is -# Encoding is UTF-8 diff --git a/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-hdpi/ic_launcher.png b/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-hdpi/ic_launcher.png deleted file mode 100644 index bcfa0581f..000000000 Binary files a/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-mdpi/ic_launcher.png b/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 85848ff49..000000000 Binary files a/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-xhdpi/ic_launcher.png b/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index 916901e98..000000000 Binary files a/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable/arrow_left.png b/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable/arrow_left.png deleted file mode 100644 index b7d5b599f..000000000 Binary files a/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable/arrow_left.png and /dev/null differ diff --git a/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable/arrow_right.png b/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable/arrow_right.png deleted file mode 100644 index 36cf6b805..000000000 Binary files a/SDL_Android/LivioSdlUtilities/bin/res/crunch/drawable/arrow_right.png and /dev/null differ diff --git a/SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/BuildConfig.java b/SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/BuildConfig.java deleted file mode 100644 index 040b48001..000000000 --- a/SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/BuildConfig.java +++ /dev/null @@ -1,6 +0,0 @@ -/** Automatically generated file. DO NOT MODIFY */ -package com.livio.sdl; - -public final class BuildConfig { - public final static boolean DEBUG = true; -} \ No newline at end of file diff --git a/SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/R.java b/SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/R.java deleted file mode 100644 index c882fa172..000000000 --- a/SDL_Android/LivioSdlUtilities/gen/com/livio/sdl/R.java +++ /dev/null @@ -1,149 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * aapt tool from the resource data it found. It - * should not be modified by hand. - */ - -package com.livio.sdl; - -public final class R { - public static final class attr { - } - public static final class drawable { - public static int arrow_left=0x7f020000; - public static int arrow_right=0x7f020001; - public static int ic_launcher=0x7f020002; - } - public static final class id { - public static int ib_moveLeft=0x7f060001; - public static int ib_moveRight=0x7f060002; - public static int iv_rowImage=0x7f060007; - public static int listView=0x7f060003; - public static int textview=0x7f060000; - public static int tv_messageDetail=0x7f060006; - public static int tv_messageName=0x7f060004; - public static int tv_rowText=0x7f060008; - public static int tv_timestamp=0x7f060005; - } - public static final class layout { - public static int json_flipper_dialog=0x7f030000; - public static int listview=0x7f030001; - public static int sdl_message_listview_row=0x7f030002; - public static int simple_listview_with_image=0x7f030003; - public static int textview=0x7f030004; - } - public static final class string { - /** Add Command - */ - public static int add_command_command_name=0x7f040004; - public static int add_command_image_type=0x7f040007; - public static int add_command_parent_menu=0x7f040006; - public static int add_command_vr_keyword=0x7f040005; - public static int alert_duration_ms=0x7f040023; - public static int alert_duration_s=0x7f040022; - public static int alert_line1=0x7f04001e; - public static int alert_line2=0x7f04001f; - public static int alert_line3=0x7f040020; - public static int alert_sound_enabled=0x7f040021; - /** General Strings - */ - public static int app_name=0x7f040000; - public static int choice_name=0x7f040018; - public static int clock=0x7f04002d; - public static int clock_hrs=0x7f04002e; - public static int clock_mins=0x7f04002f; - public static int clock_secs=0x7f040030; - public static int colon=0x7f040031; - public static int did_location=0x7f04000c; - /** Get DTCs and Read DIDs - */ - public static int ecu_name=0x7f04000b; - public static int hmi_language=0x7f04001c; - public static int item_number=0x7f040016; - /** Choice Set Item - */ - public static int item_number1=0x7f040017; - /** Change Registration - */ - public static int language=0x7f04001b; - /** Create Interaction Choice Set - */ - public static int max_choices=0x7f040015; - public static int media=0x7f04002c; - public static int media_clock_timer_mode=0x7f040032; - public static int media_track=0x7f04002b; - public static int metadata_line1=0x7f040025; - public static int metadata_line2=0x7f040026; - public static int metadata_line3=0x7f040027; - public static int metadata_line4=0x7f040028; - /** Show Dialog - */ - public static int metadata_lines=0x7f040024; - public static int negative_button=0x7f040003; - /** Delete Command - */ - public static int no_commands_to_delete=0x7f040008; - /** Delete Submenu - */ - public static int no_submenus_to_delete=0x7f040009; - /** Dialog Strings - */ - public static int positive_button=0x7f040002; - public static int scrollable_message_clear=0x7f040014; - public static int scrollable_message_hint=0x7f040013; - /** Scrollable Message - */ - public static int scrollable_message_text=0x7f040012; - public static int sdl_disconnected=0x7f040001; - public static int slider_footer=0x7f04000e; - public static int slider_start_position=0x7f040010; - public static int slider_ticks=0x7f04000f; - /** Slider - */ - public static int slider_title=0x7f04000d; - public static int status_bar=0x7f04002a; - /** Add Submenu - */ - public static int submenu_name=0x7f04000a; - public static int text_alignment=0x7f040029; - /** Alert Dialog - */ - public static int text_to_speak=0x7f04001d; - public static int timeout=0x7f040011; - public static int units_milliseconds=0x7f040034; - /** Unit Suffixes - */ - public static int units_seconds=0x7f040033; - public static int use_artwork=0x7f04001a; - public static int voice_keyword=0x7f040019; - } - public static final class style { - /** - Base application theme, dependent on API level. This theme is replaced - by AppBaseTheme from res/values-vXX/styles.xml on newer devices. - - - Theme customizations available in newer API levels can go in - res/values-vXX/styles.xml, while customizations related to - backward-compatibility can go here. - - - Base application theme for API 11+. This theme completely replaces - AppBaseTheme from res/values/styles.xml on API 11+ devices. - - API 11 theme customizations can go here. - - Base application theme for API 14+. This theme completely replaces - AppBaseTheme from BOTH res/values/styles.xml and - res/values-v11/styles.xml on API 14+ devices. - - API 14 theme customizations can go here. - */ - public static int AppBaseTheme=0x7f050000; - /** Application theme. - All customizations that are NOT specific to a particular API-level can go here. - */ - public static int AppTheme=0x7f050001; - } -} diff --git a/SDL_Android/LivioSdlUtilities/proguard-project.txt b/SDL_Android/LivioSdlUtilities/proguard-project.txt deleted file mode 100644 index f2fe1559a..000000000 --- a/SDL_Android/LivioSdlUtilities/proguard-project.txt +++ /dev/null @@ -1,20 +0,0 @@ -# To enable ProGuard in your project, edit project.properties -# to define the proguard.config property as described in that file. -# -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in ${sdk.dir}/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the ProGuard -# include property in project.properties. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} diff --git a/SDL_Android/LivioSdlUtilities/project.properties b/SDL_Android/LivioSdlUtilities/project.properties deleted file mode 100644 index 4ba671a94..000000000 --- a/SDL_Android/LivioSdlUtilities/project.properties +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system edit -# "ant.properties", and override values to adapt the script to your -# project structure. -# -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt - -# Project target. -target=Google Inc.:Google APIs:19 -android.library=true -android.library.reference.1=../SmartDeviceLinkProxyAndroid diff --git a/SDL_Android/LivioSdlUtilities/res/drawable-hdpi/ic_launcher.png b/SDL_Android/LivioSdlUtilities/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 96a442e5b..000000000 Binary files a/SDL_Android/LivioSdlUtilities/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/SDL_Android/LivioSdlUtilities/res/drawable-mdpi/ic_launcher.png b/SDL_Android/LivioSdlUtilities/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 359047dfa..000000000 Binary files a/SDL_Android/LivioSdlUtilities/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/SDL_Android/LivioSdlUtilities/res/drawable-xhdpi/ic_launcher.png b/SDL_Android/LivioSdlUtilities/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index 71c6d760f..000000000 Binary files a/SDL_Android/LivioSdlUtilities/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/SDL_Android/LivioSdlUtilities/res/drawable/arrow_left.png b/SDL_Android/LivioSdlUtilities/res/drawable/arrow_left.png deleted file mode 100644 index 1810182d1..000000000 Binary files a/SDL_Android/LivioSdlUtilities/res/drawable/arrow_left.png and /dev/null differ diff --git a/SDL_Android/LivioSdlUtilities/res/drawable/arrow_right.png b/SDL_Android/LivioSdlUtilities/res/drawable/arrow_right.png deleted file mode 100644 index 3775bf55e..000000000 Binary files a/SDL_Android/LivioSdlUtilities/res/drawable/arrow_right.png and /dev/null differ diff --git a/SDL_Android/LivioSdlUtilities/res/layout/json_flipper_dialog.xml b/SDL_Android/LivioSdlUtilities/res/layout/json_flipper_dialog.xml deleted file mode 100644 index 3d600d42c..000000000 --- a/SDL_Android/LivioSdlUtilities/res/layout/json_flipper_dialog.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - diff --git a/SDL_Android/LivioSdlUtilities/res/layout/listview.xml b/SDL_Android/LivioSdlUtilities/res/layout/listview.xml deleted file mode 100644 index 0382fd455..000000000 --- a/SDL_Android/LivioSdlUtilities/res/layout/listview.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - diff --git a/SDL_Android/LivioSdlUtilities/res/layout/sdl_message_listview_row.xml b/SDL_Android/LivioSdlUtilities/res/layout/sdl_message_listview_row.xml deleted file mode 100644 index 052235281..000000000 --- a/SDL_Android/LivioSdlUtilities/res/layout/sdl_message_listview_row.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - diff --git a/SDL_Android/LivioSdlUtilities/res/layout/simple_listview_with_image.xml b/SDL_Android/LivioSdlUtilities/res/layout/simple_listview_with_image.xml deleted file mode 100644 index 64bec19e2..000000000 --- a/SDL_Android/LivioSdlUtilities/res/layout/simple_listview_with_image.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - diff --git a/SDL_Android/LivioSdlUtilities/res/layout/textview.xml b/SDL_Android/LivioSdlUtilities/res/layout/textview.xml deleted file mode 100644 index 70a52ea9a..000000000 --- a/SDL_Android/LivioSdlUtilities/res/layout/textview.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioSdlUtilities/res/values-v11/styles.xml b/SDL_Android/LivioSdlUtilities/res/values-v11/styles.xml deleted file mode 100644 index 3c02242ad..000000000 --- a/SDL_Android/LivioSdlUtilities/res/values-v11/styles.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/SDL_Android/LivioSdlUtilities/res/values-v14/styles.xml b/SDL_Android/LivioSdlUtilities/res/values-v14/styles.xml deleted file mode 100644 index a91fd0372..000000000 --- a/SDL_Android/LivioSdlUtilities/res/values-v14/styles.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - diff --git a/SDL_Android/LivioSdlUtilities/res/values/strings.xml b/SDL_Android/LivioSdlUtilities/res/values/strings.xml deleted file mode 100644 index 362a8fd9d..000000000 --- a/SDL_Android/LivioSdlUtilities/res/values/strings.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - Livio SDL Tester - SDL has been disconnected - - - OK - Cancel - - - Command Name - Voice Recognition Keyword - Parent Menu: - Image Type: - - - There are no commands to delete. - - - There are no submenus to delete. - - - Submenu Name - - - ECU Name (0–65535) - DID Location (0–65535) - - - Slider Title - Slider Footer - Number of slider ticks: - Start position: - Timeout: - - - "\"\'My mind,\' he said, \'rebels at stagnation. Give me problems, give me work, give me the most abstruse cryptogram or the most intricate analysis, and I am in my own proper atmosphere. I can dispense then with artificial stimulants. But I abhor the dull routine of existence. I crave for mental exaltation. That is why I have chosen my own particular profession,–or rather created it, for I am the only one in the world.\'\"\n\n– Sherlock Holmes by Sir Arthur Conan Doyle" - Enter a long message (500 chars max) - Clear Text - - - You have reached the max number of choices. - Item # - - - Item #1 - Choice Name - Voice Recognition Keyword - Use artwork? - - - Language - HMI Display Language - - - Text to Speak - Alert Line #1 - Alert Line #2 - Alert Line #3 - Alert sound enabled - Alert Duration (in seconds) - Alert Duration (in milliseconds) - - - Metadata Lines - Metadata Line #1 - Metadata Line #2 - Metadata Line #3 - Metadata Line #4 - Text Alignment - Status Bar - Media Track - Media - Clock - HH - MM - SS - : - - Timer Mode - - - s - ms - diff --git a/SDL_Android/LivioSdlUtilities/res/values/styles.xml b/SDL_Android/LivioSdlUtilities/res/values/styles.xml deleted file mode 100644 index 6ce89c7ba..000000000 --- a/SDL_Android/LivioSdlUtilities/res/values/styles.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/IpAddress.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/IpAddress.java deleted file mode 100644 index 2e123dec7..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/IpAddress.java +++ /dev/null @@ -1,36 +0,0 @@ -package com.livio.sdl; - -/** - * Represents an IP address and port number as 2 strings - one string for the address - * itself and another string for the associated TCP port number. - * - * @author Mike Burke - * - */ -public class IpAddress { - - private String ipAddress, tcpPort; - - public IpAddress(String ipAddress, String tcpPort) { - this.ipAddress = ipAddress; - this.tcpPort = tcpPort; - } - - public IpAddress(String ipAddress, int tcpPort){ - this(ipAddress, String.valueOf(tcpPort)); - } - - public String getIpAddress() { - return ipAddress; - } - - public String getTcpPort() { - return tcpPort; - } - - @Override - public String toString(){ - return new StringBuilder().append(ipAddress).append(":").append(tcpPort).toString(); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlConstants.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlConstants.java deleted file mode 100644 index 805eaf2d6..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlConstants.java +++ /dev/null @@ -1,101 +0,0 @@ -package com.livio.sdl; - -public final class SdlConstants { - - private SdlConstants() {} - - public static final class AddCommandConstants{ - private AddCommandConstants(){} - - public static final int INVALID_PARENT_ID = -1; - public static final int ROOT_PARENT_ID = 0; - public static final int DEFAULT_POSITION = 0; - public static final int MINIMUM_COMMAND_ID = 0x00; - public static final int MAXIMUM_COMMAND_ID = 2000000000; - } - - public static final class AddSubmenuConstants{ - private AddSubmenuConstants(){} - - public static final int DEFAULT_POSITION = 0; - } - - public static final class InteractionChoiceSetConstants{ - private InteractionChoiceSetConstants(){} - - public static final int MINIMUM_CHOICE_SET_ID = 0x00; - public static final int MAXIMUM_CHOICE_SET_ID = 2000000000; - } - - public static final class GetDtcsConstants{ - private GetDtcsConstants(){} - - public static final int MINIMUM_ECU_ID = 0x00; - public static final int MAXIMUM_ECU_ID = 0xFFFF; - } - - public static final class PerformInteractionConstants{ - private PerformInteractionConstants(){} - - public static final int MINIMUM_TIMEOUT = 5; // seconds - public static final int MAXIMUM_TIMEOUT = 100; // seconds - public static final int INVALID_TIMEOUT = -1; - - public static final int EXPECTED_REPSONSE_TIME_OFFSET = 2000; // ms, or 2 s - } - - public static final class ReadDidsConstants{ - private ReadDidsConstants(){} - - public static final int MINIMUM_ECU_ID = 0x00; - public static final int MAXIMUM_ECU_ID = 0xFFFF; - - public static final int MINIMUM_DID_LOCATION = 0x00; - public static final int MAXIMUM_DID_LOCATION = 0xFFFF; - } - - public static final class ScrollableMessageConstants{ - private ScrollableMessageConstants(){} - - public static final int TIMEOUT_MINIMUM = 1; // seconds - public static final int TIMEOUT_MAXIMUM = 65; // seconds - - public static final int MESSAGE_LENGTH_MAX = 500; // characters - - public static final int EXPECTED_REPSONSE_TIME_OFFSET = 2000; // ms, or 2 s - } - - public static final class AlertConstants{ - private AlertConstants(){} - - public static final int ALERT_TIME_MINIMUM = 3; // seconds - public static final int ALERT_TIME_MAXIMUM = 10; // seconds - - public static final int EXPECTED_REPSONSE_TIME_OFFSET = 2000; // ms, or 2 s - } - - public static final class SetMediaClockTimerConstants{ - private SetMediaClockTimerConstants(){} - - public static final int HOURS_MINIMUM = 0; // hours - public static final int HOURS_MAXIMUM = 59; // hours - public static final int MINUTES_MINIMUM = 0; // minutes - public static final int MINUTES_MAXIMUM = 59; // minutes - public static final int SECONDS_MINIMUM = 0; // seconds - public static final int SECONDS_MAXIMUM = 59; // seconds - } - - public static final class SliderConstants{ - private SliderConstants(){} - - public static final int NUM_OF_TICKS_MIN = 2; // ticks - public static final int NUM_OF_TICKS_MAX = 26; // ticks - public static final int START_POSITION_MIN = 1; - public static final int START_POSITION_MAX = NUM_OF_TICKS_MAX; - public static final int TIMEOUT_MIN = 1; // second - public static final int TIMEOUT_MAX = 65; // seconds - - public static final int EXPECTED_REPSONSE_TIME_OFFSET = 2000; // ms, or 2 s - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlImageItem.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlImageItem.java deleted file mode 100644 index 516799faf..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlImageItem.java +++ /dev/null @@ -1,68 +0,0 @@ -package com.livio.sdl; - -import java.util.Comparator; - -import android.graphics.Bitmap; -import android.graphics.Bitmap.CompressFormat; - -import com.livio.sdl.utils.AndroidUtils; -import com.livio.sdl.utils.SdlUtils; -import com.smartdevicelink.proxy.rpc.Image; -import com.smartdevicelink.proxy.rpc.enums.FileType; -import com.smartdevicelink.proxy.rpc.enums.ImageType; - -/** - * Represents an SDL image object. This includes the bitmap object itself, - * a filename to be used on SDL and an ImageType representing the type of image - * we're looking at. - * - * @author Mike Burke - * - */ -public class SdlImageItem { - - public static class SdlImageItemComparator implements Comparator{ - @Override - public int compare(SdlImageItem lhs, SdlImageItem rhs) { - return lhs.getImageName().compareTo(rhs.getImageName()); - } - } - - private Bitmap bitmap; - private String imageName; - private FileType imageType; - - public SdlImageItem(Bitmap bitmap, String imageName, FileType imageType) { - this.bitmap = bitmap; - this.imageName = imageName; - this.imageType = imageType; - } - - public Bitmap getBitmap() { - return bitmap; - } - - public String getImageName() { - return imageName; - } - - public FileType getImageType(){ - return imageType; - } - - public Image toImage(){ - CompressFormat format = SdlUtils.convertImageTypeToCompressFormat(imageType); - - Image image = new Image(); - image.setImageType(ImageType.DYNAMIC); - image.setValue(imageName); - image.setBulkData(AndroidUtils.bitmapToRawBytes(bitmap, format)); - - return image; - } - - public static Image toImage(SdlImageItem item){ - return item.toImage(); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlLogMessage.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlLogMessage.java deleted file mode 100644 index 4fa1cf367..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlLogMessage.java +++ /dev/null @@ -1,124 +0,0 @@ -package com.livio.sdl; - -import java.text.SimpleDateFormat; -import java.util.Date; -import java.util.Locale; - -import com.livio.sdl.utils.SdlUtils; -import com.smartdevicelink.proxy.RPCMessage; -import com.smartdevicelink.proxy.RPCRequest; -import com.smartdevicelink.proxy.RPCResponse; - -/** - * The SdlLogMessage class holds applicable data to be used for logging an RPC message so that - * we don't have to keep a strong reference to the large RPC message object sitting around just - * to show a log message for it. - * - * @author Mike Burke - * - */ -public class SdlLogMessage { - - public static final String REQUEST = "request"; - public static final String RESPONSE = "response"; - public static final String NOTIFICATION = "notification"; - - private static final String DATE_FORMAT = "hh:mm:ss"; - private static final String POSITIVE_RESPONSE = "(positive response)"; - private static final String NEGATIVE_RESPONSE = "(negative response)"; - private static final String POSITIVE_REQUEST = "(request)"; - private static final String POSITIVE_NOTIFICATION = "(notification)"; - - private String timeStamp; - private String details; - private String functionName; - private boolean success = true; - private String messageType; - private String jsonData; - private int correlationId = -1; - - public SdlLogMessage(RPCMessage rpcm) { - setFields(rpcm); - } - - // read information from the input RPC Message and fills in the appropriate fields for this class. - private void setFields(RPCMessage rpcm){ - // get what type of message this is - request, response or notification - messageType = rpcm.getMessageType(); - - // apply a timestamp - SimpleDateFormat sdf = new SimpleDateFormat(DATE_FORMAT, Locale.US); - timeStamp = sdf.format(new Date()); - - details = ""; - - if(messageType.equals(RESPONSE)){ - // input message was a response, which is slightly more detailed than requests or notifications, so we'll have a separate method for responses. - setResponseFields((RPCResponse) rpcm); - } - else if(messageType.equals(REQUEST)){ - // requests need to append "(request)" to the input function name. - functionName = new StringBuilder().append(rpcm.getFunctionName()).append(" ").append(POSITIVE_REQUEST).toString(); - correlationId = ((RPCRequest) rpcm).getCorrelationID(); - } - else if(messageType.equals(NOTIFICATION)){ - // notifications need to append "(notification)" to the input function name. - functionName = new StringBuilder().append(rpcm.getFunctionName()).append(" ").append(POSITIVE_NOTIFICATION).toString(); - } - - // set the JSON string - jsonData = SdlUtils.getJsonString(rpcm); - } - - // set data for a response type message - private void setResponseFields(RPCResponse response){ - success = response.getSuccess(); - correlationId = response.getCorrelationID(); - - if(success){ - // if the response was successful, set the details to success and show the function name as a positive response - details = response.getResultCode().name(); - functionName = new StringBuilder().append(response.getFunctionName()).append(" ").append(POSITIVE_RESPONSE).toString(); - } - else{ - // if the response was unsuccessful, show a detailed explanation in details and set function name as a negative response - functionName = new StringBuilder().append(response.getFunctionName()).append(" ").append(NEGATIVE_RESPONSE).toString(); - - // if the response has extra info, we'll append it after the negative response. - String info = response.getInfo(); - StringBuilder builder = new StringBuilder().append(response.getResultCode().name()); - if(info != null){ - builder.append(": ").append(info); - } - details = builder.toString(); - } - } - - public String getTimeStamp() { - return timeStamp; - } - - public String getDetails() { - return details; - } - - public String getFunctionName() { - return functionName; - } - - public boolean getSuccess(){ - return success; - } - - public String getMessageType(){ - return messageType; - } - - public String getJsonData(){ - return jsonData; - } - - public int getCorrelationId(){ - return correlationId; - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlRequestFactory.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlRequestFactory.java deleted file mode 100644 index 53de4f6e9..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlRequestFactory.java +++ /dev/null @@ -1,609 +0,0 @@ -package com.livio.sdl; - -import java.util.Vector; - -import com.livio.sdl.utils.MathUtils; -import com.livio.sdl.utils.SdlUtils; -import com.smartdevicelink.proxy.RPCRequest; -import com.smartdevicelink.proxy.TTSChunkFactory; -import com.smartdevicelink.proxy.rpc.AddCommand; -import com.smartdevicelink.proxy.rpc.AddSubMenu; -import com.smartdevicelink.proxy.rpc.Alert; -import com.smartdevicelink.proxy.rpc.ChangeRegistration; -import com.smartdevicelink.proxy.rpc.Choice; -import com.smartdevicelink.proxy.rpc.CreateInteractionChoiceSet; -import com.smartdevicelink.proxy.rpc.DeleteCommand; -import com.smartdevicelink.proxy.rpc.DeleteFile; -import com.smartdevicelink.proxy.rpc.DeleteInteractionChoiceSet; -import com.smartdevicelink.proxy.rpc.DeleteSubMenu; -import com.smartdevicelink.proxy.rpc.GetDTCs; -import com.smartdevicelink.proxy.rpc.Image; -import com.smartdevicelink.proxy.rpc.PerformInteraction; -import com.smartdevicelink.proxy.rpc.PutFile; -import com.smartdevicelink.proxy.rpc.ReadDID; -import com.smartdevicelink.proxy.rpc.ScrollableMessage; -import com.smartdevicelink.proxy.rpc.SetAppIcon; -import com.smartdevicelink.proxy.rpc.SetMediaClockTimer; -import com.smartdevicelink.proxy.rpc.Show; -import com.smartdevicelink.proxy.rpc.Slider; -import com.smartdevicelink.proxy.rpc.Speak; -import com.smartdevicelink.proxy.rpc.StartTime; -import com.smartdevicelink.proxy.rpc.SubscribeButton; -import com.smartdevicelink.proxy.rpc.TTSChunk; -import com.smartdevicelink.proxy.rpc.UnsubscribeButton; -import com.smartdevicelink.proxy.rpc.enums.ButtonName; -import com.smartdevicelink.proxy.rpc.enums.FileType; -import com.smartdevicelink.proxy.rpc.enums.InteractionMode; -import com.smartdevicelink.proxy.rpc.enums.Language; -import com.smartdevicelink.proxy.rpc.enums.SpeechCapabilities; -import com.smartdevicelink.proxy.rpc.enums.TextAlignment; -import com.smartdevicelink.proxy.rpc.enums.UpdateMode; - -/** - * A static factory class that instantiates various types of RPCRequest subclasses based on the - * input parameters. - * - * @author Mike Burke - * - */ -public final class SdlRequestFactory { - - private SdlRequestFactory() {} - - /** - * Creates an AddCommand RPCRequest. - * - * @param name The name of the command. Cannot be null or empty string - * @param position The position in the menu list - * @param parentId The command's parent id - * @param vrCommands A CSV string input that is parsed into voice-rec strings - * @param imageName The image name of any image associated with the command - * @return The created AddCommand request - */ - public static RPCRequest addCommand(String name, int position, int parentId, String vrCommands, String imageName){ - if(name == null){ - throw new NullPointerException(); - } - if(name.length() <= 0){ - throw new IllegalArgumentException(); - } - - AddCommand result = new AddCommand(); - result.setMenuParams(SdlUtils.menuParams(name, position, parentId)); - if(vrCommands != null && vrCommands.length() > 0){ - result.setVrCommands(SdlUtils.voiceRecognitionVector(vrCommands)); - } - if(imageName != null){ - result.setCmdIcon(SdlUtils.dynamicImage(imageName)); - } - return result; - } - - /** - * Creates an AddSubmenu RPCRequest. - * - * @param submenuName The name of the submenu. Cannot be null or empty string - * @param position The position in the menu list - * @return The created AddSubMenu request - */ - public static RPCRequest addSubmenu(String submenuName, int position){ - if(submenuName == null){ - throw new NullPointerException(); - } - if(submenuName.length() <= 0){ - throw new IllegalArgumentException(); - } - - AddSubMenu result = new AddSubMenu(); - result.setMenuName(submenuName); - result.setPosition(position); - return result; - } - - /** - * Creates a SubscribeButton RPCRequest. - * - * @param name The ButtonName that is being subscribed to - * @return The created SubscribeButton request - */ - public static RPCRequest subscribeButton(ButtonName name){ - if(name == null){ - throw new NullPointerException(); - } - - SubscribeButton result = new SubscribeButton(); - result.setButtonName(name); - return result; - } - - /** - * Creates a UnsubscribeButton RPCRequest - * - * @param name The ButtonName that is being unsubscribed from - * @return The created UnsubscribeButton request - */ - public static RPCRequest unsubscribeButton(ButtonName name){ - if(name == null){ - throw new NullPointerException(); - } - - UnsubscribeButton result = new UnsubscribeButton(); - result.setButtonName(name); - return result; - } - - /** - * Creates a ChangeRegistration request - * - * @param mainLang Main language to set. Cannot be null - * @param hmiLang HMI language to set. Cannot be null - * @return The ChangeRegistration request - */ - public static RPCRequest changeRegistration(Language mainLang, Language hmiLang){ - if(mainLang == null || hmiLang == null){ - throw new NullPointerException(); - } - - ChangeRegistration result = new ChangeRegistration(); - result.setLanguage(mainLang); - result.setHmiDisplayLanguage(hmiLang); - return result; - } - - /** - * Creates a CreateInteractionChoiceSet request. - * - * @param choiceSet The choices contained within the CreateInteractionChoiceSet. Cannot be null or empty vector. - * @return The created CreateInteractionChoiceSet request - */ - public static RPCRequest createInteractionChoiceSet(Vector choiceSet){ - if(choiceSet == null){ - throw new NullPointerException(); - } - if(choiceSet.size() <= 0){ - throw new IllegalArgumentException(); - } - - CreateInteractionChoiceSet result = new CreateInteractionChoiceSet(); - result.setChoiceSet(choiceSet); - return result; - } - - /** - * Creates a DeleteCommand request. - * - * @param commandId The id of the command to delete. Must be a valid ID value. - * @return The created DeleteCommand request - */ - public static RPCRequest deleteCommand(int commandId){ - if(commandId < SdlConstants.AddCommandConstants.MINIMUM_COMMAND_ID || - commandId > SdlConstants.AddCommandConstants.MAXIMUM_COMMAND_ID){ - throw new IllegalArgumentException(); - } - - DeleteCommand result = new DeleteCommand(); - result.setCmdID(commandId); - return result; - } - - /** - * Creates a DeleteSubMenu request. - * - * @param menuId The id of the command to delete. Must be a valid ID value. - * @return The created DeleteSubMenu request - */ - public static RPCRequest deleteSubmenu(int menuId){ - if(menuId < SdlConstants.AddCommandConstants.MINIMUM_COMMAND_ID || - menuId > SdlConstants.AddCommandConstants.MAXIMUM_COMMAND_ID){ - throw new IllegalArgumentException(); - } - - DeleteSubMenu result = new DeleteSubMenu(); - result.setMenuID(menuId); - return result; - } - - /** - * Creates a DeleteFile request. - * - * @param fileName The file name of the image to delete. Cannot be null. - * @return The created DeleteFile request - */ - public static RPCRequest deleteFile(String fileName){ - if(fileName == null){ - throw new NullPointerException(); - } - - DeleteFile result = new DeleteFile(); - result.setSmartDeviceLinkFileName(fileName); - return result; - } - - /** - * Creates a DeleteInteracionChoiceSet request. - * - * @param id The id of the choice set to delete. Must be a valid id value. - * @return - */ - public static RPCRequest deleteInteractionChoiceSet(int id){ - if(id < SdlConstants.InteractionChoiceSetConstants.MINIMUM_CHOICE_SET_ID || id > SdlConstants.InteractionChoiceSetConstants.MAXIMUM_CHOICE_SET_ID){ - throw new IllegalArgumentException(); - } - - DeleteInteractionChoiceSet result = new DeleteInteractionChoiceSet(); - result.setInteractionChoiceSetID(id); - return result; - } - - - /** - * Creates a GetDTCs request. - * - * @param ecuId The ECU id to get DTCs for. Must be a valid ECU id value. - * @return The created GetDTCs request - */ - public static RPCRequest getDtcs(int ecuId){ - if(ecuId < SdlConstants.GetDtcsConstants.MINIMUM_ECU_ID || ecuId > SdlConstants.GetDtcsConstants.MAXIMUM_ECU_ID){ - throw new IllegalArgumentException(); - } - - GetDTCs result = new GetDTCs(); - result.setEcuName(ecuId); - return result; - } - - /** - * Creates a GetDTCs request. - * - * @param ecuId - * @return - */ - public static RPCRequest getDtcs(String ecuId){ - try{ - return getDtcs(Integer.parseInt(ecuId)); - } - catch(NumberFormatException e){ - throw new IllegalArgumentException(); - } - } - - /** - * Creates a PerformInteraction request. - * - * @param title The title of the interaction - * @param voicePrompt The CSV string representing the vector of voice-rec inputs - * @param choiceIds The ids of the choices to present to the user. Cannot be null or empty. - * @param mode The interaction mode for this interaction - * @param timeout The timeout for the interaction. Must be within timeout range. - * @return The created PerformInteraction request - */ - public static RPCRequest performInteraction(String title, String voicePrompt, Vector choiceIds, InteractionMode mode, int timeout){ - if(choiceIds == null || choiceIds.size() <= 0){ - throw new IllegalArgumentException(); - } - - if( (timeout < MathUtils.convertSecsToMillisecs(SdlConstants.PerformInteractionConstants.MINIMUM_TIMEOUT) || - timeout > MathUtils.convertSecsToMillisecs(SdlConstants.PerformInteractionConstants.MAXIMUM_TIMEOUT) ) && - (timeout != SdlConstants.PerformInteractionConstants.INVALID_TIMEOUT) ){ - throw new IllegalArgumentException(); - } - - PerformInteraction result = new PerformInteraction(); - - // set the title - if(title == null || title.length() <= 0){ - title = " "; - } - result.setInitialText(title); - - // set the voice prompt - if(voicePrompt == null || voicePrompt.length() <= 0){ - voicePrompt = " "; - } - Vector ttsChunks = TTSChunkFactory.createSimpleTTSChunks(voicePrompt); - result.setInitialPrompt(ttsChunks); - - // set the interaction mode - result.setInteractionMode(mode); - - // set the choice set ids - result.setInteractionChoiceSetIDList(choiceIds); - - // set the timeout - if(timeout != SdlConstants.PerformInteractionConstants.INVALID_TIMEOUT){ - result.setTimeout(timeout); - } - - return result; - } - - /** - * Creates a PerformInteraction request. - * - * @param title The title of the interaction - * @param voicePrompt The CSV string representing the vector of voice-rec inputs - * @param choiceIds The ids of the choices to present to the user. Cannot be null or empty. - * @param mode The interaction mode for this interaction - * @return The created PerformInteraction request - */ - public static RPCRequest performInteraction(String title, String voicePrompt, Vector choiceIds, InteractionMode mode){ - return performInteraction(title, voicePrompt, choiceIds, mode, SdlConstants.PerformInteractionConstants.INVALID_TIMEOUT); - } - - /** - * Creates a PutFile request. - * - * @param fileName The file name for the file. Cannot be null or empty. - * @param type Type of file this request will contain. Cannot be null. - * @param persistent Whether or not the file is persistent on the head-unit - * @param rawBytes The raw bytes of the file to send. Cannot be null or empty. - * @return The created PutFile request - */ - public static RPCRequest putFile(String fileName, FileType type, boolean persistent, byte[] rawBytes){ - if(fileName == null || type == null || rawBytes == null){ - throw new NullPointerException(); - } - if(fileName.length() <= 0 || rawBytes.length <= 0){ - throw new IllegalArgumentException(); - } - - PutFile result = new PutFile(); - result.setSmartDeviceLinkFileName(fileName); - result.setBulkData(rawBytes); - result.setPersistentFile(persistent); - result.setFileType(type); - return result; - } - - /** - * Creates a ReadDID request - * - * @param ecu The ECU id. Must be a valid ECU id value. - * @param did The DID id. Must be a valid DID id value. - * @return The created ReadDid request - */ - public static RPCRequest readDid(int ecu, int did){ - Vector dids = new Vector(1); - dids.add(did); - return readDid(ecu, dids); - } - - /** - * Creates a ReadDID request. - * - * @param ecu The ECU id. Must be a valid ECU id value. - * @param dids A vector of DID ids. Cannot be null or empty and all values must be valid DID id values. - * @return The created ReadDID request - */ - public static RPCRequest readDid(int ecu, Vector dids){ - if(dids == null){ - throw new NullPointerException(); - } - - if(ecu < SdlConstants.ReadDidsConstants.MINIMUM_ECU_ID || ecu > SdlConstants.ReadDidsConstants.MAXIMUM_ECU_ID || - dids.size() <= 0){ - throw new IllegalArgumentException(); - } - - for(Integer did : dids){ - if(did < SdlConstants.ReadDidsConstants.MINIMUM_DID_LOCATION || did > SdlConstants.ReadDidsConstants.MAXIMUM_DID_LOCATION){ - throw new IllegalArgumentException(); - } - } - - ReadDID result = new ReadDID(); - result.setEcuName(ecu); - result.setDidLocation(dids); - return result; - } - - /** - * Creates a ScrollableMessage request - * - * @param msg The message to show on the head-unit. Cannot be null and max length is 500 chars. - * @param timeoutInMs The timeout for the request in milliseconds. Must be within timeout range for ScrollableMessage. - * @return The created ScrollableMessage request - */ - public static RPCRequest scrollableMessage(String msg, int timeoutInMs){ - if(msg == null){ - throw new NullPointerException(); - } - if(msg.length() > SdlConstants.ScrollableMessageConstants.MESSAGE_LENGTH_MAX || - timeoutInMs < MathUtils.convertSecsToMillisecs(SdlConstants.ScrollableMessageConstants.TIMEOUT_MINIMUM) || - timeoutInMs > MathUtils.convertSecsToMillisecs(SdlConstants.ScrollableMessageConstants.TIMEOUT_MAXIMUM) ){ - throw new IllegalArgumentException(); - } - - ScrollableMessage result = new ScrollableMessage(); - result.setScrollableMessageBody(msg); - result.setTimeout(timeoutInMs); - return result; - } - - /** - * Creates an Alert request - * - * @param textToSpeak The text that should be spoken on the vehicle sound system - * @param line1 The first line in the alert - * @param line2 The second line in the alert - * @param line3 The third line in the alert - * @param playTone Whether or not to play a tone - * @param toneDuration The length time to show the alert. Must be within timeout range for Alert. - * @return The created Alert request - */ - public static RPCRequest alert(String textToSpeak, String line1, String line2, String line3, boolean playTone, int toneDuration){ - if(toneDuration < MathUtils.convertSecsToMillisecs(SdlConstants.AlertConstants.ALERT_TIME_MINIMUM) || - toneDuration > MathUtils.convertSecsToMillisecs(SdlConstants.AlertConstants.ALERT_TIME_MAXIMUM) ){ - throw new IllegalArgumentException(); - } - - Alert result = new Alert(); - if(textToSpeak != null && textToSpeak.length() > 0){ - result.setTtsChunks(SdlUtils.createTextToSpeechVector(textToSpeak)); - } - if(line1 != null && line1.length() > 0){ - result.setAlertText1(line1); - } - if(line2 != null && line2.length() > 0){ - result.setAlertText2(line2); - } - if(line3 != null && line3.length() > 0){ - result.setAlertText3(line3); - } - - result.setPlayTone(playTone); - result.setDuration(toneDuration); - - return result; - } - - /** - * Creates a SetAppIcon request. - * - * @param iconName The name of the image to show as the app icon. Cannot be null or empty. - * @return The created SetAppIcon request - */ - public static RPCRequest setAppIcon(String iconName){ - if(iconName == null){ - throw new NullPointerException(); - } - if(iconName.length() <= 0){ - throw new IllegalArgumentException(); - } - - SetAppIcon result = new SetAppIcon(); - result.setSmartDeviceLinkFileName(iconName); - return result; - } - - /** - * Creates a SetMediaClockTimer request. - * - * @param mode The UpdateMode for the clock timer. Cannot be null. - * @param startTime The start time for the clock timer - * @return The created SetMediaClockTimer request - */ - public static RPCRequest setMediaClockTimer(UpdateMode mode, StartTime startTime){ - if(mode == null){ - throw new NullPointerException(); - } - - SetMediaClockTimer result = new SetMediaClockTimer(); - result.setUpdateMode(mode); - if(startTime != null){ - result.setStartTime(startTime); - } - return result; - } - - - /** - * Creates a SetMediaClockTimer request. - * - * @param mode The UpdateMode for the clock timer. Cannot be null. - * @param hours The hours place of the clock - * @param minutes The minutes place of the clock - * @param seconds The seconds place of the clock - * @return The created SetMediaClockTimer request - */ - public static RPCRequest setMediaClockTimer(UpdateMode mode, int hours, int minutes, int seconds){ - return setMediaClockTimer(mode, SdlUtils.createStartTime(hours, minutes, seconds)); - } - - /** - * Creates a SetMediaClockTimer request. - * - * @param mode The UpdateMode for the clock timer. Cannot be null. - * @return - */ - public static RPCRequest setMediaClockTimer(UpdateMode mode){ - return setMediaClockTimer(mode, null); - } - - /** - * Creates a Show request. - * - * @param line1 The first line of text on the HMI - * @param line2 The second line of text on the HMI - * @param line3 The third line of text on the HMI - * @param line4 The fourth line of text on the HMI (not available for media apps) - * @param statusBar The text of the status bar - * @param alignment The TextAlignment of the text - * @param imageName The name of the image to show on the HMI - * @return The created Show request - */ - public static RPCRequest show(String line1, String line2, String line3, String line4, String statusBar, TextAlignment alignment, String imageName){ - Show result = new Show(); - if(line1 != null && line1.length() > 0){ - result.setMainField1(line1); - } - if(line2 != null && line2.length() > 0){ - result.setMainField2(line2); - } - if(line3 != null && line3.length() > 0){ - result.setMainField3(line3); - } - if(line4 != null && line4.length() > 0){ - result.setMainField4(line4); - } - if(statusBar != null && statusBar.length() > 0){ - result.setStatusBar(statusBar); - } - if(alignment != null){ - result.setAlignment(alignment); - } - if(imageName != null){ - Image image = SdlUtils.dynamicImage(imageName); - result.setGraphic(image); - } - - return result; - } - - /** - * Creates a Slider request. - * - * @param header The header/title text for the slider. Cannot be null. - * @param footer The footer text for the slider - * @param numOfTicks The total number of ticks available in the slider. Must be a valid ticks value. - * @param startPosition The initial position of the slider. Must be a valid start position value. - * @param timeout The timeout of the slider. Must be a valid slider timeout value. - * @return The created Slider request - */ - public static RPCRequest slider(String header, String footer, int numOfTicks, int startPosition, int timeout){ - if(header == null){ - throw new NullPointerException(); - } - if(numOfTicks < SdlConstants.SliderConstants.NUM_OF_TICKS_MIN || numOfTicks > SdlConstants.SliderConstants.NUM_OF_TICKS_MAX || - startPosition < SdlConstants.SliderConstants.START_POSITION_MIN || startPosition > numOfTicks || - timeout < MathUtils.convertSecsToMillisecs(SdlConstants.SliderConstants.TIMEOUT_MIN) || - timeout > MathUtils.convertSecsToMillisecs(SdlConstants.SliderConstants.TIMEOUT_MAX) ){ - throw new IllegalArgumentException(); - } - - Slider result = new Slider(); - result.setSliderHeader(header); - result.setSliderFooter(SdlUtils.voiceRecognitionVector(footer)); - result.setNumTicks(numOfTicks); - result.setPosition(startPosition); - result.setTimeout(timeout); - return result; - } - - /** - * Creates a Speak request. - * - * @param text The text to speak. Cannot be null. - * @param speechCapabilities The type of input - either text, phoneme type or silence. Cannot be null. - * @return The created Speak request - */ - public static RPCRequest speak(String text, SpeechCapabilities speechCapabilities){ - if(text == null || speechCapabilities == null){ - throw new NullPointerException(); - } - - Speak result = new Speak(); - result.setTtsChunks(SdlUtils.createTextToSpeechVector(text, speechCapabilities)); - return result; - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseFactory.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseFactory.java deleted file mode 100644 index b6ee7c2c3..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseFactory.java +++ /dev/null @@ -1,206 +0,0 @@ -package com.livio.sdl; - -import com.smartdevicelink.proxy.RPCRequest; -import com.smartdevicelink.proxy.RPCResponse; -import com.smartdevicelink.proxy.constants.Names; -import com.smartdevicelink.proxy.interfaces.IProxyListenerALM; -import com.smartdevicelink.proxy.rpc.AddCommandResponse; -import com.smartdevicelink.proxy.rpc.AddSubMenuResponse; -import com.smartdevicelink.proxy.rpc.AlertResponse; -import com.smartdevicelink.proxy.rpc.ChangeRegistrationResponse; -import com.smartdevicelink.proxy.rpc.CreateInteractionChoiceSetResponse; -import com.smartdevicelink.proxy.rpc.DeleteCommandResponse; -import com.smartdevicelink.proxy.rpc.DeleteFileResponse; -import com.smartdevicelink.proxy.rpc.DeleteInteractionChoiceSetResponse; -import com.smartdevicelink.proxy.rpc.DeleteSubMenuResponse; -import com.smartdevicelink.proxy.rpc.GetDTCsResponse; -import com.smartdevicelink.proxy.rpc.GetVehicleDataResponse; -import com.smartdevicelink.proxy.rpc.ListFilesResponse; -import com.smartdevicelink.proxy.rpc.PerformInteractionResponse; -import com.smartdevicelink.proxy.rpc.PutFileResponse; -import com.smartdevicelink.proxy.rpc.ReadDIDResponse; -import com.smartdevicelink.proxy.rpc.ResetGlobalPropertiesResponse; -import com.smartdevicelink.proxy.rpc.ScrollableMessageResponse; -import com.smartdevicelink.proxy.rpc.SetAppIconResponse; -import com.smartdevicelink.proxy.rpc.SetGlobalPropertiesResponse; -import com.smartdevicelink.proxy.rpc.SetMediaClockTimerResponse; -import com.smartdevicelink.proxy.rpc.ShowResponse; -import com.smartdevicelink.proxy.rpc.SliderResponse; -import com.smartdevicelink.proxy.rpc.SpeakResponse; -import com.smartdevicelink.proxy.rpc.SubscribeButtonResponse; -import com.smartdevicelink.proxy.rpc.SubscribeVehicleDataResponse; -import com.smartdevicelink.proxy.rpc.UnsubscribeButtonResponse; -import com.smartdevicelink.proxy.rpc.UnsubscribeVehicleDataResponse; -import com.smartdevicelink.proxy.rpc.enums.Result; - -/** - * A factory class to generate responses based on the input requests. - * - * @author Mike Burke - * - */ -public final class SdlResponseFactory { - - private SdlResponseFactory() {} - - /** - * Creates a generic "Success" response for the input request with no input checking. The created - * response is sent back to the appropriate method of the input listener. - * - * @param request The request to respond to - * @param listener The listener to inform when the response is complete - */ - public static void sendGenericResponseForRequest(RPCRequest request, IProxyListenerALM listener){ - if(listener == null){ - throw new NullPointerException(); - } - - final String reqName = request.getFunctionName(); - final int correlationId = request.getCorrelationID(); - - // this is really bad - if(reqName == Names.Alert){ - AlertResponse result = new AlertResponse(); - setSuccessParams(result, correlationId); - listener.onAlertResponse(result); - } - else if(reqName == Names.Speak){ - SpeakResponse result = new SpeakResponse(); - setSuccessParams(result, correlationId); - listener.onSpeakResponse(result); - } - else if(reqName == Names.Show){ - ShowResponse result = new ShowResponse(); - setSuccessParams(result, correlationId); - listener.onShowResponse(result); - } - else if(reqName == Names.SubscribeButton){ - SubscribeButtonResponse result = new SubscribeButtonResponse(); - setSuccessParams(result, correlationId); - listener.onSubscribeButtonResponse(result); - - } - else if(reqName == Names.UnsubscribeButton){ - UnsubscribeButtonResponse result = new UnsubscribeButtonResponse(); - setSuccessParams(result, correlationId); - listener.onUnsubscribeButtonResponse(result); - } - else if(reqName == Names.AddCommand){ - AddCommandResponse result = new AddCommandResponse(); - setSuccessParams(result, correlationId); - listener.onAddCommandResponse(result); - } - else if(reqName == Names.DeleteCommand){ - DeleteCommandResponse result = new DeleteCommandResponse(); - setSuccessParams(result, correlationId); - listener.onDeleteCommandResponse(result); - } - else if(reqName == Names.AddSubMenu){ - AddSubMenuResponse result = new AddSubMenuResponse(); - setSuccessParams(result, correlationId); - listener.onAddSubMenuResponse(result); - } - else if(reqName == Names.DeleteSubMenu){ - DeleteSubMenuResponse result = new DeleteSubMenuResponse(); - setSuccessParams(result, correlationId); - listener.onDeleteSubMenuResponse(result); - } - else if(reqName == Names.SetGlobalProperties){ - SetGlobalPropertiesResponse result = new SetGlobalPropertiesResponse(); - setSuccessParams(result, correlationId); - listener.onSetGlobalPropertiesResponse(result); - } - else if(reqName == Names.ResetGlobalProperties){ - ResetGlobalPropertiesResponse result = new ResetGlobalPropertiesResponse(); - setSuccessParams(result, correlationId); - listener.onResetGlobalPropertiesResponse(result); - } - else if(reqName == Names.SetMediaClockTimer){ - SetMediaClockTimerResponse result = new SetMediaClockTimerResponse(); - setSuccessParams(result, correlationId); - listener.onSetMediaClockTimerResponse(result); - } - else if(reqName == Names.CreateInteractionChoiceSet){ - CreateInteractionChoiceSetResponse result = new CreateInteractionChoiceSetResponse(); - setSuccessParams(result, correlationId); - listener.onCreateInteractionChoiceSetResponse(result); - } - else if(reqName == Names.DeleteInteractionChoiceSet){ - DeleteInteractionChoiceSetResponse result = new DeleteInteractionChoiceSetResponse(); - setSuccessParams(result, correlationId); - listener.onDeleteInteractionChoiceSetResponse(result); - } - else if(reqName == Names.PerformInteraction){ - PerformInteractionResponse result = new PerformInteractionResponse(); - setSuccessParams(result, correlationId); - listener.onPerformInteractionResponse(result); - } - else if(reqName == Names.Slider){ - SliderResponse result = new SliderResponse(); - setSuccessParams(result, correlationId); - listener.onSliderResponse(result); - } - else if(reqName == Names.ScrollableMessage){ - ScrollableMessageResponse result = new ScrollableMessageResponse(); - setSuccessParams(result, correlationId); - listener.onScrollableMessageResponse(result); - } - else if(reqName == Names.ChangeRegistration){ - ChangeRegistrationResponse result = new ChangeRegistrationResponse(); - setSuccessParams(result, correlationId); - listener.onChangeRegistrationResponse(result); - } - else if(reqName == Names.PutFile){ - PutFileResponse result = new PutFileResponse(); - setSuccessParams(result, correlationId); - listener.onPutFileResponse(result); - } - else if(reqName == Names.DeleteFile){ - DeleteFileResponse result = new DeleteFileResponse(); - setSuccessParams(result, correlationId); - listener.onDeleteFileResponse(result); - } - else if(reqName == Names.ListFiles){ - ListFilesResponse result = new ListFilesResponse(); - setSuccessParams(result, correlationId); - listener.onListFilesResponse(result); - } - else if(reqName == Names.SetAppIcon){ - SetAppIconResponse result = new SetAppIconResponse(); - setSuccessParams(result, correlationId); - listener.onSetAppIconResponse(result); - } - else if(reqName == Names.SubscribeVehicleData){ - SubscribeVehicleDataResponse result = new SubscribeVehicleDataResponse(); - setSuccessParams(result, correlationId); - listener.onSubscribeVehicleDataResponse(result); - } - else if(reqName == Names.UnsubscribeVehicleData){ - UnsubscribeVehicleDataResponse result = new UnsubscribeVehicleDataResponse(); - setSuccessParams(result, correlationId); - listener.onUnsubscribeVehicleDataResponse(result); - } - else if(reqName == Names.GetVehicleData){ - GetVehicleDataResponse result = new GetVehicleDataResponse(); - setSuccessParams(result, correlationId); - listener.onGetVehicleDataResponse(result); - } - else if(reqName == Names.ReadDID){ - ReadDIDResponse result = new ReadDIDResponse(); - setSuccessParams(result, correlationId); - listener.onReadDIDResponse(result); - } - else if(reqName == Names.GetDTCs){ - GetDTCsResponse result = new GetDTCsResponse(); - setSuccessParams(result, correlationId); - listener.onGetDTCsResponse(result); - } - } - - private static void setSuccessParams(RPCResponse response, int correlationId){ - response.setSuccess(true); - response.setCorrelationID(correlationId); - response.setResultCode(Result.SUCCESS); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseTracker.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseTracker.java deleted file mode 100644 index e7e6fa3bf..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlResponseTracker.java +++ /dev/null @@ -1,109 +0,0 @@ -package com.livio.sdl; - -import android.util.SparseArray; - -import com.livio.sdl.utils.Timeout; -import com.smartdevicelink.proxy.RPCRequest; - -/** - * Tracks outgoing requests to core and sets a timeout for when the response - * should come back from core. If a request isn't received by the time - * the timeout expires, it should be assumed that SDL core disconnected. - * - * @author Mike Burke - * - */ -public class SdlResponseTracker { - - /** - * Listener interface for SdlResponseTracker. Contains callback method - * for when any request times out. - * - * @author Mike Burke - * - */ - public interface Listener{ - public void onRequestTimedOut(); - } - - /** - * Default timeout to receive a response for a typical request. - */ - public static final int DEFAULT_TIMEOUT = 5000; // 5 seconds - - private SparseArray requests = new SparseArray(); - private SparseArray timeouts = new SparseArray(); - - private Listener listener; - - public SdlResponseTracker(Listener l) { - this.listener = l; - } - - /** - * Adds a request to the tracker with a default timeout. - * - * @param request The request to track - */ - public void add(RPCRequest request){ - add(request, DEFAULT_TIMEOUT); - } - - /** - * Adds a request to the tracker with a specified timeout. - * - * @param request The request to track - * @param duration The timeout duration (in ms) - */ - public void add(RPCRequest request, int duration){ - int corrId = request.getCorrelationID(); - requests.put(corrId, request); - - Timeout timeout = new Timeout(duration, new Timeout.Listener() { - @Override public void onTimeoutCancelled() {} - - @Override - public void onTimeoutCompleted() { - notifyRequestTimedOut(); - } - }); - timeout.start(); - timeouts.put(corrId, timeout); - } - - /** - * Removes the specified correlation id from the tracker. Also automatically - * cancels the associated timer for the specified correlation id. - * - * @param corrId The correlation id to stop tracking - * @return The request that was removed - */ - public RPCRequest remove(int corrId){ - timeouts.get(corrId).cancel(); - timeouts.remove(corrId); - - RPCRequest result = requests.get(corrId); - requests.remove(corrId); - return result; - } - - /** - * Clears all requests being tracked and cancels their associated timeouts. - */ - public void clear(){ - if(requests != null){ - // loop through requests and remove each one - for(int numItems = requests.size()-1; numItems >= 0; numItems--){ - RPCRequest request = requests.valueAt(numItems); - remove(request.getCorrelationID()); - } - } - } - - private void notifyRequestTimedOut(){ - if(listener != null){ - listener.onRequestTimedOut(); - } - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlService.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlService.java deleted file mode 100644 index 72f3d78b4..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/SdlService.java +++ /dev/null @@ -1,1131 +0,0 @@ -package com.livio.sdl; - -import java.util.ArrayList; -import java.util.Collections; -import java.util.List; -import java.util.Vector; - -import android.annotation.SuppressLint; -import android.app.Service; -import android.content.Intent; -import android.os.Handler; -import android.os.IBinder; -import android.os.Message; -import android.os.Messenger; -import android.os.RemoteException; -import android.util.Log; -import android.widget.Toast; - -import com.livio.sdl.enums.SdlButton; -import com.livio.sdl.menu.CommandButton; -import com.livio.sdl.menu.CommandButton.OnClickListener; -import com.livio.sdl.menu.MenuItem; -import com.livio.sdl.menu.MenuManager; -import com.livio.sdl.menu.SubmenuButton; -import com.livio.sdl.utils.UpCounter; -import com.smartdevicelink.exception.SmartDeviceLinkException; -import com.smartdevicelink.proxy.RPCMessage; -import com.smartdevicelink.proxy.RPCRequest; -import com.smartdevicelink.proxy.SmartDeviceLinkProxyALM; -import com.smartdevicelink.proxy.constants.Names; -import com.smartdevicelink.proxy.interfaces.IProxyListenerALM; -import com.smartdevicelink.proxy.rpc.AddCommand; -import com.smartdevicelink.proxy.rpc.AddCommandResponse; -import com.smartdevicelink.proxy.rpc.AddSubMenu; -import com.smartdevicelink.proxy.rpc.AddSubMenuResponse; -import com.smartdevicelink.proxy.rpc.Alert; -import com.smartdevicelink.proxy.rpc.AlertManeuverResponse; -import com.smartdevicelink.proxy.rpc.AlertResponse; -import com.smartdevicelink.proxy.rpc.ChangeRegistrationResponse; -import com.smartdevicelink.proxy.rpc.Choice; -import com.smartdevicelink.proxy.rpc.CreateInteractionChoiceSet; -import com.smartdevicelink.proxy.rpc.CreateInteractionChoiceSetResponse; -import com.smartdevicelink.proxy.rpc.DeleteCommand; -import com.smartdevicelink.proxy.rpc.DeleteCommandResponse; -import com.smartdevicelink.proxy.rpc.DeleteFile; -import com.smartdevicelink.proxy.rpc.DeleteFileResponse; -import com.smartdevicelink.proxy.rpc.DeleteInteractionChoiceSet; -import com.smartdevicelink.proxy.rpc.DeleteInteractionChoiceSetResponse; -import com.smartdevicelink.proxy.rpc.DeleteSubMenu; -import com.smartdevicelink.proxy.rpc.DeleteSubMenuResponse; -import com.smartdevicelink.proxy.rpc.DialNumberResponse; -import com.smartdevicelink.proxy.rpc.EndAudioPassThruResponse; -import com.smartdevicelink.proxy.rpc.GenericResponse; -import com.smartdevicelink.proxy.rpc.GetDTCsResponse; -import com.smartdevicelink.proxy.rpc.GetVehicleDataResponse; -import com.smartdevicelink.proxy.rpc.ListFilesResponse; -import com.smartdevicelink.proxy.rpc.OnAudioPassThru; -import com.smartdevicelink.proxy.rpc.OnButtonEvent; -import com.smartdevicelink.proxy.rpc.OnButtonPress; -import com.smartdevicelink.proxy.rpc.OnCommand; -import com.smartdevicelink.proxy.rpc.OnDriverDistraction; -import com.smartdevicelink.proxy.rpc.OnHMIStatus; -import com.smartdevicelink.proxy.rpc.OnLanguageChange; -import com.smartdevicelink.proxy.rpc.OnPermissionsChange; -import com.smartdevicelink.proxy.rpc.OnTBTClientState; -import com.smartdevicelink.proxy.rpc.OnVehicleData; -import com.smartdevicelink.proxy.rpc.PerformAudioPassThruResponse; -import com.smartdevicelink.proxy.rpc.PerformInteraction; -import com.smartdevicelink.proxy.rpc.PerformInteractionResponse; -import com.smartdevicelink.proxy.rpc.PutFile; -import com.smartdevicelink.proxy.rpc.PutFileResponse; -import com.smartdevicelink.proxy.rpc.ReadDIDResponse; -import com.smartdevicelink.proxy.rpc.ResetGlobalPropertiesResponse; -import com.smartdevicelink.proxy.rpc.ScrollableMessage; -import com.smartdevicelink.proxy.rpc.ScrollableMessageResponse; -import com.smartdevicelink.proxy.rpc.SetAppIconResponse; -import com.smartdevicelink.proxy.rpc.SetDisplayLayoutResponse; -import com.smartdevicelink.proxy.rpc.SetGlobalPropertiesResponse; -import com.smartdevicelink.proxy.rpc.SetMediaClockTimerResponse; -import com.smartdevicelink.proxy.rpc.ShowConstantTBTResponse; -import com.smartdevicelink.proxy.rpc.ShowResponse; -import com.smartdevicelink.proxy.rpc.Slider; -import com.smartdevicelink.proxy.rpc.SliderResponse; -import com.smartdevicelink.proxy.rpc.SpeakResponse; -import com.smartdevicelink.proxy.rpc.SubscribeButton; -import com.smartdevicelink.proxy.rpc.SubscribeButtonResponse; -import com.smartdevicelink.proxy.rpc.SubscribeVehicleDataResponse; -import com.smartdevicelink.proxy.rpc.UnsubscribeButton; -import com.smartdevicelink.proxy.rpc.UnsubscribeButtonResponse; -import com.smartdevicelink.proxy.rpc.UnsubscribeVehicleDataResponse; -import com.smartdevicelink.proxy.rpc.UpdateTurnListResponse; -import com.smartdevicelink.proxy.rpc.enums.ButtonName; -import com.smartdevicelink.proxy.rpc.enums.HMILevel; -import com.smartdevicelink.proxy.rpc.enums.Language; -import com.smartdevicelink.transport.TCPTransportConfig; - -/** - * Performs all interactions with Smart Device Link in a long-running service that - * clients can bind to in order to send information to the vehicle. - * - * @author Mike Burke - * - */ -public class SdlService extends Service implements IProxyListenerALM{ - - /* ********** Nested Classes ********** */ - - /** - * Messages that can be received by a bound client. - * - * @author Mike Burke - * - */ - public static class ClientMessages{ - /** - * Message.what integer called when SDL has successfully created a connection. - */ - public static final int SDL_CONNECTED = 0; - /** - * Message.what integer called when SDL has disconnected. - */ - public static final int SDL_DISCONNECTED = 1; - /** - * Message.what integer called when the main HMI is first displayed. - */ - public static final int SDL_HMI_FIRST_DISPLAYED = 2; - /** - * Message.what integer called when a RPCResponse result has been received. - */ - public static final int ON_MESSAGE_RESULT = 3; - /** - * Message.what integer called when a ServiceMessages.REQUEST_SUBMENU_LIST message has been received. - */ - public static final int SUBMENU_LIST_RECEIVED = 4; - /** - * Message.what integer called when a ServiceMessages.REQUEST_COMMAND_LIST message has been received. - */ - public static final int COMMAND_LIST_RECEIVED = 5; - /** - * Message.what integer called when a ServiceMessages.REQUEST_BUTTON_SUBSCRIPTIONS message has been received. - */ - public static final int BUTTON_SUBSCRIPTIONS_RECEIVED = 6; - /** - * Message.what integer called when a ServiceMessages.REQUEST_INTERACTION_SETS message has been received. - */ - public static final int INTERACTION_SETS_RECEIVED = 7; - /** - * Message.what integer called when a ServiceMessages.REQUEST_PUT_FILES message has been received. - */ - public static final int PUT_FILES_RECEIVED = 8; - } - - /** - * Messages that can be sent to the service by a bound client. - * - * @author Mike Burke - * - */ - public static class ServiceMessages{ - /** - * Message.what integer used to register your activity as a client bound to this service. - */ - public static final int REGISTER_CLIENT = 0; - /** - * Message.what integer used to unregister your activity as a client bound to this service. - */ - public static final int UNREGISTER_CLIENT = 1; - /** - * Message.what integer commanding the service to attempt an SDL connection. - */ - public static final int CONNECT = 2; - /** - * Message.what integer commanding the service to disconnect an existing SDL connection. - */ - public static final int DISCONNECT = 3; - /** - * Message.what integer commanding the service to reset the SDL connection. - */ - public static final int RESET = 4; - /** - * Message.what integer setting the service to Offline mode. - */ - public static final int OFFLINE_MODE = 5; - /** - * Message.what integer commanding the service to send an RPCRequest. - */ - public static final int SEND_MESSAGE = 6; - /** - * Message.what integer commanding the service to respond with a list of existing submenus that have been added. - */ - public static final int REQUEST_SUBMENU_LIST = 7; - /** - * Message.what integer commanding the service to respond with a list of existing commands that have been added. - */ - public static final int REQUEST_COMMAND_LIST = 8; - /** - * Message.what integer commanding the service to respond with a list of buttons that have been subscribed to. - */ - public static final int REQUEST_BUTTON_SUBSCRIPTIONS = 9; - /** - * Message.what integer commanding the service to respond with a list of interaction sets created so far. - */ - public static final int REQUEST_INTERACTION_SETS = 10; - /** - * Message.what integer commanding the service to respond with a list of put file images added so far. - */ - public static final int REQUEST_PUT_FILES = 11; - } - - /** - * Messages that can be shown on the vehicle head-unit. Any static - * text that your app would like to show on the head-unit can be defined - * in this class. - * - * @author Mike Burke - * - */ - protected static class MetadataMessages{ - public static final String BLANK = " "; - public static final String APP_NAME = "Livio SDL Tester"; - public static final String APP_SLOGAN = "More Music, Less Work"; - } - - /* ********** Static variables ********** */ - protected IpAddress currentIp; // keeps track of the current ip address in case we need to reset - private static final boolean IS_MEDIA_APP = true; /* All of these variables */ - private static final Language DEFAULT_LANGUAGE = Language.EN_US; /* are needed to start up */ - private static final String APP_ID = "appId"; /* the SDL proxy object */ - private static final boolean WIFI_AUTO_RECONNECT = true; /* */ - - protected static boolean debug = false; - - /* ********** Instance variables ********** */ - protected List clients = null; // list of bound clients - - protected UpCounter correlationIdGenerator = new UpCounter(100); // id generator for correlation ids - protected UpCounter commandIdGenerator = new UpCounter(100); // id generator for commands & submenus - - protected MenuManager menuManager = new MenuManager(); - protected MenuManager choiceSetManager = new MenuManager(); - protected SdlResponseTracker responseTracker; - protected List buttonSubscriptions = new ArrayList(); - protected List addedImageNames = new ArrayList(); - protected Handler serviceHandler = new Handler(); - - protected SmartDeviceLinkProxyALM sdlProxy = null; // the proxy object which sends our requests and receives responses - protected boolean isConnected = false; - protected boolean offlineMode = false; - protected boolean alreadyDisplayed = false; - - protected Toast toast = null; - - /* ********** Messenger methods to & from the client ********** */ - - protected final Messenger messenger = new Messenger(new IncomingHandler()); - - @SuppressLint("HandlerLeak") - protected class IncomingHandler extends Handler{ - @Override - public void handleMessage(Message msg){ - switch(msg.what){ - case ServiceMessages.REGISTER_CLIENT: - registerClient(msg.replyTo); - break; - case ServiceMessages.UNREGISTER_CLIENT: - unregisterClient(msg.replyTo); - break; - case ServiceMessages.CONNECT: - offlineMode = false; - initialize(); - IpAddress inputIp = (IpAddress) msg.obj; - startSdlProxy(inputIp); - break; - case ServiceMessages.DISCONNECT: - offlineMode = true; - initialize(); - stopSdlProxy(); - sendMessageToRegisteredClients(Message.obtain(null, ClientMessages.SDL_DISCONNECTED)); - break; - case ServiceMessages.RESET: - initialize(); - resetProxy(); - break; - case ServiceMessages.OFFLINE_MODE: - offlineMode = true; - initialize(); - stopSdlProxy(); - break; - case ServiceMessages.SEND_MESSAGE: - onSendMessageReceived((RPCRequest) msg.obj); - break; - case ServiceMessages.REQUEST_SUBMENU_LIST: - submenuListRequested(msg.replyTo, msg.arg1); - break; - case ServiceMessages.REQUEST_COMMAND_LIST: - commandListRequested(msg.replyTo, msg.arg1); - break; - case ServiceMessages.REQUEST_BUTTON_SUBSCRIPTIONS: - buttonSubscriptionsRequested(msg.replyTo, msg.arg1); - break; - case ServiceMessages.REQUEST_INTERACTION_SETS: - interactionSetsRequested(msg.replyTo, msg.arg1); - break; - case ServiceMessages.REQUEST_PUT_FILES: - putFilesRequested(msg.replyTo, msg.arg1); - break; - default: - break; - } - } - } - - /** - * Registers a client to receive all communication from this service. - * - * @param client The client to register - */ - protected void registerClient(Messenger client){ - if(clients == null){ - clients = new ArrayList(); - } - - clients.add(client); - } - - /** - * Removes a client from receiving all communication from this service. - * - * @param client The client to remove - */ - protected void unregisterClient(Messenger client){ - if(clients != null && clients.size() > 0){ - clients.remove(client); - } - } - - /** - * Sends a message to all registered clients. - * - * @param msg The message to send - */ - protected void sendMessageToRegisteredClients(Message msg){ - if(clients != null){ - for(Messenger client : clients){ - sendMessageToClient(client, msg); - } - } - } - - /** - * Sends a message to a single client. - * - * @param client The client to reply to - * @param msg The message to send - */ - protected void sendMessageToClient(Messenger client, Message msg){ - try { - client.send(msg); - } catch (RemoteException e) { - // if we can't send to this client, let's remove it - unregisterClient(client); - } - } - - /** - * Sends an RPCResponse message to all registered clients. - * - * @param response The response to send - */ - protected void sendMessageResponse(RPCMessage response){ - Message msg = Message.obtain(null, ClientMessages.ON_MESSAGE_RESULT); - msg.obj = response; - sendMessageToRegisteredClients(msg); - } - - /** - * Sends the list of available sub-menus to the listening messenger client. - * - * @param listener The client to reply to - * @param reqCode The request code sent with the initial request - */ - protected void submenuListRequested(Messenger listener, int reqCode){ - Message msg = Message.obtain(null, ClientMessages.SUBMENU_LIST_RECEIVED); - msg.obj = getSubmenuList(); - msg.arg1 = reqCode; - sendMessageToClient(listener, msg); - } - - /** - * Sends the list of available commands to the listening messenger client. - * - * @param listener The client to reply to - * @param reqCode The request code sent with the initial request - */ - protected void commandListRequested(Messenger listener, int reqCode){ - Message msg = Message.obtain(null, ClientMessages.COMMAND_LIST_RECEIVED); - msg.obj = getCommandList(); - msg.arg1 = reqCode; - sendMessageToClient(listener, msg); - } - - /** - * Sends the list of button subscriptions to the listening messenger client. - * - * @param listener The client to reply to - * @param reqCode The request code sent with the initial request - */ - protected void buttonSubscriptionsRequested(Messenger listener, int reqCode){ - Message msg = Message.obtain(null, ClientMessages.BUTTON_SUBSCRIPTIONS_RECEIVED); - msg.obj = getButtonSubscriptions(); - msg.arg1 = reqCode; - sendMessageToClient(listener, msg); - } - - /** - * Sends the list of interaction sets to the listening messenger client. - * - * @param listener The client to reply to - * @param reqCode The request code sent with the initial request - */ - protected void interactionSetsRequested(Messenger listener, int reqCode){ - Message msg = Message.obtain(null, ClientMessages.INTERACTION_SETS_RECEIVED); - msg.obj = getInteractionSets(); - msg.arg1 = reqCode; - sendMessageToClient(listener, msg); - } - - /** - * Sends the list of put files to the listening messenger client. - * - * @param listener The client to reply to - * @param reqCode The request code sent with the initial request - */ - protected void putFilesRequested(Messenger listener, int reqCode){ - Message msg = Message.obtain(null, ClientMessages.PUT_FILES_RECEIVED); - msg.obj = getPutFiles(); - msg.arg1 = reqCode; - sendMessageToClient(listener, msg); - } - - /* ********** Android service life cycle methods ********** */ - @Override - public void onCreate() { - log("onCreate called"); - initialize(); - super.onCreate(); - } - - private void initialize(){ - isConnected = false; - alreadyDisplayed = false; - - if(responseTracker == null){ - responseTracker = new SdlResponseTracker(new SdlResponseTracker.Listener() { - @Override - public void onRequestTimedOut() { - if(isConnected && !offlineMode){ - // if any sdl request times out, we will assume we disconnected. - showToast("A request timed out. You may need to re-start SDL core."); - Message msg = Message.obtain(null, ClientMessages.SDL_DISCONNECTED); - sendMessageToRegisteredClients(msg); - } - } - }); - } - else{ - responseTracker.clear(); - } - - correlationIdGenerator.reset(); - commandIdGenerator.reset(); - - menuManager.clear(); - choiceSetManager.clear(); - buttonSubscriptions.clear(); - addedImageNames.clear(); - } - - @Override - public IBinder onBind(Intent arg0) { - return messenger.getBinder(); - } - - - /* ********** Proxy life cycle methods ********** */ - /** - * Starts up SDL if it isn't already started. If SDL is already started, this method does nothing. - * To reset the proxy, use the resetProxy method. - * - * @param inputIp The IP address to attempt a connection on - */ - protected void startSdlProxy(final IpAddress inputIp){ - if(sdlProxy == null){ - sdlProxy = createSdlProxyObject(inputIp); - } - } - - /** - * Creates a SmartDeviceLinkProxyALM object and automatically attempts a connection - * to the input IP address. - * - * @param inputIp The IP address to attempt a connection on - * @return The created SmartDeviceLinkProxyALM object - */ - protected SmartDeviceLinkProxyALM createSdlProxyObject(IpAddress inputIp){ - int tcpPort = Integer.parseInt(inputIp.getTcpPort()); - String ipAddress = inputIp.getIpAddress(); - String appName = getResources().getString(R.string.app_name); - - SmartDeviceLinkProxyALM result = null; - try { - result = new SmartDeviceLinkProxyALM((IProxyListenerALM)this, null, appName, null, null, - null, IS_MEDIA_APP, null, DEFAULT_LANGUAGE, DEFAULT_LANGUAGE, APP_ID, - null, false, false, new TCPTransportConfig(tcpPort, ipAddress, WIFI_AUTO_RECONNECT)); - currentIp = inputIp; - } catch (SmartDeviceLinkException e) { - e.printStackTrace(); - } - - return result; - } - - /** - * Disposes of any current proxy object if it exists and automatically creates a new - * proxy connection to the previously connected IP address. - */ - protected void resetProxy(){ - stopSdlProxy(); - startSdlProxy(currentIp); - } - - /** - * Disposes of any current proxy object and sets the object to null so it cannot be - * used again. - */ - protected void stopSdlProxy(){ - if(sdlProxy != null && sdlProxy.getIsConnected() && sdlProxy.getAppInterfaceRegistered()){ - try { - sdlProxy.dispose(); - } catch (SmartDeviceLinkException e) { - e.printStackTrace(); - } - } - - sdlProxy = null; - } - - /* ********** Proxy communication methods ********** */ - /** - * Called when a message to send is received, adds parameters where appropriate (correlation id, - * command id, other command-specific parameters, etc). - * - * @param command The request to send - */ - protected void onSendMessageReceived(RPCRequest command){ - if(command == null){ - throw new NullPointerException("Cannot send a null command."); - } - - if(!offlineMode && sdlProxy == null){ - throw new IllegalStateException("Proxy object is null, so no commands can be sent."); - } - - // set any request-specific parameters if needed - setRequestSpecificParameters(command); - - // after setting appropriate parameters, send the full, completed response back to the clients - sendMessageResponse(command); - - if(!offlineMode){ - // send the request through SmartDeviceLink - sendRpcRequest(command); - } - else{ - // in offline mode, we'll just send a "fake" success response. - SdlResponseFactory.sendGenericResponseForRequest(command, this); - } - } - - /** - * Sends the input request to the connected SDL proxy instance. - * - * @param request - */ - protected void sendRpcRequest(RPCRequest request){ - try { - sdlProxy.sendRPCRequest(request); - } catch (SmartDeviceLinkException e) { - e.printStackTrace(); - } - } - - /** - * Sets any command-specific parameters that need to be set. For example, add command and add submenu commands - * need to be assigned an ID at this point. - * - * @param command The RPC command to edit - */ - protected void setRequestSpecificParameters(RPCRequest command){ - String name = command.getFunctionName(); - - // give the command a correlation id - command.setCorrelationID(correlationIdGenerator.next()); - - if(name.equals(Names.AddCommand)){ - ((AddCommand) command).setCmdID(commandIdGenerator.next()); - addToRequestQueue(command); - } - else if(name.equals(Names.AddSubMenu)){ - ((AddSubMenu) command).setMenuID(commandIdGenerator.next()); - addToRequestQueue(command); - } - else if(name.equals(Names.CreateInteractionChoiceSet)){ - CreateInteractionChoiceSet choiceSet = (CreateInteractionChoiceSet) command; - choiceSet.setInteractionChoiceSetID(commandIdGenerator.next()); - - Vector choices = choiceSet.getChoiceSet(); - for(Choice choice : choices){ - choice.setChoiceID(commandIdGenerator.next()); - } - - addToRequestQueue(command); - } - else if(name.equals(Names.Alert)){ - int timeout = ((Alert) command).getDuration(); - addToRequestQueue(command, (timeout + SdlConstants.AlertConstants.EXPECTED_REPSONSE_TIME_OFFSET)); - } - else if(name.equals(Names.PerformInteraction)){ - int timeout = ((PerformInteraction) command).getTimeout(); - addToRequestQueue(command, (timeout + SdlConstants.PerformInteractionConstants.EXPECTED_REPSONSE_TIME_OFFSET)); - } - else if(name.equals(Names.ScrollableMessage)){ - int timeout = ((ScrollableMessage) command).getTimeout(); - addToRequestQueue(command, (timeout + SdlConstants.ScrollableMessageConstants.EXPECTED_REPSONSE_TIME_OFFSET)); - } - else if(name.equals(Names.Slider)){ - int timeout = ((Slider) command).getTimeout(); - addToRequestQueue(command, (timeout + SdlConstants.SliderConstants.EXPECTED_REPSONSE_TIME_OFFSET)); - } - else if( name.equals(Names.PutFile) || name.equals(Names.SubscribeButton) || name.equals(Names.SubscribeVehicleData) || - name.equals(Names.UnsubscribeVehicleData) || name.equals(Names.DeleteCommand) || - name.equals(Names.UnsubscribeButton) || name.equals(Names.DeleteInteractionChoiceSet) || name.equals(Names.DeleteSubMenu) || - name.equals(Names.DeleteFile)){ - addToRequestQueue(command); - } - - } - - /** - * Adds the input request to the queue of requests that are awaiting responses. - * - * @param request The request to add - */ - protected void addToRequestQueue(RPCRequest request){ - responseTracker.add(request); - } - - /** - * Adds the input request to the queue of requests that are awaiting responses. - * - * @param request The request to add - * @param timeout A timeout that exceeds the expected timeout of the request - */ - protected void addToRequestQueue(RPCRequest request, int timeout){ - responseTracker.add(request, timeout); - } - - /** - * Removes the input request from the queue of requests that are awaiting responses. - * - * @param request The request to remove - */ - protected RPCRequest removeFromRequestQueue(int key){ - return responseTracker.remove(key); - } - - /** - * Translates the AddCommand object into a MenuItem object, complete with a click listener. - * - * @param command The command to translate - * @return The translated MenuItem object - */ - protected MenuItem createMenuItem(AddCommand command){ - final String name = command.getMenuParams().getMenuName(); - final int id = command.getCmdID(); - int parentId; - final Integer parentInteger = command.getMenuParams().getParentID(); - if(parentInteger == null){ - parentId = -1; - } - else{ - parentId = parentInteger; - } - - final MenuItem result = new CommandButton(name, id, parentId, new OnClickListener(){ - @Override - public void onClick(CommandButton button) { - showToast(new StringBuilder().append(name).append(" clicked!").toString()); - } - }); - - return result; - } - - /** - * Translates the AddSubMenu object into a MenuItem object. - * - * @param command The command to translate - * @return The translated MenuItem object - */ - protected MenuItem createMenuItem(AddSubMenu command){ - final String name = command.getMenuName(); - final MenuItem result = new SubmenuButton(name, command.getMenuID()); - return result; - } - - /** - * Translates the CreateInteractionChoiceSet object into a MenuItem object. - * - * @param command The command to translate - * @return The translated MenuItem object - */ - protected MenuItem createMenuItem(CreateInteractionChoiceSet command){ - final String name = "Choice Set"; - final MenuItem result = new SubmenuButton(name, command.getInteractionChoiceSetID()); - return result; - } - - /** - * Translates the CreateInteractionChoiceSet object into a MenuItem object, complete with a click listener. - * - * @param choice The command to translate - * @param parentId The parent id of the input choice command - * @return The translated MenuItem object - */ - protected MenuItem createMenuItem(Choice choice, final int parentId){ - final String name = choice.getMenuName(); - final int id = choice.getChoiceID(); - final MenuItem result = new CommandButton(name, id, parentId, new OnClickListener(){ - @Override - public void onClick(CommandButton button) { - showToast(new StringBuilder().append(name).append(" clicked!").toString()); - } - }); - - return result; - } - - /** - * Creates a copy of the list of submenus added so far. - * - * @return The copied list of submenu items - */ - protected List getSubmenuList(){ - return menuManager.getSubmenus(); - } - - /** - * Creates a copy of the list of commands added so far. - * - * @return The copied list of command items - */ - protected List getCommandList(){ - return menuManager.getCommands(); - } - - /** - * Creates a copy of the choice set menus added so far. - * - * @return The copied list of choice set items - */ - protected List getChoiceSetList(){ - return choiceSetManager.getSubmenus(); - } - - /** - * Creates a copy of the list of button subscriptions added so far. - * - * @return The copied list of button subscriptions - */ - protected List getButtonSubscriptions(){ - if(buttonSubscriptions == null || buttonSubscriptions.size() <= 0){ - return Collections.emptyList(); - } - - return new ArrayList(buttonSubscriptions); - } - - /** - * Creates a copy of the list of interaction sets added so far. - * - * @return The copied list of interaction sets - */ - protected List getInteractionSets(){ - List result = choiceSetManager.getSubmenus(); - if(result == null || result.size() <= 0){ - return Collections.emptyList(); - } - - return result; - } - - /** - * Creates a copy of the list of image names added so far. - * - * @return The copied list of image names - */ - protected List getPutFiles(){ - if(addedImageNames == null || addedImageNames.size() <= 0){ - return Collections.emptyList(); - } - - return new ArrayList(addedImageNames); - } - - /** - * Posts the input runnable to the Service thread. - * - * @param runnable The runnable to run - */ - protected void runOnServiceThread(Runnable runnable){ - serviceHandler.post(runnable); - } - - /* ********** IProxyListenerALM interface methods ********** */ - - /* Most useful callbacks */ - @Override - public void onOnHMIStatus(OnHMIStatus newStatus) { - if(!isConnected){ - Message msg = Message.obtain(null, ClientMessages.SDL_CONNECTED); - sendMessageToRegisteredClients(msg); - isConnected = true; - } - - if(newStatus.getHmiLevel() == HMILevel.HMI_FULL && !alreadyDisplayed){ - Message msg = Message.obtain(null, ClientMessages.SDL_HMI_FIRST_DISPLAYED); - sendMessageToRegisteredClients(msg); - alreadyDisplayed = true; - } - - sendMessageResponse(newStatus); - } - - @Override - public void onProxyClosed(String info, Exception e) { - Message msg = Message.obtain(null, ClientMessages.SDL_DISCONNECTED); - sendMessageToRegisteredClients(msg); - stopSdlProxy(); - initialize(); - } - - @Override - public void onOnCommand(final OnCommand notification) { - runOnServiceThread(new Runnable() { - @Override - public void run() { - sendMessageResponse(notification); - - int buttonId = notification.getCmdID(); - menuManager.dispatchClick(buttonId); - } - }); - } - - @Override public void onOnButtonPress(final OnButtonPress notification) { - runOnServiceThread(new Runnable() { - @Override - public void run() { - sendMessageResponse(notification); - - ButtonName button = notification.getButtonName(); - SdlButton sdlButton = SdlButton.translateFromLegacy(button); - String text = new StringBuilder().append(sdlButton.toString()).append(" clicked!").toString(); - showToast(text); - } - }); - } - - /* Not very useful callbacks */ - @Override public void onOnPermissionsChange(OnPermissionsChange notification) {sendMessageResponse(notification);} - @Override public void onOnVehicleData(OnVehicleData notification) {sendMessageResponse(notification);} - @Override public void onOnAudioPassThru(OnAudioPassThru notification) {sendMessageResponse(notification);} - @Override public void onOnLanguageChange(OnLanguageChange notification) {sendMessageResponse(notification);} - @Override public void onOnDriverDistraction(OnDriverDistraction notification) {sendMessageResponse(notification);} - @Override public void onOnTBTClientState(OnTBTClientState notification) {sendMessageResponse(notification);} - @Override public void onError(String info, Exception e) {} - @Override public void onOnButtonEvent(OnButtonEvent notification) {sendMessageResponse(notification);} - - /* Message responses */ - @Override - public void onAddCommandResponse(AddCommandResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - RPCRequest original = removeFromRequestQueue(correlationId); - - if(response.getSuccess() && original != null){ - MenuItem button = createMenuItem((AddCommand) original); - if(button != null){ - menuManager.addItem(button); - } - } - } - - @Override - public void onDeleteCommandResponse(DeleteCommandResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - RPCRequest original = removeFromRequestQueue(correlationId); - - if(response.getSuccess() && original != null){ - if(response.getSuccess()){ - int idToRemove = ((DeleteCommand) original).getCmdID(); - menuManager.removeItem(idToRemove); - } - } - } - - @Override - public void onAddSubMenuResponse(AddSubMenuResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - RPCRequest original = removeFromRequestQueue(correlationId); - - if(response.getSuccess() && original != null){ - MenuItem button = createMenuItem((AddSubMenu) original); - if(button != null){ - menuManager.addItem(button); - } - } - } - - @Override - public void onDeleteSubMenuResponse(DeleteSubMenuResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - RPCRequest original = removeFromRequestQueue(correlationId); - - if(response.getSuccess() && original != null){ - int idToRemove = ((DeleteSubMenu) original).getMenuID(); - menuManager.removeItem(idToRemove); - } - } - @Override - public void onSubscribeButtonResponse(SubscribeButtonResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - RPCRequest original = removeFromRequestQueue(correlationId); - - if(response.getSuccess() && original != null){ - SdlButton button = SdlButton.translateFromLegacy(((SubscribeButton) original).getButtonName()); - buttonSubscriptions.add(button); - } - } - - @Override - public void onUnsubscribeButtonResponse(UnsubscribeButtonResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - RPCRequest original = removeFromRequestQueue(correlationId); - - if(response.getSuccess() && original != null){ - SdlButton button = SdlButton.translateFromLegacy(((UnsubscribeButton) original).getButtonName()); - buttonSubscriptions.remove(button); - } - } - - @Override - public void onCreateInteractionChoiceSetResponse(CreateInteractionChoiceSetResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - RPCRequest original = removeFromRequestQueue(correlationId); - - if(response.getSuccess() && original != null){ - // add the parent (choice set) item to the choice set manager - CreateInteractionChoiceSet choiceSet = (CreateInteractionChoiceSet) original; - MenuItem item = createMenuItem(choiceSet); - choiceSetManager.addItem(item); - - // then, add all the parent's children to the choice set manager - final int parentId = choiceSet.getInteractionChoiceSetID(); - Vector children = choiceSet.getChoiceSet(); - for(Choice child : children){ - item = createMenuItem(child, parentId); - choiceSetManager.addItem(item); - } - } - } - - @Override - public void onDeleteInteractionChoiceSetResponse(DeleteInteractionChoiceSetResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - RPCRequest original = removeFromRequestQueue(correlationId); - - if(response.getSuccess() && original != null){ - // get the choice set ID from the original request and remove it from the choice set manager - DeleteInteractionChoiceSet choiceSet = (DeleteInteractionChoiceSet) original; - int choiceId = choiceSet.getInteractionChoiceSetID(); - choiceSetManager.removeItem(choiceId); - } - } - - @Override - public void onPutFileResponse(PutFileResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - RPCRequest original = removeFromRequestQueue(correlationId); - - if(response.getSuccess() && original != null){ - // get the choice set ID from the original request and remove it from the choice set manager - PutFile putFile = (PutFile) original; - String putFileName = putFile.getSmartDeviceLinkFileName(); - addedImageNames.add(putFileName); - } - } - - @Override - public void onDeleteFileResponse(DeleteFileResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - RPCRequest original = removeFromRequestQueue(correlationId); - - if(response.getSuccess() && original != null){ - // get the choice set ID from the original request and remove it from the choice set manager - DeleteFile deleteFile = (DeleteFile) original; - String deleteFileName = deleteFile.getSmartDeviceLinkFileName(); - addedImageNames.remove(deleteFileName); - } - } - @Override - public void onAlertResponse(AlertResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - removeFromRequestQueue(correlationId); - } - - @Override - public void onPerformInteractionResponse(final PerformInteractionResponse response) { - runOnServiceThread(new Runnable() { - @Override - public void run() { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - removeFromRequestQueue(correlationId); - - if(response.getSuccess()){ - int interactionId = response.getChoiceID(); - choiceSetManager.dispatchClick(interactionId); - } - } - }); - } - - @Override - public void onSliderResponse(SliderResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - removeFromRequestQueue(correlationId); - } - - @Override - public void onScrollableMessageResponse(ScrollableMessageResponse response) { - sendMessageResponse(response); - - int correlationId = response.getCorrelationID(); - removeFromRequestQueue(correlationId); - } - - @Override public void onSubscribeVehicleDataResponse(SubscribeVehicleDataResponse response) {sendMessageResponse(response);} - @Override public void onUnsubscribeVehicleDataResponse(UnsubscribeVehicleDataResponse response) {sendMessageResponse(response);} - @Override public void onGenericResponse(GenericResponse response) {sendMessageResponse(response);} - @Override public void onResetGlobalPropertiesResponse(ResetGlobalPropertiesResponse response) {sendMessageResponse(response);} - @Override public void onSetGlobalPropertiesResponse(SetGlobalPropertiesResponse response) {sendMessageResponse(response);} - @Override public void onSetMediaClockTimerResponse(SetMediaClockTimerResponse response) {sendMessageResponse(response);} - @Override public void onShowResponse(ShowResponse response) {sendMessageResponse(response);} - @Override public void onSpeakResponse(SpeakResponse response) {sendMessageResponse(response);} - @Override public void onGetVehicleDataResponse(GetVehicleDataResponse response) {sendMessageResponse(response);} - @Override public void onReadDIDResponse(ReadDIDResponse response) {sendMessageResponse(response);} - @Override public void onGetDTCsResponse(GetDTCsResponse response) {sendMessageResponse(response);} - @Override public void onPerformAudioPassThruResponse(PerformAudioPassThruResponse response) {sendMessageResponse(response);} - @Override public void onEndAudioPassThruResponse(EndAudioPassThruResponse response) {sendMessageResponse(response);} - @Override public void onListFilesResponse(ListFilesResponse response) {sendMessageResponse(response);} - @Override public void onSetAppIconResponse(SetAppIconResponse response) {sendMessageResponse(response);} - @Override public void onChangeRegistrationResponse(ChangeRegistrationResponse response) {sendMessageResponse(response);} - @Override public void onSetDisplayLayoutResponse(SetDisplayLayoutResponse response) {sendMessageResponse(response);} - @Override public void onAlertManeuverResponse(AlertManeuverResponse response) {sendMessageResponse(response);} - @Override public void onShowConstantTBTResponse(ShowConstantTBTResponse response) {sendMessageResponse(response);} - @Override public void onUpdateTurnListResponse(UpdateTurnListResponse response) {sendMessageResponse(response);} - @Override public void onDialNumberResponse(DialNumberResponse response) {sendMessageResponse(response);} - - - private void showToast(String msg){ - if(toast == null){ - toast = Toast.makeText(SdlService.this, "", Toast.LENGTH_LONG); - } - - toast.setText(msg); - toast.show(); - } - - /* ********** Debug & log methods ********** */ - /** - * Enables debug mode for this class and any classes used in this class. - * - * @param enable Enable flag for debug mode - */ - public static void setDebug(boolean enable){ - debug = enable; - MenuManager.setDebug(enable); - } - - private static void log(String msg){ - if(debug){ - Log.d("SdlService", msg); - } - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlImageAdapter.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlImageAdapter.java deleted file mode 100644 index 2a3ec3ca7..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlImageAdapter.java +++ /dev/null @@ -1,59 +0,0 @@ -package com.livio.sdl.adapters; - -import java.util.List; - -import android.content.Context; -import android.view.LayoutInflater; -import android.view.View; -import android.view.ViewGroup; -import android.widget.ArrayAdapter; -import android.widget.ImageView; -import android.widget.TextView; - -import com.livio.sdl.R; -import com.livio.sdl.SdlImageItem; - -public class SdlImageAdapter extends ArrayAdapter { - - - public SdlImageAdapter(Context context, List objects) { - super(context, R.layout.simple_listview_with_image, objects); - } - - public SdlImageAdapter(Context context) { - super(context, R.layout.simple_listview_with_image); - } - - @Override - public View getView(int position, View convertView, ViewGroup parent) { - View view = convertView; - - if(convertView == null){ - LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE); - view = inflater.inflate(R.layout.simple_listview_with_image, null); - } - - SdlImageItem item = getItem(position); - - if(item != null){ - populateView(view, item); - } - - - return view; - } - - /** - * Populate the input parent view with information from the SDL log message. - * - * @param view The view to populate - * @param item The data with which to populate the view - */ - private void populateView(View view, SdlImageItem item){ - ImageView iv_image = (ImageView) view.findViewById(R.id.iv_rowImage); - TextView tv_text = (TextView) view.findViewById(R.id.tv_rowText); - - iv_image.setImageBitmap(item.getBitmap()); - tv_text.setText(item.getImageName()); - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlMessageAdapter.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlMessageAdapter.java deleted file mode 100644 index f1ead1ed1..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/adapters/SdlMessageAdapter.java +++ /dev/null @@ -1,94 +0,0 @@ -package com.livio.sdl.adapters; - -import java.util.List; - -import android.content.Context; -import android.graphics.Color; -import android.view.LayoutInflater; -import android.view.View; -import android.view.ViewGroup; -import android.widget.ArrayAdapter; -import android.widget.TextView; - -import com.livio.sdl.R; -import com.livio.sdl.SdlLogMessage; - -/** - * A custom adapter class for showing SDL log messages in a listview. The adapter shows the message - * name, details and a timestamp of when the message was first logged. - * - * @author Mike Burke - * - */ -public class SdlMessageAdapter extends ArrayAdapter { - - private static final int REQUEST_COLOR = Color.BLUE; - private static final int RESPONSE_SUCCESS_COLOR = 0xFF2D9C08; // dark green - private static final int RESPONSE_FAILURE_COLOR = Color.RED; - private static final int NOTIFICATION_COLOR = Color.BLACK; - - public SdlMessageAdapter(Context context, List objects) { - super(context, R.layout.sdl_message_listview_row, objects); - } - - public SdlMessageAdapter(Context context) { - super(context, R.layout.sdl_message_listview_row); - } - - @Override - public View getView(int position, View convertView, ViewGroup parent) { - View view = convertView; - - if(convertView == null){ - LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE); - view = inflater.inflate(R.layout.sdl_message_listview_row, null); - } - - SdlLogMessage item = getItem(position); - - if(item != null){ - populateView(view, item); - } - - - return view; - } - - /** - * Populate the input parent view with information from the SDL log message. - * - * @param view The view to populate - * @param item The data with which to populate the view - */ - private void populateView(View view, SdlLogMessage item){ - TextView tv_messageName = (TextView) view.findViewById(R.id.tv_messageName); - TextView tv_messageDetails = (TextView) view.findViewById(R.id.tv_messageDetail); - TextView tv_timestamp = (TextView) view.findViewById(R.id.tv_timestamp); - - // set text values based on input message - tv_messageName.setText(item.getFunctionName()); - tv_messageDetails.setText(item.getDetails()); - tv_timestamp.setText(item.getTimeStamp()); - - String messageType = item.getMessageType(); - - // set the text colors based on the inputs - if(messageType.equals(SdlLogMessage.REQUEST)){ - tv_messageName.setTextColor(REQUEST_COLOR); - } - else if(messageType.equals(SdlLogMessage.RESPONSE)){ - if(item.getSuccess()){ - tv_messageName.setTextColor(RESPONSE_SUCCESS_COLOR); - tv_messageDetails.setTextColor(RESPONSE_SUCCESS_COLOR); - } - else{ - tv_messageName.setTextColor(RESPONSE_FAILURE_COLOR); - tv_messageDetails.setTextColor(RESPONSE_FAILURE_COLOR); - } - } - else if(messageType.equals(SdlLogMessage.NOTIFICATION)){ - tv_messageName.setTextColor(NOTIFICATION_COLOR); - } - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseAlertDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseAlertDialog.java deleted file mode 100644 index cb776b764..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseAlertDialog.java +++ /dev/null @@ -1,156 +0,0 @@ -package com.livio.sdl.dialogs; - -import android.app.AlertDialog; -import android.content.Context; -import android.view.LayoutInflater; -import android.view.View; - -/** - * An abstract base class for custom alert dialogs. The class is basically - * just a wrapper using Android's AlertDialog.Builder class to create - * relatively simple custom dialogs. - * - * @author Mike Burke - * - */ -public abstract class BaseAlertDialog { - - /** - * Allows another class to listen for the result of the subclass dialog. Results - * are returned as an object. - * - * @author Mike Burke - * - */ - public interface Listener{ - /** - * Should be called when data from the dialog is ready to return. - * - * @param resultData The data results for the dialog - */ - void onResult(Object resultData); - } - - /** - * Called after views have been inflated, allowing the subclass an opportunity - * to find their custom views using view.findViewById(id). - * - * @param parent The parent view which was inflated from input resource id. - */ - protected abstract void findViews(View parent); - - // since this is an abstract class, we'll set all variables to protected scope in case subclasses want to use them directly - protected Context context; - protected AlertDialog dialog; - protected Listener listener; - protected String title; - protected View view; - protected boolean cancelable = true; - - /** - * Creates a BaseDialog object with context, title and resource id. - * - * @param context The context of the dialog - * @param title The title of the dialog - * @param resource The resource id used for inflating the main view of the dialog - */ - public BaseAlertDialog(Context context, String title, int resource) { - this.context = context; - this.title = title; - - // inflate the view and allow the subclass to locate its views - inflateView(resource); - findViews(view); - } - - /** - * Creates the dialog object using the input data. - */ - protected void createDialog(){ - AlertDialog.Builder builder = new AlertDialog.Builder(context); - builder.setTitle(title) - .setView(view) - .setCancelable(cancelable); - dialog = builder.create(); - } - - /** - * Creates the main dialog view from the input resource id. - * - * @param resourceId The id of the XML view to inflate - */ - protected void inflateView(int resourceId){ - //grab the system inflater to build views from XML for us - LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); - view = inflater.inflate(resourceId, null); - } - - //public methods - /** - * Creates the dialog object if necessary and shows it. - */ - public void show(){ - if(dialog == null){ - createDialog(); - } - - if(!dialog.isShowing()){ - dialog.show(); - } - } - - /** - * If the dialog exists and is currently showing, dismisses it. - */ - public void dismiss(){ - if(dialog != null && dialog.isShowing()){ - dialog.dismiss(); - } - } - - /** - * Returns whether the dialog is currently showing or not. - * - * @return True if the dialog is showing, false otherwise - */ - public boolean isShowing(){ - if(dialog == null){ - return false; - } - - return dialog.isShowing(); - } - - /** - * Sets a listener for any subclasses of BaseDialog. - * - * @param l The listener to set - */ - public void setListener(Listener l){ - listener = l; - } - - /** - * Sets whether or not the dialog is allowed to be cancelled. - * - * @param cancelable True if this dialog is cancelable, false if not - */ - public void setCancelable(boolean cancelable){ - this.cancelable = cancelable; - if(dialog != null){ - dialog.setCancelable(cancelable); - } - } - - /** - * Notifies an existing dialog listener that results are ready. - * - * @param resultData Object containing dialog results - */ - public void notifyListener(Object resultData){ - if(listener != null){ - listener.onResult(resultData); - } - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseImageListDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseImageListDialog.java deleted file mode 100644 index 1ff6519d4..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseImageListDialog.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.livio.sdl.dialogs; - -import java.util.List; - -import android.content.Context; -import android.widget.ListView; - -import com.livio.sdl.R; -import com.livio.sdl.SdlImageItem; -import com.livio.sdl.adapters.SdlImageAdapter; - -public abstract class BaseImageListDialog extends BaseAlertDialog { - - protected ListView listview; - - public BaseImageListDialog(Context context, String title, List imagesNotAdded) { - super(context, title, R.layout.listview); - SdlImageAdapter adapter = new SdlImageAdapter(context, imagesNotAdded); - listview.setAdapter(adapter); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseMultipleListViewDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseMultipleListViewDialog.java deleted file mode 100644 index 592f6f1b3..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseMultipleListViewDialog.java +++ /dev/null @@ -1,66 +0,0 @@ -package com.livio.sdl.dialogs; - -import java.util.ArrayList; -import java.util.List; - -import android.content.Context; -import android.view.View; -import android.widget.AdapterView; -import android.widget.AdapterView.OnItemClickListener; -import android.widget.ArrayAdapter; -import android.widget.ListView; - -import com.livio.sdl.R; -import com.livio.sdl.utils.AndroidUtils; - -/** - * A generic, abstract class representing a ListView dialog that allows the user to select - * multiple listview items. Selected items are stored in a protected List object - * called selectedItems, which can be used by subclasses of this class. - * - * @author Mike Burke - * - * @param - */ -public abstract class BaseMultipleListViewDialog extends BaseOkCancelDialog { - - protected ListView listView; - protected List selectedItems = new ArrayList(); - - public BaseMultipleListViewDialog(Context context, String title, List items) { - super(context, title, R.layout.listview); - listView.setAdapter(AndroidUtils.createMultipleListViewAdapter(context, items)); - } - - @Override - protected void findViews(View parent) { - listView = (ListView) parent.findViewById(R.id.listView); - listView.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE); - listView.setOnItemClickListener(new OnItemClickListener() { - @SuppressWarnings("unchecked") - @Override - public void onItemClick(AdapterView parent, View view, int position, long id) { - toggleItem(((ArrayAdapter) parent.getAdapter()).getItem(position)); - } - }); - } - - /** - * Toggles the input item in the list of selected items. So, if the current item - * was not selected, it is added to the list; if the current item was selected, - * it is removed from the list. - * - * @param item - */ - protected void toggleItem(E item){ - final boolean alreadyInList = selectedItems.contains(item); - - if(alreadyInList){ - selectedItems.remove(item); - } - else{ - selectedItems.add(item); - } - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseOkCancelDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseOkCancelDialog.java deleted file mode 100644 index 8b5b1afb2..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseOkCancelDialog.java +++ /dev/null @@ -1,61 +0,0 @@ -package com.livio.sdl.dialogs; - -import android.app.AlertDialog; -import android.content.Context; -import android.content.DialogInterface; - -import com.livio.sdl.R; - -/** - * An abstract class that represents a dialog with an OK button and a cancel button. Subclasses - * can extend this class to create different types of OK/Cancel dialogs. Subclasses - * must set positive / negative buttons in their constructor and call createDialog() as the last - * line of the constructor. - * - * @author Mike Burke - * - */ -public abstract class BaseOkCancelDialog extends BaseAlertDialog { - - protected DialogInterface.OnClickListener okButton, cancelButton; - - public BaseOkCancelDialog(Context context, String title, int resource) { - super(context, title, resource); - } - - @Override - protected void createDialog() { - AlertDialog.Builder builder = new AlertDialog.Builder(context); - builder.setTitle(title) - .setView(view) - .setPositiveButton(context.getResources().getString(R.string.positive_button), okButton) - .setNegativeButton(context.getResources().getString(R.string.negative_button), cancelButton) - .setCancelable(cancelable); - dialog = builder.create(); - } - - /** - * Sets the positive button click listener for the dialog. - * - * @param okButton The button click listener for the positive button - */ - protected void setPositiveButton(DialogInterface.OnClickListener okButton){ - this.okButton = okButton; - if(dialog != null){ - dialog.setButton(DialogInterface.BUTTON_POSITIVE, context.getResources().getString(R.string.positive_button), okButton); - } - } - - /** - * Sets the negative button click listener for the dialog. - * - * @param cancelButton The button click listener for the negative button - */ - protected void setNegativeButton(DialogInterface.OnClickListener cancelButton){ - this.cancelButton = cancelButton; - if(dialog != null){ - dialog.setButton(DialogInterface.BUTTON_NEGATIVE, context.getResources().getString(R.string.negative_button), cancelButton); - } - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseSingleListViewDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseSingleListViewDialog.java deleted file mode 100644 index 206c2eea9..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/BaseSingleListViewDialog.java +++ /dev/null @@ -1,49 +0,0 @@ -package com.livio.sdl.dialogs; - -import java.util.List; - -import android.content.Context; -import android.view.View; -import android.widget.AdapterView; -import android.widget.AdapterView.OnItemClickListener; -import android.widget.ArrayAdapter; -import android.widget.ListView; - -import com.livio.sdl.R; - -/** - * A generic, abstract class representing a ListView dialog that allows the user to select - * a single listview item. The selected item is returned to the listener as a generic object. - * - * @author Mike Burke - * - * @param - */ -public abstract class BaseSingleListViewDialog extends BaseAlertDialog { - - // since this class is abstract, we'll keep these variables protected so subclasses can access them directly - protected ListView listView; - protected ArrayAdapter adapter; - protected E selectedItem; - - public BaseSingleListViewDialog(Context context, String title, List items) { - super(context, title, R.layout.listview); - adapter = new ArrayAdapter(context, android.R.layout.simple_list_item_1, items); - listView.setAdapter(adapter); - } - - @Override - protected void findViews(View parent) { - listView = (ListView) parent.findViewById(R.id.listView); - listView.setOnItemClickListener(new OnItemClickListener() { - @SuppressWarnings("unchecked") - @Override - public void onItemClick(AdapterView parent, View view, int position, long id) { - selectedItem = ((ArrayAdapter) parent.getAdapter()).getItem(position); - notifyListener(selectedItem); - dismiss(); - } - }); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ImageListDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ImageListDialog.java deleted file mode 100644 index 28ee7ef94..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ImageListDialog.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.livio.sdl.dialogs; - -import java.util.List; - -import android.content.Context; -import android.view.View; -import android.widget.AdapterView; -import android.widget.AdapterView.OnItemClickListener; -import android.widget.ListView; - -import com.livio.sdl.R; -import com.livio.sdl.SdlImageItem; -import com.livio.sdl.adapters.SdlImageAdapter; - -public class ImageListDialog extends BaseImageListDialog { - - public ImageListDialog(Context context, List imagesNotAdded) { - super(context, "Select an Image", imagesNotAdded); - createDialog(); - } - - @Override - protected void findViews(View parent) { - listview = (ListView) parent.findViewById(R.id.listView); - listview.setOnItemClickListener(new OnItemClickListener() { - @Override - public void onItemClick(AdapterView parent, View view, int position, long id) { - SdlImageItem selectedItem = ((SdlImageAdapter) parent.getAdapter()).getItem(position); - notifyListener(selectedItem); - dismiss(); - } - }); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/IndeterminateProgressDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/IndeterminateProgressDialog.java deleted file mode 100644 index 947567e97..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/IndeterminateProgressDialog.java +++ /dev/null @@ -1,16 +0,0 @@ -package com.livio.sdl.dialogs; - -import android.app.ProgressDialog; -import android.content.Context; - -public class IndeterminateProgressDialog extends ProgressDialog{ - - public IndeterminateProgressDialog(Context context, String title) { - super(context); - setCancelable(false); - setMessage(title); - setIndeterminate(true); - setTitle(null); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/JsonFlipperDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/JsonFlipperDialog.java deleted file mode 100644 index cdaef739e..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/JsonFlipperDialog.java +++ /dev/null @@ -1,95 +0,0 @@ -package com.livio.sdl.dialogs; - -import java.util.List; - -import android.content.Context; -import android.view.View; -import android.view.View.OnClickListener; -import android.widget.ImageButton; -import android.widget.TextView; - -import com.livio.sdl.R; -import com.livio.sdl.SdlLogMessage; -import com.livio.sdl.utils.SdlUtils; - -/** - * This dialog shows a single JSON message, but allows the ability to flip back and forth between - * all available messages via the arrow buttons at the bottom of the dialog. This dialog will not - * be updated when new messages are sent with this dialog open. The dialog must be closed and re-opened - * in order to refresh with new values. - * - * @author Mike Burke - * - */ -public class JsonFlipperDialog extends BaseAlertDialog { - - private List jsonMessages; - private int currentPosition; - - private TextView text; - private ImageButton leftButton, rightButton; - - public JsonFlipperDialog(Context context, List jsonMessages, int startPosition) { - super(context, SdlUtils.makeJsonTitle(jsonMessages.get(startPosition).getCorrelationId()), R.layout.json_flipper_dialog); - this.jsonMessages = jsonMessages; - this.currentPosition = startPosition; - createDialog(); - - // since refresh updates the dialog's title, this must be after createDialog() so the dialog isn't null - refresh(); - } - - @Override - protected void findViews(View parent) { - text = (TextView) parent.findViewById(R.id.textview); - - // set up left button - leftButton = (ImageButton) parent.findViewById(R.id.ib_moveLeft); - leftButton.setOnClickListener(new OnClickListener() { - @Override - public void onClick(View v) { - // if we can move left, do it. if not, do nothing - if(currentPosition > 0){ - currentPosition--; - refresh(); - } - } - }); - - // set up right button - rightButton = (ImageButton) parent.findViewById(R.id.ib_moveRight); - rightButton.setOnClickListener(new OnClickListener() { - @Override - public void onClick(View v) { - // if we can move right, do it. if not, do nothing - if(currentPosition < (jsonMessages.size()-1) ){ - currentPosition++; - refresh(); - } - } - }); - } - - // refresh the buttons & the text for this dialog - private void refresh(){ - refreshButtons(); - refreshText(); - } - - // refreshes the buttons with new position. disables the buttons when we're at the edges of the list. - private void refreshButtons(){ - boolean atStart = (currentPosition == 0); - boolean atEnd = (currentPosition == jsonMessages.size()-1); - - leftButton.setEnabled(!atStart); - rightButton.setEnabled(!atEnd); - } - - // refreshes the text of the dialog - both the title and the main text. - private void refreshText(){ - SdlLogMessage currentMessage = jsonMessages.get(currentPosition); - dialog.setTitle(SdlUtils.makeJsonTitle(currentMessage.getCorrelationId())); - text.setText(currentMessage.getJsonData()); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ListViewDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ListViewDialog.java deleted file mode 100644 index 3bdcb55ae..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/ListViewDialog.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.livio.sdl.dialogs; - -import java.util.List; - -import android.content.Context; -/** - * A generic class representing a ListView dialog that allows the user to select - * a single listview item. The selected item is returned to the listener as a generic object. - * - * @author Mike Burke - * - * @param - */ -public class ListViewDialog extends BaseSingleListViewDialog { - - public ListViewDialog(Context context, String title, List items) { - super(context, title, items); - createDialog(); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/MultipleListViewDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/MultipleListViewDialog.java deleted file mode 100644 index 4f5b91027..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/MultipleListViewDialog.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.livio.sdl.dialogs; - -import java.util.List; - -import android.content.Context; -import android.content.DialogInterface; -/** - * A generic class representing a ListView dialog that allows the user to select - * multiple listview items. Selected items are stored in a protected List object - * called selectedItems, which can be used by subclasses of this class. - * - * @author Mike Burke - * - * @param - */ -public class MultipleListViewDialog extends BaseMultipleListViewDialog { - - public MultipleListViewDialog(Context context, String title, List items) { - super(context, title, items); - setPositiveButton(positiveButton); - createDialog(); - } - - //dialog button listeners - private final DialogInterface.OnClickListener positiveButton = new DialogInterface.OnClickListener() { - @Override - public void onClick(DialogInterface dialog, int which) { - notifyListener(selectedItems); - } - }; - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/SingleJsonDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/SingleJsonDialog.java deleted file mode 100644 index ac32ae4a2..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/SingleJsonDialog.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.livio.sdl.dialogs; - -import android.content.Context; -import android.view.View; -import android.view.View.OnClickListener; - -import com.livio.sdl.SdlLogMessage; -import com.livio.sdl.utils.SdlUtils; - -public class SingleJsonDialog extends TextViewAlertDialog { - public SingleJsonDialog(Context context, SdlLogMessage logMessage) { - super(context, SdlUtils.makeJsonTitle(logMessage.getCorrelationId()), logMessage.getJsonData()); - - // click listener to close dialog when the text is clicked - tv.setOnClickListener(new OnClickListener() { - @Override - public void onClick(View v) { - dismiss(); - } - }); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewAlertDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewAlertDialog.java deleted file mode 100644 index 0a19ce26a..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewAlertDialog.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.livio.sdl.dialogs; - -import android.content.Context; -import android.view.View; -import android.widget.TextView; - -import com.livio.sdl.R; - -/** - * A simple dialog that contains a single, scrollable TextView. The textview - * is initialized with a the title and message in the constructor. - * - * @author Mike Burke - * - */ -public class TextViewAlertDialog extends BaseAlertDialog { - - protected TextView tv; - - public TextViewAlertDialog(Context context, String dialogTitle, String message){ - super(context, dialogTitle, R.layout.textview); - tv.setText(message); - createDialog(); - } - - @Override - protected void findViews(View parent) { - tv = (TextView) parent.findViewById(R.id.textview); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewOkCancelDialog.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewOkCancelDialog.java deleted file mode 100644 index 8d4fadc15..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/dialogs/TextViewOkCancelDialog.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.livio.sdl.dialogs; - -import android.content.Context; -import android.content.DialogInterface; -import android.view.View; -import android.widget.TextView; - -import com.livio.sdl.R; - -/** - * A simple dialog that contains a single, scrollable TextView. The textview - * is initialized with a the title and message in the constructor. - * - * @author Mike Burke - * - */ -public class TextViewOkCancelDialog extends BaseOkCancelDialog { - - protected TextView tv; - - public TextViewOkCancelDialog(Context context, String dialogTitle, String message){ - super(context, dialogTitle, R.layout.textview); - tv.setText(message); - setPositiveButton(okListener); - setNegativeButton(cancelListener); - createDialog(); - } - - @Override - protected void findViews(View parent) { - tv = (TextView) parent.findViewById(R.id.textview); - } - - private DialogInterface.OnClickListener okListener = new DialogInterface.OnClickListener() { - @Override - public void onClick(DialogInterface dialog, int which) { - notifyListener(true); - } - }; - - private DialogInterface.OnClickListener cancelListener = new DialogInterface.OnClickListener() { - @Override - public void onClick(DialogInterface dialog, int which) { - notifyListener(false); - } - }; - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumClickListener.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumClickListener.java deleted file mode 100644 index f32a89f91..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumClickListener.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.livio.sdl.enums; - -/** - * Defines a callback for click events that occur on an enumerated type. - * - * @author Mike Burke - * - */ -public interface EnumClickListener { - > void OnEnumItemClicked(E selection); -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumComparator.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumComparator.java deleted file mode 100644 index 7d98a69a9..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/EnumComparator.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.livio.sdl.enums; - -import java.util.Comparator; - -/** - * This class is simply a comparator for enum values using their toString() - * method instead of the standard name() method. - * - * This allows you to sort your enums by their friendly names, which is much - * more useful than sorting by the enum name. - * - * @author Mike Burke - * - */ -public class EnumComparator> implements Comparator { - @Override - public int compare(E lhs, E rhs) { - return lhs.toString().compareTo(rhs.toString()); - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlButton.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlButton.java deleted file mode 100644 index bf25318b6..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlButton.java +++ /dev/null @@ -1,234 +0,0 @@ -package com.livio.sdl.enums; - -import java.util.Arrays; - -import com.smartdevicelink.proxy.rpc.enums.ButtonName; - -/** - *

- * Defines logical buttons which, on a given SDL unit, would correspond to - * either physical or soft (touchscreen) buttons. These logical buttons present - * a standard functional abstraction which the developer can rely upon, - * independent of the SYNC unit. For example, the developer can rely upon the OK - * button having the same meaning to the user across SDL platforms. - *

- *

- * The preset buttons (0-9) can typically be interpreted by the application as - * corresponding to some user-configured choices, though the application is free - * to interpret these button presses as it sees fit. - *

- *

- * The application can discover which buttons a given SDL unit implements by - * interrogating the ButtonCapabilities parameter of the - * RegisterAppInterface response. - *

- * - * @since SmartDeviceLink 1.0 - */ -public enum SdlButton { - - /** - * Represents the button usually labeled "OK". A typical use of this button - * is for the user to press it to make a selection. - * - * @since SmartDeviceLink 1.0 - */ - OK ("Ok"), - /** - * Represents the seek-left button. A typical use of this button is for the - * user to scroll to the left through menu choices one menu item per press. - * - * @since SmartDeviceLink 1.0 - */ - SEEK_LEFT ("Seek Left"), - /** - * Represents the seek-right button. A typical use of this button is for the - * user to scroll to the right through menu choices one menu item per press. - * - * @since SmartDeviceLink 1.0 - */ - SEEK_RIGHT ("Seek Right"), - /** - * Represents a turn of the tuner knob in the clockwise direction one tick. - * - * @since SmartDeviceLink 1.0 - */ - TUNE_UP ("Tune Up"), - /** - * Represents a turn of the tuner knob in the counter-clockwise direction - * one tick. - * - * @since SmartDeviceLink 1.0 - */ - TUNE_DOWN ("Tune Down"), - /** - * Represents the preset 0 button. - * - * @since SmartDeviceLink 1.0 - */ - PRESET_0 ("Preset #0"), - /** - * Represents the preset 1 button. - * - * @since SmartDeviceLink 1.0 - */ - PRESET_1 ("Preset #1"), - /** - * Represents the preset 2 button. - * - * @since SmartDeviceLink 1.0 - */ - PRESET_2 ("Preset #2"), - /** - * Represents the preset 3 button. - * - * @since SmartDeviceLink 1.0 - */ - PRESET_3 ("Preset #3"), - /** - * Represents the preset 4 button. - * - * @since SmartDeviceLink 1.0 - */ - PRESET_4 ("Preset #4"), - /** - * Represents the preset 5 button. - * - * @since SmartDeviceLink 1.0 - */ - PRESET_5 ("Preset #5"), - /** - * Represents the preset 6 button. - * - * @since SmartDeviceLink 1.0 - */ - PRESET_6 ("Preset #6"), - /** - * Represents the preset 7 button. - * - * @since SmartDeviceLink 1.0 - */ - PRESET_7 ("Preset #7"), - /** - * Represents the preset 8 button. - * - * @since SmartDeviceLink 1.0 - */ - PRESET_8 ("Preset #8"), - /** - * Represents the preset 9 button. - * - * @since SmartDeviceLink 1.0 - */ - PRESET_9 ("Preset #9"), - - ; - - private final String READABLE_NAME; - - private SdlButton(String readableName){ - this.READABLE_NAME = readableName; - } - - /** - * Returns an array of the objects in this enum sorted in alphabetical order. - * - * @return The sorted array - */ - public static SdlButton[] getSortedArray(){ - SdlButton[] result = values(); - Arrays.sort(result, new EnumComparator()); - return result; - } - - /** - * Translates a legacy button (ButtonName) to this type of button (SdlButton). - * - * @param legacyButton The legacy button to translate - * @return The appropriate SdlButton for the input - */ - public static SdlButton translateFromLegacy(ButtonName legacyButton){ - switch(legacyButton){ - case OK: - return OK; - case SEEKLEFT: - return SEEK_LEFT; - case SEEKRIGHT: - return SEEK_RIGHT; - case TUNEDOWN: - return TUNE_DOWN; - case TUNEUP: - return TUNE_UP; - case PRESET_0: - return PRESET_0; - case PRESET_1: - return PRESET_1; - case PRESET_2: - return PRESET_2; - case PRESET_3: - return PRESET_3; - case PRESET_4: - return PRESET_4; - case PRESET_5: - return PRESET_5; - case PRESET_6: - return PRESET_6; - case PRESET_7: - return PRESET_7; - case PRESET_8: - return PRESET_8; - case PRESET_9: - return PRESET_9; - default: - return null; - } - } - - /** - * Translates this type of button (SdlButton) to a legacy button (ButtonName). - * - * @param sdlButton The new button to translate - * @return The appropriate legacy button for the input - */ - public static ButtonName translateToLegacy(SdlButton sdlButton){ - switch(sdlButton){ - case OK: - return ButtonName.OK; - case SEEK_LEFT: - return ButtonName.SEEKLEFT; - case SEEK_RIGHT: - return ButtonName.SEEKRIGHT; - case TUNE_DOWN: - return ButtonName.TUNEDOWN; - case TUNE_UP: - return ButtonName.TUNEUP; - case PRESET_0: - return ButtonName.PRESET_0; - case PRESET_1: - return ButtonName.PRESET_1; - case PRESET_2: - return ButtonName.PRESET_2; - case PRESET_3: - return ButtonName.PRESET_3; - case PRESET_4: - return ButtonName.PRESET_4; - case PRESET_5: - return ButtonName.PRESET_5; - case PRESET_6: - return ButtonName.PRESET_6; - case PRESET_7: - return ButtonName.PRESET_7; - case PRESET_8: - return ButtonName.PRESET_8; - case PRESET_9: - return ButtonName.PRESET_9; - default: - return null; - } - } - - @Override - public String toString(){ - return this.READABLE_NAME; - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlCommand.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlCommand.java deleted file mode 100644 index a9c687c78..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlCommand.java +++ /dev/null @@ -1,224 +0,0 @@ -package com.livio.sdl.enums; - - -/** - * This is an enumerated list of SDL commands, complete with world-readable names that can be used - * in dialogs and menus. - * - * @author Mike Burke - * - */ -public enum SdlCommand{ - /** - * SDL Alert command shows a pop-up text and/or voice alert on the head-unit. - * @see Alert - */ - ALERT ("Alert"), - /** - * SDL Speak command performs a Text-to-Speech action on the input text and speaks the input to the user over the vehicle speakers. - * @see Speak - */ - SPEAK ("Speak"), - /** - * SDL Show command updates the main HMI template used for the application. Show is capable of showing up to 4 lines of text. - * @see Show - */ - SHOW ("Show"), - /** - * SDL SubscribeButton command subscribes your application to receive hardware button-presses. For example, when the application is in-use on the head-unit, - * and the user presses the PRESET_0 button, your app can intercept that button press and take action on it. - * @see SubscribeButton - * @see UnsubscribeButton - * @see SdlButton - * @see ButtonName - */ - SUBSCRIBE_BUTTON ("Subscribe to Buttons"), - /** - * SDL UnsubscribeButton command unsubscribes your application from any buttons that have been subscribed to. - * @see UnsubscribeButton - * @see SdlButton - * @see ButtonName - */ - UNSUBSCRIBE_BUTTON ("Unsubscribe from Buttons"), - /** - * SDL AddCommand command creates a software button that will be added into the app's menu on the head-unit. Commands can be added to the root-level - * menu or to submenus that have been added by the application. - * @see AddCommand - * @see DeleteCommand - * @see MenuItem - * @see CommandButton - */ - ADD_COMMAND ("Add a Command"), - /** - * SDL DeleteCommand command deletes a command menu item that has been added by the application. - * @see DeleteCommand - * @see AddCommand - */ - DELETE_COMMAND ("Delete a Command"), - /** - * SDL AddSubmenu command creates a menu object inside the application's main root-level menu on the head-unit. Submenus can only be added to the - * root-level menu, they cannot be nested. - * @see AddSubmenu - * @see DeleteSubmenu - * @see MenuItem - * @see SubmenuButton - */ - ADD_SUBMENU ("Add a Submenu"), - /** - * SDL DeleteSubmenu command deletes a submenu menu item that has been added by the application. - * @see DeleteSubmenu - * @see AddSubmenu - */ - DELETE_SUB_MENU ("Delete a Submenu"), - /** - * SDL SetGlobalProperties command manually sets global voice properties for your application. For example, - * this command allows the application to change voice prompts for when the user needs help or when a timeout occurs. - * @see SetGlobalProperties - * @see ResetGlobalProperties - */ -// SET_GLOBAL_PROPERTIES ("Set Global Properties"), - /** - * SDL ResetGlobalProperties command resets global voice properties for your application to the vehicle's default settings. - * @see ResetGlobalProperties - * @see SetGlobalProperties - */ -// RESET_GLOBAL_PROPERTIES ("Reset Global Properties"), - /** - * SDL SetMediaClockTimer command allows media applications to set a counter that automatically counts up or counts down on the head-unit. The command - * also allows the application to pause, resume or clear a previously-existing counter. - * @see SetMediaClockTimer - */ - SET_MEDIA_CLOCK_TIMER ("Set Media Clock Timer"), - /** - * SDL CreateInteractionChoiceSet command allows the application to create a pop-up menu on the head-unit. The set must add the various choices - * available for the pop-up menu, including text and an image. - * @see CreateInteractionChoiceSet - * @see PerformInteraction - * @see DeleteInteractionChoiceSet - */ - CREATE_INTERACTION_CHOICE_SET ("Create Interaction Choice Set"), - /** - * SDL DeleteInteractionChoiceSet command allows the application to delete a choice set that has previously been added through the CreateInteractionChoiceSet command. - * @see DeleteInteractionChoiceSet - * @see CreateInteractionChoiceSet - */ - DELETE_INTERACTION_CHOICE_SET ("Delete Interaction Choice Set"), - /** - * SDL PerformInteraction command allows the application to show 1 or more choice sets that have been added through the CreateInteractionChoiceSet command. - * @see PerformInteraction - * @see CreateInteractionChoiceSet - */ - PERFORM_INTERACTION ("Perform Interaction"), - /** - * SDL Slider command allows an application to show a volume-style slider element on the head-unit. The application can select how many ticks the slider should have, - * the default selection for the timer and a timeout. - * @see Slider - */ - SLIDER ("Slider"), - /** - * SDL ScrollableMessage command allows an application to show a long message that the user may need to scroll through. The message has the ability to show soft buttons - * alongside the message. - * @see ScrollableMessage - */ - SCROLLABLE_MESSAGE ("Scrollable Message"), - /** - * SDL ChangeRegistration command allows the application to change the default language for the application on the head-unit. - * @see ChangeRegistration - */ - CHANGE_REGISTRATION ("Change Registration"), - /** - * SDL PutFile command allows the application to send files to be stored on the head-unit. Bitmap, JPEG and PNG images can be sent, in addition to WAV or MP3 formatted audio. - * @see PutFile - * @see DeleteFile - * @see ListFiles - * @see SetAppIcon - */ - PUT_FILE ("Put File"), - /** - * SDL DeleteFile command allows the application to delete files from the head-unit that were previously added to the head-unit through the PutFile command. - * @see DeleteFile - * @see PutFile - * @see ListFiles - */ - DELETE_FILE ("Delete File"), - /** - * SDL ListFiles command allows the application to retreive a list of files that have been added to the head-unit through the PutFile command. - * @see ListFiles - * @see PutFile - * @see DeleteFile - */ - LIST_FILES ("List Files"), - /** - * SDL SetAppIcon command allows the application to set an image to be associated with the application. Desired image must first be sent through the PutFile command. - * @see SetAppIcon - * @see PutFile - */ - SET_APP_ICON ("Set App Icon"), - /** - * SDL PerformAudioPassThru command allows vehicle voice-inputs from the user to be forwarded to the application. This is useful if the application wants to perform - * its own voice-rec implementation to decode user voice-inputs. - * @see PerformAudioPassThru - * @see EndAudioPassThru - */ - //PERFORM_AUDIO_PASSTHRU ("Perform Audio Pass-through"), - /** - * SDL EndAudioPassThru command ends a voice-input session previously started through the PerformAudioPassThru command. - */ - //END_AUDIO_PASSTHRU ("End Audio Pass-through"), - /** - * SDL SubscribeVehicleData command allows the application to subscribe for updates about various vehicle data. For example, fuel state, tire pressure, airbag status and much - * more information can be retrieved from the vehicle head-unit and used in the application. - * @see SubscribeVehicleData - * @see UnsubscribeVehicleData - * @see GetVehicleData - */ -// SUBSCRIBE_VEHICLE_DATA ("Subscribe to Vehicle Data"), - /** - * SDL UnsubscribeVehicleData command allows the application to unsubscribe from any vehicle data that has been subscribed to through the SubscribeVehicleData command. - * @see UnsubscribeVehicleData - * @see SubscribeVehicleData - * @see GetVehicleData - */ -// UNSUBSCRIBE_VEHICLE_DATA ("Unsubscribe from Vehicle Data"), - /** - * SDL GetVehicleData command allows the application to retrieve vehicle data from the head-unit. Prior to sending this command, the application must first subscribe - * for vehicle data through the SubscribeVehicleData command. - * @see GetVehicleData - * @see SubscribeVehicleData - * @see UnsubcribeVehicleData - */ -// GET_VEHICLE_DATA ("Get Vehicle Data"), - /** - * SDL ReadDID command allows the application to query DIDs for a particular module. DIDs contain useful information for each module, such as part numbers. - * @see ReadDID - */ - READ_DIDS ("Read DIDs"), - /** - * SDL GetDTCs command allows the application to query DTCs for a particular module. DTCs contain diagnostic trouble codes that are set when something - * goes wrong in a module. - * @see GetDTCs - */ - GET_DTCS ("Get DTCs"), - //SHOW_CONSTANT_TBT ("Show Constant TBT"), //TODO - this command doesn't work on SDL core as of 1/23/2014 - //ALERT_MANEUVER ("Alert Maneuver"), //TODO - this command doesn't work on SDL core as of 1/23/2014 - //UPDATE_TURN_LIST ("Update Turn List"), //TODO - this command doesn't work on SDL core as of 1/23/2014 - //DIAL_NUMBER ("Dial Number"), //TODO - this command doesn't work on SDL core as of 1/23/2014 - - //Future commands go here. - - ; - - // THIS IS AN ENUM, SO BASICALLY EVERYTHING SHOULD BE FINAL. - private final String friendlyName; - - //constructor - private SdlCommand(String readableName){ - this.friendlyName = readableName; - } - - @Override - public String toString(){ - return this.friendlyName; - } -} - diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlImageType.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlImageType.java deleted file mode 100644 index e24828dda..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlImageType.java +++ /dev/null @@ -1,92 +0,0 @@ -package com.livio.sdl.enums; - -import java.util.EnumSet; - -import com.smartdevicelink.proxy.rpc.enums.ImageType; - - -/** - * An enumerated class representing image types on the head-unit. Images can be either - * static or dynamic. Static images are contained solely on the head-unit and cannot be - * updated or deleted. Dynamic images are contained in the application and sent to the - * head-unit through the PutFile command. - * - * @see ImageType - * - * @author Mike Burke - * - */ -public enum SdlImageType { - - /** - * Represents a dynamic image. Dynamic images are sent from the application to the head-unit - * through the PutFile command and can be referenced by the name sent with PutFile. - */ - DYNAMIC("Dynamic"), - /** - * Represents a static image. Static images are stored exclusively on the head-unit and cannot - * be changed or deleted by applications. - */ - STATIC("Static"), - - ; - - private final String READABLE_NAME; - private SdlImageType(String name){ - this.READABLE_NAME = name; - } - - /** - * Translates an SdlImageType object to it's associated ImageType object. - * - * @param input The SdlImageType to convert - * @return The associated ImageType - */ - public static ImageType translateToLegacy(SdlImageType input){ - switch(input){ - case STATIC: - return ImageType.STATIC; - case DYNAMIC: - return ImageType.DYNAMIC; - default: - return null; - } - } - - /** - * Translates an SdlImageType object to it's associated ImageType object. - * - * @param input The SdlImageType to convert - * @return The associated ImageType - */ - public static SdlImageType translateFromLegacy(ImageType input){ - switch(input){ - case STATIC: - return STATIC; - case DYNAMIC: - return DYNAMIC; - default: - return null; - } - } - - /** - * Allows a reverse-lookup based on the items readable name. - * - * @param readableName The item's readable name - * @return The item with the input readable name if found, null otherwise - */ - public static SdlImageType lookupByReadableName(String readableName) { - for (SdlImageType anEnum : EnumSet.allOf(SdlImageType.class)) { - if (anEnum.toString().equals(readableName)) { - return anEnum; - } - } - return null; - } - - @Override - public String toString(){ - return this.READABLE_NAME; - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlInteractionMode.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlInteractionMode.java deleted file mode 100644 index cc9825ebc..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlInteractionMode.java +++ /dev/null @@ -1,78 +0,0 @@ -package com.livio.sdl.enums; - -import com.smartdevicelink.proxy.rpc.enums.InteractionMode; - -/** - * Represents different types of interaction modes that the user can utilize - * when performing an interaction on a choice set list. - * - * @see InteractionMode - * - * @author Mike Burke - * - */ -public enum SdlInteractionMode { - - /** - * Represents perform interactions that can only be controlled manually by button click events. - */ - MANUAL_ONLY("Click events"), - /** - * Represents perform interactions that can only be controlled by voice-rec events. - */ - VOICE_REC_ONLY("Voice-rec events"), - /** - * Represents perform interactions that can be controlled by click events and voice-rec events. - */ - BOTH("Click and voice-rec events"), - ; - - private final String friendlyName; - - private SdlInteractionMode(String str){ - this.friendlyName = str; - } - - /** - * Translates an input SdlInteractionMode to its associated InteractionMode object. - * - * @param from The SdlInteractionMode to translate - * @return The InteractionMode object associated with the input SdlInteractionMode object - */ - public static InteractionMode translateToLegacy(SdlInteractionMode from){ - switch(from){ - case MANUAL_ONLY: - return InteractionMode.MANUAL_ONLY; - case VOICE_REC_ONLY: - return InteractionMode.VR_ONLY; - case BOTH: - return InteractionMode.BOTH; - default: - return null; - } - } - - /** - * Translates an input InteractionMode to its associated SdlInteractionMode object. - * - * @param from The InteractionMode to translate - * @return The SdlInteractionMode object associated with the input InteractionMode object - */ - public static SdlInteractionMode translateFromLegacy(InteractionMode from){ - switch(from){ - case MANUAL_ONLY: - return MANUAL_ONLY; - case VR_ONLY: - return VOICE_REC_ONLY; - case BOTH: - return BOTH; - default: - return null; - } - } - - @Override - public String toString(){ - return friendlyName; - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlLanguage.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlLanguage.java deleted file mode 100755 index c88d90dfb..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlLanguage.java +++ /dev/null @@ -1,165 +0,0 @@ -package com.livio.sdl.enums; - -import java.util.EnumSet; - -/** - * Specifies the language to be used for TTS, VR, displayed messages/menus - *

- * - * @since SmartDeviceLink 1.0 - * - */ -public enum SdlLanguage { - /** - * American English - */ - EN_US("EN-US"), - /** - * Australian English - */ - EN_AU("EN-AU"), - /** - * British English - */ - EN_GB("EN-GB"), - - /** - * Mexico Spanish - */ - ES_MX("ES-MX"), - /** - * Spain Spanish - */ - ES_ES("ES-ES"), - - /** - * France French - */ - FR_FR("FR-FR"), - /** - * Canadian French - */ - FR_CA("FR-CA"), - - /** - * German - */ - DE_DE("DE-DE"), - - /** - * Russian - */ - RU_RU("RU-RU"), - - /** - * Turkish - */ - TR_TR("TR-TR"), - - /** - * Polish - */ - PL_PL("PL-PL"), - - /** - * Italian - */ - IT_IT("IT-IT"), - - /** - * Swedish - */ - SV_SE("SV-SE"), - - /** - * Portuguese - */ - PT_PT("PT-PT"), - /** - * Brazilian Portuguese - */ - PT_BR("PT-BR"), - - /** - * Dutch - */ - NL_NL("NL-NL"), - - /** - * Traditional Chinese - */ - ZH_CN("ZH-CN"), - /** - * Thai Chinese - */ - ZH_TW("ZH-TW"), - - /** - * Japanese - */ - JA_JP("JA-JP"), - - /** - * Arabic - */ - AR_SA("AR-SA"), - - /** - * Korean - */ - KO_KR("KO-KR"), - - /** - * Czech - */ - CS_CZ("CS-CZ"), - - /** - * Danish - */ - DA_DK("DA-DK"), - - /** - * Norwegian - */ - NO_NO("NO-NO"), - - // future languages go here - - ; - - private final String READABLE_NAME; - - private SdlLanguage(String readableName) { - this.READABLE_NAME = readableName; - } - - //public member methods - public String getReadableName(){ - return this.READABLE_NAME; - } - - /** - * Returns a Language's name. This method iterates through every enum in the list, - * but it won't be used as often as SyncCommand, so we'll sacrifice the reverse look-up - * HashMap in this case. Without the HashMap, this method will certainly take longer - * to run, but it isn't worth the memory hit since languages will be used - * much less often than SyncCommand. - * - * @param value a String - * @return Language -EN-US, ES-MX or FR-CA - */ - public static SdlLanguage lookupByReadableName(String readableName) { - for (SdlLanguage anEnum : EnumSet.allOf(SdlLanguage.class)) { - if (anEnum.getReadableName().equals(readableName)) { - return anEnum; - } - } - return null; - } - - @Override - public String toString(){ - return this.READABLE_NAME; - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlSpeechCapability.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlSpeechCapability.java deleted file mode 100644 index f99379b3e..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlSpeechCapability.java +++ /dev/null @@ -1,97 +0,0 @@ -package com.livio.sdl.enums; - -import com.smartdevicelink.proxy.rpc.enums.SpeechCapabilities; - - -/** - * Specifies different types of text-to-speech capabilities available through SmartDeviceLink. When - * an application wants the vehicle to speak something to the user, the application can deliver - * any of the input strings formatted according to the options in this enumerated class. - * - * @see SpeechCapabilities - * - * @author Mike Burke - */ -public enum SdlSpeechCapability { - /** - * Represents a standard text-to-speech translation. - */ - TEXT("Text"), - /** - * Represents a SAPI phoneme text string. - */ - SAPI_PHONEMES("SAPI Phonemes"), - /** - * Represents a LHPLUS phoneme text string. - */ - LHPLUS_PHONEMES("LHPLUS Phonemes"), - /** - * Represents a pre-recorded text entry stored exclusively on the head-unit. - */ - PRE_RECORDED("Pre-recorded"), - /** - * Represents a period of silence, for example, a pause between sentences. - */ - SILENCE("Silence"), - - // future languages go here - - ; - - private final String READABLE_NAME; - - private SdlSpeechCapability(String readableName) { - this.READABLE_NAME = readableName; - } - - /** - * Translates the input SpeechCapabilities object into an SdlSpeechCapability object. - * - * @param input The SpeechCapabilities object to translate - * @return The translated SdlSpeechCapability object - */ - public static SdlSpeechCapability translateFromLegacy(SpeechCapabilities input){ - switch(input){ - case TEXT: - return TEXT; - case LHPLUS_PHONEMES: - return LHPLUS_PHONEMES; - case SAPI_PHONEMES: - return SAPI_PHONEMES; - case SILENCE: - return SILENCE; - case PRE_RECORDED: - return PRE_RECORDED; - default: - return null; - } - } - - /** - * Translates the input SdlSpeechCapabilities object into a SpeechCapability object. - * - * @param input The SdlSpeechCapabilities object to translate - * @return The translated SpeechCapability object - */ - public static SpeechCapabilities translateToLegacy(SdlSpeechCapability input){ - switch(input){ - case TEXT: - return SpeechCapabilities.TEXT; - case LHPLUS_PHONEMES: - return SpeechCapabilities.LHPLUS_PHONEMES; - case SAPI_PHONEMES: - return SpeechCapabilities.SAPI_PHONEMES; - case SILENCE: - return SpeechCapabilities.SILENCE; - case PRE_RECORDED: - return SpeechCapabilities.PRE_RECORDED; - default: - return null; - } - } - - @Override - public String toString(){ - return this.READABLE_NAME; - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTextAlignment.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTextAlignment.java deleted file mode 100644 index 43830fbe6..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTextAlignment.java +++ /dev/null @@ -1,81 +0,0 @@ -package com.livio.sdl.enums; - -import com.smartdevicelink.proxy.rpc.enums.TextAlignment; - -/** - * Used in the Show command, the text alignment input tells the head-unit how - * to align the text that is being updated in the Show command. - * - * @see TextAlignment - * - * @author Mike Burke - * - */ -public enum SdlTextAlignment { - /** - * No change in alignment. - */ - NO_SELECTION("No selection"), - /** - * Text aligned left. - */ - LEFT_ALIGNED("Left-align"), - /** - * Text aligned right. - */ - RIGHT_ALIGNED("Right-align"), - /** - * Text aligned centered. - */ - CENTERED("Center"), - - ; - - private final String READABLE_NAME; - private SdlTextAlignment(String readableName){ - this.READABLE_NAME = readableName; - } - - /** - * Translates the input TextAlignment object into an SdlTextAlignment object. - * - * @param input The TextAlignment object to translate - * @return The associated SdlTextAlignment object - */ - public static SdlTextAlignment translateFromLegacy(TextAlignment input){ - switch(input){ - case LEFT_ALIGNED: - return LEFT_ALIGNED; - case RIGHT_ALIGNED: - return RIGHT_ALIGNED; - case CENTERED: - return CENTERED; - default: - return null; - } - } - - /** - * Translates the input SdlTextAlignment object into a TextAlignment object. - * - * @param input The SdlTextAlignment object to translate - * @return The associated TextAlignment object - */ - public static TextAlignment translateToLegacy(SdlTextAlignment input){ - switch(input){ - case LEFT_ALIGNED: - return TextAlignment.LEFT_ALIGNED; - case RIGHT_ALIGNED: - return TextAlignment.RIGHT_ALIGNED; - case CENTERED: - return TextAlignment.CENTERED; - default: - return null; - } - } - - @Override - public String toString(){ - return this.READABLE_NAME; - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTransportType.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTransportType.java deleted file mode 100644 index 45e57761b..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlTransportType.java +++ /dev/null @@ -1,36 +0,0 @@ -package com.livio.sdl.enums; - - -/** - * Represents the different types of connections that are available through SmartDeviceLink. - * - * @author Mike Burke - * - */ -public enum SdlTransportType { - /** - * Represents a BlueTooth connection with SmartDeviceLink. - */ - BLUETOOTH("Bluetooth"), - /** - * Represents a WiFi connection with SmartDeviceLink. - */ - WIFI("WiFi"), - /** - * Represents a USB connection with SmartDeviceLink. - */ - USB("USB"), - - ; - - private final String name; - - private SdlTransportType(String friendlyName){ - this.name = friendlyName; - } - - @Override - public String toString(){ - return name; - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlUpdateMode.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlUpdateMode.java deleted file mode 100644 index c1ef7ed62..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlUpdateMode.java +++ /dev/null @@ -1,93 +0,0 @@ -package com.livio.sdl.enums; - -import com.smartdevicelink.proxy.rpc.enums.UpdateMode; - -/** - * Represents various different types of actions on the media clock - * counter for media applications. - * - * @see UpdateMode - * @see SetMediaClockTimer - * - * @author Mike Burke - * - */ -public enum SdlUpdateMode { - /** - * Indicates that the timer should start counting up from the input time. - */ - COUNT_UP("Count up"), - /** - * Indicates that the timer should start counting down from the input time. - */ - COUNT_DOWN("Count down"), - /** - * Indicates that the timer should be paused. - */ - PAUSE("Pause"), - /** - * Indicates that the timer should be resumed. - */ - RESUME("Resume"), - /** - * Indicates that the timer should be cleared. - */ - CLEAR("Clear"), - ; - - private final String friendlyName; - private SdlUpdateMode(String friendlyName){ - this.friendlyName = friendlyName; - } - - @Override - public String toString(){ - return this.friendlyName; - } - - /** - * Translates the input SdlUpdateMode to the associated UpdateMode object. - * - * @param input The SdlUpdateMode object to translate - * @return The translated UpdateMode object - */ - public static UpdateMode translateToLegacy(SdlUpdateMode input){ - switch(input){ - case COUNT_UP: - return UpdateMode.COUNTUP; - case COUNT_DOWN: - return UpdateMode.COUNTDOWN; - case PAUSE: - return UpdateMode.PAUSE; - case RESUME: - return UpdateMode.RESUME; - case CLEAR: - return UpdateMode.CLEAR; - default: - return null; - } - } - - /** - * Translates the input UpdateMode to the associated SdlUpdateMode object. - * - * @param input The UpdateMode object to translate - * @return The translated SdlUpdateMode object - */ - public static SdlUpdateMode translateFromLegacy(UpdateMode input){ - switch(input){ - case COUNTUP: - return COUNT_UP; - case COUNTDOWN: - return COUNT_DOWN; - case PAUSE: - return PAUSE; - case RESUME: - return RESUME; - case CLEAR: - return CLEAR; - default: - return null; - } - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlVehicleData.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlVehicleData.java deleted file mode 100644 index 4bc0a8689..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/enums/SdlVehicleData.java +++ /dev/null @@ -1,54 +0,0 @@ -package com.livio.sdl.enums; - -public enum SdlVehicleData { - - GPS("GPS Data"), - SPEED("Speed"), - RPM("Engine RPM"), - FUEL_LEVEL("Fuel Level"), - FUEL_LEVEL_STATE("Fuel Level State"), - FUEL_ECONOMY_INST("Fuel Economy (instant)"), - EXTERNAL_TEMP("External Temperature"), - VEHICLE_GEAR("Vehicle Gear State"), - TIRE_PRESSURE("Tire Pressure"), - ODOMETER("Odometer"), - SEAT_BELT_STATUS("Seat Belt Status"), - BODY_INFO("Body Information"), - DEVICE_STATUS("Device Status"), - DRIVER_BRAKING("Brake Status"), - WIPER_STATUS("Windshield Wiper Status"), - FUEL_ECONOMY_OVR("Fuel Economy (overall)"), - ENGINE_OIL_LIFE("Engine Oil Life"), - HEADLIGHT_STATUS("Headlight Status"), - BATTERY_VOLTAGE("Battery Voltage"), - BRAKE_TORQUE("Brake Torque"), - ENGINE_TORQUE("Engine Torque"), - TURBO_BOOST("Turbo Boost"), - COOLANT_TEMP("Coolant Temp"), - AIR_FUEL_RATIO("Air-Fuel Ratio"), - COOLING_HEAD_TEMP("Cooling Head Temp"), - ENGINE_OIL_TEMP("Engine Oil Temp"), - AIR_INTAKE_TEMP("Air Intake Temp"), - GEAR_SHIFT_ADVICE("Gear Shift Advice"), - ACCELERATION("Acceleration"), - ACC_PEDAL_POSITION("Acceleration Pedal Position"), - CLUTCH_PEDAL_POSITION("Clutch Pedal Position"), - REVERSE_GEAR_STATUS("Reverse Gear Status"), - ACCELERATION_TORQUE("Acceleration Torque"), - EV_INFO("EV Info"), - AMBIENT_LIGHT_STATUS("Ambient Light Status"), - - - ; - - private final String friendlyName; - private SdlVehicleData(String friendlyName) { - this.friendlyName = friendlyName; - } - - @Override - public String toString(){ - return this.friendlyName; - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/CommandButton.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/CommandButton.java deleted file mode 100644 index fadc9a6b2..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/CommandButton.java +++ /dev/null @@ -1,89 +0,0 @@ -package com.livio.sdl.menu; - -/** - * Represents a command button that can be clicked on the SDL-connected head-unit. A command - * button contains all the fields contained in the MenuItem parent class, as well as a parent id, - * a string representing an image on the head-unit and an OnClickListener. - * - * @author Mike Burke - * - */ -public class CommandButton extends MenuItem { - - /** - * An interface that defines a click event listener for a command button. - * - * @author Mike Burke - * - */ - public interface OnClickListener{ - void onClick(CommandButton button); - } - - private int parentId = -1; - private OnClickListener listener; - private String imageName; - - public CommandButton(CommandButton copy){ - super(copy.getName(), copy.getId(), false); - this.parentId = copy.getParentId(); - this.listener = copy.getOnClickListener(); - this.imageName = copy.getImageName(); - } - - public CommandButton(String name, int id) { - super(name, id, false); - } - - public CommandButton(String name, int id, int parentId) { - super(name, id, false); - this.parentId = parentId; - } - - public CommandButton(String name, int id, OnClickListener listener) { - super(name, id, false); - this.listener = listener; - } - - public CommandButton(String name, int id, int parentId, OnClickListener listener) { - this(name, id, parentId, null, listener); - } - - public CommandButton(String name, int id, String imageName) { - super(name, id, false); - this.imageName = imageName; - } - - public CommandButton(String name, int id, int parentId, String imageName) { - this(name, id, parentId, imageName, null); - } - - public CommandButton(String name, int id, int parentId, String imageName, OnClickListener listener) { - super(name, id, false); - this.parentId = parentId; - this.imageName = imageName; - this.listener = listener; - } - - public int getParentId() { - return parentId; - } - - public OnClickListener getOnClickListener() { - return listener; - } - - public String getImageName() { - return imageName; - } - - /** - * Executes the code in the click listener, if it exists. - */ - public void dispatchClickEvent(){ - if(listener != null){ - listener.onClick(this); - } - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuItem.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuItem.java deleted file mode 100644 index 07bd2be42..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuItem.java +++ /dev/null @@ -1,85 +0,0 @@ -package com.livio.sdl.menu; - -import java.util.Comparator; - -/** - * Represents a generic menu item - either a submenu or a command. All menu items - * have similar fields, for example, a name and an id. - * - * @see CommandButton, SubmenuButton - * - * @author Mike Burke - * - */ -public class MenuItem { - /** - * Comparator for sorting MenuItem objects based on their id. - * - * @author Mike Burke - * - */ - public static class IdComparator implements Comparator{ - @Override - public int compare(MenuItem lhs, MenuItem rhs) { - final int lId = lhs.getId(); - final int rId = rhs.getId(); - - if(lId > rId){ - return 1; - } - else if(lId < rId){ - return -1; - } - else{ - return 0; - } - } - } - - /** - * Comparator for sorting MenuItem objects based on their name. - * - * @author Mike Burke - * - */ - public static class NameComparator implements Comparator { - @Override - public int compare(MenuItem lhs, MenuItem rhs) { - return lhs.getName().compareTo(rhs.getName()); - } - } - - private String name; - private int id; - private boolean isMenu; - - public MenuItem(MenuItem copy){ - this.name = copy.getName(); - this.id = copy.getId(); - this.isMenu = copy.isMenu(); - } - - public MenuItem(String name, int id, boolean isMenu) { - this.name = name; - this.id = id; - this.isMenu = isMenu; - } - - public String getName() { - return name; - } - - public int getId() { - return id; - } - - public boolean isMenu() { - return isMenu; - } - - @Override - public String toString(){ - return new StringBuilder().append(name).append(" (").append(id).append(")").toString(); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuManager.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuManager.java deleted file mode 100644 index b6fef256f..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/MenuManager.java +++ /dev/null @@ -1,334 +0,0 @@ -package com.livio.sdl.menu; - -import java.util.ArrayList; -import java.util.Collections; -import java.util.Iterator; -import java.util.List; - -import android.util.Log; -import android.util.SparseArray; - -/** - * Manages SDL menu items (commands and submenus), keeping an up-to-date list of available - * menu items. - * - * @author Mike Burke - * - */ -public class MenuManager { - /** - * Allows iterating over the items in a menu manager object. - * - * @author Mike Burke - * - */ - public static class MenuIterator implements Iterator{ - - private final MenuManager items; - private int currentIndex = 0; - - private MenuIterator(MenuManager items){ - this.items = items; - } - - @Override - public boolean hasNext() { - return (currentIndex < (items.size())); - } - - @Override - public MenuItem next() { - return items.getItemAt(currentIndex++); - } - - @Override - public void remove() { - // don't allow removing items through the iterator - throw new UnsupportedOperationException(); - } - } - - private static boolean debug = false; - private SparseArray menuItems; - - // constructors - public MenuManager() { - menuItems = new SparseArray(); - } - - public MenuManager(int startSize){ - menuItems = new SparseArray(startSize); - } - - /** - * Adds the input menu item to the list. If the input item is the child of a submenu, - * also adds the item to the parent's list of children. - * - * @param item The item to add - */ - public void addItem(MenuItem item){ - log(new StringBuilder().append("Adding item: ").append(item.toString()).toString()); - menuItems.put(item.getId(), item); - - // if not a top-level menu, let's check if it needs to be added to a submenu as well - if(!item.isMenu()){ - CommandButton button = (CommandButton) item; - int parentId = button.getParentId(); - if(parentId != -1){ - // button has a valid parent. let's find it and add it to the list - addCommandToParent(button, parentId); - } - } - } - - /** - * Adds the input command button to the parent represented by the parent id. - * - * @param button The button to add - * @param parentId The id of the button's parent - */ - private void addCommandToParent(CommandButton button, int parentId){ - MenuItem parent = menuItems.get(parentId); - log(new StringBuilder().append("Adding command: ").append(button.toString()).append(" to parent: ").append(parent.toString()).toString()); - - if(parent.isMenu()){ - SubmenuButton parentButton = (SubmenuButton) parent; - parentButton.addChild(button); - } - } - - /** - * Removes the item with the input id. If the item to remove is a submenu which contains children, - * this method removes the children commands from the menu manager as well. If the item to remove is - * a command which belongs to a registered submenu, this method will also remove the child from its - * parent's list of children. - * - * @param id The id of the item to remove - */ - public void removeItem(int id){ - MenuItem itemToRemove = menuItems.get(id); - if(itemToRemove == null){ - return; - } - - log(new StringBuilder().append("Removing item: ").append(itemToRemove.toString()).toString()); - - if(!itemToRemove.isMenu()){ - // command button - final int parentId = ((CommandButton)itemToRemove).getParentId(); - if(parentId != -1){ - // we have a command button with a valid parent - let's remove it from the parent list - SubmenuButton parent = (SubmenuButton) menuItems.get(parentId); - if(parent != null){ - log(new StringBuilder().append("Removing child: ").append(itemToRemove.toString()).append(" from parent: ").append(parent.toString()).toString()); - parent.removeChild(itemToRemove.getId()); - } - } - } - else{ - // submenu button is being deleted - remove all children as well - removeChildren((SubmenuButton) itemToRemove); - } - menuItems.remove(id); - } - - /** - * Removes any children that belong to the input submenu. - * - * @param parent The parent whose children should be removed - */ - private void removeChildren(SubmenuButton parent){ - List children = parent.getChildren(); - if(children != null && children.size() > 0){ - for(MenuItem child : children){ - removeItem(child.getId()); - } - } - } - - /** - * Makes a copy of all registered submenus and returns it. - * - * @return A list of all registered submenus - */ - public List getSubmenus(){ - if(size() == 0){ - return Collections.emptyList(); - } - - log("Making a copy of all submenus"); - - List result = new ArrayList(); - - // iterate through all items - Iterator iterator = iterator(); - while(iterator.hasNext()){ - MenuItem current = iterator.next(); - if(current.isMenu()){ - // if this item is a submenu, make a copy of the item and add it to the result list - result.add(new SubmenuButton((SubmenuButton) current)); - } - } - - return result; - } - - /** - * Makes a copy of all registered commands and returns it. - * - * @return A list of all registered commands - */ - public List getCommands(){ - if(size() == 0){ - return Collections.emptyList(); - } - - log("Making a copy of all commands"); - - List result = new ArrayList(); - - // iterate through all items - Iterator iterator = iterator(); - while(iterator.hasNext()){ - MenuItem current = iterator.next(); - if(!current.isMenu()){ - // if this item is a command, make a copy of the item and add it to the result list - result.add(new CommandButton((CommandButton) current)); - } - } - - return result; - } - - /** - * Makes a copy of all items and returns it. - * - * @return A list of all registered menu items - */ - public List getAllItems(){ - if(size() == 0){ - return Collections.emptyList(); - } - - log("Making a copy of all menu items"); - - List result = new ArrayList(size()); - - // iterate through all items - Iterator iterator = iterator(); - while(iterator.hasNext()){ - MenuItem current = iterator.next(); - - // make a copy of the item and add it to the list - if(current.isMenu()){ - result.add(new SubmenuButton((SubmenuButton) current)); - } - else{ - result.add(new CommandButton((CommandButton) current)); - } - } - - return result; - } - - /** - * Returns the item with the given id. - * - * @param id The id of the item to return - * @return The item with the input id, or null if the id doesn't exist - */ - public MenuItem get(int id){ - return menuItems.get(id); - } - - /** - * Returns the item at the input index. - * - * @param index The index of the item to return - * @return The item at the given index - */ - public MenuItem getItemAt(int index){ - return menuItems.valueAt(index); - } - - /** - * Returns the item with the given name. - * - * @param name The name of the item to return - * @return The item with the given name, or null if the name doesn't exist - */ - public MenuItem get(String name){ - // iterate through all items - Iterator iterator = iterator(); - while(iterator.hasNext()){ - MenuItem current = iterator.next(); - - // if the current item matches the input name, return it - if(name.equals(current.getName())){ - return current; - } - } - - return null; - } - - /** - * Returns the number of items being managed by the menu manager. - * - * @return The number of items being managed by the menu manager - */ - public int size(){ - return menuItems.size(); - } - - /** - * Removes all menu items from the menu manager. - */ - public void clear(){ - menuItems.clear(); - } - - /** - * Dispatches a click event to the button with the input id. If the button with the - * input id isn't found in the menu manager, this method does nothing. - * - * @param buttonId The id of the button that was clicked - */ - public void dispatchClick(int buttonId){ - MenuItem item = menuItems.get(buttonId); - - if(item == null || item.isMenu()){ - log("Button with selected ID hasn't been added to this menu manager."); - } - else{ - CommandButton itemCmd = (CommandButton) item; - itemCmd.dispatchClickEvent(); - } - } - - /** - * Creates a new iterator object for this MenuManager object. - * - * @return The new iterator instance - */ - public Iterator iterator(){ - log("Creating new iterator object"); - Iterator iterator = new MenuIterator(this); - return iterator; - } - - /** - * Enables or disables debug mode for log messages. - * - * @param enable True to enable debug logs, false to disable - */ - public static void setDebug(boolean enable){ - debug = enable; - } - - private static void log(String msg){ - if(debug){ - Log.d("MenuManager", msg); - } - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/SubmenuButton.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/SubmenuButton.java deleted file mode 100644 index 7e2ebbe90..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/menu/SubmenuButton.java +++ /dev/null @@ -1,109 +0,0 @@ -package com.livio.sdl.menu; - -import java.util.ArrayList; -import java.util.Collections; -import java.util.List; - -/** - * Represents a submenu button that can be clicked on the SDL-connected head-unit. A submenu - * contains all the fields contained in the MenuItem parent class, as well as maintaining a list - * of children commands. - * - * @author Mike Burke - * - */ -public class SubmenuButton extends MenuItem { - - private List children; - - public SubmenuButton(SubmenuButton copy){ - super(copy.getName(), copy.getId(), true); - copyChildren(copy.getChildren()); - } - - public SubmenuButton(String name, int id) { - super(name, id, true); - } - - /** - * Creates a copy of the children to ensure there are no leaked references to the - * children of the object we're copying. - * - * @param children - */ - private void copyChildren(List children){ - if(children == null || children.size() <= 0){ - return; - } - - if(this.children == null){ - this.children = new ArrayList(children.size()); - } - - for(MenuItem child : children){ - if(child.isMenu()){ - this.children.add(new SubmenuButton((SubmenuButton) child)); - } - else{ - this.children.add(new CommandButton((CommandButton) child)); - } - } - } - - /** - * Returns a copy of the list of all children associated with this menu item. If there - * are no children associated with this menu item, this method will return an empty list. - * - * @return A copy of the list of children - */ - public List getChildren(){ - if(children == null || children.size() <= 0){ - return Collections.emptyList(); - } - - return new ArrayList(children); - } - - /** - * Adds a child to this submenu object. - * - * @param item The item to add - */ - public void addChild(MenuItem item){ - if(children == null){ - children = new ArrayList(); - } - - children.add(item); - } - - /** - * Removes a child from this submenu object. - * - * @param childId The id of the child to remove - */ - public void removeChild(int childId){ - if(children == null || children.size() <= 0){ - return; - } - - for(MenuItem child : children){ - if(childId == child.getId()){ - children.remove(child); - return; - } - } - } - - /** - * Removes all children from this submenu object. - */ - public void removeAllChildren(){ - if(children == null || children.size() <= 0){ - return; - } - - children.clear(); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/AndroidUtils.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/AndroidUtils.java deleted file mode 100644 index 87f9a24c8..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/AndroidUtils.java +++ /dev/null @@ -1,158 +0,0 @@ -package com.livio.sdl.utils; - -import java.io.ByteArrayOutputStream; -import java.util.Arrays; -import java.util.List; - -import android.content.Context; -import android.content.ContextWrapper; -import android.graphics.Bitmap; -import android.graphics.Bitmap.CompressFormat; -import android.net.ConnectivityManager; -import android.net.NetworkInfo; -import android.net.wifi.WifiManager; -import android.widget.ArrayAdapter; - -/** - * Contains static methods that will help with typical Android tasks. For example, - * there are methods to determine internet connectivity, creating adapters for spinners - * and lists, etc. - * - * @author Mike Burke - * - */ -public final class AndroidUtils { - - private AndroidUtils(){} // don't allow instantiation of static classes - - /** - * Determines if the network is currently available or not. - * - * @param context The context with which to access the system connectivity service - * @return True if the network is available, false if not - */ - public static boolean isNetworkAvailable(ContextWrapper context){ - ConnectivityManager cm = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); - NetworkInfo network = cm.getActiveNetworkInfo(); - return ( (network != null) && (network.isConnected()) ); - } - - /** - * Creates a standard Android spinner adapter. Input items can be of any type. - * - * @param context Context with which to create the adapter - * @param items List of items to populate the adapter with - * @return The created adapter - */ - public static ArrayAdapter createSpinnerAdapter(Context context, List items){ - ArrayAdapter adapter = createAdapter(context, android.R.layout.select_dialog_item, items); - adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); - return adapter; - } - - /** - * Creates a standard Android spinner adapter. Input items can be of any type. - * - * @param context Context with which to create the adapter - * @param items Array of items to populate the adapter with - * @return The created adapter - */ - public static ArrayAdapter createSpinnerAdapter(Context context, E[] items){ - return createSpinnerAdapter(context, Arrays.asList(items)); - } - - /** - * Creates a standard Android ListView adapter. Input items can be of any type. - * - * @param context Context with which to create the adapter - * @param items List of items to populate the adapter with - * @return The created adapter - */ - public static ArrayAdapter createListViewAdapter(Context context, List items){ - return createAdapter(context, android.R.layout.simple_list_item_1, items); - } - - /** - * Creates a standard Android ListView adapter. Input items can be of any type. - * - * @param context Context with which to create the adapter - * @param items Array of items to populate the adapter with - * @return The created adapter - */ - public static ArrayAdapter createListViewAdapter(Context context, E[] items){ - return createListViewAdapter(context, Arrays.asList(items)); - } - - /** - * Creates a standard Android ListView multiple-choice adapter. Input items can be of any type. - * - * @param context Context with which to create the adapter - * @param items List of items to populate the adapter with - * @return The created adapter - */ - public static ArrayAdapter createMultipleListViewAdapter(Context context, List items){ - return createAdapter(context, android.R.layout.simple_list_item_multiple_choice, items); - } - - /** - * Creates a standard Android ListView multiple-choice adapter. Input items can be of any type. - * - * @param context Context with which to create the adapter - * @param items Array of items to populate the adapter with - * @return The created adapter - */ - public static ArrayAdapter createMultipleListViewAdapter(Context context, E[] items){ - return createMultipleListViewAdapter(context, Arrays.asList(items)); - } - - /** - * Creates a standard Android adapter. Input items can be of any type. - * - * @param context Context with which to create the adapter - * @param layoutId Android resource id to be used for a list row - * @param items List of items to populate the adapter with - * @return The created adapter - */ - public static ArrayAdapter createAdapter(Context context, int layoutId, List items){ - return new ArrayAdapter(context, layoutId, items); - } - - /** - * Converts and Android bitmap file to an array of raw bytes that are ready to be sent over bluetooth, - * wifi, usb, etc. - * - * @param bitmap The bitmap to translate - * @param format The format of the bitmap - * @return The raw byte representation of the bitmap - */ - public static byte[] bitmapToRawBytes(Bitmap bitmap, CompressFormat format){ - ByteArrayOutputStream baos = new ByteArrayOutputStream(); - bitmap.compress(format, 100, baos); - byte[] result = baos.toByteArray(); - return result; - } - - /** - * Enables or disables wifi. Requires CHANGE_WIFI_STATE permission. - * - * @param context A context with which to access wifi system service - * @param enable True if wifi should be enabled, false if it should be disabled - */ - public static void enableWifi(ContextWrapper context, boolean enable){ - WifiManager wifiManager = (WifiManager) context.getSystemService(Context.WIFI_SERVICE); - wifiManager.setWifiEnabled(enable); - } - - /** - * Determines if the device's wifi is currently enabled or not. - * - * @param context A context with which to access wifi system service - * @return True if wifi is enabled or enabling, false otherwise - */ - public static boolean wifiIsEnabled(ContextWrapper context){ - WifiManager wifiManager = (WifiManager) context.getSystemService(Context.WIFI_SERVICE); - int wifiState = wifiManager.getWifiState(); - return (wifiState == WifiManager.WIFI_STATE_ENABLED || wifiState == WifiManager.WIFI_STATE_ENABLING); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/ApplicationPreferences.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/ApplicationPreferences.java deleted file mode 100644 index 713759307..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/ApplicationPreferences.java +++ /dev/null @@ -1,188 +0,0 @@ -package com.livio.sdl.utils; - -import java.util.Map; - -import android.content.Context; -import android.content.SharedPreferences; - -/** - * Contains static methods for saving and restoring data from Android SharedPreferences. - * - * @author Mike Burke - * - */ -public final class ApplicationPreferences { - - private ApplicationPreferences(){} // don't allow instantiation of static classes - - /** - * Determines if the input key exists as part of the input filename. - * - * @param context Context with which to retrieve shared preferences - * @param fileName File name for shared preferences - * @param key Key of the object to look up - * @return True if the key exists, false otherwise - */ - public static boolean exists(Context context, String fileName, String key){ - SharedPreferences prefs = getSharedPreferences(context, fileName); - if(prefs == null){ - return false; - } - - Map mapping = prefs.getAll(); - if(mapping == null || mapping.size() == 0){ - return false; - } - - return (mapping.get(key) != null); - } - - /** - * Retrieves the string with the input key from the input filename. - * - * @param context Context with which to retrieve shared preferences - * @param fileName File name for shared preferences - * @param key Key of the object to look up - * @return The string if it was found, null otherwise - */ - public static String getString(Context context, String fileName, String key){ - SharedPreferences prefs = getSharedPreferences(context, fileName); - String result = prefs.getString(key, null); - return result; - } - - /** - * Retrieves the boolean with the input key from the input filename. - * - * @param context Context with which to retrieve shared preferences - * @param fileName File name for shared preferences - * @param key Key of the object to look up - * @return The boolean if it was found, null otherwise - */ - public static boolean getBoolean(Context context, String fileName, String key){ - SharedPreferences prefs = getSharedPreferences(context, fileName); - boolean result = prefs.getBoolean(key, false); - return result; - } - - /** - * Retrieves the integer with the input key from the input filename. - * - * @param context Context with which to retrieve shared preferences - * @param fileName File name for shared preferences - * @param key Key of the object to look up - * @return The integer if it was found, null otherwise - */ - public static int getInt(Context context, String fileName, String key){ - SharedPreferences prefs = getSharedPreferences(context, fileName); - int result = prefs.getInt(key, -1); - return result; - } - - /** - * Retrieves the float with the input key from the input filename. - * - * @param context Context with which to retrieve shared preferences - * @param fileName File name for shared preferences - * @param key Key of the object to look up - * @return The float if it was found, null otherwise - */ - public static float getFloat(Context context, String fileName, String key){ - SharedPreferences prefs = getSharedPreferences(context, fileName); - float result = prefs.getFloat(key, -1f); - return result; - } - - /** - * Retrieves the long with the input key from the input filename. - * - * @param context Context with which to retrieve shared preferences - * @param fileName File name for shared preferences - * @param key Key of the object to look up - * @return The long if it was found, null otherwise - */ - public static long getLong(Context context, String fileName, String key){ - SharedPreferences prefs = getSharedPreferences(context, fileName); - long result = prefs.getLong(key, -1); - return result; - } - - /** - * Saves the input value at the input key in the input filename. - * - * @param context Context with which to retrieve shared preferences - * @param fileName File name for shared preferences - * @param key Key of the object to save - * @param value Value of the object to save - */ - public static void putString(Context context, String fileName, String key, String value){ - SharedPreferences.Editor editor = getEditor(context, fileName); - editor.putString(key, value); - editor.apply(); - } - - /** - * Saves the input value at the input key in the input filename. - * - * @param context Context with which to retrieve shared preferences - * @param fileName File name for shared preferences - * @param key Key of the object to save - * @param value Value of the object to save - */ - public static void putBoolean(Context context, String fileName, String key, boolean value){ - SharedPreferences.Editor editor = getEditor(context, fileName); - editor.putBoolean(key, value); - editor.apply(); - } - - /** - * Saves the input value at the input key in the input filename. - * - * @param context Context with which to retrieve shared preferences - * @param fileName File name for shared preferences - * @param key Key of the object to save - * @param value Value of the object to save - */ - public static void putInt(Context context, String fileName, String key, int value){ - SharedPreferences.Editor editor = getEditor(context, fileName); - editor.putInt(key, value); - editor.apply(); - } - - /** - * Saves the input value at the input key in the input filename. - * - * @param context Context with which to retrieve shared preferences - * @param fileName File name for shared preferences - * @param key Key of the object to save - * @param value Value of the object to save - */ - public static void putFloat(Context context, String fileName, String key, float value){ - SharedPreferences.Editor editor = getEditor(context, fileName); - editor.putFloat(key, value); - editor.apply(); - } - - /** - * Saves the input value at the input key in the input filename. - * - * @param context Context with which to retrieve shared preferences - * @param fileName File name for shared preferences - * @param key Key of the object to save - * @param value Value of the object to save - */ - public static void putLong(Context context, String fileName, String key, long value){ - SharedPreferences.Editor editor = getEditor(context, fileName); - editor.putLong(key, value); - editor.apply(); - } - - private static SharedPreferences getSharedPreferences(Context context, String fileName){ - return context.getSharedPreferences(fileName, Context.MODE_PRIVATE); - } - - private static SharedPreferences.Editor getEditor(Context context, String fileName){ - return getSharedPreferences(context, fileName).edit(); - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Counter.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Counter.java deleted file mode 100644 index b48690721..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Counter.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.livio.sdl.utils; - -/** - * Represents an abstract integer counter. - * - * @author Mike Burke - * - */ -public abstract class Counter { - - /** - * Returns the current value of the counter and moves to the next one. - * - * @return Current value of the counter - */ - abstract public int next(); - - private final int START; - protected int current; - - public Counter(){ - this.START = 0; - this.current = START; - } - - public Counter(int start){ - this.START = start; - this.current = start; - } - - /** - * Resets the counter to its original starting point. - */ - public void reset(){ - this.current = START; - } - - /** - * Returns the current value of the counter. - * - * @return The current value of the counter - */ - public int current(){ - return current; - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/DownCounter.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/DownCounter.java deleted file mode 100644 index 036261c62..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/DownCounter.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.livio.sdl.utils; - -/** - * Represents a simple down-counter. The down-counter can be initialized with - * a seed value to start counting from. If initialized with no seed, the counter - * will start from 0. - * - * @author Mike Burke - * - */ -public class DownCounter extends Counter{ - - public DownCounter() { - super(); - } - - public DownCounter(int start){ - super(start); - } - - @Override - public int next() { - return current--; - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/MathUtils.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/MathUtils.java deleted file mode 100644 index 0642ef2df..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/MathUtils.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.livio.sdl.utils; - -public final class MathUtils { - - private MathUtils() {} - - public static final class Conversions{ - private Conversions(){} - - public static final int S_TO_MS = 1000; - } - - public static int convertSecsToMillisecs(int seconds){ - return seconds * Conversions.S_TO_MS; - } - - public static float convertSecsToMillisecs(float seconds){ - return seconds * Conversions.S_TO_MS; - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/SdlUtils.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/SdlUtils.java deleted file mode 100644 index 6393882d6..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/SdlUtils.java +++ /dev/null @@ -1,254 +0,0 @@ -package com.livio.sdl.utils; - -import java.util.Vector; - -import org.json.JSONException; -import org.json.JSONObject; - -import android.graphics.Bitmap; -import android.graphics.Bitmap.CompressFormat; - -import com.livio.sdl.SdlConstants; -import com.smartdevicelink.proxy.RPCMessage; -import com.smartdevicelink.proxy.TTSChunkFactory; -import com.smartdevicelink.proxy.rpc.Choice; -import com.smartdevicelink.proxy.rpc.Image; -import com.smartdevicelink.proxy.rpc.MenuParams; -import com.smartdevicelink.proxy.rpc.StartTime; -import com.smartdevicelink.proxy.rpc.TTSChunk; -import com.smartdevicelink.proxy.rpc.enums.FileType; -import com.smartdevicelink.proxy.rpc.enums.ImageType; -import com.smartdevicelink.proxy.rpc.enums.SpeechCapabilities; - -/** - * Contains static methods that are useful in working with SmartDeviceLink. - * - * @author Mike Burke - * - */ -public final class SdlUtils { - private static final int NUMBER_OF_INDENTS = 4; - - private SdlUtils(){} - - /** - * Creates and returns the raw JSON string associated with the - * input RPC message object. - * - * @param msg The message to retrieve raw JSON for - * @return The raw JSON string - */ - public static String getJsonString(RPCMessage msg){ - return getJsonString(msg, NUMBER_OF_INDENTS); - } - - /** - * Creates and returns the raw JSON string associated with the input - * RPC message object. Allows a custom number of indent spaces. - * - * @param msg The message to retrieve raw JSON for - * @param numOfIndents Number of indents to be used in raw JSON - * @return The raw JSON string - */ - public static String getJsonString(RPCMessage msg, int numOfIndents){ - String result = ""; - try { - JSONObject json = msg.serializeJSON(); - result = json.toString(numOfIndents); - } catch (JSONException e) { - e.printStackTrace(); - } - - return result; - } - - /** - * Creates a JSON title that can be used in JSON dialogs. Input correlation ID - * is allowed to be null or -1 if there is no correlation ID associated with the - * particular message. - * - * @param correlationId The associated correlation ID for the message - * @return The JSON title with associated correlation ID. - */ - public static String makeJsonTitle(Integer correlationId){ - if(correlationId == null || correlationId == -1){ - return "Raw JSON"; - } - - return new StringBuilder().append("Raw JSON (").append(correlationId).append(")").toString(); - } - - /** - * Converts an SDL file type to its associated CompressFormat. - * - * @param type The file type to convert - * @return The associated CompressFormat - */ - public static CompressFormat convertImageTypeToCompressFormat(FileType type){ - switch(type){ - case GRAPHIC_JPEG: - return CompressFormat.JPEG; - case GRAPHIC_PNG: - return CompressFormat.PNG; - case GRAPHIC_BMP: - return null; // TODO what's the compression format for a bitmap object? - default: - return null; - } - } - - /** - * Converts the input bitmap to a byte array based on the input File Type. - * - * @param image The image to convert - * @param type The file type of the image - * @return The byte array of the input bitmap - */ - public static byte[] bitmapToByteArray(Bitmap image, FileType type){ - CompressFormat format = convertImageTypeToCompressFormat(type); - byte[] bitmapData = AndroidUtils.bitmapToRawBytes(image, format); - return bitmapData; - } - - /** - * Creates a Choice object to be used in Choice Interaction Sets. - * - * @param name The name of the choice - * @param vrCommands CSV list of voice-rec options - * @param imageName Image name of any associated image - * @return The created Choice object - */ - public static Choice createChoice(String name, String vrCommands, String imageName){ - if(name == null){ - throw new NullPointerException(); - } - - Choice choice = new Choice(); - choice.setMenuName(name); - - if(vrCommands != null){ - choice.setVrCommands(voiceRecognitionVector(vrCommands)); - } - - if(imageName != null){ - choice.setImage(dynamicImage(imageName)); - } - - return choice; - } - - /** - * Creates a vector of voice-rec commands based on a CSV input string. - * - * @param input CSV list of voice-rec options - * @return A vector of voice-rec strings - */ - public static Vector voiceRecognitionVector(String input){ - if(input.trim().equals("")){ - return null; - } - - return StringUtils.toVector(input); - } - - /** - * Creates a dynamic image object with the input image name. - * - * @param imageName The name of the image this object represents - * @return The created Image object - */ - public static Image dynamicImage(String imageName){ - if(imageName == null){ - throw new NullPointerException(); - } - - Image result = new Image(); - result.setImageType(ImageType.DYNAMIC); - result.setValue(imageName); - return result; - } - - /** - * Creates a MenuParams object that can be used in other SDL requests, such as AddCommand. - * If there is no parent id, send -1 as the parent id. - * - * @param name The name of the menu item - * @param position The position of the menu item - * @param parentId The item's parent id - * @return The created MenuParams object - */ - public static MenuParams menuParams(String name, int position, int parentId){ - if(name == null){ - throw new NullPointerException(); - } - if(name.length() <= 0){ - throw new IllegalArgumentException(); - } - - MenuParams result = new MenuParams(); - result.setMenuName(name); - result.setPosition(position); - - if(parentId != SdlConstants.AddCommandConstants.INVALID_PARENT_ID && - parentId != SdlConstants.AddCommandConstants.ROOT_PARENT_ID){ - result.setParentID(parentId); - } - - return result; - } - - /** - * Creates a vector of text-to-speech "chunks" that will be used to speak the input - * message through the vehicle's speaker system. This method assumes the input format - * is a normal text string (as opposed to some type of phonemes). - * - * @param input The text to create "chunks" from - * @return The created vector of TTSChunk objects - */ - public static Vector createTextToSpeechVector(String input){ - return createTextToSpeechVector(input, SpeechCapabilities.TEXT); - } - - /** - * Creates a vector of text-to-speech "chunks" that will be used to speak the input - * message through the vehicle's speaker system. This method requires an input parameter - * detailing the format of the input string. - * - * @param input The text to create "chunks" from - * @param speechCapabilities The format of the input string - * @return The created vector of TTSChunk objects - */ - public static Vector createTextToSpeechVector(String input, SpeechCapabilities speechCapabilities){ - Vector inputStrings = StringUtils.toVector(input); - Vector result = new Vector(inputStrings.size()); - - for(String str : inputStrings){ - result.add(TTSChunkFactory.createChunk(speechCapabilities, str)); - } - - return result; - } - - /** - * Creates a StartTime object from the input time in hours, minutes & seconds. - * - * @param hours Hours value for StartTime object - * @param minutes Minutes value for StartTime object - * @param seconds Seconds value for the StartTime object - * @return The created StartTime object - */ - public static StartTime createStartTime(int hours, int minutes, int seconds){ - if(hours < SdlConstants.SetMediaClockTimerConstants.HOURS_MINIMUM || hours > SdlConstants.SetMediaClockTimerConstants.HOURS_MAXIMUM || - minutes < SdlConstants.SetMediaClockTimerConstants.MINUTES_MINIMUM || minutes > SdlConstants.SetMediaClockTimerConstants.MINUTES_MAXIMUM || - seconds < SdlConstants.SetMediaClockTimerConstants.SECONDS_MINIMUM || seconds > SdlConstants.SetMediaClockTimerConstants.SECONDS_MAXIMUM ){ - throw new IllegalArgumentException(); - } - - StartTime result = new StartTime(); - result.setHours(hours); - result.setMinutes(minutes); - result.setSeconds(seconds); - return result; - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/StringUtils.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/StringUtils.java deleted file mode 100644 index 9e413ce92..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/StringUtils.java +++ /dev/null @@ -1,66 +0,0 @@ -package com.livio.sdl.utils; - -import java.util.Vector; - -/** - * Contains static methods useful in dealing with String objects. - * - * @author Mike Burke - * - */ -public final class StringUtils { - - private static final String DEFAULT_DELIMITER = ","; - - private StringUtils(){} - - /** - * Determines if the input string is an integer or not. - * - * @param input String to analyze - * @return True if the string is an integer, false if not - */ - public static boolean isInteger(String input){ - try{ - Integer.parseInt(input); - return true; - }catch(NumberFormatException e){ - // if the string can't be parsed as an integer, it isn't a number. - return false; - } - } - - /** - * Splits up a CSV string into a vector of strings. - * - * @param input The CSV string to process - * @return The created vector of strings - */ - public static Vector toVector(String input){ - return toVector(input, DEFAULT_DELIMITER); - } - - /** - * Splits up a string into a vector of strings based on the input delimiter. - * - * @param input The raw string to process - * @param delim The delimiter on which to split the string - * @return The created vector of strings - */ - public static Vector toVector(String input, String delim){ - if(input == null){ - throw new NullPointerException(); - } - if(delim == null){ - delim = DEFAULT_DELIMITER; - } - String[] inputArray = input.split(delim); - Vector result = new Vector(inputArray.length); - - for(String splitStr : inputArray){ - result.add(splitStr.trim()); - } - - return result; - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Timeout.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Timeout.java deleted file mode 100644 index 91b5abf55..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/Timeout.java +++ /dev/null @@ -1,120 +0,0 @@ -package com.livio.sdl.utils; - -import android.os.Handler; - -/** - * Runs a simple thread that sleeps for the duration set in the constructor. When the thread - * is completed or interrupted, it informs the listener that the timeout has been completed. - * - * @author Mike Burke - * - */ -public class Timeout { - - /** - * Listener interface for the Timeout class. Contains callbacks for timeout completed - * and timeout cancelled. - * - * @author Mike Burke - * - */ - public interface Listener{ - /** - * Called when the thread has successfully ran for the input time. - */ - public void onTimeoutCompleted(); - /** - * Called when the thread has been cancelled or interrupted. - */ - public void onTimeoutCancelled(); - } - - protected int timeout; - protected Listener listener; - protected Thread thread; - protected Handler handler; - - /** - * Creates a Timeout object. - * - * @param timeout The time to wait for (in ms) - * @param l A listener for when the thread completes - */ - public Timeout(int timeout, Listener l) { - this.timeout = timeout; - this.listener = l; - handler = new Handler(); - } - - public int getTimeout() { - return timeout; - } - - public void setTimeout(int timeout) { - this.timeout = timeout; - } - - public Listener getListener() { - return listener; - } - - public void setListener(Listener listener) { - this.listener = listener; - } - - /** - * Starts a new thread with the timeout that was set in the constructor. - */ - public void start(){ - thread = new Thread(new Runnable() { - @Override - public void run() { - try { - Thread.sleep(timeout); - onTimeoutCompleted(); - } catch (InterruptedException e) { - onTimeoutCancelled(); - } - } - }); - thread.start(); - } - - /** - * Cancels the currently running thread. - */ - public void cancel(){ - if(thread != null && thread.isAlive()){ - thread.interrupt(); - } - } - - /** - * Called by the timeout thread to inform that it has successfully completed. - */ - protected void onTimeoutCompleted(){ - if(listener != null){ - handler.post(new Runnable() { - @Override - public void run() { - listener.onTimeoutCompleted(); - } - }); - } - } - - /** - * Called by the timeout thread to inform that it has be cancelled or interrupted. - */ - protected void onTimeoutCancelled(){ - if(listener != null){ - handler.post(new Runnable() { - @Override - public void run() { - listener.onTimeoutCancelled(); - } - }); - } - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/UpCounter.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/UpCounter.java deleted file mode 100644 index e1b72e026..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/UpCounter.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.livio.sdl.utils; - -/** - * Represents a simple up-counter. The up-counter can be initialized with - * a seed value to start counting from. If initialized with no seed, the counter - * will start from 0. - * - * @author Mike Burke - * - */ -public class UpCounter extends Counter{ - - public UpCounter(){ - super(); - } - - public UpCounter(int start){ - super(start); - } - - @Override - public int next(){ - return current++; - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/WifiUtils.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/WifiUtils.java deleted file mode 100644 index ceaadbef0..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/utils/WifiUtils.java +++ /dev/null @@ -1,61 +0,0 @@ -package com.livio.sdl.utils; - -public final class WifiUtils { - - private static final int IP_ADDRESS_MIN_LENGTH = 7; - private static final int IP_ADDRESS_MAX_LENGTH = 15; - - private static final int TCP_PORT_MIN_VALUE = 0; - private static final int TCP_PORT_MAX_VALUE = 65535; - - private WifiUtils(){} - - /** - * Validates the input IP address string. - * - * @param address The IP address string to analyze - * @return True if this is a valid IP address, false if not - */ - public static boolean validateIpAddress(String address){ - // address should be in the form of x.x.x.x, so at least 7 characters - // address maximum is 255.255.255.255, so at most 15 characters - if(address == null || address.length() < IP_ADDRESS_MIN_LENGTH || address.length() > IP_ADDRESS_MAX_LENGTH){ - return false; - } - - // split the string into pieces separated by a . - String[] pieces = address.split("\\."); - // must have 4 numbers separated by . - if(pieces.length != 4){ - return false; - } - - // check each piece - for(String piece : pieces){ - if(!StringUtils.isInteger(piece)){ - return false; - } - } - - return true; - } - - /** - * Validates the input TCP port string. - * - * @param tcpPort The TCP port string to analyze - * @return True if this is a valid TCP port, false if not - */ - public static boolean validateTcpPort(String tcpPort){ - try{ - int portNumber = Integer.parseInt(tcpPort); - if(portNumber < TCP_PORT_MIN_VALUE || portNumber > TCP_PORT_MAX_VALUE){ - return false; - } - }catch(NumberFormatException e){ - return false; - } - - return true; - } -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/MinMaxInputFilter.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/MinMaxInputFilter.java deleted file mode 100644 index 7b0d86138..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/MinMaxInputFilter.java +++ /dev/null @@ -1,53 +0,0 @@ -package com.livio.sdl.viewhelpers; - -import android.text.InputFilter; -import android.text.Spanned; - -/** - * An input filter for number-based text inputs. The filter allows the user - * to enter any values between the min and max values used in the constructor, - * but will not allow any letters or numbers outside that range to be entered into - * the text field. For best results, set inputType to number for any text inputs - * using this input filter. - * - * @author Mike Burke - * - */ -public class MinMaxInputFilter implements InputFilter { - - private int min, max; - - public MinMaxInputFilter(int min, int max){ - this.min = min; - this.max = max; - } - - public MinMaxInputFilter(String min, String max){ - this.min = Integer.parseInt(min); - this.max = Integer.parseInt(max); - } - - @Override - public CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) { - try{ - int input = Integer.parseInt(dest.toString() + source.toString()); - if(isInRange(min, max, input)){ - return null; - } - }catch(NumberFormatException e){ - // do nothing - } - return ""; - } - - // determines if the input is in range or not - private static boolean isInRange(int min, int max, int input){ - if(max > min){ - return (input >= min && input <= max); - } - else{ - return (input >= max && input <= min); - } - } - -} diff --git a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/SeekBarCalculator.java b/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/SeekBarCalculator.java deleted file mode 100644 index f26701146..000000000 --- a/SDL_Android/LivioSdlUtilities/src/com/livio/sdl/viewhelpers/SeekBarCalculator.java +++ /dev/null @@ -1,104 +0,0 @@ -package com.livio.sdl.viewhelpers; - -/** - * Performs math operations commonly used with SeekBar views. Performs calculations - * to translate a progress value to a real-world value and vice-versa. - * - * @author Mike Burke - * - */ -public class SeekBarCalculator { - - private static final int PROGRESS_MIN = 0; // standard Android seekbars start from 0 - - private int min, max; - private float divisor; - - public SeekBarCalculator(int min, int max){ - this(min, max, 1.0f); - } - - public SeekBarCalculator(int min, int max, float divisor) { - this.min = min; - this.max = max; - this.divisor = divisor; - } - - public int getMinValue() { - return min; - } - - public void setMinValue(int min){ - this.min = min; - } - - public int getMaxValue() { - return max; - } - - public void setMaxValue(int max){ - this.max = max; - } - - public float getDivisor() { - return divisor; - } - - public void setDivisor(float divisor){ - this.divisor = divisor; - } - - /** - * Determines the maximum progress value based on the min and max values. - * - * @return The max value of the progress bar - */ - public int getMaxProgress(){ - return (max - min); - } - - /** - * Determines the minimum progress value. A typical Android SeekBar, this value is always 0. - * - * @return The min value of the progress bar - */ - public int getMinProgress(){ - return PROGRESS_MIN; - } - - /** - * Calculates the SeekBar progress value for the input real-world value. - * - * @param value Real-world value to calculate progress for - * @return The progress value of the input real-world value - */ - public int calculateProgress(float value){ - value *= divisor; - - if(value < getMinValue() || value > getMaxValue()){ - throw new IllegalArgumentException("Value out of seekbar range"); - } - - int result = (int) (value - getMinValue()); - - return result; - } - - /** - * Calculates the real-world value for the input progress value. - * - * @param progress Progress value to calculate real-world value for - * @return The real-world value of the input progress value - */ - public float calculateValue(int progress){ - if(progress < getMinProgress() || progress > getMaxProgress()){ - throw new IllegalArgumentException("Progress out of seekbar range"); - } - - float result = (progress + getMinValue()) / divisor; - - return result; - } - - -} diff --git a/SDL_Android/LivioTesterApp/.classpath b/SDL_Android/LivioTesterApp/.classpath deleted file mode 100644 index 0461652ec..000000000 --- a/SDL_Android/LivioTesterApp/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/SDL_Android/LivioTesterApp/.project b/SDL_Android/LivioTesterApp/.project deleted file mode 100644 index 418cfd5f2..000000000 --- a/SDL_Android/LivioTesterApp/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - LivioSdlTester - - - - - - com.android.ide.eclipse.adt.ResourceManagerBuilder - - - - - com.android.ide.eclipse.adt.PreCompilerBuilder - - - - - org.eclipse.jdt.core.javabuilder - - - - - com.android.ide.eclipse.adt.ApkBuilder - - - - - - com.android.ide.eclipse.adt.AndroidNature - org.eclipse.jdt.core.javanature - - diff --git a/SDL_Android/LivioTesterApp/AndroidManifest.xml b/SDL_Android/LivioTesterApp/AndroidManifest.xml deleted file mode 100644 index 2fb7ec17a..000000000 --- a/SDL_Android/LivioTesterApp/AndroidManifest.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/css/style.css b/SDL_Android/LivioTesterApp/assets/help_docs/css/style.css deleted file mode 100644 index 147ac09ab..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/css/style.css +++ /dev/null @@ -1,9 +0,0 @@ -.big {font-size: 30px; line-height:50px;} - -h1 {font-size: 40px; text-align:center;} -h2 {font-size: 30px; text-align:center;} -h3 {font-size: 20px; text-align:center; font-weight:bold;} - -table {border:1px solid black; text-align:center; margin-left:auto; margin-right:auto;} -td {border:1px solid black;} -th {border:1px solid black; font-weight:bold;} \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/AddCommand.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/AddCommand.html deleted file mode 100644 index 422961e7e..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/AddCommand.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - -

Add Command

- -The AddCommand command allows developers to add a command object into the head-unit's main menu. When the item on the head-unit is clicked, -the click event is dispatched through the onOnCommand callback in the SDLService. From there, it can be dispatched to the appropriate click-listener -based on the clicked item's ID. - -

-There are 4 available settings to create a command in the head-unit's main menu: - -

-

Command Name (required)

-

Type: String

-
-The command name represents the text to display within the body of this command on the head-unit's main menu. This text should be a short description of what this button will do when clicked. - -

-

Voice Recognition Keyword(s) (optional)

-

Type: Comma-separated String

-
-The voice recognition keyword input tells the vehicle what keywords are linked to this particular command when spoken through the vehicle's voice system. - -

-

Parent ID (required)

-

Type: ID (integer)

-
-The parent id represents where this command should be added. Commands can be added to the root-level of the head-unit's main menu, or, if a submenu has been added to the head-unit's main menu, -commands can be added into the submenu as well. For more information, see AddSubmenu. - -

-

Image (optional)

-

Type: Image

-
-The image for a particular command represents an image to be displayed alongside the command name within the body of this command on the head-unit's main menu. Images must have been added -to the system through the PutFile command before they can be referenced for an AddCommand. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/AddSubmenu.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/AddSubmenu.html deleted file mode 100644 index 8e325ab43..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/AddSubmenu.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - -

Add Submenu

- -The AddSubmenu command allows developers to add a submenu object into the head-unit's main menu. When the item on the head-unit is clicked, -the submenu's contents are displayed. As of SDL 2.0, only 1 level of submenus are permitted. In other words, submenus can only be added to -the root-level main menu and only commands can be added to existing submenus. - -

-Submenus that have been added to the system's main menu can be removed through the DeleteSubmenu command. - -

-An AddSubmenu command only requires a single input to create a submenu on the head-unit's main menu: - -

-

Submenu Name (required)

-

Type: String

-
-The submenu name represents the text to display within the body of this submenu on the head-unit's main menu. This text should be a short description of what this menu will display when clicked. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/Alert.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/Alert.html deleted file mode 100644 index d4679ebee..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/Alert.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - -

Alert

- -The Alert command allows developers to display a pop-up alert object on the head-unit UI. The alert command has the ability to display 3 lines of text as well as speak a message to the driver. Alerts are also able to play an alert sound as the pop-up appears. - -

-To create an alert on the head-unit, 6 inputs are available: - -

-

Text to Speak (optional)

-

Type: String

-
-The text to speak for an alert message will be spoken to the driver by the vehicle's text to speech engine. This text should be a concise message telling the user what the alert is about. - -

-

Alert Lines (at least 1 required)

-

Type: String

-
-Alert messages are permitted to have up to 3 lines of text to alert the user. Alert messages should be concise and relevant to what the user is doing. - -

-

Alert Sound Enable (required)

-

Type: Boolean

-
-If your alert desires the vehicle's speakers to play an alert sound, set this value to true. If no sound is desired, set this value to false. - -

-

Alert Duration (required)

-

Type: Integer

-
-This value represents how long the alert should be displayed to the user. The duration parameter is an integer representing how many milliseconds the alert should be displayed for. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/ChangeRegistration.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/ChangeRegistration.html deleted file mode 100644 index 0f39e30ef..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/ChangeRegistration.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - -

Change Registration

- -The ChangeRegistration command allows developers to change the language options on the connected head-unit. There are two different types of language options available. -The "Language" input option changes the spoken language being used on the head-unit to speak to the driver while the "HMI Display Language" changes the textual display -language being displayed on the head-unit's HMI. - -

-If the input fields match what is already being used by the head-unit, the request will be rejected. - -

-To create an alert on the head-unit, 2 inputs are available: - -

-

Language (required)

-

Type: Enumerated Value

-
-Represents the language being spoken to the driver through the vehicle's text-to-speech engine. - -

-

HMI Display Language (required)

-

Type: Enumerated Value

-
-Represents the language being displayed on the head-unit's HMI. - -

Available Language Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Enumerated ValueLanguage
EN-USEnglish (USA)
EN-AUEnglish (Australia)
EN-GBEnglish (Great Britain)
ES-MXSpanish (Mexico)
ES-ESSpanish (Spain)
FR-FRFrench (France)
FR-CAFrench (Canada)
DE-DEGerman
RU-RURussian
TR-TRTurkish
PL-PLPolish
IT-ITItalian
SV-SESwedish
PT-PTPortuguese
PT-BRPortuguese (Brazil)
NL-NLDutch
ZH-CNChinese (Traditional)
ZH-TWChinese (Thai)
JA-JPJapanese
AR-SAArabic
KO-KRKorean
CS-CZCzech
DA-DKDanish
NO-NONorwegian
- - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/CreateInteractionChoiceSet.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/CreateInteractionChoiceSet.html deleted file mode 100644 index 4ef19c387..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/CreateInteractionChoiceSet.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - -

Create Interaction Choice Set

- -The Create Interaction Choice Set command allows developers to display a pop-up list of options for the user to select from on the head-unit. Interaction choice -sets are created by creating the list of choices for the user to select from. To display the interaction choice set, developers can utilize the PerformInteraction - command. - -

-A choice can contain 3 parameters: - -

-

Choice Name (required)

-

Type: String

-
-The choice name represents the text to display within the body of this choice on the pop-up list. This text should be a short description of what this button will do when clicked. - -

-

Voice Recognition Keyword(s) (required)

-

Type: Comma-separated String

-
-The voice recognition keyword input tells the vehicle what keywords are linked to this particular choice when spoken through the vehicle's voice system. - -

-

Image (optional)

-

Type: Image

-
-The image for a particular choice represents an image to be displayed alongside the choice name within the body of this choice on the pop-up menu. Images must have been added to the system -through the PutFile command before they can be referenced for a choice. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteCommand.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteCommand.html deleted file mode 100644 index 9eace8bab..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteCommand.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - -

Delete Command

- -The DeleteCommand command allows developers to remove commands that have been added to the system through the -AddCommand command. - -

-In order to delete a command that has been added to the system, you simply need to supply 1 parameter: - -

-

Command ID (required)

-

Type: ID (integer)

-
-The ID that was assigned to the command set when it was added to the system. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteFile.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteFile.html deleted file mode 100644 index 7acd3739d..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteFile.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - -

Delete File

- -The DeleteFile command allows developers to remove files that have been added to the system through the PutFile command. - -

-In order to delete a file that has been added to the system, you simply need to supply 1 parameter: - -

-

File Name (required)

-

Type: String

-
-The file name for a file that has been added to the system is used whenever the application needs to reference that particular file. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteInteractionChoiceSet.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteInteractionChoiceSet.html deleted file mode 100644 index 706454910..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteInteractionChoiceSet.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - -

Delete Interaction Choice Set

- -The DeleteInteractionChoiceSet command allows developers to remove choice sets that have been added to the system through the -CreateInteractionChoiceSet command. - -

-In order to delete a choice set that has been added to the system, you simply need to supply 1 parameter: - -

-

Choice Set ID (required)

-

Type: ID (integer)

-
-The ID that was assigned to the interaction choice set when it was added to the system. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteSubmenu.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteSubmenu.html deleted file mode 100644 index 3ac8bd3ca..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/DeleteSubmenu.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - -

Delete Submenu

- -The DeleteSubmenu command allows developers to remove root-level submenus that have been added through the AddSubmenu command. - -

-A DeleteSubmenu command only requires a single input to create a submenu on the head-unit's main menu: - -

-

Submenu ID (required)

-

Type: ID (integer)

-
-The submenu ID that was assigned to the submenu when it was added to the system. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/GetDTCs.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/GetDTCs.html deleted file mode 100644 index 1f784f80f..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/GetDTCs.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - -

Get DTCs

- -The GetDTCs command allows developers to read diagnostic trouble codes (DTCs) from various modules in the vehicle. - -

-In order to retrieve DTCs from a particular module, the application must know the module's specific CAN bus ID and input this ID as a parameter. - -

-

ECU ID (required)

-

Type: ID (integer)

-
-The CAN bus ID of the module to read DTCs from. Valid ECU IDs range from 0 to 65535. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/ListFiles.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/ListFiles.html deleted file mode 100644 index a69eeb416..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/ListFiles.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - -

List Files

- -The ListFiles command allows developers to read a list of files that have been added to the head-unit through SDL. This command shows any dynamic files that have been -added through the PutFile command as well as any static images that are permanently stored on the head-unit. - -

-The ListFiles command does not accept any parameters. - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/PerformInteraction.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/PerformInteraction.html deleted file mode 100644 index 2ebca73e2..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/PerformInteraction.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - -

Perform Interaction

- -The PerformInteraction command allows developers to show a pop-up list dialog that has been added through the CreateInteractionChoiceSet command. -If the user selects one of the items in the interaction choice set, the result will be returned to the onPerformInteractionResponse method in the SDL Service. From there, the click can be -dispatched to the appropriate click-listener based on the id that was selected. The user also has the option to back out of the menu, in which case the response will show an ABORTED message. - -

-The PerformInteraction command has capabilities for the following parameters: - -

-

Interaction Title (required)

-

Type: String

-
-The interaction title will show above the choices in the pop-up dialog. This should be a concise description of what the pop-up is asking for. - -

-

Interaction Voice Prompt (optional)

-

Type: Comma-separated string

-
-The interaction voice prompt parameter will speak the input text to the user when the pop-up dialog shows. - -

-

Choice Set Ids (required)

-

Type: Vector of IDs (integers)

-
-In order to perform an interaction with the user, the developer must select a set of choice set IDs that have been added to the system using the -CreateInteractionChoiceSet command. - -

-

Interaction Mode (required)

-

Type: Enumerated Value

-
-The interaction mode parameter specifies how the user can perform the interaction. - -

Available Interaction Mode Options

- - - - - - - - - - - - - - - - - - - - - -
Enumerated ValueInteraction Mode
MANUAL_ONLYOnly click events are permitted
VOICE_REC_ONLYOnly voice events are permitted
BOTHBoth click & voice events are permitted
- -

-

Interaction Timeout Enable (required)

-

Type: Boolean

-
-Specifies whether or not the pop-up dialog should time-out after a certain number of time or not. If this value is set to false, the pop-up will remain on the screen -indefinitely - until the app is disconnected or until the user navigates away from it. - -

-

Interaction Timeout (optional)

-

Type: Integer

-
-This value represents how long the pop-up should be displayed to the user. The duration parameter is an integer representing how many milliseconds the pop-up should be displayed for. - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/PutFile.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/PutFile.html deleted file mode 100644 index 09b9e6e67..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/PutFile.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - -

Put File

- -The PutFile command allows developers to send various types of files that can be dynamically stored on the head-unit. Any files that are added through this command -can be referenced by the associated filename. - -

-In order to add a file to the head-unit system, your application needs to specify the following parameters: - -

-

SDL File Name (required)

-

Type: String

-
-This is the filename that the file will be stored as on the head-unit. This name must be unique and must be between 1-500 characters in length. - -

-

SDL File Type (required)

-

Type: Enumerated Value

-
-This parameter represents what type of file is being sent to the head-unit system through SDL. - -

Available File Type Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Enumerated ValueFile Type
GRAPHIC_BMPA bitmap image
GRAPHIC_JPEGA JPEG image
GRAPHIC_PNGA PNG image
AUDIO_WAVEA WAVE audio file
AUDIO_MP3An MP3 audio file
- -

-

Persistent (optional)

-

Type: Boolean

-
-If this parameter is set to true, the head-unit system will attempt to save the file across ignition cycles. If the system requires storage for higher priority files, this file may be deleted. -When this parameter is false (or null), the application will need to send the files each session. - -

-

Bulk Data (required)

-

Type: byte[]

-
-The final, and most important parameter for the PutFile command is the raw byte array of the file to be sent to the system. - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/ReadDIDs.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/ReadDIDs.html deleted file mode 100644 index 319da7e40..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/ReadDIDs.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - -

Read DIDs

- -The ReadDIDs command allows developers to read specific data (DIDs) from various modules in the vehicle. - -

-In order to retrieve DTCs from a particular module, the application must know the module's specific CAN bus ID and the ID of the DID to -retrieve. - -

-

ECU ID (required)

-

Type: ID (integer)

-
-The CAN bus ID of the module to read DIDs from. Valid ECU IDs range from 0 to 65535. - -

-

DID ID (required)

-

Type: ID (integer)

-
-The DID ID for the module to read DIDs from. Valid DID IDs range from 0 to 65535. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/ScrollableMessage.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/ScrollableMessage.html deleted file mode 100644 index a857a2a90..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/ScrollableMessage.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - -

Scrollable Message

- -The ScrollableMessage command allows developers to display a large portion of text to the user. - -

-The following parameters are available to display a long, scrollable message to the user. - -

-

Message Body (required)

-

Type: String

-
-The body of the message to display. The message can contain line breaks and tab characters, but must be no more than 500 characters in length. - -

-

Timeout (required)

-

Type: Integer

-
-This parameter represents the timeout for the scrollable message in milliseconds. When the timeout expires, the scrollable message will be dismissed. -Timeout can be anywhere from 1 to 65535 milliseconds. - -

-

Soft Buttons (optional)

-

Type: Vector<SoftButton>

-
-This parameter allows your application to add custom soft buttons to the scrollable message interface. Soft buttons represent additional user actions -that are available for the scrollable message. Depending on the HMI, soft buttons could be along-side the scrollable message or in a separate menu available -to the user. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/SetAppIcon.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/SetAppIcon.html deleted file mode 100644 index e0ffdb550..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/SetAppIcon.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - -

Set App Icon

- -The SetAppIcon command allows developers to set a custom icon that will be associated with their application. Before setting the app icon through -this message, the image must first be added through the PutFile command. - -

-In order to set the app icon for your application, only one parameter is needed: - -

-

Filename (required)

-

Type: String

-
-The filename associated with the image that was added to the system through the PutFile command. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/SetMediaClockTimer.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/SetMediaClockTimer.html deleted file mode 100644 index 9a842bf09..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/SetMediaClockTimer.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - -

Set Media Clock Timer

- -The SetMediaClockTimer command allows developers to manage a clock timer on the head-unit. This command is only applicable for media applications, -such as music players or radio applications. If the connected application is not a media application, the line of text that contains the timer text -will be replaced with the 4th line of text in the Show command. Therefore, if the connected application is a media application, -the 4th line of text in the Show command will be inaccessible and replaced with the clock timer. - -

-In order for a media application to manage the clock timer, 2 parameters are needed: - -

-

Timer Mode (required)

-

Type: Enumerated Value

-
-The timer mode represents what the timer should do when this command is received. - -

Available Timer Mode Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Enumerated ValueTimer Mode
COUNT_UPThe timer should count-up from the input start time.
COUNT_DOWNThe timer should count-down from the input start time.
PAUSEThe timer should pause. Input start time will be ignored.
RESUMEThe timer should resume. Input start time will be ignored.
CLEARThe timer should pause and reset to 00:00:00. Input start time will be ignored.
- -

-

Start Time (optional)

-

Type: StartTime

-
-This object represents a start time with hours, minutes and seconds as parameters. The start time is mandatory for -COUNT_UP and COUNT_DOWN timer modes, but optional for other timer modes. - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/Show.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/Show.html deleted file mode 100644 index b3c77d8a4..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/Show.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - -

Show

- -The Show command allows developers to set lines of text on the main HMI display. For non-media applications, 4 lines of text are available. For media applications, -the 4th line of text is replaced with a media clock that can be manipulated through the SetMediaClockTimer command. In addition, -an image can also be displayed on the main HMI display. - -

-The Show command useful for all applications to keep users informed as to what is happening inside the application. For example, when a music player application -starts to play a new song, the first line of text could display the song name, the second line could display the artist name, the third line could display -which album the song is from while the last line would show the current clock timer for the song in progress. The album art for the playing song could be -displayed as the main artwork. - -

-In order to make a change to the main HMI display through the show command, the following parameters are available: - -

-

Lines of Text (optional)

-

Type: String

-
-Each line of metadata can be represented as its own string object. - -

-

Text Alignment (optional)

-

Type: Enumerated Value

-
-The text alignment input tells the head-unit how the lines of text should be aligned. - -

Available Text Alignment Options

- - - - - - - - - - - - - - - - - - - - - -
Enumerated ValueText Alignment
ALIGN_LEFTAll lines of text should be left-aligned.
ALIGN_RIGHTAll lines of text should be right-aligned.
ALIGN_CENTERAll lines of text should be centered.
- -

-

Image (optional)

-

Type: Image

-
-The image object represents an image to be displayed on the head-unit's main HMI display. Images must have been added -to the system through the PutFile command before they can be referenced for a Show command. - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/Slider.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/Slider.html deleted file mode 100644 index 0cf5cccb3..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/Slider.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - -

Slider

- -The Slider command allows developers to display a slider widget on the head-unit's display. This could be useful for various tasks, such as -changing the phone's ringer volume through SDL. - -

-In order to show a slider for your application, the following parameters are available: - -

-

Slider Header (optional)

-

Type: String

-
-This text will be displayed above the slider widget and should be a concise description of what the slider input will change in the application. - -

-

Slider Footer (optional)

-

Type: Vector<String>

-
-This text will be displayed below the slider widget. - -

-

Number of Ticks (required)

-

Type: Integer

-
-This represents the maximum number of selections that will be available on the slider widget. This number must be at least 2 and cannot be greater than 26. - -

-

Start Position (required)

-

Type: Integer

-
-This represents the initial selection on the slider widget. This number must be at least 1 and cannot be greater than the number of ticks. - -

-

Timeout (required)

-

Type: Integer

-
-This represents the number of milliseconds to display the widget before it times out. The current selection of the widget will be returned through the response -message when the timeout occurs or when the user exits the slider widget. This number must be between 0 and 65535 milliseconds. - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/Speak.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/Speak.html deleted file mode 100644 index 49e075b77..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/Speak.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - -

Speak

- -The Speak command allows developers to prompt the vehicle's text-to-speech engine to speak text or phonemes to the head-unit. - -

-In order to speak to the driver from your application, the following parameters are needed: - -

-

Text to Speak (required)

-

Type: String

-
-This string represents the text (or phonemes) that should be spoken to the driver. - -

-

Speech Capability (required)

-

Type: Enumerated Value

-
-This string represents the text (or phonemes) that should be spoken to the driver. - -

Available Speech Capability Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Enumerated ValueSpeech Capability
TEXTThe input string should be interpreted as raw text.
SAPI_PHONEMESThe input string should be interpreted as phonemes from Microsoft's Speech API.
LHPLUS_PHONEMESThe input string should be interpreted as phonemes from Nuance's API.
PRE_RECORDEDThe input string should be interpreted as a reference to a pre-recorded message that is supported by the head-unit. This option will vary per vehicle.
SILENCEThe input text will be ignored and any speech that is in progress will be suspended.
- - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/SubscribeToButtons.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/SubscribeToButtons.html deleted file mode 100644 index 980da03a1..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/SubscribeToButtons.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - -

Subscribe to Buttons

- -The ButtonSubscribe command allows the developer to subscribe to hardware buttons that are contained in the vehicle. When one of the subscribed buttons -is pressed, the event is dispatched to the onOnButtonPress method in the SDL service. - -

-Button subscriptions are currently handled one at a time, so if the application would like to subscribe to multiple buttons, a separate message must be -sent for each button. - -

-In order to subscribe the application to hardware buttons, only one parameter is required: - -

-

ButtonName (required)

-

Type: Enumerated Value

-
-Represents the button to subscribe to. - -

Available Button Name Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Enumerated ValueButton Name
OKRepresents the OK and PLAY buttons.
PRESET0 - PRESET9Represents the preset buttons.
SEEK_LEFTRepresents the left seek button.
SEEK_RIGHTRepresents the right seek button.
TUNE_UPRepresents the up tune button.
TUNE_DOWNRepresents the down tune button.
- - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/UnsubscribeFromButtons.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/UnsubscribeFromButtons.html deleted file mode 100644 index 2d83dc8bd..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/UnsubscribeFromButtons.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - -

Unsubscribe from Buttons

- -The ButtonUnsubscribe command allows the developer to unsubscribe from hardware buttons that have been subscribed to through the -ButtonSubscribe command. - -

-Button unsubscriptions are currently handled one at a time, so if the application would like to unsubscribe from multiple buttons, a separate message must be -sent for each button. - -

-In order to unsubscribe the application from hardware buttons, only one parameter is required: - -

-

ButtonName (required)

-

Type: Enumerated Value

-
-Represents the button to subscribe to. - -

Available Button Name Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Enumerated ValueButton Name
OKRepresents the OK and PLAY buttons.
PRESET0 - PRESET9Represents the preset buttons.
SEEK_LEFTRepresents the left seek button.
SEEK_RIGHTRepresents the right seek button.
TUNE_UPRepresents the up tune button.
TUNE_DOWNRepresents the down tune button.
- - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/assets/help_docs/html/index.html b/SDL_Android/LivioTesterApp/assets/help_docs/html/index.html deleted file mode 100644 index 65633ed42..000000000 --- a/SDL_Android/LivioTesterApp/assets/help_docs/html/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - -

Help

- - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/bin/AndroidManifest.xml b/SDL_Android/LivioTesterApp/bin/AndroidManifest.xml deleted file mode 100644 index 2fb7ec17a..000000000 --- a/SDL_Android/LivioTesterApp/bin/AndroidManifest.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SDL_Android/LivioTesterApp/bin/R.txt b/SDL_Android/LivioTesterApp/bin/R.txt deleted file mode 100644 index 0ba56404c..000000000 --- a/SDL_Android/LivioTesterApp/bin/R.txt +++ /dev/null @@ -1,224 +0,0 @@ -int dimen activity_horizontal_margin 0x7f060000 -int dimen activity_vertical_margin 0x7f060001 -int drawable add 0x7f020000 -int drawable add_to_favorites 0x7f020001 -int drawable anchor 0x7f020002 -int drawable arrow_left 0x7f020003 -int drawable arrow_right 0x7f020004 -int drawable game_pad 0x7f020005 -int drawable ic_close 0x7f020006 -int drawable ic_launcher 0x7f020007 -int drawable remove 0x7f020008 -int drawable remove_from_favorites 0x7f020009 -int drawable rocket 0x7f02000a -int drawable select_an_image 0x7f02000b -int drawable undo 0x7f02000c -int drawable zoom_in 0x7f02000d -int drawable zoom_out 0x7f02000e -int id btn_main_sendMessage 0x7f08001c -int id but_addItem 0x7f080014 -int id but_performInteraction_selectChoiceSets 0x7f080020 -int id but_scrollableMessage_clear 0x7f08002e -int id cb_putFile_addAll 0x7f080027 -int id cb_putFile_isPersistent 0x7f08002a -int id check_alert_playTone 0x7f08000b -int id check_enable_image 0x7f080004 -int id check_performInteraction_timeoutEnabled 0x7f080023 -int id check_show1 0x7f08003e -int id check_show2 0x7f080040 -int id check_show3 0x7f080042 -int id check_show4 0x7f080044 -int id check_statusBar 0x7f080048 -int id et_addCommand_commandName 0x7f080001 -int id et_addCommand_voiceRecKeyword 0x7f080002 -int id et_addSubMenu_subMenuName 0x7f080006 -int id et_alert_line1 0x7f080008 -int id et_alert_line2 0x7f080009 -int id et_alert_line3 0x7f08000a -int id et_alert_textToSpeak 0x7f080007 -int id et_choice_imageName 0x7f080013 -int id et_choice_name 0x7f080011 -int id et_choice_vr_text 0x7f080012 -int id et_getDtcs_ecuName 0x7f080016 -int id et_imageName 0x7f080005 -int id et_ipAddress 0x7f080031 -int id et_ipPort 0x7f080032 -int id et_mediaClockHours 0x7f080039 -int id et_mediaClockMins 0x7f08003a -int id et_mediaClockSecs 0x7f08003b -int id et_performInteraction_title 0x7f08001e -int id et_performInteraction_voicePrompt 0x7f08001f -int id et_putFile_imageName 0x7f080029 -int id et_readDids_didLocation 0x7f08002c -int id et_readDids_ecuName 0x7f08002b -int id et_scrollableMessage_text 0x7f08002d -int id et_show1 0x7f08003d -int id et_show2 0x7f08003f -int id et_show3 0x7f080041 -int id et_show4 0x7f080043 -int id et_show_image 0x7f08004a -int id et_slider_footer 0x7f08004e -int id et_slider_title 0x7f08004d -int id et_statusBar 0x7f080049 -int id et_textToSpeak 0x7f080055 -int id ib_moveLeft 0x7f080018 -int id ib_moveRight 0x7f080019 -int id ib_putFile_selectAnImage 0x7f080028 -int id iv_rowImage 0x7f08004b -int id listView 0x7f08001a -int id list_main_commandList 0x7f08001d -int id ll_clock 0x7f080038 -int id lv_choices 0x7f080015 -int id menu_clear_list 0x7f08005c -int id menu_connect 0x7f080059 -int id menu_disconnect 0x7f08005a -int id menu_help 0x7f08005d -int id menu_help_close 0x7f080058 -int id menu_help_home 0x7f080057 -int id menu_reset 0x7f08005b -int id seek_alert_toneDuration 0x7f08000e -int id seek_performInteraction_timeoutDuration 0x7f080026 -int id seek_scrollableMessage_timeout 0x7f080030 -int id seek_slider_numOfTicks 0x7f080050 -int id seek_slider_startPosition 0x7f080052 -int id seek_slider_timeout 0x7f080054 -int id spin_addCommand_submenus 0x7f080003 -int id spin_changeRegistration_hmiLanguage 0x7f080010 -int id spin_changeRegistration_language 0x7f08000f -int id spin_mediaClock_updateMode 0x7f080036 -int id spin_performInteraction_interactionMode 0x7f080022 -int id spin_speechCapabilities 0x7f080056 -int id spin_textAlignment 0x7f080046 -int id textview 0x7f080017 -int id tv_alert_toneDuration 0x7f08000d -int id tv_alert_toneDurationHeader 0x7f08000c -int id tv_connectionStatus 0x7f08001b -int id tv_mediaClock_clock 0x7f080037 -int id tv_messageDetail 0x7f080035 -int id tv_messageName 0x7f080033 -int id tv_metadataLines 0x7f08003c -int id tv_performInteraction_interactionMode 0x7f080021 -int id tv_performInteraction_timeoutDuration 0x7f080025 -int id tv_performInteraction_timeoutTitle 0x7f080024 -int id tv_rowText 0x7f08004c -int id tv_scrollableMessage_timeout 0x7f08002f -int id tv_slider_numOfTicks 0x7f08004f -int id tv_slider_startPosition 0x7f080051 -int id tv_slider_timeout 0x7f080053 -int id tv_statusBar 0x7f080047 -int id tv_textAlignment 0x7f080045 -int id tv_timestamp 0x7f080034 -int id wv_help 0x7f080000 -int layout activity_help 0x7f030000 -int layout add_command 0x7f030001 -int layout add_submenu 0x7f030002 -int layout alert 0x7f030003 -int layout change_registration 0x7f030004 -int layout choice_set_item 0x7f030005 -int layout create_choice_interaction_set 0x7f030006 -int layout get_dtcs 0x7f030007 -int layout json_flipper_dialog 0x7f030008 -int layout listview 0x7f030009 -int layout main 0x7f03000a -int layout offline_mode 0x7f03000b -int layout perform_interaction 0x7f03000c -int layout put_file 0x7f03000d -int layout read_dids 0x7f03000e -int layout scrollable_message 0x7f03000f -int layout sdl_connection 0x7f030010 -int layout sdl_message_listview_row 0x7f030011 -int layout set_media_clock_timer 0x7f030012 -int layout show 0x7f030013 -int layout simple_listview_with_image 0x7f030014 -int layout slider 0x7f030015 -int layout speak 0x7f030016 -int layout textview 0x7f030017 -int menu menu_help 0x7f070000 -int menu menu_main 0x7f070001 -int string action_settings 0x7f040052 -int string add_command_command_name 0x7f040004 -int string add_command_image_type 0x7f040007 -int string add_command_parent_menu 0x7f040006 -int string add_command_vr_keyword 0x7f040005 -int string add_image 0x7f040050 -int string alert_duration_ms 0x7f040023 -int string alert_duration_s 0x7f040022 -int string alert_line1 0x7f04001e -int string alert_line2 0x7f04001f -int string alert_line3 0x7f040020 -int string alert_sound_enabled 0x7f040021 -int string app_name 0x7f040000 -int string button_subscriptions_already_subscribed 0x7f040045 -int string button_subscriptions_none_subscribed 0x7f040046 -int string choice_name 0x7f040018 -int string clock 0x7f04002d -int string clock_hrs 0x7f04002e -int string clock_mins 0x7f04002f -int string clock_secs 0x7f040030 -int string colon 0x7f040031 -int string connection_status_format 0x7f040040 -int string did_location 0x7f04000c -int string ecu_name 0x7f04000b -int string function_bank_root_name 0x7f040044 -int string hello_world 0x7f040053 -int string hmi_language 0x7f04001c -int string interaction_list_none_added 0x7f04004d -int string ip_address 0x7f040041 -int string ip_port 0x7f040042 -int string item_number 0x7f040016 -int string item_number1 0x7f040017 -int string language 0x7f04001b -int string max_choices 0x7f040015 -int string media 0x7f04002c -int string media_clock_timer_mode 0x7f040032 -int string media_track 0x7f04002b -int string menu_clear_list 0x7f04003b -int string menu_connect 0x7f040038 -int string menu_disconnect 0x7f040039 -int string menu_help 0x7f04003c -int string menu_help_close 0x7f04003e -int string menu_help_home 0x7f04003d -int string menu_reset 0x7f04003a -int string metadata_line1 0x7f040025 -int string metadata_line2 0x7f040026 -int string metadata_line3 0x7f040027 -int string metadata_line4 0x7f040028 -int string metadata_lines 0x7f040024 -int string negative_button 0x7f040003 -int string no_commands_to_delete 0x7f040008 -int string no_selection 0x7f040035 -int string no_submenus_to_delete 0x7f040009 -int string not_an_sdl_command 0x7f040037 -int string not_implemented 0x7f040036 -int string offline_mode_text 0x7f040043 -int string perform_interaction_mode 0x7f04004a -int string perform_interaction_select_choice_set 0x7f040049 -int string perform_interaction_timeout 0x7f04004b -int string perform_interaction_timeout_enabled 0x7f04004c -int string perform_interaction_title 0x7f040047 -int string perform_interaction_voice_prompt 0x7f040048 -int string positive_button 0x7f040002 -int string put_file_persistent_file 0x7f04004e -int string scrollable_message_clear 0x7f040014 -int string scrollable_message_hint 0x7f040013 -int string scrollable_message_text 0x7f040012 -int string sdl_command_dialog_title 0x7f04003f -int string sdl_disconnected 0x7f040001 -int string sdl_image_name 0x7f04004f -int string slider_footer 0x7f04000e -int string slider_start_position 0x7f040010 -int string slider_ticks 0x7f04000f -int string slider_title 0x7f04000d -int string status_bar 0x7f04002a -int string submenu_name 0x7f04000a -int string text_alignment 0x7f040029 -int string text_to_speak 0x7f04001d -int string timeout 0x7f040011 -int string title_activity_help 0x7f040051 -int string units_milliseconds 0x7f040034 -int string units_seconds 0x7f040033 -int string use_artwork 0x7f04001a -int string voice_keyword 0x7f040019 -int style AppBaseTheme 0x7f050000 -int style AppTheme 0x7f050001 -int style small_header_text 0x7f050002 diff --git a/SDL_Android/LivioTesterApp/bin/jarlist.cache b/SDL_Android/LivioTesterApp/bin/jarlist.cache deleted file mode 100644 index 0565465f2..000000000 --- a/SDL_Android/LivioTesterApp/bin/jarlist.cache +++ /dev/null @@ -1,3 +0,0 @@ -# cache for current jar dependency. DO NOT EDIT. -# format is -# Encoding is UTF-8 diff --git a/SDL_Android/LivioTesterApp/gen/com/livio/sdl/R.java b/SDL_Android/LivioTesterApp/gen/com/livio/sdl/R.java deleted file mode 100644 index 8c96d73b9..000000000 --- a/SDL_Android/LivioTesterApp/gen/com/livio/sdl/R.java +++ /dev/null @@ -1,92 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * aapt tool from the resource data it found. It - * should not be modified by hand. - */ -package com.livio.sdl; - -public final class R { - public static final class drawable { - public static final int arrow_left = 0x7f020003; - public static final int arrow_right = 0x7f020004; - public static final int ic_launcher = 0x7f020007; - } - public static final class id { - public static final int ib_moveLeft = 0x7f080018; - public static final int ib_moveRight = 0x7f080019; - public static final int iv_rowImage = 0x7f08004b; - public static final int listView = 0x7f08001a; - public static final int textview = 0x7f080017; - public static final int tv_messageDetail = 0x7f080035; - public static final int tv_messageName = 0x7f080033; - public static final int tv_rowText = 0x7f08004c; - public static final int tv_timestamp = 0x7f080034; - } - public static final class layout { - public static final int json_flipper_dialog = 0x7f030008; - public static final int listview = 0x7f030009; - public static final int sdl_message_listview_row = 0x7f030011; - public static final int simple_listview_with_image = 0x7f030014; - public static final int textview = 0x7f030017; - } - public static final class string { - public static final int add_command_command_name = 0x7f040004; - public static final int add_command_image_type = 0x7f040007; - public static final int add_command_parent_menu = 0x7f040006; - public static final int add_command_vr_keyword = 0x7f040005; - public static final int alert_duration_ms = 0x7f040023; - public static final int alert_duration_s = 0x7f040022; - public static final int alert_line1 = 0x7f04001e; - public static final int alert_line2 = 0x7f04001f; - public static final int alert_line3 = 0x7f040020; - public static final int alert_sound_enabled = 0x7f040021; - public static final int app_name = 0x7f040000; - public static final int choice_name = 0x7f040018; - public static final int clock = 0x7f04002d; - public static final int clock_hrs = 0x7f04002e; - public static final int clock_mins = 0x7f04002f; - public static final int clock_secs = 0x7f040030; - public static final int colon = 0x7f040031; - public static final int did_location = 0x7f04000c; - public static final int ecu_name = 0x7f04000b; - public static final int hmi_language = 0x7f04001c; - public static final int item_number = 0x7f040016; - public static final int item_number1 = 0x7f040017; - public static final int language = 0x7f04001b; - public static final int max_choices = 0x7f040015; - public static final int media = 0x7f04002c; - public static final int media_clock_timer_mode = 0x7f040032; - public static final int media_track = 0x7f04002b; - public static final int metadata_line1 = 0x7f040025; - public static final int metadata_line2 = 0x7f040026; - public static final int metadata_line3 = 0x7f040027; - public static final int metadata_line4 = 0x7f040028; - public static final int metadata_lines = 0x7f040024; - public static final int negative_button = 0x7f040003; - public static final int no_commands_to_delete = 0x7f040008; - public static final int no_submenus_to_delete = 0x7f040009; - public static final int positive_button = 0x7f040002; - public static final int scrollable_message_clear = 0x7f040014; - public static final int scrollable_message_hint = 0x7f040013; - public static final int scrollable_message_text = 0x7f040012; - public static final int sdl_disconnected = 0x7f040001; - public static final int slider_footer = 0x7f04000e; - public static final int slider_start_position = 0x7f040010; - public static final int slider_ticks = 0x7f04000f; - public static final int slider_title = 0x7f04000d; - public static final int status_bar = 0x7f04002a; - public static final int submenu_name = 0x7f04000a; - public static final int text_alignment = 0x7f040029; - public static final int text_to_speak = 0x7f04001d; - public static final int timeout = 0x7f040011; - public static final int units_milliseconds = 0x7f040034; - public static final int units_seconds = 0x7f040033; - public static final int use_artwork = 0x7f04001a; - public static final int voice_keyword = 0x7f040019; - } - public static final class style { - public static final int AppBaseTheme = 0x7f050000; - public static final int AppTheme = 0x7f050001; - } -} diff --git a/SDL_Android/LivioTesterApp/gen/com/livio/sdltester/BuildConfig.java b/SDL_Android/LivioTesterApp/gen/com/livio/sdltester/BuildConfig.java deleted file mode 100644 index dc3cc9902..000000000 --- a/SDL_Android/LivioTesterApp/gen/com/livio/sdltester/BuildConfig.java +++ /dev/null @@ -1,6 +0,0 @@ -/** Automatically generated file. DO NOT MODIFY */ -package com.livio.sdltester; - -public final class BuildConfig { - public final static boolean DEBUG = true; -} \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/gen/com/livio/sdltester/R.java b/SDL_Android/LivioTesterApp/gen/com/livio/sdltester/R.java deleted file mode 100644 index 005fb8c2b..000000000 --- a/SDL_Android/LivioTesterApp/gen/com/livio/sdltester/R.java +++ /dev/null @@ -1,350 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * aapt tool from the resource data it found. It - * should not be modified by hand. - */ - -package com.livio.sdltester; - -public final class R { - public static final class attr { - } - public static final class dimen { - /** Default screen margins, per the Android Design guidelines. - - Customize dimensions originally defined in res/values/dimens.xml (such as - screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. - - */ - public static final int activity_horizontal_margin=0x7f060000; - public static final int activity_vertical_margin=0x7f060001; - } - public static final class drawable { - public static final int add=0x7f020000; - public static final int add_to_favorites=0x7f020001; - public static final int anchor=0x7f020002; - public static final int arrow_left=0x7f020003; - public static final int arrow_right=0x7f020004; - public static final int game_pad=0x7f020005; - public static final int ic_close=0x7f020006; - public static final int ic_launcher=0x7f020007; - public static final int remove=0x7f020008; - public static final int remove_from_favorites=0x7f020009; - public static final int rocket=0x7f02000a; - public static final int select_an_image=0x7f02000b; - public static final int undo=0x7f02000c; - public static final int zoom_in=0x7f02000d; - public static final int zoom_out=0x7f02000e; - } - public static final class id { - public static final int btn_main_sendMessage=0x7f08001c; - public static final int but_addItem=0x7f080014; - public static final int but_performInteraction_selectChoiceSets=0x7f080020; - public static final int but_scrollableMessage_clear=0x7f08002e; - public static final int cb_putFile_addAll=0x7f080027; - public static final int cb_putFile_isPersistent=0x7f08002a; - public static final int check_alert_playTone=0x7f08000b; - public static final int check_enable_image=0x7f080004; - public static final int check_performInteraction_timeoutEnabled=0x7f080023; - public static final int check_show1=0x7f08003e; - public static final int check_show2=0x7f080040; - public static final int check_show3=0x7f080042; - public static final int check_show4=0x7f080044; - public static final int check_statusBar=0x7f080048; - public static final int et_addCommand_commandName=0x7f080001; - public static final int et_addCommand_voiceRecKeyword=0x7f080002; - public static final int et_addSubMenu_subMenuName=0x7f080006; - public static final int et_alert_line1=0x7f080008; - public static final int et_alert_line2=0x7f080009; - public static final int et_alert_line3=0x7f08000a; - public static final int et_alert_textToSpeak=0x7f080007; - public static final int et_choice_imageName=0x7f080013; - public static final int et_choice_name=0x7f080011; - public static final int et_choice_vr_text=0x7f080012; - public static final int et_getDtcs_ecuName=0x7f080016; - public static final int et_imageName=0x7f080005; - public static final int et_ipAddress=0x7f080031; - public static final int et_ipPort=0x7f080032; - public static final int et_mediaClockHours=0x7f080039; - public static final int et_mediaClockMins=0x7f08003a; - public static final int et_mediaClockSecs=0x7f08003b; - public static final int et_performInteraction_title=0x7f08001e; - public static final int et_performInteraction_voicePrompt=0x7f08001f; - public static final int et_putFile_imageName=0x7f080029; - public static final int et_readDids_didLocation=0x7f08002c; - public static final int et_readDids_ecuName=0x7f08002b; - public static final int et_scrollableMessage_text=0x7f08002d; - public static final int et_show1=0x7f08003d; - public static final int et_show2=0x7f08003f; - public static final int et_show3=0x7f080041; - public static final int et_show4=0x7f080043; - public static final int et_show_image=0x7f08004a; - public static final int et_slider_footer=0x7f08004e; - public static final int et_slider_title=0x7f08004d; - public static final int et_statusBar=0x7f080049; - public static final int et_textToSpeak=0x7f080055; - public static final int ib_moveLeft=0x7f080018; - public static final int ib_moveRight=0x7f080019; - public static final int ib_putFile_selectAnImage=0x7f080028; - public static final int iv_rowImage=0x7f08004b; - public static final int listView=0x7f08001a; - public static final int list_main_commandList=0x7f08001d; - public static final int ll_clock=0x7f080038; - public static final int lv_choices=0x7f080015; - public static final int menu_clear_list=0x7f08005c; - public static final int menu_connect=0x7f080059; - public static final int menu_disconnect=0x7f08005a; - public static final int menu_help=0x7f08005d; - public static final int menu_help_close=0x7f080058; - public static final int menu_help_home=0x7f080057; - public static final int menu_reset=0x7f08005b; - public static final int seek_alert_toneDuration=0x7f08000e; - public static final int seek_performInteraction_timeoutDuration=0x7f080026; - public static final int seek_scrollableMessage_timeout=0x7f080030; - public static final int seek_slider_numOfTicks=0x7f080050; - public static final int seek_slider_startPosition=0x7f080052; - public static final int seek_slider_timeout=0x7f080054; - public static final int spin_addCommand_submenus=0x7f080003; - public static final int spin_changeRegistration_hmiLanguage=0x7f080010; - public static final int spin_changeRegistration_language=0x7f08000f; - public static final int spin_mediaClock_updateMode=0x7f080036; - public static final int spin_performInteraction_interactionMode=0x7f080022; - public static final int spin_speechCapabilities=0x7f080056; - public static final int spin_textAlignment=0x7f080046; - public static final int textview=0x7f080017; - public static final int tv_alert_toneDuration=0x7f08000d; - public static final int tv_alert_toneDurationHeader=0x7f08000c; - public static final int tv_connectionStatus=0x7f08001b; - public static final int tv_mediaClock_clock=0x7f080037; - public static final int tv_messageDetail=0x7f080035; - public static final int tv_messageName=0x7f080033; - public static final int tv_metadataLines=0x7f08003c; - public static final int tv_performInteraction_interactionMode=0x7f080021; - public static final int tv_performInteraction_timeoutDuration=0x7f080025; - public static final int tv_performInteraction_timeoutTitle=0x7f080024; - public static final int tv_rowText=0x7f08004c; - public static final int tv_scrollableMessage_timeout=0x7f08002f; - public static final int tv_slider_numOfTicks=0x7f08004f; - public static final int tv_slider_startPosition=0x7f080051; - public static final int tv_slider_timeout=0x7f080053; - public static final int tv_statusBar=0x7f080047; - public static final int tv_textAlignment=0x7f080045; - public static final int tv_timestamp=0x7f080034; - public static final int wv_help=0x7f080000; - } - public static final class layout { - public static final int activity_help=0x7f030000; - public static final int add_command=0x7f030001; - public static final int add_submenu=0x7f030002; - public static final int alert=0x7f030003; - public static final int change_registration=0x7f030004; - public static final int choice_set_item=0x7f030005; - public static final int create_choice_interaction_set=0x7f030006; - public static final int get_dtcs=0x7f030007; - public static final int json_flipper_dialog=0x7f030008; - public static final int listview=0x7f030009; - public static final int main=0x7f03000a; - public static final int offline_mode=0x7f03000b; - public static final int perform_interaction=0x7f03000c; - public static final int put_file=0x7f03000d; - public static final int read_dids=0x7f03000e; - public static final int scrollable_message=0x7f03000f; - public static final int sdl_connection=0x7f030010; - public static final int sdl_message_listview_row=0x7f030011; - public static final int set_media_clock_timer=0x7f030012; - public static final int show=0x7f030013; - public static final int simple_listview_with_image=0x7f030014; - public static final int slider=0x7f030015; - public static final int speak=0x7f030016; - public static final int textview=0x7f030017; - } - public static final class menu { - public static final int menu_help=0x7f070000; - public static final int menu_main=0x7f070001; - } - public static final class string { - public static final int action_settings=0x7f040052; - /** Add Command - */ - public static final int add_command_command_name=0x7f040004; - public static final int add_command_image_type=0x7f040007; - public static final int add_command_parent_menu=0x7f040006; - public static final int add_command_vr_keyword=0x7f040005; - public static final int add_image=0x7f040050; - public static final int alert_duration_ms=0x7f040023; - public static final int alert_duration_s=0x7f040022; - public static final int alert_line1=0x7f04001e; - public static final int alert_line2=0x7f04001f; - public static final int alert_line3=0x7f040020; - public static final int alert_sound_enabled=0x7f040021; - /** General Strings - General Strings - */ - public static final int app_name=0x7f040000; - /** Button Subscriptions - */ - public static final int button_subscriptions_already_subscribed=0x7f040045; - public static final int button_subscriptions_none_subscribed=0x7f040046; - public static final int choice_name=0x7f040018; - public static final int clock=0x7f04002d; - public static final int clock_hrs=0x7f04002e; - public static final int clock_mins=0x7f04002f; - public static final int clock_secs=0x7f040030; - public static final int colon=0x7f040031; - /** SDL Connection - */ - public static final int connection_status_format=0x7f040040; - public static final int did_location=0x7f04000c; - /** Get DTCs and Read DIDs - */ - public static final int ecu_name=0x7f04000b; - /** Function Banks - */ - public static final int function_bank_root_name=0x7f040044; - public static final int hello_world=0x7f040053; - public static final int hmi_language=0x7f04001c; - public static final int interaction_list_none_added=0x7f04004d; - public static final int ip_address=0x7f040041; - public static final int ip_port=0x7f040042; - public static final int item_number=0x7f040016; - /** Choice Set Item - */ - public static final int item_number1=0x7f040017; - /** Change Registration - */ - public static final int language=0x7f04001b; - /** Create Interaction Choice Set - */ - public static final int max_choices=0x7f040015; - public static final int media=0x7f04002c; - public static final int media_clock_timer_mode=0x7f040032; - public static final int media_track=0x7f04002b; - public static final int menu_clear_list=0x7f04003b; - /** Menu Strings - */ - public static final int menu_connect=0x7f040038; - public static final int menu_disconnect=0x7f040039; - public static final int menu_help=0x7f04003c; - public static final int menu_help_close=0x7f04003e; - public static final int menu_help_home=0x7f04003d; - public static final int menu_reset=0x7f04003a; - public static final int metadata_line1=0x7f040025; - public static final int metadata_line2=0x7f040026; - public static final int metadata_line3=0x7f040027; - public static final int metadata_line4=0x7f040028; - /** Show Dialog - */ - public static final int metadata_lines=0x7f040024; - public static final int negative_button=0x7f040003; - /** Delete Command - */ - public static final int no_commands_to_delete=0x7f040008; - public static final int no_selection=0x7f040035; - /** Delete Submenu - */ - public static final int no_submenus_to_delete=0x7f040009; - public static final int not_an_sdl_command=0x7f040037; - public static final int not_implemented=0x7f040036; - /** Offline Mode - */ - public static final int offline_mode_text=0x7f040043; - public static final int perform_interaction_mode=0x7f04004a; - public static final int perform_interaction_select_choice_set=0x7f040049; - public static final int perform_interaction_timeout=0x7f04004b; - public static final int perform_interaction_timeout_enabled=0x7f04004c; - /** Perform Interaction - */ - public static final int perform_interaction_title=0x7f040047; - public static final int perform_interaction_voice_prompt=0x7f040048; - /** Dialog Strings - */ - public static final int positive_button=0x7f040002; - /** Put File - */ - public static final int put_file_persistent_file=0x7f04004e; - public static final int scrollable_message_clear=0x7f040014; - public static final int scrollable_message_hint=0x7f040013; - /** Scrollable Message - */ - public static final int scrollable_message_text=0x7f040012; - /** Dialog Strings - */ - public static final int sdl_command_dialog_title=0x7f04003f; - public static final int sdl_disconnected=0x7f040001; - public static final int sdl_image_name=0x7f04004f; - public static final int slider_footer=0x7f04000e; - public static final int slider_start_position=0x7f040010; - public static final int slider_ticks=0x7f04000f; - /** Slider - */ - public static final int slider_title=0x7f04000d; - public static final int status_bar=0x7f04002a; - /** Add Submenu - */ - public static final int submenu_name=0x7f04000a; - public static final int text_alignment=0x7f040029; - /** Alert Dialog - */ - public static final int text_to_speak=0x7f04001d; - public static final int timeout=0x7f040011; - public static final int title_activity_help=0x7f040051; - public static final int units_milliseconds=0x7f040034; - /** Unit Suffixes - */ - public static final int units_seconds=0x7f040033; - public static final int use_artwork=0x7f04001a; - public static final int voice_keyword=0x7f040019; - } - public static final class style { - /** - Base application theme, dependent on API level. This theme is replaced - by AppBaseTheme from res/values-vXX/styles.xml on newer devices. - - - Theme customizations available in newer API levels can go in - res/values-vXX/styles.xml, while customizations related to - backward-compatibility can go here. - - - Base application theme for API 11+. This theme completely replaces - AppBaseTheme from res/values/styles.xml on API 11+ devices. - - API 11 theme customizations can go here. - - Base application theme for API 14+. This theme completely replaces - AppBaseTheme from BOTH res/values/styles.xml and - res/values-v11/styles.xml on API 14+ devices. - - API 14 theme customizations can go here. - - Base application theme, dependent on API level. This theme is replaced - by AppBaseTheme from res/values-vXX/styles.xml on newer devices. - - - Theme customizations available in newer API levels can go in - res/values-vXX/styles.xml, while customizations related to - backward-compatibility can go here. - - - Base application theme for API 11+. This theme completely replaces - AppBaseTheme from res/values/styles.xml on API 11+ devices. - - API 11 theme customizations can go here. - - Base application theme for API 14+. This theme completely replaces - AppBaseTheme from BOTH res/values/styles.xml and - res/values-v11/styles.xml on API 14+ devices. - - API 14 theme customizations can go here. - */ - public static final int AppBaseTheme=0x7f050000; - /** Application theme. - All customizations that are NOT specific to a particular API-level can go here. - Application theme. - All customizations that are NOT specific to a particular API-level can go here. - */ - public static final int AppTheme=0x7f050001; - public static final int small_header_text=0x7f050002; - } -} diff --git a/SDL_Android/LivioTesterApp/proguard-project.txt b/SDL_Android/LivioTesterApp/proguard-project.txt deleted file mode 100644 index f2fe1559a..000000000 --- a/SDL_Android/LivioTesterApp/proguard-project.txt +++ /dev/null @@ -1,20 +0,0 @@ -# To enable ProGuard in your project, edit project.properties -# to define the proguard.config property as described in that file. -# -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in ${sdk.dir}/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the ProGuard -# include property in project.properties. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} diff --git a/SDL_Android/LivioTesterApp/project.properties b/SDL_Android/LivioTesterApp/project.properties deleted file mode 100644 index 86bc14be4..000000000 --- a/SDL_Android/LivioTesterApp/project.properties +++ /dev/null @@ -1,15 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system edit -# "ant.properties", and override values to adapt the script to your -# project structure. -# -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt - -# Project target. -target=android-18 -android.library.reference.1=../LivioSdlUtilities diff --git a/SDL_Android/LivioTesterApp/res/drawable-hdpi/ic_launcher.png b/SDL_Android/LivioTesterApp/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 60c1227aa..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable-ldpi/ic_launcher.png b/SDL_Android/LivioTesterApp/res/drawable-ldpi/ic_launcher.png deleted file mode 100644 index 2308f49e3..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable-ldpi/ic_launcher.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable-mdpi/ic_launcher.png b/SDL_Android/LivioTesterApp/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 1dc3a7735..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable-xhdpi/ic_launcher.png b/SDL_Android/LivioTesterApp/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index 05949c460..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/add.png b/SDL_Android/LivioTesterApp/res/drawable/add.png deleted file mode 100644 index de2049056..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/add.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/add_to_favorites.png b/SDL_Android/LivioTesterApp/res/drawable/add_to_favorites.png deleted file mode 100644 index 47743b515..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/add_to_favorites.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/anchor.png b/SDL_Android/LivioTesterApp/res/drawable/anchor.png deleted file mode 100644 index d680110df..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/anchor.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/game_pad.png b/SDL_Android/LivioTesterApp/res/drawable/game_pad.png deleted file mode 100644 index d07876268..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/game_pad.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/ic_close.png b/SDL_Android/LivioTesterApp/res/drawable/ic_close.png deleted file mode 100644 index 2cb447347..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/ic_close.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/ic_launcher.png b/SDL_Android/LivioTesterApp/res/drawable/ic_launcher.png deleted file mode 100644 index 2308f49e3..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/ic_launcher.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/remove.png b/SDL_Android/LivioTesterApp/res/drawable/remove.png deleted file mode 100644 index c45bade5b..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/remove.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/remove_from_favorites.png b/SDL_Android/LivioTesterApp/res/drawable/remove_from_favorites.png deleted file mode 100644 index e4c3d63cc..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/remove_from_favorites.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/rocket.png b/SDL_Android/LivioTesterApp/res/drawable/rocket.png deleted file mode 100644 index 05d47869c..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/rocket.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/select_an_image.png b/SDL_Android/LivioTesterApp/res/drawable/select_an_image.png deleted file mode 100644 index f382f04cc..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/select_an_image.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/undo.png b/SDL_Android/LivioTesterApp/res/drawable/undo.png deleted file mode 100644 index 8455136f9..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/undo.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/zoom_in.png b/SDL_Android/LivioTesterApp/res/drawable/zoom_in.png deleted file mode 100644 index cb66fc29d..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/zoom_in.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/drawable/zoom_out.png b/SDL_Android/LivioTesterApp/res/drawable/zoom_out.png deleted file mode 100644 index e72b0f436..000000000 Binary files a/SDL_Android/LivioTesterApp/res/drawable/zoom_out.png and /dev/null differ diff --git a/SDL_Android/LivioTesterApp/res/layout/activity_help.xml b/SDL_Android/LivioTesterApp/res/layout/activity_help.xml deleted file mode 100644 index bcf229d77..000000000 --- a/SDL_Android/LivioTesterApp/res/layout/activity_help.xml +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/SDL_Android/LivioTesterApp/res/layout/add_command.xml b/SDL_Android/LivioTesterApp/res/layout/add_command.xml deleted file mode 100755 index a2f3400af..000000000 --- a/SDL_Android/LivioTesterApp/res/layout/add_command.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/res/layout/add_submenu.xml b/SDL_Android/LivioTesterApp/res/layout/add_submenu.xml deleted file mode 100755 index 7d55626a7..000000000 --- a/SDL_Android/LivioTesterApp/res/layout/add_submenu.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/res/layout/alert.xml b/SDL_Android/LivioTesterApp/res/layout/alert.xml deleted file mode 100755 index 621b9f7a1..000000000 --- a/SDL_Android/LivioTesterApp/res/layout/alert.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/res/layout/change_registration.xml b/SDL_Android/LivioTesterApp/res/layout/change_registration.xml deleted file mode 100644 index 4fc1ca17c..000000000 --- a/SDL_Android/LivioTesterApp/res/layout/change_registration.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/SDL_Android/LivioTesterApp/res/layout/choice_set_item.xml b/SDL_Android/LivioTesterApp/res/layout/choice_set_item.xml deleted file mode 100644 index 21a25d059..000000000 --- a/SDL_Android/LivioTesterApp/res/layout/choice_set_item.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/SDL_Android/LivioTesterApp/res/layout/create_choice_interaction_set.xml b/SDL_Android/LivioTesterApp/res/layout/create_choice_interaction_set.xml deleted file mode 100644 index 83b8d626f..000000000 --- a/SDL_Android/LivioTesterApp/res/layout/create_choice_interaction_set.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - -