libnfc-SN220.conf 23 KB

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