diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-08 11:32:16 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-08 11:32:16 -0700 |
commit | 46f0dcf11118f56cf0fa97eb8425b1c049896c4d (patch) | |
tree | a5777818d8d55c2645d3402f3ffa6eb572337c8b | |
parent | 0c4296fb0ea50eca2fe3b1f75a519b29fb689b80 (diff) | |
parent | ee121f99a7f06d08d7c473377d3affc4bf451ebb (diff) |
Merge "Update vintf to be in sync with 8998 target."
-rw-r--r-- | vintf.xml | 29 |
1 files changed, 26 insertions, 3 deletions
@@ -28,19 +28,19 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <manifest version="1.0"> <hal format="hidl"> <name>android.hardware.audio</name> - <transport arch="32+64">passthrough</transport> + <transport>hwbinder</transport> <impl level="generic"></impl> <version>2.0</version> </hal> <hal format="hidl"> <name>android.hardware.audio.effect</name> - <transport arch="32+64">passthrough</transport> + <transport>hwbinder</transport> <impl level="generic"></impl> <version>2.0</version> </hal> <hal format="hidl"> <name>android.hardware.soundtrigger</name> - <transport arch="32+64">passthrough</transport> + <transport>hwbinder</transport> <impl level="generic"></impl> <version>2.0</version> <interface> @@ -171,6 +171,16 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <impl level="generic"></impl> <version>1.0</version> </hal> + <hal format="hidl"> + <name>com.qualcomm.qti.bluetooth_audio</name> + <transport>hwbinder</transport> + <impl level="generic"></impl> + <version>1.0</version> + <interface> + <name>IBluetoothAudio</name> + <instance>default</instance> + </interface> + </hal> <!-- bluetooth --> <hal format="hidl"> <name>android.hardware.power</name> @@ -258,6 +268,19 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <instance>default</instance> </interface> </hal> + + <!-- dpm QMI hal service --> + <hal format="hidl"> + <name>com.qualcomm.qti.dpm.api</name> + <transport>hwbinder</transport> + <impl level="generic"></impl> + <version>1.0</version> + <interface> + <name>IdpmQmi</name> + <instance>dpmQmiService</instance> + </interface> + </hal> + <!-- IMS RTP Service --> <hal format="hidl"> <name>com.qualcomm.qti.imsrtpservice</name> |