libnfc-mtp-SN100.conf 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  1. #################### This file is used by NXP NFC NCI HAL #####################
  2. ###############################################################################
  3. # Application options
  4. # Logging Levels
  5. # NXPLOG_DEFAULT_LOGLEVEL 0x01
  6. # ANDROID_LOG_DEBUG 0x03
  7. # ANDROID_LOG_WARN 0x02
  8. # ANDROID_LOG_ERROR 0x01
  9. # ANDROID_LOG_SILENT 0x00
  10. NXPLOG_EXTNS_LOGLEVEL=0x03
  11. NXPLOG_NCIHAL_LOGLEVEL=0x03
  12. NXPLOG_NCIX_LOGLEVEL=0x03
  13. NXPLOG_NCIR_LOGLEVEL=0x03
  14. NXPLOG_FWDNLD_LOGLEVEL=0x03
  15. NXPLOG_TML_LOGLEVEL=0x03
  16. NFC_DEBUG_ENABLED=1
  17. ###############################################################################
  18. # Nfc Device Node name
  19. NXP_NFC_DEV_NODE="/dev/nq-nci"
  20. #################################################################################
  21. #VEN Toggle Config
  22. #Disable = 0x00
  23. #Enable = 0x01
  24. ENABLE_VEN_TOGGLE=0x00
  25. ###############################################################################
  26. # Extension for Mifare reader enable
  27. MIFARE_READER_ENABLE=0x01
  28. ###############################################################################
  29. # Mifare Reader implementation
  30. # 0: General implementation
  31. # 1: Legacy implementation
  32. LEGACY_MIFARE_READER=0
  33. ###############################################################################
  34. # System clock source selection configuration
  35. #define CLK_SRC_XTAL 1
  36. #define CLK_SRC_PLL 2
  37. NXP_SYS_CLK_SRC_SEL=0x02
  38. ###############################################################################
  39. # System clock frequency selection configuration
  40. #define CLK_FREQ_13MHZ 1
  41. #define CLK_FREQ_19_2MHZ 2
  42. #define CLK_FREQ_24MHZ 3
  43. #define CLK_FREQ_26MHZ 4
  44. #define CLK_FREQ_38_4MHZ 5
  45. #define CLK_FREQ_52MHZ 6
  46. NXP_SYS_CLK_FREQ_SEL=0x02
  47. ###############################################################################
  48. # The timeout value to be used for clock request acknowledgment
  49. # min value = 0x01 to max = 0x06
  50. #NXP_SYS_CLOCK_TO_CFG=0x06
  51. ###############################################################################
  52. # The delay to try to start PLL/XTAL when using sys clock 256/fc units = ~18.8 us
  53. # min value = 0x01 to max = 0x1F
  54. #NXP_CLOCK_REQ_DELAY=0x16
  55. ###############################################################################
  56. # NXP proprietary settings
  57. NXP_ACT_PROP_EXTN={2F, 02, 00}
  58. ###############################################################################
  59. # NXP TVDD configurations settings
  60. # Allow NFCC to configure External TVDD, two configurations (1 and 2) supported,
  61. # out of them only one can be configured at a time.
  62. NXP_EXT_TVDD_CFG=0x02
  63. ###############################################################################
  64. #config1:SLALM, 3.3V for both RM and CM
  65. #NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C}
  66. ###############################################################################
  67. #config2: use DCDC in CE, use Tx_Pwr_Req, set CFG2 mode, SLALM,
  68. #monitoring 5V from DCDC, 3.3V for both RM and CM, DCDCWaitTime=4.2ms
  69. #NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, B2, 1E, 1F, 00, D0, 0C}
  70. NXP_EXT_TVDD_CFG_2={20, 02, 30, 01, A0, 0E, 2C, F0, 00, 3E, 11, E4, E4, E4, 00, 00, 00, 00, 00, A7, 8E, FF, FF, 0F, 0F, 0F, 0F, 0A, 00, 00, 00, 00, 02, 00, 00, 01, 00, 10, 00, 04, 00, 00, 00, 17, 40, 20, 07, 13, 07, 05, 13}
  71. ###############################################################################
  72. # MAX 20 RF configuration blocks are supported by MW.
  73. # NXP RF configuration ALM/PLM settings
  74. # This section needs to be updated with the correct values based on the platform
  75. #NXP_RF_CONF_BLK_1={
  76. #}
  77. ###############################################################################
  78. # By default, the LPCD shall be enabled.
  79. # Please check the platform specific configuration and enable it.
  80. # NXP_RF_CONF_BLK_1={
  81. # 20, 02, 2E, 01,
  82. # A0, 68, 2A, 06, 40, 60, 03, 19, 00, 00, 00, 00,
  83. # 83, 04,
  84. # 00,
  85. # C0, 00, C0, 00,
  86. # 00, 01, 00, 01,
  87. # A0, 00, A0, 00,
  88. # 03, FA, 00, 00, 00, 4C, 00, 14, 00, 7D, 00,
  89. # 05,
  90. # 7F, 00,
  91. # 00, 01,00, 03
  92. #}
  93. ###############################################################################
  94. # NXP RF configuration ALM/PLM settings
  95. # This section needs to be updated with the correct values based on the platform
  96. #NXP_RF_CONF_BLK_2={
  97. #}
  98. ###############################################################################
  99. # NXP RF configuration ALM/PLM settings
  100. # This section needs to be updated with the correct values based on the platform
  101. #NXP_RF_CONF_BLK_3={
  102. #}
  103. ###############################################################################
  104. # NXP RF configuration ALM/PLM settings
  105. # This section needs to be updated with the correct values based on the platform
  106. #NXP_RF_CONF_BLK_4={
  107. #}
  108. ###############################################################################
  109. # NXP RF configuration ALM/PLM settings
  110. # This section needs to be updated with the correct values based on the platform
  111. #NXP_RF_CONF_BLK_5={
  112. #}
  113. ###############################################################################
  114. # NXP RF configuration ALM/PLM settings
  115. # This section needs to be updated with the correct values based on the platform
  116. #NXP_RF_CONF_BLK_6={
  117. #}
  118. ###############################################################################
  119. # Set configuration optimization decision setting
  120. # Enable = 0x01
  121. # Disable = 0x00
  122. NXP_SET_CONFIG_ALWAYS=0x01
  123. ###############################################################################
  124. # Core configuration rf field filter settings to enable set to 01 to disable set to 00 last bit
  125. #NXP_CORE_RF_FIELD={ 20, 02, 05, 01, A0, 62, 01, 00}
  126. ###############################################################################
  127. # To enable i2c fragmentation set i2c fragmentation enable 0x01 to disable set
  128. # to 0x00
  129. #NXP_I2C_FRAGMENTATION_ENABLED=0x00
  130. ###############################################################################
  131. # Core configuration extensions
  132. # It includes
  133. # Wired mode settings A0ED, A0EE
  134. # Tag Detector A040, A041, A043
  135. # Low Power mode A007
  136. # Clock settings A002, A003
  137. # PbF settings A008
  138. # Clock timeout settings A004
  139. # eSE (SVDD) PWR REQ settings A0F2
  140. # Window size A0D8
  141. # DWP Speed A0D5
  142. # How eSE connected to PN553 A012
  143. # UICC2 bit rate A0D1
  144. # SWP1A interface A0D4
  145. # DWP intf behavior config, SVDD Load activated by default if set to 0x31 A037
  146. # Low power tag detection LPTD for power reduction A068
  147. NXP_CORE_CONF_EXTN={20, 02, 3E, 05,
  148. A0, EC, 01, 01,
  149. A0, ED, 01, 01,
  150. A0, 0A, 01, 0A,
  151. A0, 68, 2A, 06, 40, 60, 03, 19, 00, 00, 00, 00, 82, 04, 00, 00, 02, 00, 0F, 00, 02, 00, 0F, A0, 00, A0, 00, 03, FA, 00, 00, 00, 4C, 00, 14, 00, 7D, 00, 05, 7F, 00, 00, 01, 00, 03,
  152. A0, 0A, 01, 20
  153. }
  154. # A0, F2, 01, 01,
  155. # A0, 40, 01, 01,
  156. # A0, 41, 01, 02,
  157. # A0, 43, 01, 04,
  158. # A0, 02, 01, 01,
  159. # A0, 03, 01, 11,
  160. # A0, 07, 01, 03,
  161. # A0, 08, 01, 01
  162. # }
  163. ###############################################################################
  164. # Core configuration settings
  165. NXP_CORE_CONF={ 20, 02, 37, 11,
  166. 28, 01, 00,
  167. 21, 01, 00,
  168. 30, 01, 08,
  169. 31, 01, 03,
  170. 32, 01, 60,
  171. 38, 01, 01,
  172. 33, 04, 01, 02, 03, 04,
  173. 54, 01, 06,
  174. 50, 01, 02,
  175. 5B, 01, 00,
  176. 3E, 01, 00,
  177. 80, 01, 01,
  178. 81, 01, 01,
  179. 82, 01, 0E,
  180. 18, 01, 01,
  181. 68, 01, 01,
  182. 85, 01, 01
  183. }
  184. ###############################################################################
  185. #set autonomous mode
  186. # disable autonomous 0x00
  187. # enable autonomous 0x01
  188. NXP_AUTONOMOUS_ENABLE=0x00
  189. ###############################################################################
  190. #set Guard Timer
  191. # Gurad Timer range to 0x0F-0xFF(i.e.15-255 seconds)
  192. NXP_GUARD_TIMER_VALUE=0x0F
  193. ###############################################################################
  194. #Enable SWP full power mode when phone is power off
  195. #NXP_SWP_FULL_PWR_ON=0x00
  196. ################################################################################
  197. #This is used to configure UICC2 at boot time.
  198. # UICC2 0x03
  199. NXP_DEFAULT_UICC2_SELECT=0x03
  200. ###############################################################################
  201. # CE when Screen state is locked
  202. # This setting is for DEFAULT_AID_ROUTE,
  203. # DEFAULT_DESFIRE_ROUTE and DEFAULT_MIFARE_CLT_ROUTE
  204. # Disable 0x00
  205. # Enable 0x01
  206. NXP_CE_ROUTE_STRICT_DISABLE=0x01
  207. ###############################################################################
  208. #SCR Read Tag Operation Timeout in secs
  209. NXP_SWP_RD_TAG_OP_TIMEOUT=20
  210. ###############################################################################
  211. #Set the default AID route Location :
  212. #This settings will be used when application does not set this parameter
  213. # host 0x00
  214. # eSE 0x01
  215. # UICC 0x02
  216. # UICC2 0x03
  217. DEFAULT_AID_ROUTE=0x01
  218. ###############################################################################
  219. #Set the ISODEP (Mifare Desfire) route Location :
  220. #This settings will be used when application does not set this parameter
  221. # host 0x00
  222. # eSE 0x01
  223. # UICC 0x02
  224. # UICC2 0x03
  225. DEFAULT_ISODEP_ROUTE=0x01
  226. ###############################################################################
  227. #Set the Mifare CLT route Location :
  228. #This settings will be used when application does not set this parameter
  229. # host 0x00
  230. # eSE 0x01
  231. # UICC 0x02
  232. # UICC2 0x03
  233. DEFAULT_MIFARE_CLT_ROUTE=0x01
  234. ###############################################################################
  235. #Set the Felica CLT route Location :
  236. #This settings will be used when application does not set this parameter
  237. # eSE 0x01
  238. # UICC 0x02
  239. # UICC2 0x03
  240. DEFAULT_FELICA_CLT_ROUTE=0x01
  241. ###############################################################################
  242. #Set the default AID Power state :
  243. #This settings will be used when application does not set this parameter
  244. # bit pos 0 = Switch On
  245. # bit pos 1 = Switch Off
  246. # bit pos 2 = Battery Off
  247. # bit pos 3 = Screen off unlock
  248. # bit pos 4 = Screen On lock
  249. # bit pos 5 = Screen Off lock
  250. DEFAULT_AID_PWR_STATE=0x39
  251. ###############################################################################
  252. #Set the Mifare Desfire Power state :
  253. #This settings will be used when application does not set this parameter
  254. # bit pos 0 = Switch On
  255. # bit pos 1 = Switch Off
  256. # bit pos 2 = Battery Off
  257. # bit pos 3 = Screen off unlock
  258. # bit pos 4 = Screen On lock
  259. # bit pos 5 = Screen Off lock
  260. DEFAULT_DESFIRE_PWR_STATE=0x3B
  261. ###############################################################################
  262. #Set the Mifare CLT Power state :
  263. #This settings will be used when application does not set this parameter
  264. # bit pos 0 = Switch On
  265. # bit pos 1 = Switch Off
  266. # bit pos 2 = Battery Off
  267. # bit pos 3 = Screen off unlock
  268. # bit pos 4 = Screen On lock
  269. # bit pos 5 = Screen Off lock
  270. DEFAULT_MIFARE_CLT_PWR_STATE=0x3B
  271. ###############################################################################
  272. #Set the Felica CLT Power state :
  273. #This settings will be used when application does not set this parameter
  274. # bit pos 0 = Switch On
  275. # bit pos 1 = Switch Off
  276. # bit pos 2 = Battery Off
  277. # bit pos 3 = Screen off unlock
  278. # bit pos 4 = Screen On lock
  279. # bit pos 5 = Screen Off lock
  280. DEFAULT_FELICA_CLT_PWR_STATE=0x3B
  281. ###############################################################################
  282. #Set the T4TNfcee AID Power state :
  283. #This settings will be used when application does not set this parameter
  284. # bit pos 0 = Switch On
  285. # bit pos 1 = Switch Off
  286. # bit pos 2 = Battery Off
  287. # bit pos 3 = Screen off unlock
  288. # bit pos 4 = Screen On lock
  289. # bit pos 5 = Screen Off lock
  290. DEFAULT_T4TNFCEE_AID_POWER_STATE=0x3B
  291. ###############################################################################
  292. #Set the default Felica T3T System Code OffHost route Location :
  293. #This settings will be used when application does not set this parameter
  294. # host 0x00
  295. # eSE 0x01
  296. # UICC 0x02
  297. # UICC2 0x03
  298. DEFAULT_SYS_CODE_ROUTE=0x00
  299. ###############################################################################
  300. # AID Matching platform options
  301. # AID_MATCHING_L 0x01
  302. # AID_MATCHING_K 0x02
  303. #AID_MATCHING_PLATFORM=0x01
  304. ###############################################################################
  305. # P61 interface options
  306. # SPI 0x02
  307. NXP_P61_LS_DEFAULT_INTERFACE=0x00
  308. ###############################################################################
  309. #CHINA_TIANJIN_RF_SETTING
  310. #Enable 0x01
  311. #Disable 0x00
  312. #NXP_CHINA_TIANJIN_RF_ENABLED=0x01
  313. ###############################################################################
  314. #SWP_SWITCH_TIMEOUT_SETTING
  315. # Allowed range of swp timeout setting is 0x00 to 0x3C [0 - 60].
  316. # Timeout in milliseconds, for example
  317. # No Timeout 0x00
  318. # 10 millisecond timeout 0x0A
  319. #NXP_SWP_SWITCH_TIMEOUT=0x0A
  320. ###############################################################################
  321. # Flashing Options Configurations
  322. # FLASH_UPPER_VERSION 0x01
  323. # FLASH_DIFFERENT_VERSION 0x02
  324. # FLASH_ALWAYS 0x03
  325. NXP_FLASH_CONFIG=0x02
  326. ###############################################################################
  327. # P61 interface options for JCOP Download
  328. # SPI 0x02
  329. NXP_P61_JCOP_DEFAULT_INTERFACE=0x00
  330. ###############################################################################
  331. # Option to perform LS update every boot
  332. # Enable 0x01
  333. # Disable 0x00
  334. NXP_LS_FORCE_UPDATE_REQUIRED=0x00
  335. ###############################################################################
  336. # Option to perform JCOP update every boot
  337. # Enable 0x01
  338. # Disable 0x00
  339. NXP_JCOP_FORCE_UPDATE_REQUIRED=0x00
  340. ###############################################################################
  341. # Bail out mode
  342. # If set to 1, NFCC is using bail out mode for either Type A or Type B poll.
  343. # Set this parameter value to 1 if Android Beam is enabled, else set to 0.
  344. NFA_POLL_BAIL_OUT_MODE=0x00
  345. ###############################################################################
  346. # White list of Hosts
  347. # This values will be the Hosts(NFCEEs) in the HCI Network.
  348. DEVICE_HOST_WHITE_LIST={C0, 80}
  349. ###############################################################################
  350. # Choose the presence-check algorithm for type-4 tag. If not defined, the default value is 1.
  351. # 0 NFA_RW_PRES_CHK_DEFAULT; Let stack selects an algorithm
  352. # 1 NFA_RW_PRES_CHK_I_BLOCK; ISO-DEP protocol's empty I-block
  353. # 2 NFA_RW_PRES_CHK_ISO_DEP_NAK; Type - 4 tag protocol iso-dep nak presence check
  354. # command is sent waiting for rsp and ntf.
  355. PRESENCE_CHECK_ALGORITHM=2
  356. ###############################################################################
  357. # Options to Fallback to alternative route
  358. # Disable 0x00
  359. # DH 0x01
  360. # ESE 0x02
  361. NXP_CHECK_DEFAULT_PROTO_SE_ID=0x01
  362. ###############################################################################
  363. # Vendor Specific Proprietary Protocol & Discovery Configuration
  364. # Set to 0xFF if unsupported
  365. # byte[0] NCI_PROTOCOL_18092_ACTIVE
  366. # byte[1] NCI_PROTOCOL_B_PRIME
  367. # byte[2] NCI_PROTOCOL_DUAL
  368. # byte[3] NCI_PROTOCOL_15693
  369. # byte[4] NCI_PROTOCOL_KOVIO
  370. # byte[5] NCI_PROTOCOL_MIFARE
  371. # byte[6] NCI_DISCOVERY_TYPE_POLL_KOVIO
  372. # byte[7] NCI_DISCOVERY_TYPE_POLL_B_PRIME
  373. # byte[8] NCI_DISCOVERY_TYPE_LISTEN_B_PRIME
  374. NFA_PROPRIETARY_CFG={05, FF, FF, 06, 81, 80, FF, FF, FF}
  375. ###############################################################################
  376. #NXP_CN_TRANSIT_BLK_NUM_CHECK_ENABLE
  377. #Enable/Disable block number checks for china transit use case
  378. #Enable 0x01
  379. #Disable 0x00
  380. #NXP_CN_TRANSIT_BLK_NUM_CHECK_ENABLE=0x01
  381. ################################################################################
  382. #This flags will enable different modes of Lx Debug based on bits of the Byte0
  383. #Byte 0:
  384. # |_________Bit Mask_______| Debug Mode
  385. # b7|b6|b5|b4|b3|b2|b1|b0|
  386. # | |x | | | | | | Modulation Detected Notification
  387. # | | |X | | | | | Enable L1 Events (ISO14443-4, ISO18092)
  388. # | | | |X | | | | Enable L2 Reader Events(ROW specific)
  389. # | | | | |X | | | Enable Felica SystemCode
  390. # | | | | | |X | | Enable Felica RF (all Felica CM events)
  391. # | | | | | | |X | Enable L2 Events CE (ISO14443-3, RF Field ON/OFF)
  392. #Byte 1: RFU, shall always be 0x00
  393. # Byte1 Byte0
  394. # \__ __/
  395. # e.g. NXP_CORE_PROP_SYSTEM_DEBUG=0x0031 ==> Modulation detected, L1, L2 CE
  396. NXP_CORE_PROP_SYSTEM_DEBUG=0x0000
  397. ###############################################################################
  398. #Enable NXP NCI runtime parser library
  399. #Enable 0x01
  400. #Disable 0x00
  401. NXP_NCI_PARSER_LIBRARY=0x00
  402. ###############################################################################
  403. # Timeout value in milliseconds for JCOP OS download to complete
  404. OS_DOWNLOAD_TIMEOUT_VALUE=60000
  405. ###############################################################################
  406. # Forcing HOST to listen for a selected protocol
  407. # 0x00 : Disable Host Listen
  408. # 0x01 : Enable Host to Listen (A) for ISO-DEP tech A
  409. # 0x02 : Enable Host to Listen (B) for ISO-DEP tech B
  410. # 0x04 : Enable Host to Listen (F) for T3T Tag Type Protocol tech F
  411. # 0x07 : Enable Host to Listen (ABF)for ISO-DEP tech AB & T3T Tag Type Protocol tech F
  412. HOST_LISTEN_TECH_MASK=0x07
  413. ###############################################################################
  414. # Enable forward functionality
  415. # Disable 0x00
  416. # Enable 0x01 //Any positive value as per below bit configuration
  417. # HOST power states when type A/B only UICC present
  418. # bit pos 0 = Switch On
  419. # bit pos 1 = Switch Off
  420. # bit pos 2 = Battery Off
  421. # bit pos 3 = Screen off unlock
  422. # bit pos 4 = Screen On lock
  423. # bit pos 5 = Screen Off lock
  424. FORWARD_FUNCTIONALITY_ENABLE=0x01
  425. ###############################################################################
  426. # Configure the NFC Extras to open and use a static pipe. If the value is
  427. # not set or set to 0, then the default is use a dynamic pipe based on a
  428. # destination gate (see NFA_HCI_DEFAULT_DEST_GATE). Note there is a value
  429. # for each EE (ESE/SIM1/SIM2)
  430. OFF_HOST_ESE_PIPE_ID=0x16
  431. OFF_HOST_SIM_PIPE_ID=0x0A
  432. OFF_HOST_SIM2_PIPE_ID=0x23
  433. ###############################################################################
  434. #Set the Felica T3T System Code Power state :
  435. #This settings will be used when application does not set this parameter
  436. #Update Power state as per NCI2.0
  437. DEFAULT_SYS_CODE_PWR_STATE=0x00
  438. ###############################################################################
  439. #Default Secure Element route id
  440. DEFAULT_OFFHOST_ROUTE=0x01
  441. ###############################################################################
  442. #Maximum SMB transceive wait for response
  443. NXP_SMB_TRANSCEIVE_TIMEOUT=2000
  444. ###############################################################################
  445. # Firmware file type
  446. #.so file 0x01
  447. #.bin file 0x02
  448. NXP_FW_TYPE=0x01
  449. ############################################################################
  450. # Extended APDU length for ISO_DEP
  451. ISO_DEP_MAX_TRANSCEIVE=0xFEFF
  452. #########################################################################
  453. # Support for Amendment I SEMS specification
  454. # Support SEMS Amendment I 0x01
  455. # Support NXP LS client 0x00
  456. NXP_GP_AMD_I_SEMS_SUPPORTED=0x01
  457. ###############################################################################
  458. #All eSE terminals shall be match with the /vendor/etc/vintf/manifest.xml file
  459. #under android.hardware.secure_element
  460. # The terminal name shall start from 1
  461. # Assign terminal number to each interface based on system config
  462. NXP_SPI_SE_TERMINAL_NUM="eSE1"
  463. ###############################################################################
  464. # Assign terminal number to each interface based on system config
  465. #NXP_VISO_SE_TERMINAL_NUM="eSE3"
  466. ###############################################################################
  467. # Assign terminal number to each interface based on system config
  468. NXP_NFC_SE_TERMINAL_NUM="eSE2"
  469. ###############################################################################
  470. #For static or dynamic dual UICC feature support
  471. #Enable static dual uicc feature by setting value 0x00
  472. #Enable dynamic dual uicc feature by setting value 0x01
  473. NXP_DUAL_UICC_ENABLE=0x01
  474. ###############################################################################
  475. # Time to wait by DH when NFCC will report eSE Cold Temp Error.
  476. # The value is as per the UM and in seconds
  477. NXP_SE_COLD_TEMP_ERROR_DELAY=0x05
  478. ###############################################################################
  479. #OffHost ESE route location for MultiSE
  480. #ESE = 01
  481. OFFHOST_ROUTE_ESE={01}
  482. ###############################################################################
  483. #OffHost UICC route location for MultiSE
  484. #UICC1 = 02
  485. #UICC2 = 03
  486. OFFHOST_ROUTE_UICC={02:03}
  487. ###############################################################################
  488. #T4T NFCEE ENABLE
  489. #bit pos 0 = T4T NFCEE Enable
  490. #bit pos 6 = T4T NFCEE Contactless write enable
  491. NXP_T4T_NFCEE_ENABLE=0x01
  492. ###############################################################################
  493. #CORE_SET_CONF_CMD to reset Prop Emvco Flag
  494. NXP_PROP_RESET_EMVCO_CMD={20, 02, 05, 01, A0, 44, 01, 00}
  495. ###############################################################################
  496. #Guard time in ms for the mPOS/SCR module to process the reader start/stop req
  497. NXP_RDR_REQ_GUARD_TIME=0
  498. ###############################################################################
  499. #MW workaround to enable LPCD when EMVCO polling mode starts and disable
  500. #while switching back to NFC Forum mode
  501. # 0 --> Disable MW workaround
  502. # 1 --> Enable MW workaround
  503. # 2 --> Use this option only for FW versions below 1.10.52
  504. NXP_RDR_DISABLE_ENABLE_LPCD=0
  505. ###############################################################################
  506. # Firmware patch format, Only 1 and 5 should be set
  507. # 0 -> NFC Default
  508. # 1 -> EMVCO Default
  509. # 3 -> EMVCO Polling, DISC_IDLE = POWER_OFF, DISC DEACTIVATE = Removal process
  510. # 5 -> EMVCO Cert Polling, DISC_IDLE = Removal process , DISC DEACTIVATE = POWER_OFF
  511. # 7 -> EMVCO Polling, DISC_IDLE = POWER_OFF, DISC DEACTIVATE = POWER_OFF
  512. NFA_CONFIG_FORMAT=1
  513. #################################################################################
  514. # Enable disconnect tag in screen off
  515. # Disable 0x00
  516. # Enable 0x01
  517. NXP_DISCONNECT_TAG_IN_SCRN_OFF=0x01
  518. #################################################################################
  519. ###############################################################################
  520. # Enable(0x01) or disable(0x00) non-standard tag reading
  521. # Disable Non-standard card read 0x00
  522. # Enable Non-standard card read 0x01
  523. NXP_SUPPORT_NON_STD_CARD=0x00
  524. #################################################################################
  525. # Enable(0x01) or disable(0x00 ) for getting HW Info log over SMB wired
  526. # Disable getting HW info log 0x00
  527. # Enable getting HW info log 0x01
  528. NXP_GET_HW_INFO_LOG=0x00
  529. #################################################################################
  530. # Enable(0x01) or disable(0x00) iso dep sak merge
  531. # Disable SAK merging 0x00
  532. # Enable SAK merging 0x01
  533. NXP_ISO_DEP_MERGE_SAK=0x01
  534. #################################################################################
  535. # Valid time difference range within for non-standard tag detection from first
  536. # Activation fail to next discovery
  537. # Note :- 1. This will take effect only when NXP_SUPPORT_NON_STD_CARD is enabled
  538. # 2. The number will be multiplied by 100ms by MW.
  539. # Default:
  540. # Set to 00 if not supported
  541. # byte[0] MIFARE_CLASSIC 100ms
  542. # byte[1] ISO_DEP 300ms
  543. NXP_NON_STD_CARD_TIMEDIFF={01, 03}
  544. #################################################################################
  545. # Enable or Disable UICC ETSI support
  546. # Disable UICC ETSI support 0
  547. # Enable UICC ETSI support 1
  548. NXP_UICC_ETSI_SUPPORT=0
  549. #################################################################################
  550. # Minimal FW Version used for recovery
  551. NXP_MINIMAL_FW_VERSION=0x110DE
  552. #################################################################################
  553. # Enable Stop/Start of RF discovery for NFCEE recovery
  554. # Disable RF Restart for NFCEE recovery 0
  555. # Enable RF Restart for NFCEE recovery 1
  556. NXP_RESTART_RF_FOR_NFCEE_RECOVERY=0
  557. #################################################################################
  558. #Tag Presence check timeout in millisecond.
  559. NXP_PRESENCE_CHECK_TIMEOUT = 375
  560. #################################################################################
  561. # Enable or Disable the minimal FW recovery support.
  562. # This logic will get enabled on early NFC hal boot.
  563. # Disable NFCC RECOVERY support 0x00
  564. # Enable NFCC RECOVERY support 0x01
  565. NXP_NFCC_RECOVERY_SUPPORT=0x01
  566. #################################################################################