mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-28 17:12:52 +00:00
Merge "libnfc-nxp.conf changes for NFC 1.1" into pi-dev
This commit is contained in:
@@ -14,6 +14,7 @@ NXPLOG_NCIX_LOGLEVEL=0x01
|
||||
NXPLOG_NCIR_LOGLEVEL=0x01
|
||||
NXPLOG_FWDNLD_LOGLEVEL=0x01
|
||||
NXPLOG_TML_LOGLEVEL=0x01
|
||||
NFC_DEBUG_ENABLED=0
|
||||
|
||||
###############################################################################
|
||||
# Nfc Device Node name
|
||||
@@ -24,12 +25,10 @@ NXP_NFC_DEV_NODE="/dev/nq-nci"
|
||||
MIFARE_READER_ENABLE=0x01
|
||||
|
||||
###############################################################################
|
||||
# Vzw Feature enable
|
||||
VZW_FEATURE_ENABLE=0x01
|
||||
|
||||
###############################################################################
|
||||
# File name for Firmware
|
||||
NXP_FW_NAME="libpn553_fw.so"
|
||||
# Firmware file type
|
||||
#.so file 0x01
|
||||
#.bin file 0x02
|
||||
NXP_FW_TYPE=0x01
|
||||
|
||||
###############################################################################
|
||||
# System clock source selection configuration
|
||||
@@ -60,16 +59,6 @@ NXP_ACT_PROP_EXTN={2F, 02, 00}
|
||||
# NFC forum profile settings
|
||||
NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00}
|
||||
|
||||
###############################################################################
|
||||
# NFCC Configuration Control
|
||||
# Allow NFCC to manage RF Config 0x01
|
||||
# Don't allow NFCC to manage RF Config 0x00
|
||||
NXP_NFC_MERGE_RF_PARAMS={20, 02, 04, 01, 85, 01, 01}
|
||||
|
||||
###############################################################################
|
||||
# Standby enable settings
|
||||
#NXP_CORE_STANDBY={2F, 00, 01, 01}
|
||||
|
||||
###############################################################################
|
||||
# NXP TVDD configurations settings
|
||||
# Allow NFCC to configure External TVDD, two configurations (1 and 2) supported,
|
||||
@@ -205,12 +194,6 @@ NXP_RF_CONF_BLK_4={ 20, 02, 5B, 01,
|
||||
#NXP_RF_CONF_BLK_6={
|
||||
#}
|
||||
|
||||
###############################################################################
|
||||
# Set configuration optimization decision setting
|
||||
# Enable = 0x01
|
||||
# Disable = 0x00
|
||||
NXP_SET_CONFIG_ALWAYS=0x00
|
||||
|
||||
###############################################################################
|
||||
# Core configuration extensions
|
||||
# It includes
|
||||
@@ -281,134 +264,21 @@ NXP_CORE_CONF={ 20, 02, 31, 0F,
|
||||
18, 01, 01
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
# Mifare Classic Key settings
|
||||
#NXP_CORE_MFCKEY_SETTING={20, 02, 25,04, A0, 51, 06, A0, A1, A2, A3, A4, A5,
|
||||
# A0, 52, 06, D3, F7, D3, F7, D3, F7,
|
||||
# A0, 53, 06, FF, FF, FF, FF, FF, FF,
|
||||
# A0, 54, 06, 00, 00, 00, 00, 00, 00}
|
||||
|
||||
###############################################################################
|
||||
# Default SE Options
|
||||
# No secure element 0x00
|
||||
# eSE 0x01
|
||||
# UICC 0x02
|
||||
# UICC2 0x04
|
||||
NXP_DEFAULT_SE=0x07
|
||||
|
||||
###############################################################################
|
||||
#Enable SWP full power mode when phone is power off
|
||||
NXP_SWP_FULL_PWR_ON=0x00
|
||||
|
||||
###############################################################################
|
||||
#### Select the CHIP ####
|
||||
#PN547C2 0x01
|
||||
#PN65T 0x02
|
||||
#PN548AD 0x03
|
||||
#PN66T 0x04
|
||||
#PN551 0x05
|
||||
#PN67T 0x06
|
||||
#PN553 0x07
|
||||
#PN80T 0x08
|
||||
NXP_NFC_CHIP=0x08
|
||||
|
||||
###############################################################################
|
||||
# CE when Screen state is locked
|
||||
# This setting is for DEFAULT_AID_ROUTE,
|
||||
# DEFAULT_DESFIRE_ROUTE and DEFAULT_MIFARE_CLT_ROUTE
|
||||
# Disable 0x00
|
||||
# Enable 0x01
|
||||
NXP_CE_ROUTE_STRICT_DISABLE=0x01
|
||||
|
||||
###############################################################################
|
||||
#Timeout in secs to get NFCEE Discover notification
|
||||
NXP_DEFAULT_NFCEE_DISC_TIMEOUT=20
|
||||
|
||||
###############################################################################
|
||||
NXP_DEFAULT_NFCEE_TIMEOUT=20
|
||||
|
||||
###############################################################################
|
||||
#Timeout in secs
|
||||
NXP_SWP_RD_START_TIMEOUT=0x0A
|
||||
|
||||
###############################################################################
|
||||
#Timeout in secs
|
||||
NXP_SWP_RD_TAG_OP_TIMEOUT=0x01
|
||||
|
||||
###############################################################################
|
||||
#Set the default AID route Location :
|
||||
#This settings will be used when application does not set this parameter
|
||||
#Set the default Felica T3T System Code OffHost route Location :
|
||||
# host 0x00
|
||||
# eSE 0x01
|
||||
# UICC 0x02
|
||||
# UICC2 0x03
|
||||
DEFAULT_AID_ROUTE=0x00
|
||||
DEFAULT_SYS_CODE_ROUTE=0x00
|
||||
|
||||
###############################################################################
|
||||
#Set the Mifare Desfire route Location :
|
||||
#This settings will be used when application does not set this parameter
|
||||
# host 0x00
|
||||
# eSE 0x01
|
||||
# UICC 0x02
|
||||
# UICC2 0x03
|
||||
DEFAULT_DESFIRE_ROUTE=0x02
|
||||
|
||||
###############################################################################
|
||||
#Set the Mifare CLT route Location :
|
||||
#This settings will be used when application does not set this parameter
|
||||
# host 0x00
|
||||
# eSE 0x01
|
||||
# UICC 0x02
|
||||
# UICC2 0x03
|
||||
DEFAULT_MIFARE_CLT_ROUTE=0x02
|
||||
|
||||
###############################################################################
|
||||
#Set the Felica CLT route Location :
|
||||
#This settings will be used when application does not set this parameter
|
||||
# eSE 0x01
|
||||
# UICC 0x02
|
||||
# UICC2 0x03
|
||||
DEFAULT_FELICA_CLT_ROUTE=0x01
|
||||
|
||||
###############################################################################
|
||||
#Set the default AID Power state :
|
||||
#This settings will be used when application does not set this parameter
|
||||
# bit pos 0 = Switch On
|
||||
# bit pos 1 = Switch Off
|
||||
# bit pos 2 = Battery Off
|
||||
# bit pos 3 = Screen Lock
|
||||
# bit pos 4 = Screen Off
|
||||
DEFAULT_AID_PWR_STATE=0x19
|
||||
|
||||
###############################################################################
|
||||
#Set the Mifare Desfire Power state :
|
||||
#This settings will be used when application does not set this parameter
|
||||
# bit pos 0 = Switch On
|
||||
# bit pos 1 = Switch Off
|
||||
# bit pos 2 = Battery Off
|
||||
# bit pos 3 = Screen Lock
|
||||
# bit pos 4 = Screen Off
|
||||
DEFAULT_DESFIRE_PWR_STATE=0x1B
|
||||
|
||||
###############################################################################
|
||||
#Set the Mifare CLT Power state :
|
||||
#This settings will be used when application does not set this parameter
|
||||
# bit pos 0 = Switch On
|
||||
# bit pos 1 = Switch Off
|
||||
# bit pos 2 = Battery Off
|
||||
# bit pos 3 = Screen Lock
|
||||
# bit pos 4 = Screen Off
|
||||
DEFAULT_MIFARE_CLT_PWR_STATE=0x1B
|
||||
|
||||
###############################################################################
|
||||
#Set the Felica CLT Power state :
|
||||
#This settings will be used when application does not set this parameter
|
||||
# bit pos 0 = Switch On
|
||||
# bit pos 1 = Switch Off
|
||||
# bit pos 2 = Battery Off
|
||||
# bit pos 3 = Screen Lock
|
||||
# bit pos 4 = Screen Off
|
||||
DEFAULT_FELICA_CLT_PWR_STATE=0x1B
|
||||
#Set the default Felica T3T System Code :
|
||||
DEFAULT_SYS_CODE={FE,FF}
|
||||
|
||||
###############################################################################
|
||||
# AID Matching platform options
|
||||
@@ -416,18 +286,6 @@ DEFAULT_FELICA_CLT_PWR_STATE=0x1B
|
||||
# AID_MATCHING_K 0x02
|
||||
AID_MATCHING_PLATFORM=0x01
|
||||
|
||||
###############################################################################
|
||||
# P61 interface options
|
||||
# NFC 0x01
|
||||
# SPI 0x02
|
||||
NXP_P61_LS_DEFAULT_INTERFACE=0x01
|
||||
|
||||
###############################################################################
|
||||
# P61 LTSM interface options
|
||||
# NFC 0x01
|
||||
# SPI 0x02
|
||||
NXP_P61_LTSM_DEFAULT_INTERFACE=0x01
|
||||
|
||||
###############################################################################
|
||||
#CHINA_TIANJIN_RF_SETTING
|
||||
#Enable 0x01
|
||||
@@ -442,133 +300,30 @@ NXP_CHINA_TIANJIN_RF_ENABLED=0x01
|
||||
# 10 millisecond timeout 0x0A
|
||||
NXP_SWP_SWITCH_TIMEOUT=0x0A
|
||||
|
||||
###############################################################################
|
||||
# P61 interface options for JCOP Download
|
||||
# NFC 0x01
|
||||
# SPI 0x02
|
||||
NXP_P61_JCOP_DEFAULT_INTERFACE=0x01
|
||||
##############################################################################
|
||||
# Extended APDU length for ISO_DEP
|
||||
ISO_DEP_MAX_TRANSCEIVE=0xFEFF
|
||||
|
||||
###############################################################################
|
||||
# P61 JCOP OS download options
|
||||
# FRAMEWORK API BY APPLICATION 0x00
|
||||
# AT BOOT_TIME 0x01
|
||||
NXP_JCOPDL_AT_BOOT_ENABLE=0x00
|
||||
# Vendor Specific Proprietary Protocol & Discovery Configuration
|
||||
# Set to 0xFF if unsupported
|
||||
# byte[0] NCI_PROTOCOL_18092_ACTIVE
|
||||
# byte[1] NCI_PROTOCOL_B_PRIME
|
||||
# byte[2] NCI_PROTOCOL_DUAL
|
||||
# byte[3] NCI_PROTOCOL_15693
|
||||
# byte[4] NCI_PROTOCOL_KOVIO
|
||||
# byte[5] NCI_PROTOCOL_MIFARE
|
||||
# byte[6] NCI_DISCOVERY_TYPE_POLL_KOVIO
|
||||
# byte[7] NCI_DISCOVERY_TYPE_POLL_B_PRIME
|
||||
# byte[8] NCI_DISCOVERY_TYPE_LISTEN_B_PRIME
|
||||
NFA_PROPRIETARY_CFG={05, FF, FF, 06, 81, 80, 70, FF, FF}
|
||||
|
||||
###############################################################################
|
||||
# Loader service version
|
||||
# NFC service checks for LS version 2.0 or 2.1
|
||||
# LS2.0 0x20
|
||||
# LS2.1 0x21
|
||||
# LS2.2 0x22
|
||||
# AT NFC service intialization
|
||||
NXP_LOADER_SERVICE_VERSION=0x22
|
||||
|
||||
###############################################################################
|
||||
#Timeout value in milliseconds for NFCC standby mode.The range is between 5000
|
||||
#msec to 20000 msec and zero is to disable.
|
||||
NXP_NFCC_STANDBY_TIMEOUT=20000
|
||||
|
||||
###############################################################################
|
||||
#Dynamic RSSI feature enable
|
||||
# Disable 0x00
|
||||
# Enable 0x01
|
||||
NXP_AGC_DEBUG_ENABLE=0x00
|
||||
|
||||
###############################################################################
|
||||
#Virtual Mode ESE and Wired Mode ongoing delay Wired Mode
|
||||
# For Technology routing to ESE Technology Mask = 4
|
||||
# For ISO-DEP Protocol routing to ESE Mask = 2
|
||||
# It can also take TECH|PROTO = 6
|
||||
# To ignore the delay set mask to = 0
|
||||
NXP_ESE_WIRED_PRT_MASK=0x00
|
||||
|
||||
###############################################################################
|
||||
#Virtual Mode UICC and Wired Mode ongoing delay Wired Mode
|
||||
#For Technology routing to UICC Technology Mask = 4
|
||||
#For ISO-DEP Protocol routing to UICC set Mask = 2
|
||||
#For Select AID Routing to UICC set Mask = 1
|
||||
#It can also take values TECH|PROTO|SELECT_AID = 7 , 6 , 5 ,3 .To ignore delay
|
||||
#set mask = 0
|
||||
NXP_UICC_WIRED_PRT_MASK=0x00
|
||||
|
||||
################################################################################
|
||||
#RF field true delay Wired Mode
|
||||
# delay wired mode = 1
|
||||
# allow wired mode = 0
|
||||
NXP_WIRED_MODE_RF_FIELD_ENABLE=0x00
|
||||
|
||||
###############################################################################
|
||||
#Config to allow adding aids
|
||||
#NFC on/off is required after this config
|
||||
#1 = enabling adding aid to NFCC routing table.
|
||||
#0 = disabling adding aid to NFCC routing table.
|
||||
NXP_ENABLE_ADD_AID=0x01
|
||||
|
||||
###############################################################################
|
||||
# JCOP-3.3 continuous process timeout in msec and value should be in Hexadecimal
|
||||
# JCOP CP TIMEOUT
|
||||
NXP_CP_TIMEOUT={00, 77}
|
||||
|
||||
###############################################################################
|
||||
# Enable/Disable checking default proto SE Id
|
||||
# Disable 0x00
|
||||
# Enable 0x01
|
||||
NXP_CHECK_DEFAULT_PROTO_SE_ID=0x01
|
||||
|
||||
###############################################################################
|
||||
#NXP_CN_TRANSIT_BLK_NUM_CHECK_ENABLE
|
||||
#Enable/Disable block number checks for china transit use case
|
||||
#Enable 0x01
|
||||
#Disable 0x00
|
||||
NXP_CN_TRANSIT_BLK_NUM_CHECK_ENABLE=0x01
|
||||
|
||||
###############################################################################
|
||||
# Wired mode resume timeout vaule in wired mode resume feature enable
|
||||
# DWP resume time out in ms( 4 bytes hex value and LSB first)
|
||||
#example 1000 = 0x03E8
|
||||
#exmaple 2000 = 0x07D0
|
||||
#example 500 = 0x01F4
|
||||
NXP_WIREDMODE_RESUME_TIMEOUT={E8,03,00,00}
|
||||
###############################################################################
|
||||
# Power to eSE is controlled by DH or PMU depending on following configurations
|
||||
#define DH_PWR_CONTROL 1
|
||||
#define PMU_PWR_CONTROL 2
|
||||
NXP_ESE_POWER_DH_CONTROL=1
|
||||
|
||||
###############################################################################
|
||||
# Timeout value in milliseconds for wired mode resume after RF field event timeout
|
||||
NXP_NFCC_RF_FIELD_EVENT_TIMEOUT=3000
|
||||
|
||||
###############################################################################
|
||||
# NXP PMU Support configuration is sent if PMU_PWR_CONTROL is configured
|
||||
# External PMU available in phone ON and phone OFF case if NXP_ESE_POWER_EXT_PMU=1
|
||||
# External PMU available only in phone ON case if NXP_ESE_POWER_EXT_PMU=2
|
||||
NXP_ESE_POWER_EXT_PMU=2
|
||||
|
||||
###############################################################################
|
||||
# Whether to allow wired mode in desfire and mifare CLT
|
||||
# Disable 0x00
|
||||
# Enable 0x01
|
||||
NXP_ALLOW_WIRED_IN_MIFARE_DESFIRE_CLT=0x00
|
||||
|
||||
###############################################################################
|
||||
# Restrict routing to first matched rule only.
|
||||
# Blacklist enable 0x01
|
||||
# Blacklist disable 0x00
|
||||
NXP_PROP_BLACKLIST_ROUTING=0x00
|
||||
|
||||
###############################################################################
|
||||
# Send DWP interface reset command as part of SE open
|
||||
# Disable 0x00
|
||||
# Enable 0x01
|
||||
NXP_DWP_INTF_RESET_ENABLE=0x01
|
||||
|
||||
###############################################################################
|
||||
# Timeout value in milliseconds for JCOP OS download to complete
|
||||
OS_DOWNLOAD_TIMEOUT_VALUE=60000
|
||||
|
||||
###############################################################################
|
||||
# Timeout value in milliseconds to send response for Felica command received
|
||||
NXP_HCEF_CMD_RSP_TIMEOUT_VALUE=5000
|
||||
# Choose the presence-check algorithm for type-4 tag. If not defined, the default value is 1.
|
||||
# 0 NFA_RW_PRES_CHK_DEFAULT; Let stack selects an algorithm
|
||||
# 1 NFA_RW_PRES_CHK_I_BLOCK; ISO-DEP protocol's empty I-block
|
||||
# 2 NFA_RW_PRES_CHK_ISO_DEP_NAK; Type - 4 tag protocol iso-dep nak presence check
|
||||
# command is sent waiting for rsp and ntf.
|
||||
PRESENCE_CHECK_ALGORITHM=2
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user