Snap for 7397984 from 0fdb3b2e595159ecc751b74a963d83d0f3cbf947 to tm-release
Change-Id: Ifb8457dc8077d9d9dee59e150c9fcfd50379582d
This commit is contained in:
commit
6c1af68518
4 changed files with 18 additions and 4 deletions
|
@ -12,6 +12,13 @@ NFA_STORAGE="/data/nfc"
|
|||
# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F
|
||||
UICC_LISTEN_TECH_MASK=0x07
|
||||
|
||||
###############################################################################
|
||||
# Set HOST default 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_F
|
||||
# 0x07 = A + B + F
|
||||
HOST_LISTEN_TECH_MASK=0x07
|
||||
|
||||
###############################################################################
|
||||
# AID for Empty Select command
|
||||
# If specified, this AID will be substituted when an Empty SELECT command is
|
||||
|
|
|
@ -12,6 +12,13 @@ NFA_STORAGE="/data/nfc"
|
|||
# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F
|
||||
UICC_LISTEN_TECH_MASK=0x07
|
||||
|
||||
###############################################################################
|
||||
# Set HOST default 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_F
|
||||
# 0x07 = A + B + F
|
||||
HOST_LISTEN_TECH_MASK=0x07
|
||||
|
||||
###############################################################################
|
||||
# AID for Empty Select command
|
||||
# If specified, this AID will be substituted when an Empty SELECT command is
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
<item>-1</item> <!-- 0: OFF -->
|
||||
<item>5</item> <!-- 1: NIGHT -->
|
||||
<item>5</item> <!-- 2: LOW -->
|
||||
<item>27</item> <!-- 3: HIGH -->
|
||||
<item>27</item> <!-- 4: SUN -->
|
||||
<item>200</item> <!-- 3: HIGH -->
|
||||
<item>200</item> <!-- 4: SUN -->
|
||||
</integer-array>
|
||||
|
||||
<!-- Doze: Table that translates sensor values from the doze_brightness_sensor_type sensor
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
<item>-1</item> <!-- 0: OFF -->
|
||||
<item>5</item> <!-- 1: NIGHT -->
|
||||
<item>5</item> <!-- 2: LOW -->
|
||||
<item>27</item> <!-- 3: HIGH -->
|
||||
<item>27</item> <!-- 4: SUN -->
|
||||
<item>200</item> <!-- 3: HIGH -->
|
||||
<item>200</item> <!-- 4: SUN -->
|
||||
</integer-array>
|
||||
|
||||
<!-- Doze: Table that translates sensor values from the doze_brightness_sensor_type sensor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue