123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581 |
- #################### This file is used by NXP NFC NCI HAL #####################
- ###############################################################################
- # Application options
- # Logging Levels
- # NXPLOG_DEFAULT_LOGLEVEL 0x01
- # ANDROID_LOG_DEBUG 0x04
- # ANDROID_LOG_INFO 0x03
- # ANDROID_LOG_WARN 0x02
- # ANDROID_LOG_ERROR 0x01
- # ANDROID_LOG_SILENT 0x00
- NXPLOG_EXTNS_LOGLEVEL=0x04
- NXPLOG_NCIHAL_LOGLEVEL=0x04
- NXPLOG_NCIX_LOGLEVEL=0x04
- NXPLOG_NCIR_LOGLEVEL=0x04
- NXPLOG_FWDNLD_LOGLEVEL=0x04
- NXPLOG_TML_LOGLEVEL=0x04
- ###############################################################################
- # Nfc Device Node name
- NXP_NFC_DEV_NODE="/dev/pn547"
- ###############################################################################
- # Extension for Mifare reader enable
- MIFARE_READER_ENABLE=0x01
- ###############################################################################
- # Mifare Reader implementation
- # 0: General implementation
- # 1: Legacy implementation
- LEGACY_MIFARE_READER=0
- ###############################################################################
- # NXP proprietary settings
- NXP_ACT_PROP_EXTN={2F, 02, 00}
- ###############################################################################
- # File name for Firmware
- NXP_FW_NAME="libsn220u_fw.so"
- ###############################################################################
- # NXP TVDD configurations settings
- # Allow NFCC to configure External TVDD, two configurations (1 and 2) supported,
- # out of them only one can be configured at a time.
- #NXP_EXT_TVDD_CFG=0x02
- ###############################################################################
- #config1:SLALM, 3.3V for both RM and CM
- #NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C}
- ###############################################################################
- #config2: use DCDC in CE, use Tx_Pwr_Req, set CFG2 mode, SLALM,
- #monitoring 5V from DCDC, 3.3V for both RM and CM, DCDCWaitTime=4.2ms
- #NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, B2, 1E, 1F, 00, D0, 0C}
- ###############################################################################
- # Core configuration rf field filter settings to enable set to 01 to disable set
- # to 00 last bit
- NXP_CORE_RF_FIELD={ 20, 02, 05, 01, A0, 62, 01, 01 }
- ###############################################################################
- # To enable i2c fragmentation set i2c fragmentation enable 0x01 to disable set
- # to 0x00
- #NXP_I2C_FRAGMENTATION_ENABLED=0x00
- ###############################################################################
- #set autonomous mode
- # disable autonomous 0x00
- # enable autonomous 0x01
- NXP_AUTONOMOUS_ENABLE=0x00
- ###############################################################################
- #set Guard Timer
- # Gurad Timer range to 0x0F-0xFF(i.e.15-255 seconds)
- NXP_GUARD_TIMER_VALUE=0x0F
- ###############################################################################
- #Enable SWP full power mode when phone is power off
- #NXP_SWP_FULL_PWR_ON=0x00
- ################################################################################
- #This is used to configure UICC2 at boot time.
- # UICC2 0x03
- #NXP_DEFAULT_UICC2_SELECT=0x03
- ###############################################################################
- # CE when Screen state is locked
- # This setting is for DEFAULT_AID_ROUTE,
- # DEFAULT_DESFIRE_ROUTE and DEFAULT_MIFARE_CLT_ROUTE
- # Disable 0x00
- # Enable 0x01
- NXP_CE_ROUTE_STRICT_DISABLE=0x01
- ###############################################################################
- #SCR Read Tag Operation Timeout in secs
- NXP_SWP_RD_TAG_OP_TIMEOUT=20
- ###############################################################################
- #Set the default AID route Location :
- #This settings will be used when application does not set this parameter
- # host 0x00
- # eSE 0x01
- # UICC 0x02
- # UICC2 0x03
- # eUICC 0x05
- DEFAULT_AID_ROUTE=0x01
- ###############################################################################
- #Set the ISODEP (Mifare Desfire) route Location :
- #This settings will be used when application does not set this parameter
- # host 0x00
- # eSE 0x01
- # UICC 0x02
- # UICC2 0x03
- # eUICC 0x05
- DEFAULT_ISODEP_ROUTE=0x01
- ###############################################################################
- #Set the Mifare CLT route Location :
- #This settings will be used when application does not set this parameter
- # host 0x00
- # eSE 0x01
- # UICC 0x02
- # UICC2 0x03
- # eUICC 0x05
- DEFAULT_MIFARE_CLT_ROUTE=0x01
- ###############################################################################
- #Set the Felica CLT route Location :
- #This settings will be used when application does not set this parameter
- # eSE 0x01
- # UICC 0x02
- # UICC2 0x03
- DEFAULT_FELICA_CLT_ROUTE=0x01
- ###############################################################################
- #Set the default AID Power state :
- #This settings will be used when application does not set this parameter
- # bit pos 0 = Switch On
- # bit pos 1 = Switch Off
- # bit pos 2 = Battery Off
- # bit pos 3 = Screen off
- # bit pos 4 = Screen On lock
- # bit pos 5 = Screen On unlock
- DEFAULT_AID_PWR_STATE=0x3B
- ###############################################################################
- #Set the Mifare Desfire Power state :
- #This settings will be used when application does not set this parameter
- # bit pos 0 = Switch On
- # bit pos 1 = Switch Off
- # bit pos 2 = Battery Off
- # bit pos 3 = Screen off
- # bit pos 4 = Screen On lock
- # bit pos 5 = Screen On unlock
- DEFAULT_DESFIRE_PWR_STATE=0x3B
- ###############################################################################
- #Set the Mifare CLT Power state :
- #This settings will be used when application does not set this parameter
- # bit pos 0 = Switch On
- # bit pos 1 = Switch Off
- # bit pos 2 = Battery Off
- # bit pos 3 = Screen off
- # bit pos 4 = Screen On lock
- # bit pos 5 = Screen On unlock
- DEFAULT_MIFARE_CLT_PWR_STATE=0x3B
- ###############################################################################
- #Set the Felica CLT Power state :
- #This settings will be used when application does not set this parameter
- # bit pos 0 = Switch On
- # bit pos 1 = Switch Off
- # bit pos 2 = Battery Off
- # bit pos 3 = Screen off
- # bit pos 4 = Screen On lock
- # bit pos 5 = Screen On unlock
- DEFAULT_FELICA_CLT_PWR_STATE=0x3B
- ###############################################################################
- #Set the T4TNfcee AID Power state :
- #This settings will be used when application does not set this parameter
- # bit pos 0 = Switch On
- # bit pos 1 = Switch Off
- # bit pos 2 = Battery Off
- # bit pos 3 = Screen off
- # bit pos 4 = Screen On lock
- # bit pos 5 = Screen On unlock
- DEFAULT_T4TNFCEE_AID_POWER_STATE=0x3B
- ###############################################################################
- #Set the default Felica T3T System Code OffHost route Location :
- #This settings will be used when application does not set this parameter
- # host 0x00
- # eSE 0x01
- # UICC 0x02
- # UICC2 0x03
- DEFAULT_SYS_CODE_ROUTE=0x01
- ###############################################################################
- # AID Matching platform options
- # AID_MATCHING_L 0x01
- # AID_MATCHING_K 0x02
- #AID_MATCHING_PLATFORM=0x01
- ###############################################################################
- # P61 interface options
- # NFC 0x01
- # SPI 0x02
- NXP_P61_LS_DEFAULT_INTERFACE=0x00
- ##############################################################################
- #CHINA_TIANJIN_RF_SETTING
- #Enable 0x01
- #Disable 0x00
- #NXP_CHINA_TIANJIN_RF_ENABLED=0x01
- ###############################################################################
- #SWP_SWITCH_TIMEOUT_SETTING
- # Allowed range of swp timeout setting is 0x00 to 0x3C [0 - 60].
- # Timeout in milliseconds, for example
- # No Timeout 0x00
- # 10 millisecond timeout 0x0A
- #NXP_SWP_SWITCH_TIMEOUT=0x0A
- ###############################################################################
- # Flashing Options Configurations
- # FLASH_UPPER_VERSION 0x01
- # FLASH_DIFFERENT_VERSION 0x02
- # FLASH_ALWAYS 0x03
- NXP_FLASH_CONFIG=0x02
- ###############################################################################
- # P61 interface options for JCOP Download
- # NFC 0x01
- # SPI 0x02
- NXP_P61_JCOP_DEFAULT_INTERFACE=0x02
- ###############################################################################
- # Option to perform LS update every boot
- # Enable 0x01
- # Disable 0x00
- NXP_LS_FORCE_UPDATE_REQUIRED=0x00
- ###############################################################################
- # Option to perform JCOP update every boot
- # Enable 0x01
- # Disable 0x00
- NXP_JCOP_FORCE_UPDATE_REQUIRED=0x00
- ###############################################################################
- # Bail out mode
- # If set to 1, NFCC is using bail out mode for either Type A or Type B poll.
- NFA_POLL_BAIL_OUT_MODE=0x00
- ###############################################################################
- # White list of Hosts
- # This values will be the Hosts(NFCEEs) in the HCI Network.
- DEVICE_HOST_ALLOW_LIST={02,80,C0}
- ###############################################################################
- # Choose the presence-check algorithm for type-4 tag. If not defined, the default value is 1.
- # 0 NFA_RW_PRES_CHK_DEFAULT; Let stack selects an algorithm
- # 1 NFA_RW_PRES_CHK_I_BLOCK; ISO-DEP protocol's empty I-block
- # 2 NFA_RW_PRES_CHK_ISO_DEP_NAK; Type - 4 tag protocol iso-dep nak presence check
- # command is sent waiting for rsp and ntf.
- PRESENCE_CHECK_ALGORITHM=2
- ###############################################################################
- # Options to Fallback to alternative route
- # Disable 0x00
- # DH 0x01
- # ESE 0x02
- NXP_CHECK_DEFAULT_PROTO_SE_ID=0x02
- ###############################################################################
- # Vendor Specific Proprietary Protocol & Discovery Configuration
- # Set to 0xFF if unsupported
- # byte[0] NCI_PROTOCOL_18092_ACTIVE
- # byte[1] NCI_PROTOCOL_B_PRIME
- # byte[2] NCI_PROTOCOL_DUAL
- # byte[3] NCI_PROTOCOL_15693
- # byte[4] NCI_PROTOCOL_KOVIO
- # byte[5] NCI_PROTOCOL_MIFARE
- # byte[6] NCI_DISCOVERY_TYPE_POLL_KOVIO
- # byte[7] NCI_DISCOVERY_TYPE_POLL_B_PRIME
- # byte[8] NCI_DISCOVERY_TYPE_LISTEN_B_PRIME
- NFA_PROPRIETARY_CFG={05, FF, FF, 06, 81, 80, 70, FF, FF}
- ###############################################################################
- #NXP_CN_TRANSIT_BLK_NUM_CHECK_ENABLE
- #Enable/Disable block number checks for china transit use case
- #Enable 0x01
- #Disable 0x00
- #NXP_CN_TRANSIT_BLK_NUM_CHECK_ENABLE=0x01
- ################################################################################
- #This flags will enable different modes of Lx Debug based on bits of the Byte0
- #Byte 0:
- # |_________Bit Mask_______| Debug Mode
- # b7|b6|b5|b4|b3|b2|b1|b0|
- # | |x | | | | | | Modulation Detected Notification
- # | | |X | | | | | Enable L1 Events (ISO14443-4, ISO18092)
- # | | | |X | | | | Enable L2 Reader Events(ROW specific)
- # | | | | |X | | | Enable Felica SystemCode
- # | | | | | |X | | Enable Felica RF (all Felica CM events)
- # | | | | | | |X | Enable L2 Events CE (ISO14443-3, RF Field ON/OFF)
- #Byte 1: RFU, shall always be 0x00
- # Byte1 Byte0
- # \__ __/
- # e.g. NXP_CORE_PROP_SYSTEM_DEBUG=0x0031 ==> Modulation detected, L1, L2 CE
- NXP_CORE_PROP_SYSTEM_DEBUG=0x0000
- ###############################################################################
- #Enable NXP NCI runtime parser library
- #Enable 0x01
- #Disable 0x00
- NXP_NCI_PARSER_LIBRARY=0x00
- ###############################################################################
- # Timeout value in milliseconds for JCOP OS download to complete
- OS_DOWNLOAD_TIMEOUT_VALUE=60000
- ###############################################################################
- # Forcing HOST to listen for a selected protocol
- # 0x00 : Disable Host Listen
- # 0x01 : Enable Host to Listen (A) for ISO-DEP tech A
- # 0x02 : Enable Host to Listen (B) for ISO-DEP tech B
- # 0x04 : Enable Host to Listen (F) for T3T Tag Type Protocol tech F
- # 0x07 : Enable Host to Listen (ABF)for ISO-DEP tech AB & T3T Tag Type Protocol tech F
- HOST_LISTEN_TECH_MASK=0x07
- ###############################################################################
- # Enable forward functionality
- # Disable 0x00
- # Enable 0x01 //Any positive value as per below bit configuration
- # HOST power states when type A/B only UICC present
- # bit pos 0 = Switch On
- # bit pos 1 = Switch Off
- # bit pos 2 = Battery Off
- # bit pos 3 = Screen off unlock
- # bit pos 4 = Screen On lock
- # bit pos 5 = Screen Off lock
- FORWARD_FUNCTIONALITY_ENABLE=0x00
- ###############################################################################
- # Configure the NFC Extras to open and use a static pipe. If the value is
- # not set or set to 0, then the default is use a dynamic pipe based on a
- # destination gate (see NFA_HCI_DEFAULT_DEST_GATE). Note there is a value
- # for each EE (ESE/SIM1/SIM2/ESIM)
- OFF_HOST_ESE_PIPE_ID=0x16
- OFF_HOST_SIM_PIPE_ID=0x0A
- OFF_HOST_SIM2_PIPE_ID=0x23
- OFF_HOST_ESIM_PIPE_ID=0x2B
- ###############################################################################
- #Set the Felica T3T System Code Power state :
- #This settings will be used when application does not set this parameter
- #Update Power state as per NCI2.0
- DEFAULT_SYS_CODE_PWR_STATE=0x00
- ###############################################################################
- #Default Secure Element route id
- DEFAULT_OFFHOST_ROUTE=0x01
- ###############################################################################
- #Maximum SMB transceive wait for response
- NXP_SMB_TRANSCEIVE_TIMEOUT=2000
- ###############################################################################
- # Firmware file type
- #.so file 0x01
- #.bin file 0x02
- NXP_FW_TYPE=0x01
- ############################################################################
- # Extended APDU length for ISO_DEP
- ISO_DEP_MAX_TRANSCEIVE=0xFEFF
- #########################################################################
- # Support for Amendment I SEMS specification
- # Support SEMS Amendment I 0x01
- # Support NXP LS client 0x00
- NXP_GP_AMD_I_SEMS_SUPPORTED=0x01
- ###############################################################################
- #All eSE terminals shall be match with the /vendor/etc/vintf/manifest.xml file
- #under android.hardware.secure_element
- # The terminal name shall start from 1
- # Assign terminal number to each interface based on system config
- NXP_SPI_SE_TERMINAL_NUM="eSE1"
- ###############################################################################
- # Assign terminal number to each interface based on system config
- NXP_NFC_SE_TERMINAL_NUM="eSE2"
- ###############################################################################
- #For static or dynamic dual UICC feature support
- #Enable static dual uicc feature by setting value 0x00
- #Enable dynamic dual uicc feature by setting value 0x01
- NXP_DUAL_UICC_ENABLE=0x00
- ###############################################################################
- #MERGE SAK feature eneble(0x01) or disable(0x00)
- NXP_NFCC_MERGE_SAK_ENABLE=0x00
- ###############################################################################
- # Time Interval in milliseconds to Poll for External filed detection when tag in use
- # No delay 0x00
- # 10 millisecond delay 0x0A
- NXP_POLL_FOR_EFD_TIMEDELAY=0x57
- ###############################################################################
- # Auth cmd timeout in millisecond.
- # The timeout value are multiplied by 10ms and can be changed individually.
- # byte[0] START_AUTH_CMD timeout
- # byte[1] TRANSCEIVE_CMD1 timeout
- # byte[2] TRANSCEIVE_CMD2 timeout
- # byte[3] default CMD timeout
- NXP_AUTH_TIMEOUT_CFG={03, 0A, 64, 0F}
- ###############################################################################
- # File location for Firmware
- FW_STORAGE="/vendor/firmware/nfc"
- ###############################################################################
- # File location for RF configurations
- RF_STORAGE="/vendor/etc/nfc"
- ##############################################################################
- ## Time to wait by DH when NFCC will report eSE Cold Temp Error.
- # The value is as per the UM and in seconds
- NXP_SE_COLD_TEMP_ERROR_DELAY=0x05
- ################################################################################
- #OffHost ESE route location for MultiSE
- #ESE = 01
- OFFHOST_ROUTE_ESE={01}
- ###############################################################################
- #OffHost UICC route location for MultiSE
- #UICC1 = 02
- #UICC2 = 03
- #EUICC = 05
- OFFHOST_ROUTE_UICC={02:03:05}
- ###############################################################################
- #T4T NFCEE ENABLE
- #bit pos 0 = T4T NFCEE Enable
- #bit pos 6 = T4T NFCEE Contactless write enable
- #bit pos 7 = Proprietary file enable
- NXP_T4T_NFCEE_ENABLE=0x81
- NXP_T4T_NDEF_NFCEE_AID={F4, 10, 00, 00, 09, 4E, 46, 43, 54, 41, 47, 49, 4E, 46, 4F}
- ###############################################################################
- #WLC mode
- #0x00 = if WLC Application running in MW (non-autonomous mode)
- #0x01 = if WLC Application running in FW (autonomous mode)
- NXP_WLC_MODE=0x01
- ###############################################################################
- #CORE_SET_CONF_CMD to reset Prop Emvco Flag
- NXP_PROP_RESET_EMVCO_CMD={20, 02, 05, 01, A0, 44, 01, 00}
- ###############################################################################
- #Guard time in ms for the mPOS/SCR module to process the reader start/stop req
- NXP_RDR_REQ_GUARD_TIME=20
- ###############################################################################
- # Firmware patch format, Only 1 and 5 should be set
- # 0 -> NFC Default
- # 1 -> EMVCO Default
- # 3 -> EMVCO Polling, DISC_IDLE = POWER_OFF, DISC DEACTIVATE = Removal process
- # 5 -> EMVCO Cert Polling, DISC_IDLE = Removal process , DISC DEACTIVATE = POWER_OFF
- # 7 -> EMVCO Polling, DISC_IDLE = POWER_OFF, DISC DEACTIVATE = POWER_OFF
- NFA_CONFIG_FORMAT=1
- ###############################################################################
- # Enable(0x01) or disable(0x00) suppressed logging during proprietary polling
- # Disable suppressed log 0x00
- # Enable suppressed log 0x01
- NXP_ENABLE_DISABLE_LOGS=0x01
- #################################################################################
- # 1 -> Enable sending Autonomous Mode command while Shutdown
- # Other than 1 -> Disable sending Autonomous Mode command while Shutdown
- NXP_CORE_PWR_OFF_AUTONOMOUS_ENABLE=0x01
- #################################################################################
- # Core configuration extensions
- # It includes
- # Wired mode settings A0ED, A0EE
- # Tag Detector A040, A041, A043
- # Low Power mode A007
- # Clock settings A002, A003
- # PbF settings A008
- # Clock timeout settings A004
- # eSE (SVDD) PWR REQ settings A0F2
- # Window size A0D8
- # DWP Speed A0D5
- # How eSE connected to PN553 A012
- # UICC2 bit rate A0D1
- # SWP1A interface A0D4
- # DWP intf behavior config, SVDD Load activated by default if set to 0x31 A037
- # SWP bit rate A0C0(0~7, default 6 : 1.2M)
- # Sliding window size A0C3 (2, 4)
- # Gemalto UICC fix (Delay between ACY_SYNC and RSET, Applied to Golbal : A0C5 (07:0.95ms, 0A:1.13ms, 0x10:2.1ms)
- # eSE reset notification A0F9
- # Extended Action Ntf A096
- NXP_CORE_CONF_EXTN={20, 02, 2A, 0A,
- A0, 47, 02, 00, 28,
- A0, 86, 01, 77,
- A0, 96, 01, 10,
- A0, B4, 01, 14,
- A0, C5, 01, 07,
- A0, F9, 01, 01,
- A0, FB, 01, 04,
- A1, 12, 01, 01,
- A1, 1C, 01, 08,
- A1, 9A, 01, 01
- }
- ###############################################################################
- # Core configuration settings
- # Below params are not recommended to add in CONF block.
- # LA_BIT_FRAME_SDD(0x30)
- # LA_PLATFORM_CONFIG(0x31)
- # LA_SEL_INFO(0x32)
- # LB_SENSB_INFO(0x38)
- # LF_PROTOCOL(0x50)
- # NFCC_CONFIG_CONTROL(0x85)
- NXP_CORE_CONF={
- 20, 02, 33, 11,
- 28, 01, 00,
- 21, 01, 00,
- 30, 01, 08,
- 31, 01, 03,
- 32, 01, 60,
- 38, 01, 01,
- 33, 00,
- 54, 01, 06,
- 50, 01, 02,
- 5B, 01, 00,
- 3E, 01, 00,
- 80, 01, 01,
- 81, 01, 01,
- 82, 01, 0E,
- 18, 01, 01,
- 68, 01, 01,
- 85, 01, 01
- }
- ###################################################################################
- # Enable disconnect tag in screen off
- # Disable 0x00
- # Enable 0x01
- NXP_DISCONNECT_TAG_IN_SCRN_OFF=0x01
- #################################################################################
- # Enable(0x01) or disable(0x00) non-standard tag reading
- # Disable Non-standard card read 0x00
- # Enable Non-standard card read 0x01
- NXP_SUPPORT_NON_STD_CARD=0x00
- #################################################################################
- # Enable(0x01) or disable(0x00 ) for getting HW Info log over SMB wired
- # Disable getting HW info log 0x00
- # Enable getting HW info log 0x01
- NXP_GET_HW_INFO_LOG=0x00
- #################################################################################
- # Enable(0x01) or disable(0x00) iso dep sak merge
- # Disable SAK merging 0x00
- # Enable SAK merging 0x01
- NXP_ISO_DEP_MERGE_SAK=0x00
- #################################################################################
- # Valid time difference range within for non-standard tag detection from first
- # Activation fail to next discovery
- # Note :- 1. This will take effect only when NXP_SUPPORT_NON_STD_CARD is enabled
- # 2. The number will be multiplied by 100ms by MW.
- # Default:
- # Set to 00 if not supported
- # byte[0] MIFARE_CLASSIC 100ms
- # byte[1] ISO_DEP 300ms
- NXP_NON_STD_CARD_TIMEDIFF={01, 03}
- #################################################################################
- #################################################################################
- # Enable Stop/Start of RF discovery for NFCEE recovery
- # Disable RF Restart for NFCEE recovery 0
- # Enable RF Restart for NFCEE recovery 1
- NXP_RESTART_RF_FOR_NFCEE_RECOVERY=1
- #################################################################################
- #Tag Presence check timeout in millisecond.
- NXP_PRESENCE_CHECK_TIMEOUT = 375
- #################################################################################
- # Enable/Disable capturing SMB ntf to a file
- # Disable 0
- # Enable 1
- NXP_SMBLOG_ENABLED=0
- #################################################################################
|