libnfc-nxp.conf 20 KB

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