sm8450-common: Don't override nfc services for no nfc skus
apparently disabling the service is sufficient with the new aidl Change-Id: I5daa7b51b9963785ace45fb7ede8a45e83f44d57
This commit is contained in:
parent
2bb1b0c9b8
commit
e651d4133a
1 changed files with 0 additions and 7 deletions
|
@ -3,10 +3,6 @@
|
|||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest version="1.0" type="device">
|
||||
<!-- NFC HAL service -->
|
||||
<hal format="aidl" override="true">
|
||||
<name>android.hardware.nfc</name>
|
||||
</hal>
|
||||
<!-- secure element -->
|
||||
<hal format="hidl" override="true">
|
||||
<name>android.hardware.secure_element</name>
|
||||
|
@ -18,9 +14,6 @@
|
|||
<instance>SIM2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" override="true">
|
||||
<name>vendor.nxp.nxpnfc_aidl</name>
|
||||
</hal>
|
||||
<!-- eSEPowerManager -->
|
||||
<hal format="hidl" override="true">
|
||||
<name>vendor.qti.esepowermanager</name>
|
||||
|
|
Loading…
Reference in a new issue