Compare commits
10 Commits
b8130a50eb
...
9ec6c399fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ec6c399fe | ||
|
|
9d2c3287f3 | ||
|
|
1278b9adeb | ||
|
|
d0d329f9d4 | ||
|
|
bb02706411 | ||
|
|
c7692ffc85 | ||
|
|
a1f577ca4a | ||
|
|
0bdf2e10c7 | ||
|
|
5aede45f4a | ||
|
|
dafda51796 |
10502
Android.bp
10502
Android.bp
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/app/CneApp/CneApp.apk
vendored
BIN
proprietary/vendor/app/CneApp/CneApp.apk
vendored
Binary file not shown.
BIN
proprietary/vendor/app/IWlanService/IWlanService.apk
vendored
BIN
proprietary/vendor/app/IWlanService/IWlanService.apk
vendored
Binary file not shown.
BIN
proprietary/vendor/app/SoterService/SoterService.apk
vendored
BIN
proprietary/vendor/app/SoterService/SoterService.apk
vendored
Binary file not shown.
BIN
proprietary/vendor/app/TimeService/TimeService.apk
vendored
BIN
proprietary/vendor/app/TimeService/TimeService.apk
vendored
Binary file not shown.
103
proprietary/vendor/etc/libnfc-nci.conf
vendored
Normal file
103
proprietary/vendor/etc/libnfc-nci.conf
vendored
Normal file
@@ -0,0 +1,103 @@
|
||||
###################### Start of libnfc-common.conf #######################
|
||||
|
||||
###############################################################################
|
||||
# Application options
|
||||
APPL_TRACE_LEVEL=0xFF
|
||||
PROTOCOL_TRACE_LEVEL=0xFFFFFFFF
|
||||
|
||||
NFC_DEBUG_ENABLED=0x01
|
||||
|
||||
###############################################################################
|
||||
# File used for NFA storage
|
||||
NFA_STORAGE="/data/nfc"
|
||||
|
||||
###############################################################################
|
||||
# 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
|
||||
|
||||
###############################################################################
|
||||
# Configure the default Destination Gate used by HCI (the default is 4, which
|
||||
# is the ETSI loopback gate.
|
||||
NFA_HCI_DEFAULT_DEST_GATE=0xF0
|
||||
|
||||
###############################################################################
|
||||
# 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
|
||||
|
||||
###############################################################################
|
||||
# Enabling/Disabling Forward functionality
|
||||
# Disable 0x00
|
||||
# Enable 0x01
|
||||
NXP_FWD_FUNCTIONALITY_ENABLE=0x01
|
||||
|
||||
###############################################################################
|
||||
# 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
|
||||
|
||||
###############################################################################
|
||||
# Default poll duration (in ms)
|
||||
# The defualt is 500ms if not set (see nfc_target.h)
|
||||
#NFA_DM_DISC_DURATION_POLL=333
|
||||
|
||||
###############################################################################
|
||||
# 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
|
||||
POLLING_TECH_MASK=0xCF
|
||||
###############################################################################
|
||||
# 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
|
||||
|
||||
###############################################################################
|
||||
# Deactivate notification wait time out in seconds used in ETSI Reader mode
|
||||
# 0 - Infinite wait
|
||||
NFA_DM_DISC_NTF_TIMEOUT=0
|
||||
|
||||
###############################################################################
|
||||
# AID_MATCHING constants
|
||||
# AID_MATCHING_EXACT_ONLY 0x00
|
||||
# AID_MATCHING_EXACT_OR_PREFIX 0x01
|
||||
# AID_MATCHING_PREFIX_ONLY 0x02
|
||||
AID_MATCHING_MODE=0x01
|
||||
|
||||
###############################################################################
|
||||
21
proprietary/vendor/etc/libnfc-nxp-pnscr.conf
vendored
Normal file
21
proprietary/vendor/etc/libnfc-nxp-pnscr.conf
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
#################### This file is used by NXP NFC NCI HAL #####################
|
||||
###############################################################################
|
||||
# Application options
|
||||
# Logging Levels
|
||||
# NXPLOG_DEFAULT_LOGLEVEL 0x01
|
||||
# ANDROID_LOG_DEBUG 0x03
|
||||
# ANDROID_LOG_WARN 0x02
|
||||
# ANDROID_LOG_ERROR 0x01
|
||||
# ANDROID_LOG_SILENT 0x00
|
||||
NXPLOG_EXTNS_LOGLEVEL=0x03
|
||||
NXPLOG_NCIHAL_LOGLEVEL=0x03
|
||||
NXPLOG_NCIX_LOGLEVEL=0x03
|
||||
NXPLOG_NCIR_LOGLEVEL=0x03
|
||||
NXPLOG_FWDNLD_LOGLEVEL=0x03
|
||||
NXPLOG_TML_LOGLEVEL=0x03
|
||||
NFC_DEBUG_ENABLED=1
|
||||
|
||||
###############################################################################
|
||||
# Nfc Device Node name
|
||||
NXP_NFC_DEV_NODE="/dev/nq-nci"
|
||||
|
||||
533
proprietary/vendor/etc/libnfc-nxp.conf
vendored
Normal file
533
proprietary/vendor/etc/libnfc-nxp.conf
vendored
Normal file
@@ -0,0 +1,533 @@
|
||||
## This file is used by NFC NXP NCI HAL(external/libnfc-nci/halimpl/pn547)
|
||||
## and NFC Service Java Native Interface Extensions (packages/apps/Nfc/nci/jni/extns/pn547)
|
||||
###############################################################################
|
||||
# Application options
|
||||
# Logging Levels
|
||||
# NXPLOG_DEFAULT_LOGLEVEL 0x01
|
||||
# ANDROID_LOG_DEBUG 0x03
|
||||
# ANDROID_LOG_WARN 0x02
|
||||
# ANDROID_LOG_ERROR 0x01
|
||||
# ANDROID_LOG_SILENT 0x00
|
||||
NXPLOG_EXTNS_LOGLEVEL=0x03
|
||||
NXPLOG_NCIHAL_LOGLEVEL=0x03
|
||||
NXPLOG_NCIX_LOGLEVEL=0x03
|
||||
NXPLOG_NCIR_LOGLEVEL=0x03
|
||||
NXPLOG_FWDNLD_LOGLEVEL=0x03
|
||||
NXPLOG_TML_LOGLEVEL=0x03
|
||||
|
||||
###############################################################################
|
||||
# Nfc Device Node name
|
||||
NXP_NFC_DEV_NODE="/dev/nq-nci"
|
||||
|
||||
###############################################################################
|
||||
# Extension for Mifare reader enable
|
||||
MIFARE_READER_ENABLE=0x01
|
||||
|
||||
###############################################################################
|
||||
# Vzw Feature enable
|
||||
VZW_FEATURE_ENABLE=0x01
|
||||
|
||||
###############################################################################
|
||||
# File name for Firmware
|
||||
NXP_FW_NAME="libpn553_fw.so"
|
||||
|
||||
###############################################################################
|
||||
# System clock source selection configuration
|
||||
#define CLK_SRC_XTAL 1
|
||||
#define CLK_SRC_PLL 2
|
||||
NXP_SYS_CLK_SRC_SEL=0x02
|
||||
|
||||
###############################################################################
|
||||
# System clock frequency selection configuration
|
||||
#define CLK_FREQ_13MHZ 1
|
||||
#define CLK_FREQ_19_2MHZ 2
|
||||
#define CLK_FREQ_24MHZ 3
|
||||
#define CLK_FREQ_26MHZ 4
|
||||
#define CLK_FREQ_32MHZ 5
|
||||
#define CLK_FREQ_38_4MHZ 6
|
||||
#define CLK_FREQ_52MHZ 7
|
||||
NXP_SYS_CLK_FREQ_SEL=0x02
|
||||
|
||||
###############################################################################
|
||||
# The timeout value to be used for clock request acknowledgment
|
||||
# min value = 0x01 to max = 0x06
|
||||
NXP_SYS_CLOCK_TO_CFG=0x01
|
||||
|
||||
###############################################################################
|
||||
# NXP proprietary settings
|
||||
NXP_ACT_PROP_EXTN={2F, 02, 00}
|
||||
|
||||
###############################################################################
|
||||
# NFC forum profile settings
|
||||
NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00}
|
||||
|
||||
###############################################################################
|
||||
# Standby enable settings
|
||||
# Disable = 0x00
|
||||
# Enable = 0x01
|
||||
NXP_CORE_STANDBY={2F, 00, 01, 01}
|
||||
|
||||
###############################################################################
|
||||
# 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=0x01
|
||||
|
||||
###############################################################################
|
||||
#config1:SLALM, 3.3V for both RM and CM
|
||||
NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, 01, 31, 00, 00, 00, 21, 00, 10, 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}
|
||||
|
||||
NXP_RF_CONF_BLK_1={
|
||||
20, 02, E7, 1B,
|
||||
A0, 0D, 06, 06, 37, 08, 76, 00, 00,
|
||||
A0, 0D, 03, 24, 03, 7D,
|
||||
A0, 0D, 06, 02, 35, 00, 3E, 00, 00,
|
||||
A0, 0D, 06, 04, 35, F4, 05, 70, 02,
|
||||
A0, 0D, 06, C2, 35, 00, 3E, 00, 03,
|
||||
A0, 0D, 06, 04, 42, F8, 40, FF, FF,
|
||||
A0, 0D, 04, 32, 42, F8, 40,
|
||||
A0, 0D, 04, 46, 42, 68, 40,
|
||||
A0, 0D, 04, 56, 42, 78, 40,
|
||||
A0, 0D, 04, 5C, 42, 80, 40,
|
||||
A0, 0D, 04, CA, 42, 68, 40,
|
||||
A0, 0D, 06, 06, 42, 00, 02, F2, F2,
|
||||
A0, 0D, 06, 32, 4A, 53, 07, 00, 1B,
|
||||
A0, 0D, 06, 46, 4A, 33, 07, 00, 07,
|
||||
A0, 0D, 06, 56, 4A, 43, 07, 00, 07,
|
||||
A0, 0D, 06, 5C, 4A, 11, 07, 01, 07,
|
||||
A0, 0D, 06, 34, 44, 66, 0A, 00, 00,
|
||||
A0, 0D, 06, 48, 44, 65, 0A, 00, 00,
|
||||
A0, 0D, 06, 58, 44, 55, 08, 00, 00,
|
||||
A0, 0D, 06, 5E, 44, 55, 08, 00, 00,
|
||||
A0, 0D, 06, CA, 44, 65, 0A, 00, 00,
|
||||
A0, 0D, 06, 06, 44, 04, 04, C4, 00,
|
||||
A0, 0D, 06, 34, 2D, DC, 20, 04, 00,
|
||||
A0, 0D, 06, 48, 2D, 15, 34, 1F, 01,
|
||||
A0, 0D, 06, 58, 2D, 0D, 48, 0C, 01,
|
||||
A0, 0D, 06, 5E, 2D, 0D, 5A, 0C, 01,
|
||||
A0, 0D, 06, CA, 2D, 15, 34, 1F, 01
|
||||
}
|
||||
|
||||
NXP_RF_CONF_BLK_2={
|
||||
20, 02, D6, 01, A0, 34, D2, 23, 04, 18, 07, 00, 00, 20, 40, 00, BE, 23, 60, 00, 2B, 13, 40, 00, B8, 21, 60, 00, 38, 35, 00, 00, 18, 46, 08, 00, DE, 54, 08, 02, 00, 00, 08, 02, 00, 00, 08, 02, 00, 00, 08, 02, 00, 00, 08, 02, 00, 00, 08, 02, 00, 00, 08, 02, 00, 00, 48, 01, 00, 00, 08, 03, 00, 00, 08, 01, 00, 00, C8, 02, 00, 00, C8, 00, 00, 00, 88, 02, 00, 00, 48, 02, 00, 00, B8, 00, 00, 00, 68, 00, 00, 00, 18, 00, 00, 00, 08, 02, 00, 00, 00, 00, 00, 00, 00, 00, 07, 00, 20, 40, 00, BE, 23, 60, 00, 2B, 13, 40, 00, B8, 21, 60, 00, 38, 35, 00, 00, 18, 46, 08, 00, DE, 54, 08, 02, 00, 00, 08, 02, 00, 00, 08, 02, 00, 00, 08, 02, 00, 00, 08, 02, 00, 00, 08, 02, 00, 00, 08, 02, 00, 00, 48, 01, 00, 00, 08, 03, 00, 00, 08, 01, 00, 00, C8, 02, 00, 00, C8, 00, 00, 00, 88, 02, 00, 00, 48, 02, 00, 00, B8, 00, 00, 00, 68, 00, 00, 00, 18, 00, 00, 00, 08, 02, 00, 00, 00, 00
|
||||
}
|
||||
|
||||
|
||||
NXP_RF_CONF_BLK_3={
|
||||
20, 02, 5B, 01, A0, 0B, 57, 11, 11, 90, 78, 0F, 4E, 00, 3D, 95, 00, 00, 3D, 9F, 00, 00, 50, 9F, 00, 00, 59, 9F, 00, 00, 5A, 9F, 00, 00, 64, 9F, 00, 00, 65, 9F, 00, 00, 6E, 9F, 00, 00, 72, 9F, 00, 00, 79, 9F, 00, 00, 7B, 9F, 00, 00, 84, 9F, 00, 00, 86, 9F, 00, 00, 8F, 9F, 00, 00, 91, 9F, 00, 00, 9A, 9F, 00, 00, A1, 9F, 00, 00, A7, 9F, 00, 00, B0, 1F, 00, 00, B9, 1F, 00, 00
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
# Set configuration optimization decision setting
|
||||
# Enable = 0x01
|
||||
# Disable = 0x00
|
||||
NXP_SET_CONFIG_ALWAYS=0x01
|
||||
|
||||
###############################################################################
|
||||
# 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, 00 }
|
||||
|
||||
###############################################################################
|
||||
# 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
|
||||
# UICC SWP_INT1_EN_CFG - A0, EC
|
||||
# UICC2 SWP_INT2_EN_CFG - A0, ED,
|
||||
# eSE (SVDD) PWR REQ settings A0F2
|
||||
# How eSE connected to PN553 A012
|
||||
# UICC bit rate A0D1
|
||||
# SWP1A interface A0D4
|
||||
# DWP intf behavior config, SVDD Load activated by default if set to 0x31 - A037
|
||||
# For Symmetric baud rate UICC's set A086 to 77
|
||||
NXP_CORE_CONF_EXTN={20, 02, 61, 10,
|
||||
A0, EC, 01, 01,
|
||||
A0, ED, 01, 00,
|
||||
A0, 5E, 01, 01,
|
||||
A0, 12, 01, 02,
|
||||
A0, 40, 01, 00,
|
||||
A0, 41, 01, 06,
|
||||
A0, 42, 01, 0F,
|
||||
A0, 43, 01, 03,
|
||||
A0, DD, 01, 2D,
|
||||
A0, D1, 01, 06,
|
||||
A0, D4, 01, 01,
|
||||
A0, 37, 01, 35,
|
||||
A0, 86, 01, 77,
|
||||
A0, 38, 04, 14, 0B, 0B, 00,
|
||||
A0, 3A, 08, A0, 00, A0, 00, A0, 00, A0, 00,
|
||||
A0, 29, 17, 1C, 07, 00, 1D, 00, 02, 00, 1D, 00, 02, 00, 40, F3, F3, 00, 43, F3, F3, 38, 70, 00, 00, 15
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
# Core configuration settings
|
||||
# It includes
|
||||
# 18 - Poll Mode NFC-F: PF_BIT_RATE
|
||||
# 21 - Poll Mode ISO-DEP: PI_BIT_RATE
|
||||
# 28 - Poll Mode NFC-DEP: PN_NFC_DEP_SPEED
|
||||
# 30 - Lis. Mode NFC-A: LA_BIT_FRAME_SDD
|
||||
# 31 - Lis. Mode NFC-A: LA_PLATFORM_CONFIG
|
||||
# 33 - Lis. Mode NFC-A: LA_NFCID1
|
||||
# 50 - Lis. Mode NFC-F: LF_PROTOCOL_TYPE
|
||||
# 54 - Lis. Mode NFC-F: LF_CON_BITR_F
|
||||
# 5B - Lis. Mode ISO-DEP: LI_BIT_RATE
|
||||
# 60 - Lis. Mode NFC-DEP: LN_WT
|
||||
# 80 - Other Param.: RF_FIELD_INFO
|
||||
# 81 - Other Param.: RF_NFCEE_ACTION
|
||||
# 82 - Other Param.: NFCDEP_OP
|
||||
NXP_CORE_CONF={ 20, 02, 2E, 0E,
|
||||
18, 01, 01,
|
||||
21, 01, 00,
|
||||
28, 01, 00,
|
||||
30, 01, 08,
|
||||
31, 01, 03,
|
||||
32, 01, 60,
|
||||
33, 04, 01, 02, 03, 04,
|
||||
38, 01, 01,
|
||||
50, 01, 02,
|
||||
54, 01, 06,
|
||||
5B, 01, 00,
|
||||
80, 01, 01,
|
||||
81, 01, 01,
|
||||
82, 01, 0E
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
# To enable i2c fragmentation set i2c fragmentation enable 0x01 to disable set
|
||||
# to 0x00
|
||||
NXP_I2C_FRAGMENTATION_ENABLED=0x00
|
||||
|
||||
###############################################################################
|
||||
# Mifare Classic Key settings
|
||||
#NXP_CORE_MFCKEY_SETTING={20, 02, 25,04, A0, 51, 06, A0, A1, A2, A3, A4, A5,
|
||||
# A0, 52, 06, D3, F7, D3, F7, D3, F7,
|
||||
# A0, 53, 06, FF, FF, FF, FF, FF, FF,
|
||||
# A0, 54, 06, 00, 00, 00, 00, 00, 00}
|
||||
|
||||
###############################################################################
|
||||
# Default SE Options
|
||||
# No secure element 0x00
|
||||
# eSE 0x01
|
||||
# UICC 0x02
|
||||
# UICC2 0x04
|
||||
NXP_DEFAULT_SE=0x07
|
||||
|
||||
|
||||
###############################################################################
|
||||
#Enable SWP full power mode when phone is power off
|
||||
NXP_SWP_FULL_PWR_ON=0x00
|
||||
|
||||
###############################################################################
|
||||
#### Select the CHIP ####
|
||||
#PN547C2 0x01
|
||||
#PN65T 0x02
|
||||
#PN548AD 0x03
|
||||
#PN66T 0x04
|
||||
#PN551 0x05
|
||||
#PN67T 0x06
|
||||
#PN553 0x07
|
||||
#PN80T 0x08
|
||||
NXP_NFC_CHIP=0x07
|
||||
|
||||
###############################################################################
|
||||
# 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
|
||||
|
||||
###############################################################################
|
||||
#Timeout in secs to get NFCEE Discover notification
|
||||
NXP_DEFAULT_NFCEE_DISC_TIMEOUT=20
|
||||
|
||||
###############################################################################
|
||||
NXP_DEFAULT_NFCEE_TIMEOUT=20
|
||||
|
||||
###############################################################################
|
||||
#Timeout in secs
|
||||
NXP_SWP_RD_START_TIMEOUT=0x0A
|
||||
|
||||
###############################################################################
|
||||
#Timeout in secs
|
||||
NXP_SWP_RD_TAG_OP_TIMEOUT=0x01
|
||||
|
||||
###############################################################################
|
||||
#Set the default AID route Location :
|
||||
#This settings will be used when application does not set this parameter
|
||||
# host 0x00
|
||||
# eSE 0x01
|
||||
# UICC 0x02
|
||||
DEFAULT_AID_ROUTE=0x02
|
||||
|
||||
###############################################################################
|
||||
# Configure the default NfcA/IsoDep techology and protocol route. Can be
|
||||
# either a secure element (e.g. 0xF4) or the host (0x00)
|
||||
# host 0x00
|
||||
# eSE 0x01
|
||||
# UICC 0x02
|
||||
DEFAULT_ISODEP_ROUTE=0x02
|
||||
|
||||
###############################################################################
|
||||
# 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. 0xC0 and 0x80) but you want to force it to use
|
||||
# one of them (e.g. 0xC0).
|
||||
# host 0x00
|
||||
# eSE 0x01
|
||||
# UICC 0x02
|
||||
DEFAULT_OFFHOST_ROUTE=0x02
|
||||
|
||||
###############################################################################
|
||||
# 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).
|
||||
# host 0x00
|
||||
# eSE 0x01
|
||||
# UICC 0x02
|
||||
DEFAULT_NFCF_ROUTE=0x02
|
||||
|
||||
###############################################################################
|
||||
#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
|
||||
DEFAULT_SYS_CODE_ROUTE=0x02
|
||||
|
||||
###############################################################################
|
||||
#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 Lock
|
||||
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 Lock
|
||||
DEFAULT_ISODEP_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 Lock
|
||||
DEFAULT_OFFHOST_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 Lock
|
||||
DEFAULT_NFCF_PWR_STATE=0x3B
|
||||
|
||||
###############################################################################
|
||||
#Set the SYS_CODE 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 Lock
|
||||
DEFAULT_SYS_CODE_PWR_STATE=0x3B
|
||||
|
||||
###############################################################################
|
||||
# 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")
|
||||
OFF_HOST_ESE_PIPE_ID=0x19
|
||||
OFF_HOST_SIM_PIPE_ID=0x0A
|
||||
|
||||
###############################################################################
|
||||
# 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
|
||||
|
||||
###############################################################################
|
||||
# AID Matching platform options
|
||||
# AID_MATCHING_L 0x01
|
||||
# AID_MATCHING_K 0x02
|
||||
AID_MATCHING_PLATFORM=0x01
|
||||
|
||||
###############################################################################
|
||||
#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
|
||||
|
||||
###############################################################################
|
||||
# Loader service version
|
||||
# NFC service checks for LS version 2.0 or 2.1
|
||||
# LS2.0 0x20
|
||||
# LS2.1 0x21
|
||||
# LS2.2 0x22
|
||||
# AT NFC service intialization
|
||||
NXP_LOADER_SERVICE_VERSION=0x22
|
||||
|
||||
###############################################################################
|
||||
#Timeout value in milliseconds for NFCC standby mode.The range is between 5000
|
||||
#msec to 20000 msec and zero is to disable.
|
||||
NXP_NFCC_STANDBY_TIMEOUT=20000
|
||||
|
||||
###############################################################################
|
||||
#Dynamic RSSI feature enable
|
||||
# Disable 0x00
|
||||
# Enable 0x01
|
||||
NXP_AGC_DEBUG_ENABLE=0x00
|
||||
|
||||
###############################################################################
|
||||
#Virtual Mode ESE and Wired Mode ongoing delay Wired Mode
|
||||
# For Technology routing to ESE Technology Mask = 4
|
||||
# For ISO-DEP Protocol routing to ESE Mask = 2
|
||||
# It can also take TECH|PROTO = 6
|
||||
# To ignore the delay set mask to = 0
|
||||
NXP_ESE_WIRED_PRT_MASK=0x00
|
||||
|
||||
###############################################################################
|
||||
#Virtual Mode UICC and Wired Mode ongoing delay Wired Mode
|
||||
#For Technology routing to UICC Technology Mask = 4
|
||||
#For ISO-DEP Protocol routing to UICC set Mask = 2
|
||||
#For Select AID Routing to UICC set Mask = 1
|
||||
#It can also take values TECH|PROTO|SELECT_AID = 7 , 6 , 5 ,3 .To ignore delay
|
||||
#set mask = 0
|
||||
NXP_UICC_WIRED_PRT_MASK=0x00
|
||||
|
||||
###############################################################################
|
||||
#RF field true delay Wired Mode
|
||||
# delay wired mode = 1
|
||||
# allow wired mode = 0
|
||||
NXP_WIRED_MODE_RF_FIELD_ENABLE=0x00
|
||||
|
||||
###############################################################################
|
||||
#Config to allow adding aids
|
||||
#NFC on/off is required after this config
|
||||
#1 = enabling adding aid to NFCC routing table.
|
||||
#0 = disabling adding aid to NFCC routing table.
|
||||
NXP_ENABLE_ADD_AID=0x01
|
||||
|
||||
###############################################################################
|
||||
# JCOP-3.3 continuous process timeout in msec and value should be in Hexadecimal
|
||||
# JCOP CP TIMEOUT
|
||||
NXP_CP_TIMEOUT={00, 77}
|
||||
|
||||
###############################################################################
|
||||
# Enable/Disable checking default proto SE Id
|
||||
# Disable 0x00
|
||||
# Enable 0x01
|
||||
NXP_CHECK_DEFAULT_PROTO_SE_ID=0x01
|
||||
|
||||
###############################################################################
|
||||
#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
|
||||
|
||||
###############################################################################
|
||||
#Enable NXP NCI runtime parser library
|
||||
#Enable 0x01
|
||||
#Disable 0x00
|
||||
NXP_NCI_PARSER_LIBRARY=0x00
|
||||
|
||||
###############################################################################
|
||||
#This config will enable different level of Rf transaction debugs based on the
|
||||
#following values provided. Decoded information will be printed in adb logcat
|
||||
#Debug Mode Levels
|
||||
#Disable Debug 0x00
|
||||
#L1 Debug 0x01
|
||||
#L2 Debug 0x02
|
||||
#L1 & L2 Debug 0x03
|
||||
#L1 & L2 & RSSI 0x04
|
||||
#L1 & L2 & Felica 0x05
|
||||
#NXP_CORE_PROP_SYSTEM_DEBUG=0x00
|
||||
|
||||
###############################################################################
|
||||
# Enable/Disable Block Route feature.
|
||||
# Block Route will restrict routing to first matched rule
|
||||
# Block Route enable 0x01
|
||||
# Block Route disable 0x00
|
||||
AID_BLOCK_ROUTE=0x01
|
||||
|
||||
###############################################################################
|
||||
# Enable or Disable RF_STATUS_UPDATE to EseHal module
|
||||
# Disable 0x00
|
||||
# Enable 0x01
|
||||
RF_STATUS_UPDATE_ENABLE=0x00
|
||||
|
||||
###############################################################################
|
||||
# Timeout value in milliseconds to send response for Felica command received
|
||||
NXP_HCEF_CMD_RSP_TIMEOUT_VALUE=5000
|
||||
###############################################################################
|
||||
# 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}
|
||||
|
||||
###############################################################################
|
||||
#White list of Hosts
|
||||
#This values will be the Hosts(NFCEEs) in the HCI Network.
|
||||
DEVICE_HOST_WHITE_LIST={C0, 02}
|
||||
|
||||
###############################################################################
|
||||
#OffHost UICC route location for MultiSE
|
||||
#UICC1 = 02
|
||||
#UICC2 = 03
|
||||
OFFHOST_ROUTE_UICC={02}
|
||||
|
||||
###############################################################################
|
||||
# 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
|
||||
PRESENCE_CHECK_ALGORITHM=2
|
||||
|
||||
###############################################################################
|
||||
# Extended APDU length for ISO_DEP
|
||||
ISO_DEP_MAX_TRANSCEIVE=0xFEFF
|
||||
|
||||
###############################################################################
|
||||
# Fix Card Emulation issue when power off
|
||||
NXP_CORE_PWR_OFF_AUTONOMOUS_ENABLE=0x01
|
||||
|
||||
###############################################################################
|
||||
BIN
proprietary/vendor/lib/libOmxAacDec.so
vendored
BIN
proprietary/vendor/lib/libOmxAacDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxAlacDec.so
vendored
BIN
proprietary/vendor/lib/libOmxAlacDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxAmrDec.so
vendored
BIN
proprietary/vendor/lib/libOmxAmrDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxAmrwbplusDec.so
vendored
BIN
proprietary/vendor/lib/libOmxAmrwbplusDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxApeDec.so
vendored
BIN
proprietary/vendor/lib/libOmxApeDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxDsdDec.so
vendored
BIN
proprietary/vendor/lib/libOmxDsdDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxEvrcDec.so
vendored
BIN
proprietary/vendor/lib/libOmxEvrcDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxQcelp13Dec.so
vendored
BIN
proprietary/vendor/lib/libOmxQcelp13Dec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxVpp.so
vendored
BIN
proprietary/vendor/lib/libOmxVpp.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxWmaDec.so
vendored
BIN
proprietary/vendor/lib/libOmxWmaDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libdsd2pcm.so
vendored
BIN
proprietary/vendor/lib/libdsd2pcm.so
vendored
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib64/hw/consumerir.sm6150.so
vendored
BIN
proprietary/vendor/lib64/hw/consumerir.sm6150.so
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib64/libVDSuperPhotoAPI.so
vendored
BIN
proprietary/vendor/lib64/libVDSuperPhotoAPI.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libalAILDC.so
vendored
BIN
proprietary/vendor/lib64/libalAILDC.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libalLDC.so
vendored
BIN
proprietary/vendor/lib64/libalLDC.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libalhLDC.so
vendored
BIN
proprietary/vendor/lib64/libalhLDC.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libhvx_interface.so
vendored
BIN
proprietary/vendor/lib64/libhvx_interface.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libmialgo_rfs.so
vendored
BIN
proprietary/vendor/lib64/libmialgo_rfs.so
vendored
Binary file not shown.
Binary file not shown.
425
surya-vendor.mk
425
surya-vendor.mk
@@ -6,13 +6,6 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||
vendor/xiaomi/surya
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/xiaomi/surya/proprietary/system_ext/etc/dpm/dpm.conf:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/dpm/dpm.conf \
|
||||
vendor/xiaomi/surya/proprietary/system_ext/etc/init/dpmd.rc:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/init/dpmd.rc \
|
||||
vendor/xiaomi/surya/proprietary/system_ext/etc/permissions/audiosphere.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/audiosphere.xml \
|
||||
vendor/xiaomi/surya/proprietary/system_ext/etc/permissions/com.qti.dpmframework.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.qti.dpmframework.xml \
|
||||
vendor/xiaomi/surya/proprietary/system_ext/etc/permissions/dpmapi.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/dpmapi.xml \
|
||||
vendor/xiaomi/surya/proprietary/system_ext/etc/permissions/qcrilhook.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/qcrilhook.xml \
|
||||
vendor/xiaomi/surya/proprietary/system_ext/etc/permissions/qti_permissions.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/qti_permissions.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/acdbdata/IDP/IDP_Bluetooth_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/IDP/IDP_Bluetooth_cal.acdb \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/acdbdata/IDP/IDP_Codec_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/IDP/IDP_Codec_cal.acdb \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/acdbdata/IDP/IDP_General_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/IDP/IDP_General_cal.acdb \
|
||||
@@ -66,77 +59,15 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/camera/score_icon.png:$(TARGET_COPY_OUT_VENDOR)/etc/camera/score_icon.png \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/camera/vidhance_calibration:$(TARGET_COPY_OUT_VENDOR)/etc/camera/vidhance_calibration \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/camera/watermark_font_2300_3199.dat:$(TARGET_COPY_OUT_VENDOR)/etc/camera/watermark_font_2300_3199.dat \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/mwqem.conf:$(TARGET_COPY_OUT_VENDOR)/etc/cne/mwqem.conf \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/profileMwqem.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/profileMwqem.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile1.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile2.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile3.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile4.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile4.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile5.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile5.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile6.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile6.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile1.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile15.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile15.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile16.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile16.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile17.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile17.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile18.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile18.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile19.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile19.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile2.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile20.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile20.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile21.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile21.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile3.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile32.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile32.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile4.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile4.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile5.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile5.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile6.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile6.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/ROW/ROW_profile7.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ROW/ROW_profile7.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/VZW/VZW_profile1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/VZW/VZW_profile1.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/VZW/VZW_profile2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/VZW/VZW_profile2.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/VZW/VZW_profile3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/VZW/VZW_profile3.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/VZW/VZW_profile4.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/VZW/VZW_profile4.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/VZW/VZW_profile5.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/VZW/VZW_profile5.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/cne/wqeclient/VZW/VZW_profile6.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/VZW/VZW_profile6.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/configstore/vpp.configstore.xml:$(TARGET_COPY_OUT_VENDOR)/etc/configstore/vpp.configstore.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/data/dsi_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/dsi_config.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/data/netmgr_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/netmgr_config.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/gpfspath_oem_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gpfspath_oem_config.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/hdr_config.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/hdr_config.cfg \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/android.hardware.bluetooth@1.0-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.bluetooth@1.0-service-qti.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/android.hardware.drm@1.3-service.widevine.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.drm@1.3-service.widevine.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/android.hardware.keymaster@4.0-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.keymaster@4.0-service-qti.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/cnd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/cnd.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/dataadpl.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dataadpl.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/dataqti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dataqti.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/dpmQmiMgr.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dpmQmiMgr.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/ims_rtp_daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/ims_rtp_daemon.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/imsdatadaemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/imsdatadaemon.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/imsqmidaemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/imsqmidaemon.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/imsrcsd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/imsrcsd.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/init.batterysecret.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.batterysecret.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/init.time_daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.time_daemon.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/init.vendor.sensors.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.vendor.sensors.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/ipa_fws.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/ipa_fws.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/netmgrd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/netmgrd.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/qcrild.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/qcrild.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/qseecomd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/qseecomd.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vendor.qti.adsprpc-sscrpc-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.adsprpc-sscrpc-service.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vendor.qti.cdsprpc-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.cdsprpc-service.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vendor.qti.hardware.alarm@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.alarm@1.0-service.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vendor.qti.hardware.capabilityconfigstore@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.capabilityconfigstore@1.0-service.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vendor.qti.hardware.dsp@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.dsp@1.0-service.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vendor.qti.hardware.soter@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.soter@1.0-service.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vendor.qti.hardware.tui_comm@1.0-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.tui_comm@1.0-service-qti.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vendor.qti.media.c2@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.media.c2@1.0-service.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vendor.qti.rmt_storage.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.rmt_storage.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vendor.qti.tftp.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.tftp.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vendor.sensors.qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.sensors.qti.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/init/vppservice.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vppservice.rc \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/libnfc-nci.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nci.conf \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/libnfc-nxp-pnscr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp-pnscr.conf \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/libnfc-nxp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/permissions/com.fingerprints.extension.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.fingerprints.extension.xml \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/sdr_config.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/sdr_config.cfg \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/seccomp_policy/codec2.vendor.base.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/codec2.vendor.base.policy \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/seccomp_policy/codec2.vendor.ext.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/codec2.vendor.ext.policy \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/seccomp_policy/imsrtp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/imsrtp.policy \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/seccomp_policy/vendor.qti.hardware.dsp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/vendor.qti.hardware.dsp.policy \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/sensors/config/adux1050_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/adux1050_0.json \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/sensors/config/bmi160_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/bmi160_0.json \
|
||||
vendor/xiaomi/surya/proprietary/vendor/etc/sensors/config/lsm6ds3c_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/lsm6ds3c_0.json \
|
||||
@@ -255,109 +186,35 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/xiaomi/surya/proprietary/vendor/lib64/camera/fdconfigpreview.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/fdconfigpreview.bin \
|
||||
vendor/xiaomi/surya/proprietary/vendor/lib64/camera/fdconfigpreviewlite.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/fdconfigpreviewlite.bin \
|
||||
vendor/xiaomi/surya/proprietary/vendor/lib64/camera/fdconfigvideo.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/fdconfigvideo.bin \
|
||||
vendor/xiaomi/surya/proprietary/vendor/lib64/camera/fdconfigvideolite.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/fdconfigvideolite.bin \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/qcril.db:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/qcril.db \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/upgrade/0_initial.sql:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/upgrade/0_initial.sql \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/upgrade/10_version_update_ecc_table.sql:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/upgrade/10_version_update_ecc_table.sql \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/upgrade/1_version_intro.sql:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/upgrade/1_version_intro.sql \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/upgrade/2_version_add_wps_config.sql:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/upgrade/2_version_add_wps_config.sql \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/upgrade/3_version_update_wps_config.sql:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/upgrade/3_version_update_wps_config.sql \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/upgrade/4_version_update_ecc_table.sql:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/upgrade/4_version_update_ecc_table.sql \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/upgrade/5_version_update_ecc_table.sql:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/upgrade/5_version_update_ecc_table.sql \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/upgrade/6_version_update_ecc_table.sql:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/upgrade/6_version_update_ecc_table.sql \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/upgrade/7_version_update_ecc_table.sql:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/upgrade/7_version_update_ecc_table.sql \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/upgrade/8_version_update_ecc_table.sql:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/upgrade/8_version_update_ecc_table.sql \
|
||||
vendor/xiaomi/surya/proprietary/vendor/radio/qcril_database/upgrade/9_version_update_ecc_table_127531.sql:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/upgrade/9_version_update_ecc_table_127531.sql
|
||||
vendor/xiaomi/surya/proprietary/vendor/lib64/camera/fdconfigvideolite.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/fdconfigvideolite.bin
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
eglSubDriverAndroid \
|
||||
libEGL_adreno \
|
||||
libGLESv1_CM_adreno \
|
||||
libGLESv2_adreno \
|
||||
libq3dtools_adreno \
|
||||
libq3dtools_esx \
|
||||
vulkan.adreno \
|
||||
libC2D2 \
|
||||
libCB \
|
||||
libOpenCL \
|
||||
libacdb-fts \
|
||||
libacdbloader \
|
||||
libacdbrtac \
|
||||
libadiertac \
|
||||
libadreno_utils \
|
||||
libadsp_default_listener \
|
||||
libadsprpc \
|
||||
libaudcal \
|
||||
libaudioalsa \
|
||||
libaudioconfigstore \
|
||||
libaudioparsers \
|
||||
libbatterylistener \
|
||||
libc2d30_bltlib \
|
||||
libcdsp_default_listener \
|
||||
libcdsprpc \
|
||||
libcirrusspkrprot \
|
||||
libcomprcapture \
|
||||
libdiag \
|
||||
libdsutils \
|
||||
libexthwplugin \
|
||||
libgsl \
|
||||
libhdmiedid \
|
||||
libhdmipassthru \
|
||||
libhfp \
|
||||
libidl \
|
||||
libllvm-glnext \
|
||||
libllvm-qcom \
|
||||
libmdmdetect \
|
||||
libmmosal \
|
||||
libqmi \
|
||||
libqmi_cci \
|
||||
libqmi_client_helper \
|
||||
libqmi_client_qmux \
|
||||
libqmi_common_so \
|
||||
libqmi_csi \
|
||||
libqmi_encdec \
|
||||
libqmiservices \
|
||||
libqtigef \
|
||||
libsndmonitor \
|
||||
libspkrprot \
|
||||
libssrec \
|
||||
libvpphvx \
|
||||
libvpplibrary \
|
||||
libasphere \
|
||||
vendor.qti.hardware.dsp@1.0 \
|
||||
vendor.qti.hardware.tui_comm@1.0 \
|
||||
vendor.qti.hardware.vpp@1.1 \
|
||||
vendor.qti.hardware.vpp@1.2 \
|
||||
vendor.qti.hardware.vpp@1.3 \
|
||||
btaudio_offload_if \
|
||||
audio.primary.sm6150 \
|
||||
sound_trigger.primary.sm6150 \
|
||||
vendor.qti.hardware.bluetooth_audio@2.1-impl \
|
||||
libOmxAacDec \
|
||||
libOmxAlacDec \
|
||||
libOmxAmrDec \
|
||||
libOmxAmrwbplusDec \
|
||||
libOmxApeDec \
|
||||
libOmxDsdDec \
|
||||
libOmxEvrcDec \
|
||||
libOmxQcelp13Dec \
|
||||
libOmxVpp \
|
||||
libOmxWmaDec \
|
||||
liba2dpoffload \
|
||||
libadm \
|
||||
libadpcmdec \
|
||||
libaudio_log_utils \
|
||||
libbluetooth_audio_session_qti \
|
||||
libbluetooth_audio_session_qti_2_1 \
|
||||
libdrc \
|
||||
libdsd2pcm \
|
||||
libmulawdec \
|
||||
libqcodec2 \
|
||||
libsmwrapper \
|
||||
libsurround_3mic_proc \
|
||||
libvppclient \
|
||||
libshoebox \
|
||||
android.hardware.camera.provider@2.4-legacy \
|
||||
com.qti.sensor.ofilm_hi259 \
|
||||
com.qti.sensor.ofilm_imx682 \
|
||||
com.qti.sensor.ofilm_ov02b1b \
|
||||
@@ -432,51 +289,13 @@ PRODUCT_PACKAGES += \
|
||||
com.xiaomi.node.misegment \
|
||||
libdepthmapwrapper \
|
||||
libmmcamera_cac3 \
|
||||
com.qualcomm.qti.dpm.api@1.0_vendor \
|
||||
com.qualcomm.qti.imscmservice@2.0 \
|
||||
com.qualcomm.qti.imscmservice@2.1 \
|
||||
com.qualcomm.qti.imscmservice@2.2 \
|
||||
com.qualcomm.qti.uceservice@2.0 \
|
||||
com.qualcomm.qti.uceservice@2.1 \
|
||||
com.qualcomm.qti.uceservice@2.2 \
|
||||
com.qualcomm.qti.uceservice@2.3 \
|
||||
deviceInfoServiceModule \
|
||||
android.hardware.bluetooth@1.0-impl-qti \
|
||||
android.hardware.gatekeeper@1.0-impl-qti \
|
||||
camera.qcom \
|
||||
com.dsi.ant@1.0-impl \
|
||||
com.qti.chi.override \
|
||||
consumerir.sm6150 \
|
||||
fingerprint.fpc.sm6150 \
|
||||
fingerprint.goodix.sm6150 \
|
||||
vendor.qti.gnss@4.0-impl \
|
||||
vendor.qti.hardware.alarm@1.0-impl \
|
||||
vendor.qti.hardware.bluetooth_sar@1.1-impl \
|
||||
vendor.qti.hardware.btconfigstore@1.0-impl \
|
||||
vendor.qti.hardware.btconfigstore@2.0-impl \
|
||||
vendor.qti.hardware.capabilityconfigstore@1.0-impl \
|
||||
vendor.qti.hardware.fm@1.0-impl \
|
||||
vendor.qti.hardware.soter@1.0-impl \
|
||||
lib-imscmservice \
|
||||
lib-imsdpl \
|
||||
lib-imsqimf \
|
||||
lib-imsrcs-v2 \
|
||||
lib-imsrcsbaseimpl \
|
||||
lib-imsvtcore \
|
||||
lib-imsxml \
|
||||
lib-rcsconfig \
|
||||
lib-rtpcommon \
|
||||
lib-rtpcore \
|
||||
lib-rtpsl \
|
||||
lib-siputility \
|
||||
lib-uceservice \
|
||||
libFaceGrade \
|
||||
libGPreqcancel \
|
||||
libGPreqcancel_svc \
|
||||
libHalSuperSensorServer \
|
||||
libQSEEComAPI \
|
||||
libSNPE \
|
||||
libStDrvInt \
|
||||
libSuperSensor \
|
||||
libSuperSensorCPU \
|
||||
libVDClearShot \
|
||||
@@ -503,9 +322,7 @@ PRODUCT_PACKAGES += \
|
||||
libarcsoft_preview_deflicker \
|
||||
libarcsoft_supernight \
|
||||
libbeauty_face_interface \
|
||||
libbtnv \
|
||||
libc++_shared \
|
||||
libcacertclient \
|
||||
libcamera_dirty \
|
||||
libcamera_nn_stub \
|
||||
libcamera_scene \
|
||||
@@ -515,44 +332,14 @@ PRODUCT_PACKAGES += \
|
||||
libcamxstatscore \
|
||||
libcamxswprocessalgo \
|
||||
libcamxtintlessalgo \
|
||||
libcdfw \
|
||||
libcdfw_remote_api \
|
||||
libcne \
|
||||
libcneapiclient \
|
||||
libcneoplookup \
|
||||
libcom.qti.chinodeutils \
|
||||
libconfigdb \
|
||||
libcpion \
|
||||
libdataitems \
|
||||
libdisplayqos \
|
||||
libdng_sdk2vendor \
|
||||
libdpmqmihal \
|
||||
libdrmfs \
|
||||
libdrmtime \
|
||||
libdsi_netctrl \
|
||||
libflaw \
|
||||
libft2vendor \
|
||||
libgdtap \
|
||||
libgf_ca \
|
||||
libgf_hal \
|
||||
libgoodixhwfingerprint \
|
||||
libhdcpsrm \
|
||||
libhdr_tm \
|
||||
libhvx_interface \
|
||||
libizat_client_api \
|
||||
libizat_core \
|
||||
libjnihelper \
|
||||
libkeymasterdeviceutils \
|
||||
libkeymasterutils \
|
||||
liblbs_core \
|
||||
libloc_api_v02 \
|
||||
libloc_socket \
|
||||
liblocationservice \
|
||||
liblocationservice_glue \
|
||||
liblowi_client \
|
||||
liblowi_wifihal \
|
||||
liblqe \
|
||||
libmdsprpc \
|
||||
libmiStereoFactoryRemapLib \
|
||||
libmiai_portraitsupernight \
|
||||
libmiai_supernight \
|
||||
@@ -563,49 +350,12 @@ PRODUCT_PACKAGES += \
|
||||
libmialgo_utils \
|
||||
libmialgoengine \
|
||||
libmibokeh_712 \
|
||||
libminkdescriptor \
|
||||
libminksocket \
|
||||
libmpbase \
|
||||
libnetmgr \
|
||||
libnetmgr_common \
|
||||
libnetmgr_nr_fusion \
|
||||
libnetmgr_rmnet_ext \
|
||||
libnlnetmgr \
|
||||
liboemcrypto \
|
||||
libops \
|
||||
libpdmapper \
|
||||
libpdnotifier \
|
||||
libperipheral_client \
|
||||
libpn553_fw \
|
||||
libqcbor \
|
||||
libqcc_file_agent \
|
||||
libqcmaputils \
|
||||
libqcrilFramework \
|
||||
libqcrildatactl \
|
||||
libqdi \
|
||||
libqdp \
|
||||
libqisl \
|
||||
libqrtr \
|
||||
libqseed3 \
|
||||
libqsocket \
|
||||
libqtikeymaster4 \
|
||||
librcc \
|
||||
libremosaic_wrapper \
|
||||
libremosaiclib \
|
||||
libril-qc-hal-qmi \
|
||||
libril-qc-logger \
|
||||
librilqmiservices \
|
||||
librpmb \
|
||||
libsdedrm \
|
||||
libsdk_sr \
|
||||
libsdm-color \
|
||||
libsdm-colormgr-algo \
|
||||
libsdm-diag \
|
||||
libsdm-disp-vndapis \
|
||||
libsdmextension \
|
||||
libsdsprpc \
|
||||
libsecureui \
|
||||
libsecureui_svcsock \
|
||||
libsensorslog \
|
||||
libsns_device_mode_stub \
|
||||
libsns_fastRPC_util \
|
||||
@@ -613,110 +363,21 @@ PRODUCT_PACKAGES += \
|
||||
libsns_registry_skel \
|
||||
libsnsapi \
|
||||
libsnsdiaglog \
|
||||
libsoc_helper \
|
||||
libssc \
|
||||
libssc_default_listener \
|
||||
libssd \
|
||||
libst_sr_models \
|
||||
libswregistrationalgo \
|
||||
libsymphony-cpu \
|
||||
libsystem_health_mon \
|
||||
libthermalclient \
|
||||
libthermalfeature \
|
||||
libtime_genoff \
|
||||
libtinyxml2_1 \
|
||||
libtriplecam_optical_zoom_control \
|
||||
libtriplecam_video_optical_zoom \
|
||||
libtrustedapploader \
|
||||
libvideofilter_only \
|
||||
libvidhance \
|
||||
libwms \
|
||||
libwqe \
|
||||
libwvhidl \
|
||||
libxmi_high_dynamic_range \
|
||||
libxml \
|
||||
libxml2_vendor \
|
||||
libxtadapter \
|
||||
libwvdrmengine \
|
||||
qcrild_librilutils \
|
||||
qtibus \
|
||||
qtimutex \
|
||||
sensors.ssc \
|
||||
vendor.qti.data.factory@2.0 \
|
||||
vendor.qti.data.factory@2.1 \
|
||||
vendor.qti.data.factory@2.2 \
|
||||
vendor.qti.data.factory@2.3 \
|
||||
vendor.qti.data.mwqem@1.0 \
|
||||
vendor.qti.data.slm@1.0 \
|
||||
vendor.qti.gnss@1.0 \
|
||||
vendor.qti.gnss@1.1 \
|
||||
vendor.qti.gnss@1.2 \
|
||||
vendor.qti.gnss@2.0 \
|
||||
vendor.qti.gnss@2.1 \
|
||||
vendor.qti.gnss@3.0 \
|
||||
vendor.qti.gnss@4.0-service \
|
||||
vendor.qti.gnss@4.0 \
|
||||
vendor.qti.hardware.alarm@1.0 \
|
||||
vendor.qti.hardware.bluetooth_sar@1.0 \
|
||||
vendor.qti.hardware.bluetooth_sar@1.1 \
|
||||
vendor.qti.hardware.cacert@1.0 \
|
||||
vendor.qti.hardware.camera.device@3.5 \
|
||||
vendor.qti.hardware.data.cne.internal.api@1.0 \
|
||||
vendor.qti.hardware.data.cne.internal.constants@1.0 \
|
||||
vendor.qti.hardware.data.cne.internal.server@1.0 \
|
||||
vendor.qti.hardware.data.connection@1.0 \
|
||||
vendor.qti.hardware.data.connection@1.1 \
|
||||
vendor.qti.hardware.data.dynamicdds@1.0 \
|
||||
vendor.qti.hardware.data.iwlan@1.0 \
|
||||
vendor.qti.hardware.data.latency@1.0 \
|
||||
vendor.qti.hardware.data.lce@1.0 \
|
||||
vendor.qti.hardware.data.qmi@1.0 \
|
||||
vendor.qti.hardware.fingerprint@1.0 \
|
||||
vendor.qti.hardware.fm@1.0_vendor \
|
||||
vendor.qti.hardware.mwqemadapter@1.0 \
|
||||
vendor.qti.hardware.qccsyshal@1.0 \
|
||||
vendor.qti.hardware.radio.am@1.0 \
|
||||
vendor.qti.hardware.radio.ims@1.0 \
|
||||
vendor.qti.hardware.radio.ims@1.1 \
|
||||
vendor.qti.hardware.radio.ims@1.2 \
|
||||
vendor.qti.hardware.radio.ims@1.3 \
|
||||
vendor.qti.hardware.radio.ims@1.4 \
|
||||
vendor.qti.hardware.radio.ims@1.5 \
|
||||
vendor.qti.hardware.radio.ims@1.6 \
|
||||
vendor.qti.hardware.radio.ims@1.7 \
|
||||
vendor.qti.hardware.radio.internal.deviceinfo@1.0 \
|
||||
vendor.qti.hardware.radio.lpa@1.0 \
|
||||
vendor.qti.hardware.radio.lpa@1.1 \
|
||||
vendor.qti.hardware.radio.lpa@1.2 \
|
||||
vendor.qti.hardware.radio.qcrilhook@1.0 \
|
||||
vendor.qti.hardware.radio.qtiradio@1.0 \
|
||||
vendor.qti.hardware.radio.qtiradio@2.0 \
|
||||
vendor.qti.hardware.radio.qtiradio@2.1 \
|
||||
vendor.qti.hardware.radio.qtiradio@2.2 \
|
||||
vendor.qti.hardware.radio.qtiradio@2.3 \
|
||||
vendor.qti.hardware.radio.qtiradio@2.4 \
|
||||
vendor.qti.hardware.radio.qtiradio@2.5 \
|
||||
vendor.qti.hardware.radio.qtiradio@2.6 \
|
||||
vendor.qti.hardware.radio.uim@1.0 \
|
||||
vendor.qti.hardware.radio.uim@1.1 \
|
||||
vendor.qti.hardware.radio.uim@1.2 \
|
||||
vendor.qti.hardware.radio.uim_remote_client@1.0 \
|
||||
vendor.qti.hardware.radio.uim_remote_client@1.1 \
|
||||
vendor.qti.hardware.radio.uim_remote_client@1.2 \
|
||||
vendor.qti.hardware.radio.uim_remote_server@1.0 \
|
||||
vendor.qti.hardware.soter@1.0 \
|
||||
vendor.qti.ims.callcapability@1.0 \
|
||||
vendor.qti.ims.callinfo@1.0 \
|
||||
vendor.qti.ims.factory@1.0 \
|
||||
vendor.qti.ims.factory@1.1 \
|
||||
vendor.qti.ims.rcsconfig@1.0 \
|
||||
vendor.qti.ims.rcsconfig@1.1 \
|
||||
vendor.qti.ims.rcsconfig@2.0 \
|
||||
vendor.qti.ims.rcsconfig@2.1 \
|
||||
vendor.qti.imsrtpservice@3.0-service-Impl \
|
||||
vendor.qti.imsrtpservice@3.0_vendor \
|
||||
vendor.qti.latency@2.0 \
|
||||
vendor.qti.latency@2.1 \
|
||||
capi_v2_aptX_CLHDADV_Encoder \
|
||||
capi_v2_aptX_CLHDAD_Speech_Decoder \
|
||||
capi_v2_aptX_Classic \
|
||||
@@ -746,85 +407,9 @@ PRODUCT_PACKAGES += \
|
||||
misound_res \
|
||||
tas25xx_TI_0 \
|
||||
tas25xx_TI_1 \
|
||||
com.qualcomm.qti.dpm.api@1.0 \
|
||||
fm_helium \
|
||||
lib-imsvideocodec \
|
||||
lib-imsvt \
|
||||
lib-imsvtextutils \
|
||||
lib-imsvtutils \
|
||||
libdiag_system \
|
||||
libdpmctmgr \
|
||||
libdpmfdmgr \
|
||||
libdpmframework \
|
||||
libdpmtcm \
|
||||
libfm-hci \
|
||||
libimscamera_jni \
|
||||
libimsmedia_jni \
|
||||
vendor.qti.diaghal@1.0 \
|
||||
vendor.qti.hardware.fm@1.0 \
|
||||
vendor.qti.imsrtpservice@3.0 \
|
||||
CACertService \
|
||||
CneApp \
|
||||
IWlanService \
|
||||
SoterService \
|
||||
TimeService \
|
||||
PowerOffAlarm \
|
||||
QtiTelephonyService \
|
||||
dpmserviceapp \
|
||||
ims \
|
||||
qcrilmsgtunnel \
|
||||
tcmclient \
|
||||
com.fingerprints.extension \
|
||||
audiosphere \
|
||||
com.qti.dpmframework \
|
||||
dpmapi \
|
||||
qcrilhook \
|
||||
qti-telephony-common \
|
||||
manifest_android.hardware.drm@1.3-service.widevine.xml \
|
||||
vendor.qti.gnss@4.0-service.xml \
|
||||
adpl \
|
||||
adsprpcd \
|
||||
batterysecret \
|
||||
cdsprpcd \
|
||||
cnd \
|
||||
cnss-daemon \
|
||||
dpmQmiMgr \
|
||||
dspservice \
|
||||
hvdcp_opti \
|
||||
android.hardware.bluetooth@1.0-service-qti \
|
||||
android.hardware.drm@1.3-service.widevine \
|
||||
android.hardware.gatekeeper@1.0-service-qti \
|
||||
android.hardware.keymaster@4.0-service-qti \
|
||||
qcrild \
|
||||
vendor.qti.hardware.alarm@1.0-service \
|
||||
vendor.qti.hardware.capabilityconfigstore@1.0-service \
|
||||
vendor.qti.hardware.soter@1.0-service \
|
||||
vendor.qti.hardware.tui_comm@1.0-service-qti \
|
||||
vendor.qti.media.c2@1.0-service \
|
||||
ims_rtp_daemon \
|
||||
imsdatadaemon \
|
||||
imsqmidaemon \
|
||||
imsrcsd \
|
||||
init.qcom.sensors \
|
||||
irsc_util \
|
||||
loc_launcher \
|
||||
lowi-server \
|
||||
mi_thermald \
|
||||
msm_irqbalance \
|
||||
netmgrd \
|
||||
pd-mapper \
|
||||
pm-proxy \
|
||||
pm-service \
|
||||
power_off_alarm \
|
||||
qrtr-ns \
|
||||
qseecomd \
|
||||
qti \
|
||||
rmt_storage \
|
||||
sensors.qti \
|
||||
slim_daemon \
|
||||
tftp_server \
|
||||
time_daemon \
|
||||
vibrator_calibration \
|
||||
vppservice \
|
||||
xtra-daemon \
|
||||
dpmd
|
||||
vibrator_calibration
|
||||
|
||||
Reference in New Issue
Block a user