1########################## Start of libnfc-nci.conf ########################### 2############################################################################### 3# Application options 4NFC_DEBUG_ENABLED=1 5############################################################################### 6# performance measurement 7# Change this setting to control how often USERIAL log the performance (throughput) 8# data on read/write/poll 9# default is to log performance dara for every 100 read or write 10#REPORT_PERFORMANCE_MEASURE=100 11############################################################################### 12# File used for NFA storage 13NFA_STORAGE="/data/nfc" 14############################################################################### 15## Default poll duration (in ms) 16## The default is 500ms if not set 17NFA_DM_DISC_DURATION_POLL=500 18 19############################################################################### 20# Force UICC to only listen to the following technology(s). 21# The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h. 22# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F 23UICC_LISTEN_TECH_MASK=0x07 24 25############################################################################### 26# When screen is turned off, specify the desired power state of the controller. 27# 0: power-off-sleep state; DEFAULT 28# 1: full-power state 29# 2: screen-off card-emulation (CE4/CE3/CE1 modes are used) 30SCREEN_OFF_POWER_STATE=1 31############################################################################### 32# Force tag polling for the following technology(s). 33# The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h. 34# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | 35# NFA_TECHNOLOGY_MASK_F | NFA_TECHNOLOGY_MASK_ISO15693 | 36# NFA_TECHNOLOGY_MASK_B_PRIME | 37# NFA_TECHNOLOGY_MASK_A_ACTIVE | NFA_TECHNOLOGY_MASK_F_ACTIVE. 38# 39# Notable bits: 40# NFA_TECHNOLOGY_MASK_A 0x01 /* NFC Technology A */ 41# NFA_TECHNOLOGY_MASK_B 0x02 /* NFC Technology B */ 42# NFA_TECHNOLOGY_MASK_F 0x04 /* NFC Technology F */ 43# NFA_TECHNOLOGY_MASK_ISO15693 0x08 /* Proprietary Technology */ 44POLLING_TECH_MASK=0x0F 45 46############################################################################### 47PRESERVE_STORAGE=0x01 48############################################################################### 49# Override the stack default for NFA_EE_MAX_EE_SUPPORTED set in nfc_target.h. 50# The value is set to 3 by default as it assumes we will discover 0xF2, 51# 0xF3, and 0xF4. If a platform will exclude and SE, this value can be reduced 52# so that the stack will not wait any longer than necessary. 53 54# Maximum EE supported number 55# NXP PN557 0x04 56# NXP SN1xx 0x06 57# NXP SN2xx 0x06 58# NXP SN3xx 0x06 59NFA_MAX_EE_SUPPORTED=0x06 60############################################################################## 61# Deactivate notification wait time out in seconds used in ETSI Reader mode 62# 0 - Infinite wait 63NFA_DM_DISC_NTF_TIMEOUT=0 64 65############################################################################### 66# AID_MATCHING constants 67# AID_MATCHING_EXACT_ONLY 0x00 68# AID_MATCHING_EXACT_OR_PREFIX 0x01 69# AID_MATCHING_PREFIX_ONLY 0x02 70#AID_MATCHING_EXACT_OR_SUBSET_OR_PREFIX 0x03 71AID_MATCHING_MODE=0x03 72 73############################################################################### 74# NCI_RESET_TYPE options 75# Default 0x00, reset configurations everytime. 76# 0x01, reset configurations only once every boot. 77# 0x02, keep configurations. 78NCI_RESET_TYPE=0x02 79 80################################################################################ 81#Set bit to 1 , block list is enabled 82#Set bit to 0, to disable block list 83NFA_AID_BLOCK_ROUTE=0x00 84 85############################################################################### 86#Set the OffHost AID supported power state: 87OFFHOST_AID_ROUTE_PWR_STATE=0x3B 88 89################################################################################ 90# Maximum WTX requests entertained by MW 91NXP_WM_MAX_WTX_COUNT=30 92################################################################################ 93#Set the default Felica T3T System Code : 94#This settings will be used when application does not set this parameter 95DEFAULT_SYS_CODE={FE:FE} 96######################################################################### 97#Set NCI credit notification timeout value 98NXP_NCI_CREDIT_NTF_TIMEOUT=2 99############################################################################### 100# Set presence check retry count value. Value Range: 0 to 5 101# This value indicates the number of time presence check is repeated in case of 102# failure 103PRESENCE_CHECK_RETRY_COUNT=0 104######################################################################### 105# Tech route options 106# 0x00, Route mute techs to DH, enable block bit and set power state to 0x00 107# 0x01, Remove mute techs from rf discover cmd 108MUTE_TECH_ROUTE_OPTION=0x01 109############################################################################## 110# Forcing HOST to listen for a selected protocol 111# 0x00 : Disable Host Listen 112# 0x01 : Enable Host to Listen (A) for ISO-DEP tech A 113# 0x02 : Enable Host to Listen (B) for ISO-DEP tech B 114# 0x04 : Enable Host to Listen (F) for T3T Tag Type Protocol tech F 115# 0x07 : Enable Host to Listen (ABF)for ISO-DEP tech AB & T3T Tag Type Protocol tech F 116HOST_LISTEN_TECH_MASK=0x07 117############################################################################## 118# Config option to skip ISO15693 GET_SYS_INFO command as NFC forum tool does 119# not support this command 120# 0 to Disable this behaviour 121# 1 to Enable this behaviour 122ISO15693_SKIP_GET_SYS_INFO_CMD=0 123############################################################################## 124# Deactivate notification wait time out in seconds used in listen active state 125# Default is 8sec if not set or set as 0 (see nfc_target.h) 126NFA_DM_LISTEN_ACTIVE_DEACT_NTF_TIMEOUT=3 127############################################################################## 128