Skip to content

Commit

Permalink
Introduce legacy FCM
Browse files Browse the repository at this point in the history
Add initial entries as seen on aura/axolotl

Change-Id: Ie2e9e60cdfabffee053f08badac85e097bb80094
  • Loading branch information
mikeNG authored and aswin7469 committed Jun 24, 2024
1 parent 6d61a9d commit 1234725
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions vendor_framework_compatibility_matrix_legacy.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<compatibility-matrix version="1.0" type="framework">
<hal format="hidl" optional="true">
<name>com.qualcomm.qti.ant</name>
<version>1.0</version>
<interface>
<name>IAntHci</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.qti.imsrtpservice</name>
<version>2.1</version>
<interface>
<name>IRTPService</name>
<instance>imsrtpservice</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.qti.hardware.display.mapper</name>
<version>1.1</version>
<interface>
<name>IQtiMapper</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.qti.hardware.perf</name>
<version>1.0</version>
<interface>
<name>IPerf</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>

0 comments on commit 1234725

Please sign in to comment.