| ## this file is used by NFC stack (external/libnfc-nci/src) |
| ## and NFC Service Java Native Interface (packages/apps/Nfc/nci/jni) |
| |
| ############################################################################### |
| # Application options |
| APPL_TRACE_LEVEL=0xFF |
| PROTOCOL_TRACE_LEVEL=0xFFFFFFFF |
| |
| ############################################################################### |
| # File used for NFA storage |
| NFA_STORAGE="/data/nfc" |
| |
| ############################################################################### |
| # 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_A_ACTIVE | |
| # NFA_TECHNOLOGY_MASK_F_ACTIVE. |
| # |
| # Notable bits: |
| # NFA_TECHNOLOGY_MASK_KOVIO 0x20 |
| # NFA_TECHNOLOGY_MASK_A_ACTIVE 0x40 |
| # NFA_TECHNOLOGY_MASK_F_ACTIVE 0x80 |
| #POLLING_TECH_MASK=0xDF |
| |
| ############################################################################### |
| # 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 |
| P2P_LISTEN_TECH_MASK=0x45 |
| |
| ############################################################################### |
| # This setting allows you to disable registering the T4t Virtual SE that causes |
| # the NFCC to send PPSE requests to the DH. |
| # The default setting is enabled (i.e. T4t Virtual SE is registered). |
| #REGISTER_VIRTUAL_SE=1 |
| |
| ############################################################################### |
| # Use Nexus S NXP RC work to allow our stack/firmware to work with a retail |
| # Nexus S that causes IOP issues. Note, this will not pass conformance and |
| # should be removed for production. |
| USE_NXP_P2P_RC_WORKAROUND=1 |
| |
| ############################################################################### |
| # 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=0 |
| |
| ############################################################################### |
| # Configure the default Destination Gate used by HCI (the default is 4, which |
| # is the ETSI loopback gate. |
| #NFA_HCI_DEFAULT_DEST_GATE=4 |
| |
| ############################################################################### |
| # Configure the single default SE to use. The default is to use the first |
| # SE that is detected by the stack. This value might be used when the phone |
| # supports multiple SE (e.g. 0xF3 and 0xF4) but you want to force it to use |
| # one of them (e.g. 0xF4). |
| #ACTIVE_SE=0xF3 |
| |
| ############################################################################### |
| # 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_F4=0x71 |
| |
| ############################################################################### |
| # 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. |
| #UICC_LISTEN_TECH_MASK=0x03 |
| |
| ############################################################################### |
| # 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=3 |
| |
| ############################################################################### |
| # Default poll duration (in ms) |
| # The defualt is 500ms if not set (see nfc_target.h) |
| NFA_DM_DISC_DURATION_POLL=333 |
| |
| ############################################################################### |
| # 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} |