1###################### Start of libnfc-nci.conf ###############################
2
3###############################################################################
4# Application options
5APPL_TRACE_LEVEL=0xFF
6PROTOCOL_TRACE_LEVEL=0xFFFFFFFF
7
8NFC_DEBUG_ENABLED=0x01
9
10###############################################################################
11# File used for NFA storage
12NFA_STORAGE="/data/nfc"
13
14###############################################################################
15# Configure the default Destination Gate used by HCI (the default is 4, which
16# is the ETSI loopback gate.
17NFA_HCI_DEFAULT_DEST_GATE=0xF0
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# Forcing HOST to listen for a selected protocol
27# 0x00 : Disable Host Listen
28# 0x01 : Enable Host to Listen (A)  for ISO-DEP tech A
29# 0x02 : Enable Host to Listen (B)  for ISO-DEP tech B
30# 0x04 : Enable Host to Listen (F)  for T3T Tag Type Protocol tech F
31# 0x07 : Enable Host to Listen (ABF)for ISO-DEP tech AB & T3T Tag Type Protocol tech F
32HOST_LISTEN_TECH_MASK=0x07
33
34###############################################################################
35# Enabling/Disabling Forward functionality
36# Disable           0x00
37# Enable            0x01
38NXP_FWD_FUNCTIONALITY_ENABLE=0x01
39
40###############################################################################
41# AID for Empty Select command
42# If specified, this AID will be substituted when an Empty SELECT command is
43# detected.  The first byte is the length of the AID.  Maximum length is 16.
44AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00}
45
46###############################################################################
47# When screen is turned off, specify the desired power state of the controller.
48# 0: power-off-sleep state; DEFAULT
49# 1: full-power state
50# 2: screen-off card-emulation (CE4/CE3/CE1 modes are used)
51SCREEN_OFF_POWER_STATE=1
52
53###############################################################################
54# Default poll duration (in ms)
55#  The default is 500ms if not set (see nfc_target.h)
56NFA_DM_DISC_DURATION_POLL=300
57
58###############################################################################
59# Force tag polling for the following technology(s).
60# The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h.
61# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B |
62#            NFA_TECHNOLOGY_MASK_F | NFA_TECHNOLOGY_MASK_ISO15693 |
63#            NFA_TECHNOLOGY_MASK_B_PRIME | NFA_TECHNOLOGY_MASK_KOVIO |
64#NFA_TECHNOLOGY_MASK_ACTIVE
65#
66# Notable bits:
67# NFA_TECHNOLOGY_MASK_A             0x01    /* NFC Technology A             */
68# NFA_TECHNOLOGY_MASK_B             0x02    /* NFC Technology B             */
69# NFA_TECHNOLOGY_MASK_F             0x04    /* NFC Technology F             */
70# NFA_TECHNOLOGY_MASK_ISO15693      0x08    /* Proprietary Technology       */
71POLLING_TECH_MASK=0x0F
72
73###############################################################################
74
75
76PRESERVE_STORAGE=0x01
77
78###############################################################################
79# Deactivate notification wait time out in seconds used in ETSI Reader mode
80# 0 - Infinite wait
81NFA_DM_DISC_NTF_TIMEOUT=100
82
83###############################################################################
84# AID_MATCHING constants
85# AID_MATCHING_EXACT_ONLY 0x00
86# AID_MATCHING_EXACT_OR_PREFIX 0x01
87# AID_MATCHING_PREFIX_ONLY 0x02
88# AID_MATCHING_EXACT_OR_SUBSET_OR_PREFIX 0x03
89AID_MATCHING_MODE=0x03
90
91###############################################################################
92# NCI_RESET_TYPE options
93# Default 0x00, reset configurations everytime.
94# 0x01, reset configurations only once every boot.
95# 0x02, keep configurations.
96NCI_RESET_TYPE=0x02
97
98###############################################################################
99#Set the default Felica T3T System Code :
100#This settings will be used when application does not set this parameter
101DEFAULT_SYS_CODE={FE:FE}
102
103###############################################################################
104#Set the Off-Host AID supported power state:
105OFFHOST_AID_ROUTE_PWR_STATE=0x3B
106
107###############################################################################
108#Set bit to 1 , block list is enabled
109#Set bit to 0,  to disable block list
110NFA_AID_BLOCK_ROUTE=0x00
111
112###############################################################################
113# Tech route options
114# 0x00, Route mute techs to DH, enable block bit and set power state to 0x00
115# 0x01, Remove mute techs from rf discover cmd
116MUTE_TECH_ROUTE_OPTION=0x01
117###############################################################################
118# Set presence check retry count value. Value Range: 0 to 5
119# This value indicates the number of time presence check is repeated in case of
120# failure
121PRESENCE_CHECK_RETRY_COUNT=0
122###############################################################################
123# Forcing HOST to listen for a selected protocol
124# 0x00 : Disable Host Listen
125# 0x01 : Enable Host to Listen (A)  for ISO-DEP tech A
126# 0x02 : Enable Host to Listen (B)  for ISO-DEP tech B
127# 0x04 : Enable Host to Listen (F)  for T3T Tag Type Protocol tech F
128# 0x07 : Enable Host to Listen (ABF)for ISO-DEP tech AB & T3T Tag Type Protocol tech F
129HOST_LISTEN_TECH_MASK=0x07
130###############################################################################
131# Config option to skip ISO15693 GET_SYS_INFO command as NFC forum tool does
132# not support this command
133# 0 to Disable this behaviour
134# 1 to Enable this behaviour
135ISO15693_SKIP_GET_SYS_INFO_CMD=0
136##############################################################################
137# Deactivate notification wait time out in seconds used in listen active state
138# Default is 8sec if not set or set as 0 (see nfc_target.h)
139NFA_DM_LISTEN_ACTIVE_DEACT_NTF_TIMEOUT=3
140##############################################################################
141