libnfc-nxp.conf 21 KB

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