-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turn on st33spi when persist.vendor.se.ese2.mode is set to ctsmode Bug: 193417907 Test: VtsHalSecureElementV1_2TargetTest, VtsHalSecureElementV1_1TargetTest, VtsHalSecureElementV1_0TargetTest, CtsOmapiTestCases Change-Id: I38d9d4c44bb5fd59e2f709b3046f74c1b2483eea
- Loading branch information
George Chang
committed
Sep 30, 2021
1 parent
4f3a268
commit c84c460
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,12 +114,14 @@ PRODUCT_PACKAGES += \ | |
|
||
# SecureElement | ||
PRODUCT_PACKAGES += \ | ||
[email protected] | ||
[email protected] \ | ||
[email protected] | ||
|
||
PRODUCT_COPY_FILES += \ | ||
frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.xml \ | ||
frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml \ | ||
device/google/raviole/nfc/libse-gto-hal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal.conf | ||
device/google/raviole/nfc/libse-gto-hal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal.conf \ | ||
device/google/raviole/nfc/libse-gto-hal2.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal2.conf | ||
|
||
DEVICE_MANIFEST_FILE += \ | ||
device/google/raviole/nfc/manifest_nfc.xml \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,17 +119,20 @@ PRODUCT_PACKAGES += \ | |
|
||
# SecureElement | ||
PRODUCT_PACKAGES += \ | ||
[email protected] | ||
[email protected] \ | ||
[email protected] | ||
|
||
PRODUCT_COPY_FILES += \ | ||
frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.xml \ | ||
frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml \ | ||
device/google/raviole/nfc/libse-gto-hal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal.conf | ||
device/google/raviole/nfc/libse-gto-hal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal.conf \ | ||
device/google/raviole/nfc/libse-gto-hal2.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal2.conf | ||
|
||
DEVICE_MANIFEST_FILE += \ | ||
device/google/raviole/nfc/manifest_nfc.xml \ | ||
device/google/raviole/nfc/manifest_se.xml | ||
|
||
|
||
# Vibrator HAL | ||
PRODUCT_PRODUCT_PROPERTIES +=\ | ||
ro.vendor.vibrator.hal.long.frequency.shift=15 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters