OSDN Git Service

Bluetooth: move AIDL files related to bluetooth into system/bt (1/2)
authorJakub Pawlowski <jpawlowski@google.com>
Tue, 8 Aug 2017 11:27:20 +0000 (04:27 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Tue, 8 Aug 2017 19:38:37 +0000 (12:38 -0700)
commit6732625aa0cca4b78ae8748d2f0c5f44bc0bda77
tree4dfb3b5b5bb4a50ee0d057628d2dda9ce28f29ab
parent43ee2ac1407770d862c09c78b10d2da5a8ed4975
Bluetooth: move AIDL files related to bluetooth into system/bt (1/2)

This patch moves *.aidl files from
frameworks/base/core/java/android/bluetooth into system/bt/binder. This
is in preparation to convert the Bluetooth deamon into native
implementation piece by piece.
In order to do that, one must have C++ header files, and paths to them
with AIDL files, and */java/* folder didn't seem as proper place for
that. Additionally, keeping AIDL files out of framework/base will not
require creating dependency on this huge project, which should help
keeping the compilation fast.

Test: compilation test
Change-Id: I9a6db8832c9ec3215c648e325d67278832ef22cc
Merged-In: I9a6db8832c9ec3215c648e325d67278832ef22cc
(cherry picked from commit 06ae9c665b6fce7a748c3d7175359bff8343768c)
55 files changed:
Android.mk
core/java/android/bluetooth/BluetoothActivityEnergyInfo.aidl [deleted file]
core/java/android/bluetooth/BluetoothAudioConfig.aidl [deleted file]
core/java/android/bluetooth/BluetoothAvrcpPlayerSettings.aidl [deleted file]
core/java/android/bluetooth/BluetoothCodecConfig.aidl [deleted file]
core/java/android/bluetooth/BluetoothCodecStatus.aidl [deleted file]
core/java/android/bluetooth/BluetoothDevice.aidl [deleted file]
core/java/android/bluetooth/BluetoothGattCharacteristic.aidl [deleted file]
core/java/android/bluetooth/BluetoothGattDescriptor.aidl [deleted file]
core/java/android/bluetooth/BluetoothGattIncludedService.aidl [deleted file]
core/java/android/bluetooth/BluetoothGattService.aidl [deleted file]
core/java/android/bluetooth/BluetoothHeadsetClientCall.aidl [deleted file]
core/java/android/bluetooth/BluetoothHealthAppConfiguration.aidl [deleted file]
core/java/android/bluetooth/BluetoothHidDeviceAppConfiguration.aidl [deleted file]
core/java/android/bluetooth/BluetoothHidDeviceAppQosSettings.aidl [deleted file]
core/java/android/bluetooth/BluetoothHidDeviceAppSdpSettings.aidl [deleted file]
core/java/android/bluetooth/IBluetooth.aidl [deleted file]
core/java/android/bluetooth/IBluetoothA2dp.aidl [deleted file]
core/java/android/bluetooth/IBluetoothA2dpSink.aidl [deleted file]
core/java/android/bluetooth/IBluetoothAvrcpController.aidl [deleted file]
core/java/android/bluetooth/IBluetoothCallback.aidl [deleted file]
core/java/android/bluetooth/IBluetoothGatt.aidl [deleted file]
core/java/android/bluetooth/IBluetoothGattCallback.aidl [deleted file]
core/java/android/bluetooth/IBluetoothGattServerCallback.aidl [deleted file]
core/java/android/bluetooth/IBluetoothHeadset.aidl [deleted file]
core/java/android/bluetooth/IBluetoothHeadsetClient.aidl [deleted file]
core/java/android/bluetooth/IBluetoothHeadsetPhone.aidl [deleted file]
core/java/android/bluetooth/IBluetoothHealth.aidl [deleted file]
core/java/android/bluetooth/IBluetoothHealthCallback.aidl [deleted file]
core/java/android/bluetooth/IBluetoothHidDeviceCallback.aidl [deleted file]
core/java/android/bluetooth/IBluetoothInputDevice.aidl [deleted file]
core/java/android/bluetooth/IBluetoothInputHost.aidl [deleted file]
core/java/android/bluetooth/IBluetoothManager.aidl [deleted file]
core/java/android/bluetooth/IBluetoothManagerCallback.aidl [deleted file]
core/java/android/bluetooth/IBluetoothMap.aidl [deleted file]
core/java/android/bluetooth/IBluetoothMapClient.aidl [deleted file]
core/java/android/bluetooth/IBluetoothPan.aidl [deleted file]
core/java/android/bluetooth/IBluetoothPbap.aidl [deleted file]
core/java/android/bluetooth/IBluetoothPbapClient.aidl [deleted file]
core/java/android/bluetooth/IBluetoothProfileServiceConnection.aidl [deleted file]
core/java/android/bluetooth/IBluetoothSap.aidl [deleted file]
core/java/android/bluetooth/IBluetoothStateChangeCallback.aidl [deleted file]
core/java/android/bluetooth/OobData.aidl [deleted file]
core/java/android/bluetooth/le/AdvertiseData.aidl [deleted file]
core/java/android/bluetooth/le/AdvertiseSettings.aidl [deleted file]
core/java/android/bluetooth/le/AdvertisingSetParameters.aidl [deleted file]
core/java/android/bluetooth/le/IAdvertisingSetCallback.aidl [deleted file]
core/java/android/bluetooth/le/IPeriodicAdvertisingCallback.aidl [deleted file]
core/java/android/bluetooth/le/IScannerCallback.aidl [deleted file]
core/java/android/bluetooth/le/PeriodicAdvertisingParameters.aidl [deleted file]
core/java/android/bluetooth/le/PeriodicAdvertisingReport.aidl [deleted file]
core/java/android/bluetooth/le/ResultStorageDescriptor.aidl [deleted file]
core/java/android/bluetooth/le/ScanFilter.aidl [deleted file]
core/java/android/bluetooth/le/ScanResult.aidl [deleted file]
core/java/android/bluetooth/le/ScanSettings.aidl [deleted file]