libnfc-nxp.conf 22 KB

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