###################### Start of libnfc-brcm.conf ####################### ############################################################################### # Application options APPL_TRACE_LEVEL=0xFF PROTOCOL_TRACE_LEVEL=0xFFFFFFFF ############################################################################### # File used for NFA storage NFA_STORAGE="/data/nfc" ############################################################################### # Insert a delay in milliseconds after NFC_WAKE and before write to NFCC NFC_WAKE_DELAY=20 ############################################################################### # LPTD mode configuration # byte[0] is the length of the remaining bytes in this value # if set to 0, LPTD params will NOT be sent to NFCC (i.e. disabled). # byte[1] is the param id it should be set to B9. # byte[2] is the length of the LPTD parameters # byte[3] indicates if LPTD is enabled # if set to 0, LPTD will be disabled (parameters will still be sent). # byte[4-n] are the LPTD parameters. # By default, LPTD is enabled and default settings are used. # See nfc_hal_dm_cfg.c for defaults LPTD_CFG={23:B9:21:01:02:FF:FF:04:A0:0F:40:00:80:02:02:10:00:00:00:31:0C:30:00:00:00:00:00:00:00:00:00:00:00:00:00:00} ############################################################################### # Startup Configuration (100 bytes maximum) # # For the 0xCA parameter, byte[9] (marked by 'AA') is for UICC0, and byte[10] (marked by BB) is # for UICC1. The values are defined as: # 0 : UICCx only supports ISO_DEP in low power mode. # 2 : UICCx only supports Mifare in low power mode. # 3 : UICCx supports both ISO_DEP and Mifare in low power mode. # # AA BB NFA_DM_START_UP_CFG={1F:CB:01:01:A5:01:01:CA:14:00:00:00:00:06:E8:03:00:00:00:00:00:00:00:00:00:00:00:00:00:80:01:01} ############################################################################### # Configure the default Destination Gate used by HCI (the default is 4, which # is the ETSI loopback gate. NFA_HCI_DEFAULT_DEST_GATE=0xF0 ############################################################################### # 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 UICC (where F3="UICC0" and F4="UICC1") #NFA_HCI_STATIC_PIPE_ID_F3=0x70 #NFA_HCI_STATIC_PIPE_ID_01=0x19 NFA_HCI_STATIC_PIPE_ID_C0=0x19 ############################################################################### # When disconnecting from Oberthur secure element, perform a warm-reset of # the secure element to deselect the applet. # The default hex value of the command is 0x3. If this variable is undefined, # then this feature is not used. OBERTHUR_WARM_RESET_COMMAND=0x03 ############################################################################### # Force UICC to only listen to the following technology(s). # The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h. # Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F UICC_LISTEN_TECH_MASK=0x07 ############################################################################### # Force HOST listen feature enable or disable. # 0: Disable # 1: Enable HOST_LISTEN_ENABLE=0x01 ############################################################################### # Enabling/Disabling Forward functionality # Disable 0x00 # Enable 0x01 NXP_FWD_FUNCTIONALITY_ENABLE=0x01 ############################################################################### # Allow UICC to be powered off if there is no traffic. # Timeout is in ms. If set to 0, then UICC will not be powered off. #UICC_IDLE_TIMEOUT=30000 UICC_IDLE_TIMEOUT=0 ############################################################################### # AID for Empty Select command # If specified, this AID will be substituted when an Empty SELECT command is # detected. The first byte is the length of the AID. Maximum length is 16. AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00} ############################################################################### # When screen is turned off, specify the desired power state of the controller. # 0: power-off-sleep state; DEFAULT # 1: full-power state # 2: screen-off card-emulation (CE4/CE3/CE1 modes are used) SCREEN_OFF_POWER_STATE=1 ############################################################################### # Firmware patch file # If the value is not set then patch download is disabled. FW_PATCH="/vendor/firmware/bcm2079x_firmware.ncd" ############################################################################### # Firmware pre-patch file (sent before the above patch file) # If the value is not set then pre-patch is not used. FW_PRE_PATCH="/vendor/firmware/bcm2079x_pre_firmware.ncd" ############################################################################### # Insert a delay in microseconds per byte after a write to NFCC. # after writing a block of data to the NFCC, delay this an amopunt of time before # writing next block of data. the delay is calculated as below # NFC_WRITE_DELAY * (number of byte written) / 1000 milliseconds # e.g. after 259 bytes is written, delay (259 * 20 / 1000) 5 ms before next write NFC_WRITE_DELAY=20 ############################################################################### # Force tag polling for the following technology(s). # The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h. # Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | # NFA_TECHNOLOGY_MASK_F | NFA_TECHNOLOGY_MASK_ISO15693 | # NFA_TECHNOLOGY_MASK_B_PRIME | NFA_TECHNOLOGY_MASK_KOVIO | # NFA_TECHNOLOGY_MASK_A_ACTIVE | NFA_TECHNOLOGY_MASK_F_ACTIVE. # # Notable bits: # NFA_TECHNOLOGY_MASK_A 0x01 /* NFC Technology A */ # NFA_TECHNOLOGY_MASK_B 0x02 /* NFC Technology B */ # NFA_TECHNOLOGY_MASK_F 0x04 /* NFC Technology F */ # NFA_TECHNOLOGY_MASK_ISO15693 0x08 /* Proprietary Technology */ # NFA_TECHNOLOGY_MASK_KOVIO 0x20 /* Proprietary Technology */ # NFA_TECHNOLOGY_MASK_A_ACTIVE 0x40 /* NFC Technology A active mode */ # NFA_TECHNOLOGY_MASK_F_ACTIVE 0x80 /* NFC Technology F active mode */ POLLING_TECH_MASK=0xEF ############################################################################### # Force P2P to only listen for the following technology(s). # The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h. # Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_F | # NFA_TECHNOLOGY_MASK_A_ACTIVE | NFA_TECHNOLOGY_MASK_F_ACTIVE # # Notable bits: # NFA_TECHNOLOGY_MASK_A 0x01 /* NFC Technology A */ # NFA_TECHNOLOGY_MASK_F 0x04 /* NFC Technology F */ # NFA_TECHNOLOGY_MASK_A_ACTIVE 0x40 /* NFC Technology A active mode */ # NFA_TECHNOLOGY_MASK_F_ACTIVE 0x80 /* NFC Technology F active mode */ P2P_LISTEN_TECH_MASK=0xC5 PRESERVE_STORAGE=0x01 ############################################################################### # Override the stack default for NFA_EE_MAX_EE_SUPPORTED set in nfc_target.h. # The value is set to 3 by default as it assumes we will discover 0xF2, # 0xF3, and 0xF4. If a platform will exclude and SE, this value can be reduced # so that the stack will not wait any longer than necessary. # Maximum EE supported number # NXP PN547C2 0x02 # NXP PN65T 0x03 # NXP PN548C2 0x02 # NXP PN66T 0x03 NFA_MAX_EE_SUPPORTED=0x02 ############################################################################### # NCI Hal Module name NCI_HAL_MODULE="nfc_nci" ############################################################################### # AID_MATCHING constants # AID_MATCHING_EXACT_ONLY 0x00 # AID_MATCHING_EXACT_OR_PREFIX 0x01 # AID_MATCHING_PREFIX_ONLY 0x02 AID_MATCHING_MODE=0x01 ############################################################################### # Default Secure Element route id DEFAULT_OFFHOST_ROUTE=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:77:FF:FF} ############################################################################### # 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=0x01 ################################################################################ # Set max transceive length for IsoDep frames # Standard 0x105 (261) # Extended 0xFEFF (65279) ISO_DEP_MAX_TRANSCEIVE=0xFEFF ################################################################################# # Enable/Disable NFC-F HCE # Disable 0x00 # Enable non-zero value ENABLE_NFCF_HCE=0x00