Update NFC customize settings
Add antenna position info for the new NFC API Update default routing settings and remove legacy settings Bug: 278829073 Test: manual Change-Id: Ice6dc1ffce1c9adebf03ccbe8c3d50eb07022186
This commit is contained in:
parent
97b149659a
commit
2fd48aa99e
4 changed files with 23 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<bool name="nfcc_always_on_allowed">true</bool>
|
<bool name="nfcc_always_on_allowed">false</bool>
|
||||||
<bool name="polling_disable_allowed">true</bool>
|
<bool name="polling_disable_allowed">true</bool>
|
||||||
<string-array name="config_skuSupportsSecureNfc" translatable="false">
|
<string-array name="config_skuSupportsSecureNfc" translatable="false">
|
||||||
<item>GC3VE</item>
|
<item>GC3VE</item>
|
||||||
|
@ -22,4 +22,14 @@
|
||||||
<item>GE9DP</item>
|
<item>GE9DP</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<bool name="tag_intent_app_pref_supported">true</bool>
|
<bool name="tag_intent_app_pref_supported">true</bool>
|
||||||
|
<!-- NFC Antenna Location API -->
|
||||||
|
<integer name="device_width">73</integer>
|
||||||
|
<integer name="device_height">158</integer>
|
||||||
|
<bool name="device_foldable">false</bool>
|
||||||
|
<integer-array name="antenna_x">
|
||||||
|
<item>37</item>
|
||||||
|
</integer-array>
|
||||||
|
<integer-array name="antenna_y">
|
||||||
|
<item>103</item>
|
||||||
|
</integer-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -139,7 +139,7 @@ OFFHOST_ROUTE_ESE={86}
|
||||||
# host 0x00
|
# host 0x00
|
||||||
# eSE 0x82 (eSE), 0x86 (eUICC/SPI-SE)
|
# eSE 0x82 (eSE), 0x86 (eUICC/SPI-SE)
|
||||||
# UICC 0x81 (UICC_1), 0x85 (UICC_2)
|
# UICC 0x81 (UICC_1), 0x85 (UICC_2)
|
||||||
DEFAULT_ISODEP_ROUTE=0x81
|
DEFAULT_ISODEP_ROUTE=0x00
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Configure the HAL Clock control
|
# Configure the HAL Clock control
|
||||||
|
|
|
@ -118,4 +118,4 @@ RECOVERY_OPTION=1
|
||||||
# NFCEE Power Supply and Communication Link Control Configuration
|
# NFCEE Power Supply and Communication Link Control Configuration
|
||||||
# Set when SetAlwaysOn enabled
|
# Set when SetAlwaysOn enabled
|
||||||
# Default 0x00 when SetAlways on disabled
|
# Default 0x00 when SetAlways on disabled
|
||||||
ALWAYS_ON_SET_EE_POWER_AND_LINK_CONF=0x03
|
ALWAYS_ON_SET_EE_POWER_AND_LINK_CONF=0x00
|
||||||
|
|
|
@ -22,4 +22,14 @@
|
||||||
<item>GPJ41</item>
|
<item>GPJ41</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<bool name="tag_intent_app_pref_supported">true</bool>
|
<bool name="tag_intent_app_pref_supported">true</bool>
|
||||||
|
<!-- NFC Antenna Location API -->
|
||||||
|
<integer name="device_width">68</integer>
|
||||||
|
<integer name="device_height">146</integer>
|
||||||
|
<bool name="device_foldable">false</bool>
|
||||||
|
<integer-array name="antenna_x">
|
||||||
|
<item>34</item>
|
||||||
|
</integer-array>
|
||||||
|
<integer-array name="antenna_y">
|
||||||
|
<item>97</item>
|
||||||
|
</integer-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue