Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit a3757057 authored by Manu Suresh's avatar Manu Suresh
Browse files

FP6: Enable secure NFC support

parent b2179a43
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -271,6 +271,7 @@ PRODUCT_PACKAGES += \
    eCameraTarget \
    FrameworksResCommon_Sys \
    FrameworksResTarget_Vendor \
    NfcResTarget_Vendor \
    SecureElementResTarget_Vendor \
    SettingsProvider_Sys \
    SettingsResCommon_Sys \
+9 −0
Original line number Diff line number Diff line
//
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//

runtime_resource_overlay {
    name: "NfcResTarget_Vendor",
    vendor: true,
}
+12 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
    SPDX-FileCopyrightText: The LineageOS Project
    SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.nfc.overlay.target">
    <overlay android:targetPackage="com.android.nfc"
                android:targetName="NfcCustomization"
                android:isStatic="true"
                android:priority="300"/>
</manifest>
+8 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
    SPDX-FileCopyrightText: The LineageOS Project
    SPDX-License-Identifier: Apache-2.0
-->
<resources>
    <bool name="enable_secure_nfc_support">true</bool>
</resources>