bangkk: Import odm sku manifests

Co-authored-by: Michael Bestas <mkbestas@lineageos.org>
Change-Id: Ia41bd580fc8dc698033122751716485eb2001fe0
This commit is contained in:
Dhina17 2023-04-08 16:07:49 +05:30 committed by Michael Bestas
commit 7d909beba3
No known key found for this signature in database
6 changed files with 246 additions and 0 deletions

25
sku/manifest_dn.xml Normal file
View file

@ -0,0 +1,25 @@
<!--
Input:
manifest_dn.xml
-->
<manifest version="2.0" type="device">
<hal format="hidl" override="true">
<name>android.hardware.nfc</name>
<transport>hwbinder</transport>
<fqname>@1.2::INfc/default</fqname>
</hal>
<hal format="hidl" override="true">
<name>android.hardware.secure_element</name>
<transport>hwbinder</transport>
<fqname>@1.2::ISecureElement/SIM1</fqname>
<fqname>@1.2::ISecureElement/SIM2</fqname>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.esepowermanager</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.hardware.qteeconnector</name>
<transport>hwbinder</transport>
</hal>
</manifest>