Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
:>æ=qŽ@FpF²xŽ@gßö½ÒŠ™@ïnH’“@œ9¿ª*7´¿ˆP[³u€¿*?œjã9ö¾ˆ‚œ,%¿ÎÏêV�?NXUf«
|
||||
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
{"id":"b6h1MNqMYatH0rWnbq7ORVMaATVvfaYq","version":"4.2","expires":"never","features":["ICY3KDUkIjIoNg","NjcgISgvKDkkMQ"],"signature":"5E055DFC82D405DE1734C2870F9433F9C9979EA4F031589EB9C69BC04F6F589471D22291305BE80F727EFD057C19DFFA97FB200440A9D8D6EE05444F613A89A4AF0207E7FF219DB84C084423F089706D185E04F2EC2E1A657A65E5BED2268B3C6DB738E6C24952E963AC6802F5F3CB3803EFD03A33962070229500AC0CDD350693E1A3F14D0036ADFAF52DE4B8B2CB5E4A66560C3645A56BBD2278990329B679ED1EC643B979750306A7843FEFDCC13C2825CFEF83F84489E33D762AEF73B099A458AF59FE549D65F0904299711F51560D2C8C5D7657771F29F64124C13EC02C49EC2D951A0CC9B39DD9A2FA8112BD104A21DC60BF9D589E9CD273AD142508E2"}
|
||||
Binary file not shown.
+7
@@ -0,0 +1,7 @@
|
||||
service ets_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service-ets
|
||||
# "class hal" causes a race condition on some devices due to files created
|
||||
# in /data. As a workaround, postpone startup until later in boot once
|
||||
# /data is mounted.
|
||||
class late_start
|
||||
user system
|
||||
group system input uhid
|
||||
@@ -0,0 +1,5 @@
|
||||
service vendor.mot.camera.desktop-hal-2-0 /vendor/bin/hw/motorola.hardware.camera.desktop@2.0-service
|
||||
class hal
|
||||
user system
|
||||
group system input uhid
|
||||
priority -10
|
||||
+93
@@ -0,0 +1,93 @@
|
||||
########################## Start of libnfc-nci.conf ###########################
|
||||
###############################################################################
|
||||
# Application options
|
||||
NFC_DEBUG_ENABLED=0
|
||||
|
||||
###############################################################################
|
||||
# File used for NFA storage
|
||||
NFA_STORAGE="/data/nfc"
|
||||
PRESERVE_STORAGE=0x01
|
||||
|
||||
# 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_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_ACTIVE 0x40 /* NFC Technology Active */
|
||||
POLLING_TECH_MASK=0x6F
|
||||
|
||||
###############################################################################
|
||||
# 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_ACTIVE
|
||||
#
|
||||
# Notable bits:
|
||||
# NFA_TECHNOLOGY_MASK_A 0x01 /* NFC Technology A */
|
||||
# NFA_TECHNOLOGY_MASK_F 0x04 /* NFC Technology F */
|
||||
# NFA_TECHNOLOGY_MASK_ACTIVE 0x40 /* NFC Technology Active */
|
||||
P2P_LISTEN_TECH_MASK=0x44
|
||||
|
||||
UICC_LISTEN_TECH_MASK=0x07
|
||||
|
||||
HOST_LISTEN_TECH_MASK=0x07
|
||||
|
||||
|
||||
#NFA_DM_CFG
|
||||
|
||||
###############################################################################
|
||||
# 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
|
||||
###############################################################################
|
||||
|
||||
###############################################################################
|
||||
# Override the stack default for NFA_EE_MAX_EE_SUPPORTED set in nfc_target.h.
|
||||
# The value is set assumeing discovery of 0x00(Host), 0xC0(Ese) and 0x80(UICC).
|
||||
# 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
|
||||
NFA_MAX_EE_SUPPORTED=3
|
||||
|
||||
###############################################################################
|
||||
# Default poll duration (in ms)
|
||||
# The defualt is 500ms if not set (see nfc_target.h)
|
||||
NFA_DM_DISC_DURATION_POLL=800
|
||||
|
||||
#POLL_FREQUENCY
|
||||
|
||||
NFA_AID_BLOCK_ROUTE=1
|
||||
|
||||
#AID_FOR_EMPTY_SELECT
|
||||
|
||||
###############################################################################
|
||||
# Enable/Disable Block Route feature.
|
||||
# Block Route will restrict routing to first matched rule
|
||||
# Block Route enable 0x01
|
||||
# Block Route disable 0x00
|
||||
#NFA_BLOCK_ROUTE=0x00
|
||||
|
||||
###############################################################################
|
||||
# AID_MATCHING constants
|
||||
# AID_MATCHING_EXACT_ONLY 0x00
|
||||
# AID_MATCHING_EXACT_OR_PREFIX 0x01
|
||||
# AID_MATCHING_PREFIX_ONLY 0x02
|
||||
# AID_MATCHING_EXACT_OR_SUBSET_OR_PREFIX 0x03
|
||||
AID_MATCHING_MODE=0
|
||||
|
||||
###############################################################################
|
||||
# AID Route power state for OffHost
|
||||
OFFHOST_AID_ROUTE_PWR_STATE=0x3B
|
||||
###############################################################################
|
||||
|
||||
LEGACY_MIFARE_READER=1
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
#Target: SN4V
|
||||
#MOTO: bangkk V1 20230314
|
||||
|
||||
#Vendor common
|
||||
NFA_POLL_BAIL_OUT_MODE=0
|
||||
PRESENCE_CHECK_ALGORITHM=5
|
||||
NFA_PROPRIETARY_CFG={00, 81, 82, 80, 8A, 80, 70, 74, F4}
|
||||
|
||||
DEFAULT_OFFHOST_ROUTE=0x83
|
||||
OFFHOST_ROUTE_ESE={82}
|
||||
OFFHOST_ROUTE_UICC={83}
|
||||
DEFAULT_NFCF_ROUTE=0x83
|
||||
|
||||
DEFAULT_SYS_CODE={FE:FF}
|
||||
DEFAULT_ROUTE=0x83
|
||||
OFF_HOST_SIM_PIPE_ID=0x09
|
||||
OFF_HOST_ESE_PIPE_ID=0x1b
|
||||
ISO_DEP_MAX_TRANSCEIVE=0xFEFF
|
||||
DEFAULT_ISODEP_ROUTE=0x83
|
||||
|
||||
#LSI
|
||||
DEFAULT_SIMSLOT=1
|
||||
FW_CFG_CLK_SPEED=0x11
|
||||
FW_BASE_ADDRESS=0x2000
|
||||
WAKEUP_DELAY=20
|
||||
FW_DIR_PATH="/vendor/firmware/"
|
||||
FW_FILE_NAME="sec_s3nrn4v_firmware.bin"
|
||||
RF_HW_DIR_PATH="/vendor/etc/"
|
||||
RF_HW_FILE_NAME="sec_s3nrn4v_hwreg.bin"
|
||||
RF_SW_DIR_PATH="/vendor/etc/"
|
||||
RF_SW_FILE_NAME="sec_s3nrn4v_swreg.bin"
|
||||
POWER_DRIVER="/dev/sec-nfc"
|
||||
TRANS_DRIVER="/dev/sec-nfc"
|
||||
TRACE_LEVEL=0
|
||||
DATA_TRACE=0
|
||||
SLEEP_TIMEOUT=1000
|
||||
FW_UPDATE_MODE=0
|
||||
|
||||
# Cold reset
|
||||
ESE_DELAY=0x7D0
|
||||
CP_TRIGGER_TYPE=1
|
||||
CP_DEFAULT_TYPE=1
|
||||
COLDRESET_SUPPORT=1
|
||||
AP_COLDRESET_ENABLE=1
|
||||
CP_COLDRESET_ENABLE=1
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
~ Copyright (C) 2023 Motorola Mobility LLC,
|
||||
~ All Rights Reserved.
|
||||
~ Motorola Mobility Confidential Restricted.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="com.motorola.camera3.bangkk" />
|
||||
</permissions>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
~ Copyright (C) 2019 Motorola Mobility LLC,
|
||||
~ All Rights Reserved.
|
||||
~ Motorola Mobility Confidential Restricted.
|
||||
-->
|
||||
<permissions>
|
||||
<feature name="com.motorola.camera3.content.ai" />
|
||||
</permissions>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
~ Copyright (C) 2013-2020 Motorola Mobility LLC,
|
||||
~ All Rights Reserved.
|
||||
~ Motorola Mobility Confidential Restricted.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="com.google.lens.feature.CAMERA_INTEGRATION" />
|
||||
</permissions>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
~ Copyright (C) 2013-2020 Motorola Mobility LLC,
|
||||
~ All Rights Reserved.
|
||||
~ Motorola Mobility Confidential Restricted.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
<feature name="com.motorola.camera3" />
|
||||
</permissions>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"hw_platform": ["HDK", "MTP", "Dragon", "Surf", "IDP"],
|
||||
"soc_id": ["361", "339", "365", "454", "507"]
|
||||
},
|
||||
"mot_camgest":{
|
||||
"owner": "mot_camgest",
|
||||
".params":{
|
||||
"owner": "mot_camgest",
|
||||
"y_orient_down_thres":{ "type": "flt", "ver": "0",
|
||||
"data": "-4.25"
|
||||
},
|
||||
"y_orient_up_thres":{ "type": "flt", "ver": "0",
|
||||
"data": "4.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "340", "347", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400",
|
||||
"407", "417", "440", "415", "439", "416", "437", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "455", "456", "454",
|
||||
"450", "476", "467", "468", "469", "470", "473", "474", "501", "502", "475", "496", "497", "498", "515", "507", "518", "523", "524", "575",
|
||||
"576", "561", "562", "548", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_amd": {
|
||||
"owner": "sns_amd",
|
||||
"param1": {"ver": "0","type": "flt","data": "0.06"
|
||||
},
|
||||
"param2": {"ver": "0","type": "flt","data": "0.5"
|
||||
},
|
||||
"sample_rate": {"ver": "0","type": "flt", "data": "10.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "QRD", "HDK"],
|
||||
"soc_id": ["339", "340", "361", "415", "439", "456", "501", "502"]
|
||||
},
|
||||
"sns_amd": {
|
||||
"owner": "sns_amd",
|
||||
"enabled": {"ver": "0","type": "int", "data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "347", "341", "355", "360", "365", "366", "393", "394", "400", "407", "417", "440",
|
||||
"416", "437", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "454", "450", "476", "467", "468", "469", "470",
|
||||
"473", "474", "475", "497", "498", "515", "507", "518", "523", "524", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_amd": {
|
||||
"owner": "sns_amd",
|
||||
"enabled": {"ver": "0","type": "int", "data": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"config":{
|
||||
},
|
||||
"sns_aont": {
|
||||
"owner": "sns_aont",
|
||||
"aont_enable":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417","440",
|
||||
"415", "439", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454", "450", "476", "467", "468", "469", "470", "473",
|
||||
"474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_basic_gestures": {
|
||||
"owner": "sns_basic_gestures",
|
||||
"sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "30.0"
|
||||
},
|
||||
"push_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "14.7178"
|
||||
},
|
||||
"pull_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "14.7178"
|
||||
},
|
||||
"shake_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "14.7178"
|
||||
},
|
||||
"sleep": { "type": "flt", "ver": "0",
|
||||
"data": "0.3"
|
||||
},
|
||||
"param1": { "type": "flt", "ver": "0",
|
||||
"data": "0.1"
|
||||
},
|
||||
"param2": { "type": "flt", "ver": "0",
|
||||
"data": "4.9059"
|
||||
},
|
||||
"param3": { "type": "flt", "ver": "0",
|
||||
"data": "0.1"
|
||||
},
|
||||
"param4": { "type": "flt", "ver": "0",
|
||||
"data": "0.2618"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"415", "439", "440", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "450", "476", "467", "468", "469", "470",
|
||||
"473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_bring_to_ear": {
|
||||
"owner": "sns_bring_to_ear",
|
||||
"sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "30.0"
|
||||
},
|
||||
"facing_angle_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "1.1345"
|
||||
},
|
||||
"horiz_angle_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "0.3491"
|
||||
},
|
||||
"vert_angle_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "0.3491"
|
||||
},
|
||||
"proximity_enable": { "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"param1": { "type": "flt", "ver": "0",
|
||||
"data": "2.943"
|
||||
},
|
||||
"param2": { "type": "flt", "ver": "0",
|
||||
"data": "0.2"
|
||||
},
|
||||
"param3": { "type": "flt", "ver": "0",
|
||||
"data": "0.2618"
|
||||
},
|
||||
"param4": {"type": "flt", "ver": "0",
|
||||
"data": "0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
+150
@@ -0,0 +1,150 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP","QRD","Dragon","Surf", "HDK"],
|
||||
"soc_id": ["339", "340", "356", "361", "415", "439", "456", "501", "502"]
|
||||
},
|
||||
"ccd_amd": {
|
||||
"owner": "sns_ccd",
|
||||
"h2": { "ver": "0","type": "int",
|
||||
"data": "50"},
|
||||
"disable_flush_only": { "ver": "0","type": "int",
|
||||
"data": "0"}
|
||||
},
|
||||
"ccd_ttw": {
|
||||
"owner": "sns_ccd",
|
||||
"te0_ratecfg": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_xmd_win_len_samp": { "ver": "0","type": "int",
|
||||
"data": "0x4" },
|
||||
"te0_xmd_threshhold1": { "ver": "0","type": "int",
|
||||
"data": "0x4B00" },
|
||||
"te0_xmd_threshhold2": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_xmd_hysteresis1": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_xmd_hysteresis2": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_tilt_win_sum_shift": { "ver": "0","type": "int",
|
||||
"data": "0x2" },
|
||||
"te0_tr_win_len_samples": { "ver": "0","type": "int",
|
||||
"data": "0xD" },
|
||||
"te0_tr_angle_cosine_sq": { "ver": "0","type": "int",
|
||||
"data": "0x327" },
|
||||
"te0_tr_decimate_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_tr_hysteresis": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_dt_angle_cosine_sq": { "ver": "0","type": "int",
|
||||
"data": "0x2D0" },
|
||||
"te0_dt_ref_gravity_latch": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori0_x_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x1DED" },
|
||||
"te0_ori0_x_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0x0213" },
|
||||
"te0_ori0_y_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x1B1D" },
|
||||
"te0_ori0_y_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0x04E3" },
|
||||
"te0_ori0_z_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x1B44" },
|
||||
"te0_ori0_z_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0x4D5" },
|
||||
"te0_ori0_x_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_x_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_y_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_y_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_z_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_z_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_delay": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_x_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x1C88" },
|
||||
"te0_ori1_x_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0x377" },
|
||||
"te0_ori1_y_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_y_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0xF00" },
|
||||
"te0_ori1_z_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_z_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0xA00" },
|
||||
"te0_ori1_x_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_x_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_y_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_y_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_z_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_z_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_delay": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_xmd_cfg1_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd0_xmd_cfg2_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_tr_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd0_ori0_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd0_xmd_cfg1_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_xmd_cfg2_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_tr_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_ori_cfg1_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_xmd_cfg1_inv": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd0_xmd_cfg2_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_tr_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_ori0_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_delay": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_output_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_xmd_cfg1_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_xmd_cfg2_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_tr_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd1_ori1_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd1_xmd_cfg1_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_xmd_cfg2_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_tr_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_ori_cfg1_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_xmd_cfg1_inv": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd1_xmd_cfg2_inv": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd1_tr_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_ori1_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_delay": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_output_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP","QRD","Dragon","Surf", "HDK"],
|
||||
"soc_id": ["339", "340", "361"]
|
||||
},
|
||||
"ccd_walk": {
|
||||
"owner": "sns_ccd",
|
||||
"xct": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"mls": { "ver": "0","type": "int",
|
||||
"data": "0x6" },
|
||||
"mps": { "ver": "0","type": "int",
|
||||
"data": "0x4" },
|
||||
"hmps": { "ver": "0","type": "int",
|
||||
"data": "0x4" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Surf", "RCM", "QRD", "HDK"],
|
||||
"soc_id": ["415", "439", "456", "501", "502"]
|
||||
},
|
||||
"ccd_walk": {
|
||||
"owner": "sns_ccd",
|
||||
"xct": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"mls": { "ver": "0","type": "int",
|
||||
"data": "0x6" },
|
||||
"mps": { "ver": "0","type": "int",
|
||||
"data": "0x4" },
|
||||
"hmps": { "ver": "0","type": "int",
|
||||
"data": "0x4" },
|
||||
"hwln1": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"mwln3": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"hpe0": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"lcb0": { "ver": "0","type": "int",
|
||||
"data": "0xD17E" },
|
||||
"lcb1": { "ver": "0","type": "int",
|
||||
"data": "0x0889" },
|
||||
"lcb2": { "ver": "0","type": "int",
|
||||
"data": "0x16C7" },
|
||||
"lcb3": { "ver": "0","type": "int",
|
||||
"data": "0x0106" },
|
||||
"lcb4": { "ver": "0","type": "int",
|
||||
"data": "0x0324" },
|
||||
"lcb5": { "ver": "0","type": "int",
|
||||
"data": "0x3850" },
|
||||
"lcb6": { "ver": "0","type": "int",
|
||||
"data": "0xfffede4b" },
|
||||
"ltt": { "ver": "0","type": "int",
|
||||
"data": "0xFC9C" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Surf", "RCM", "QRD"],
|
||||
"soc_id": ["356"]
|
||||
},
|
||||
"ccd_walk": {
|
||||
"owner": "sns_ccd",
|
||||
"xct": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"mls": { "ver": "0","type": "int",
|
||||
"data": "0x2" },
|
||||
"mps": { "ver": "0","type": "int",
|
||||
"data": "0x4" },
|
||||
"hmps": { "ver": "0","type": "int",
|
||||
"data": "0x2" },
|
||||
"hwln1": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"mwln3": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"hpe0": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"lcb0": { "ver": "0","type": "int",
|
||||
"data": "0xE832" },
|
||||
"lcb1": { "ver": "0","type": "int",
|
||||
"data": "0x3F8" },
|
||||
"lcb2": { "ver": "0","type": "int",
|
||||
"data": "0x8E1" },
|
||||
"lcb3": { "ver": "0","type": "int",
|
||||
"data": "0x37B" },
|
||||
"lcb4": { "ver": "0","type": "int",
|
||||
"data": "0x1E6" },
|
||||
"lcb5": { "ver": "0","type": "int",
|
||||
"data": "0x2ADF" },
|
||||
"lcb6": { "ver": "0","type": "int",
|
||||
"data": "0xF9A" },
|
||||
"ltt": { "ver": "0","type": "int",
|
||||
"data": "0xFCFC" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "347", "355", "356", "360", "361", "365", "366", "393", "394", "400",
|
||||
"407", "416", "417", "437", "440", "415", "439", "444", "445", "420", "424", "443", "459", "441", "471", "455", "456", "454", "450", "476", "467",
|
||||
"468", "469", "470", "473", "474", "501", "502", "475", "496", "497", "498", "515", "507", "518", "523", "524", "575", "576", "561", "562", "548",
|
||||
"578", "565", "585", "586"]
|
||||
},
|
||||
"sns_cm":{
|
||||
"owner": "sns_cm",
|
||||
"heap_size":{ "type": "int", "ver": "0",
|
||||
"data": "1572864"
|
||||
},
|
||||
"max_batch_disabled":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"min_batch_period_thrshld_ms":{ "type": "int", "ver": "0",
|
||||
"data": "10"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP","QRD","Dragon","Surf", "HDK"],
|
||||
"soc_id": ["339", "356", "361", "415", "439", "456", "501", "502"]
|
||||
},
|
||||
"dae":{
|
||||
"owner": "sns_dae",
|
||||
"use_sdc":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"debug_accel_values":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"dd_msg_mask":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"enable_qdss":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"dbg_mask":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"ulog_msg_mask":{ "type": "int", "ver": "0",
|
||||
"data": "0x1F"
|
||||
},
|
||||
"fwk_msg_mask":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407",
|
||||
"417", "440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454", "450", "476", "467", "468", "469",
|
||||
"470", "473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_device_orient_platform": {
|
||||
"owner": "sns_device_orient",
|
||||
".config":{
|
||||
"owner": "sns_device_orient",
|
||||
"param0": {
|
||||
"type": "int", "ver": "0", "data": "4"
|
||||
},
|
||||
"param1": {
|
||||
"type": "flt", "ver": "0", "data": "20.0"
|
||||
},
|
||||
"param2": {
|
||||
"type": "flt", "ver": "0", "data": "0.25"
|
||||
},
|
||||
"param3": {
|
||||
"type": "flt", "ver": "0", "data": "70.0"
|
||||
},
|
||||
"param4": {
|
||||
"type": "flt", "ver": "0", "data": "45.0"
|
||||
},
|
||||
"param5": {
|
||||
"type": "flt", "ver": "0", "data": "2.0"
|
||||
},
|
||||
"param6": {
|
||||
"type": "flt", "ver": "0", "data": "15.0"
|
||||
},
|
||||
"param7": {
|
||||
"type": "int", "ver": "0", "data": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,381 @@
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "347", "355", "356", "360", "361", "352", "365", "366", "393", "394", "400",
|
||||
"407", "417", "440", "415", "439", "416", "437", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "455", "456", "454", "450", "476",
|
||||
"467", "468", "469", "470", "473", "474", "501", "502", "475", "496", "497", "498", "515", "507", "518", "523", "524", "575", "576", "561", "562", "548",
|
||||
"578", "565", "585", "586"]
|
||||
},
|
||||
|
||||
"sns_diag_config":
|
||||
{
|
||||
"owner":"diag_filter_sensor",
|
||||
"qdss":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "0"
|
||||
}
|
||||
},
|
||||
|
||||
"sns_diag_sensor_datatype":
|
||||
{
|
||||
"owner":"diag_filter_sensor",
|
||||
|
||||
"geomag_rv":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"game_rv":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"gravity":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"cm":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"accel":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"humidity":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ambient_temperature":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"sensor_temperature":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"motion_detect":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"gyro":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ultra_violet":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"pressure":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"mag":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"offbody_detect":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"thermopile":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ambient_light":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"hall":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"proximity":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"rgb":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"test":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "0"
|
||||
},
|
||||
"flush_test":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "0"
|
||||
},
|
||||
"md_test":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "0"
|
||||
},
|
||||
"da_test":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"amd":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"rmd":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"facing":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"gyro_cal":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"oem1":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"mag_cal":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"resampler":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"smd":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"basic_gestures":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"multishake":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"bring_to_ear":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"cmc":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"dpc":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"distance_bound":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"gyro_rot_matrix":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"fmv":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"rotv":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"pedometer":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"device_orient":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"tilt":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"tilt_to_wake":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"heart_rate":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ppg":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"wrist_tilt_gesture":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"pedometer_wrist":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"data_acquisition_engine":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "0"
|
||||
},
|
||||
"ccd_walk":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ccd_ttw":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ccd_hw":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"threshold":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"sar":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"radar":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"activity_recognition":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"dae_datalog":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"location":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"step_detect":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
},
|
||||
"sns_direct_channel":
|
||||
{
|
||||
"owner": "sns_direct_channel",
|
||||
"latency_enable":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454", "450", "476", "467", "468", "469",
|
||||
"470", "473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_distance_bound_speed_for_motion_states": {
|
||||
"owner": "sns_distance_bound",
|
||||
"unknown": {"ver": "0","type": "flt","data": "0.0"
|
||||
},
|
||||
"stationary": {"ver": "0","type": "flt","data": "0.0"
|
||||
},
|
||||
"move": {"ver": "0","type": "flt","data": "1.0"
|
||||
},
|
||||
"fiddle": {"ver": "0","type": "flt","data": "0.0"
|
||||
},
|
||||
"pedestrian": {"ver": "0","type": "flt","data": "1.0"
|
||||
},
|
||||
"vehicle": {"ver": "0","type": "flt","data": "16.67"
|
||||
},
|
||||
"walk": {"ver": "0","type": "flt","data": "1.1"
|
||||
},
|
||||
"run": {"ver": "0","type": "flt","data": "2.5"
|
||||
},
|
||||
"bike": {"ver": "0","type": "flt","data": "5.55"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454", "450", "476", "467", "468", "469",
|
||||
"470", "473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_dpc": {
|
||||
"owner": "sns_dpc",
|
||||
"param1": {
|
||||
"ver": "0", "type": "flt", "data": "0.5"
|
||||
},
|
||||
"param2": {
|
||||
"ver": "0", "type": "flt", "data": "0.02"
|
||||
},
|
||||
"param3": {
|
||||
"ver": "0", "type": "flt", "data": "0.04"
|
||||
},
|
||||
"param4": {
|
||||
"ver": "0", "type": "flt", "data": "7.5"
|
||||
},
|
||||
"param5": {
|
||||
"ver": "0", "type": "flt", "data": "0.1"
|
||||
},
|
||||
"param6": {
|
||||
"ver": "0", "type": "flt", "data": "0.1746"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454", "450", "476", "467", "468", "469",
|
||||
"470", "473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_facing": {
|
||||
"owner": "sns_facing",
|
||||
"angle_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "0.3491"
|
||||
},
|
||||
"report_neutral": { "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "30.0"
|
||||
},
|
||||
"min_sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "30.0"
|
||||
},
|
||||
"max_sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "100.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["415", "439", "456", "454","450", "469", "470", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_fmv_platform": {
|
||||
"owner": "sns_fmv",
|
||||
".config":{
|
||||
"owner": "sns_fmv",
|
||||
"accuracy_unknown": { "type": "int", "ver": "0",
|
||||
"data": "30000"
|
||||
},
|
||||
"accuracy_abs_rest": { "type": "int", "ver": "0",
|
||||
"data": "30000"
|
||||
},
|
||||
"accuracy_rel_rest": { "type": "int", "ver": "0",
|
||||
"data": "30000"
|
||||
},
|
||||
"accuracy_motion": { "type": "int", "ver": "0",
|
||||
"data": "30000"
|
||||
},
|
||||
"accuracy_fast_motion": { "type": "int", "ver": "0",
|
||||
"data": "10000"
|
||||
},
|
||||
"gyro_gap_thresh": { "type": "int", "ver": "0",
|
||||
"data": "500"
|
||||
},
|
||||
"mag_innov": { "type": "flt", "ver": "0",
|
||||
"data": "9.0"
|
||||
},
|
||||
"mag_sample_gap_fac": { "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"tyro_thresh_for_zupt": { "type": "flt", "ver": "0",
|
||||
"data": "0.001"
|
||||
},
|
||||
"amd_int_cfg_param1": { "type": "flt", "ver": "0",
|
||||
"data": "0.000061"
|
||||
},
|
||||
"amd_int_cfg_param2": { "type": "flt", "ver": "0",
|
||||
"data": "0.6"
|
||||
},
|
||||
"amd_int_cfg_param3": { "type": "flt", "ver": "0",
|
||||
"data": "0.4"
|
||||
},
|
||||
"debug_mode": { "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "444", "445", "420", "424", "443", "434", "435", "459", "441", "467", "468", "471", "476", "473", "474", "515"]
|
||||
},
|
||||
"sns_fmv_platform": {
|
||||
"owner": "sns_fmv",
|
||||
".config":{
|
||||
"owner": "sns_fmv",
|
||||
"accuracy_unknown": { "type": "int", "ver": "0",
|
||||
"data": "3000"
|
||||
},
|
||||
"accuracy_abs_rest": { "type": "int", "ver": "0",
|
||||
"data": "250"
|
||||
},
|
||||
"accuracy_rel_rest": { "type": "int", "ver": "0",
|
||||
"data": "1500"
|
||||
},
|
||||
"accuracy_motion": { "type": "int", "ver": "0",
|
||||
"data": "3000"
|
||||
},
|
||||
"gyro_gap_thresh": { "type": "int", "ver": "0",
|
||||
"data": "501"
|
||||
},
|
||||
"mag_innov": { "type": "flt", "ver": "0",
|
||||
"data": "9.0"
|
||||
},
|
||||
"mag_sample_gap_fac": { "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"tyro_thresh_for_zupt": { "type": "flt", "ver": "0",
|
||||
"data": "0.001"
|
||||
},
|
||||
"sensor_rpt_rate": { "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"def_sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "5.0"
|
||||
},
|
||||
"amd_int_cfg_param1": { "type": "flt", "ver": "0",
|
||||
"data": "0.06"
|
||||
},
|
||||
"amd_int_cfg_param2": { "type": "flt", "ver": "0",
|
||||
"data": "0.5"
|
||||
},
|
||||
"amd_int_cfg_param5": { "type": "flt", "ver": "0",
|
||||
"data": "0.16"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "416", "437", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454", "450", "476", "467", "468", "469",
|
||||
"470", "473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_geomag_rv": {
|
||||
"owner": "sns_geomag_rv",
|
||||
".config": {
|
||||
"owner": "sns_geomag_rv",
|
||||
"gamerv_cfg_param1": {"type": "int","ver": "0","data": "300"
|
||||
},
|
||||
"gamerv_cfg_param2": {"type": "int","ver": "0","data": "300"
|
||||
},
|
||||
"fusion_min_samp_rate": {"type": "flt","ver": "0","data": "1.0"
|
||||
},
|
||||
"gamerv_def_rpt_rate": {"type": "flt","ver": "0","data": "1.0"
|
||||
},
|
||||
"gamerv_def_sample_rate": {"type": "flt","ver": "0","data": "5.0"
|
||||
},
|
||||
"amd_int_cfg_param1": {"type": "flt","ver": "0","data": "0.06"
|
||||
},
|
||||
"amd_int_cfg_param2": {"type": "flt","ver": "0","data": "0.5"
|
||||
},
|
||||
"game_rv_c_sys": {"type": "int","ver": "0","data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "347", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400",
|
||||
"407", "417", "440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "455", "456", "454", "450", "476", "467",
|
||||
"468", "469", "470", "473", "474", "501", "502", "475", "496", "497", "498", "515", "507", "518", "523", "524", "575", "576", "561", "562", "548",
|
||||
"578", "565", "585", "586"]
|
||||
},
|
||||
"sns_gyro_cal_config": {
|
||||
"owner": "sns_gyro_cal",
|
||||
"calibration_period": {"type": "int","ver": "0",
|
||||
"data": "60"
|
||||
},
|
||||
"num_samples": {"type": "int","ver": "0",
|
||||
"data": "64"
|
||||
},
|
||||
"variance_threshold": {"type": "flt","ver": "0",
|
||||
"data": "0.00000085"
|
||||
},
|
||||
"sample_rate": {"type": "flt","ver": "0",
|
||||
"data": "10.0"
|
||||
},
|
||||
"bias_threshold": {"type": "flt","ver": "0",
|
||||
"data": "0.20"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,136 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf","QRD","HDK"
|
||||
],
|
||||
"soc_id": ["300", "301"]
|
||||
},
|
||||
"sns_heart_rate": {
|
||||
"owner": "sns_heart_rate",
|
||||
"sample_rate_ppg":{"ver": "0","type": "flt",
|
||||
"data": "20.0"
|
||||
},
|
||||
"sample_rate_accel":{"ver": "0","type": "flt",
|
||||
"data": "20.0"
|
||||
},
|
||||
"update_flterval_in_fft_samples":{"ver": "0","type": "int",
|
||||
"data": "20.0"
|
||||
},
|
||||
"min_fft_fltervals_for_first_one_shot_update":{"ver": "0","type": "int",
|
||||
"data": "7"
|
||||
},
|
||||
"min_fft_fltervals_for_first_continuous_update":{"ver": "0","type": "int",
|
||||
"data": "7"
|
||||
},
|
||||
"max_bpm_age_for_warm_start":{"ver": "0","type": "int",
|
||||
"data": "3276800"
|
||||
},
|
||||
"max_alpha":{"ver": "0","type": "flt",
|
||||
"data": "1.0"
|
||||
},
|
||||
"min_alpha":{"ver": "0","type": "flt",
|
||||
"data": "0.01"
|
||||
},
|
||||
"min_o_h":{"ver": "0","type": "flt",
|
||||
"data": "0.5"
|
||||
},
|
||||
"max_o_h":{"ver": "0","type": "flt",
|
||||
"data": "0.9"
|
||||
},
|
||||
"max_del_b":{"ver": "0","type": "flt",
|
||||
"data": "10.0"
|
||||
},
|
||||
"acc_peak_distance":{"ver": "0","type": "int",
|
||||
"data": "1"
|
||||
},
|
||||
"ppg_peak_distance":{"ver": "0","type": "int",
|
||||
"data": "2"
|
||||
},
|
||||
"num_ppg_peaks":{"ver": "0","type": "int",
|
||||
"data": "6"
|
||||
},
|
||||
"num_acc_peaks":{"ver": "0","type": "int",
|
||||
"data": "6"
|
||||
},
|
||||
"peak_width_ppg":{"ver": "0","type": "int",
|
||||
"data": "2"
|
||||
},
|
||||
"peak_thresh_ppg":{"ver": "0","type": "flt",
|
||||
"data": "0.1"
|
||||
},
|
||||
"peak_thresh_acc":{"ver": "0","type": "flt",
|
||||
"data": "0.1"
|
||||
},
|
||||
"max_ind_diff":{"ver": "0","type": "int",
|
||||
"data": "10"
|
||||
},
|
||||
"max_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "80"
|
||||
},
|
||||
"harm_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "0.6"
|
||||
},
|
||||
"oneshot_max_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "10.0"
|
||||
},
|
||||
"oneshot_harm_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "0.4"
|
||||
},
|
||||
"continuous_max_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "80.0"
|
||||
},
|
||||
"continuous_harm_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "0.6"
|
||||
},
|
||||
"globalminhr":{"ver": "0","type": "flt",
|
||||
"data": "40.0"
|
||||
},
|
||||
"globalmaxhr":{"ver": "0","type": "flt",
|
||||
"data": "250.0"
|
||||
},
|
||||
"num_samples_to_skip_after_reset":{"ver": "0","type": "int",
|
||||
"data": "40"
|
||||
},
|
||||
"noaccel_thresh":{"ver": "0","type": "flt",
|
||||
"data": "80000.0"
|
||||
},
|
||||
"max_blanked_ppg_segments":{"ver": "0","type": "int",
|
||||
"data": "51"
|
||||
},
|
||||
"min_bad_spread_ratio_for_ppg_blanking":{"ver": "0","type": "flt",
|
||||
"data": "2.3"
|
||||
},
|
||||
"max_blanked_accel_segments":{"ver": "0","type": "int",
|
||||
"data": "0"
|
||||
},
|
||||
"min_bad_spread_ratio_for_accel_blanking":{"ver": "0","type": "flt",
|
||||
"data": "2.3"
|
||||
},
|
||||
"accuracy_decay_alpha":{"ver": "0","type": "flt",
|
||||
"data": "0.98"
|
||||
},
|
||||
"android_accuracy_low_thresh":{"ver": "0","type": "flt",
|
||||
"data": "0.3"
|
||||
},
|
||||
"android_accuracy_high_thresh":{"ver": "0","type": "flt",
|
||||
"data": "0.7"
|
||||
},
|
||||
"android_accuracy_medium_thresh":{"ver": "0","type": "flt",
|
||||
"data": "0.45"
|
||||
},
|
||||
"do_minppg":{"ver": "0","type": "int",
|
||||
"data": "1"
|
||||
},
|
||||
"do_mingoodppgtrack":{"ver": "0","type": "int",
|
||||
"data": "0"
|
||||
},
|
||||
"do_width_harm":{"ver": "0","type": "int",
|
||||
"data": "1"
|
||||
},
|
||||
"do_stride_is_hr_processing":{"ver": "0","type": "int",
|
||||
"data": "0"
|
||||
},
|
||||
"alpha_lowpass":{"ver": "0","type": "flt",
|
||||
"data": "0.27"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "HDK", "IDP", "QRD", "IOT"],
|
||||
"soc_id": ["339", "355", "356", "361", "365", "366", "394", "400", "407", "417", "440", "415", "439", "416", "437", "444", "445", "420",
|
||||
"424", "443", "434", "435", "459", "441", "471", "456", "454", "455", "450", "476", "467", "468", "469", "470", "473", "474", "496", "501", "502", "475",
|
||||
"497", "498", "515", "507", "518", "523", "524", "548", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_mag_cal_config": {
|
||||
"owner": "sns_mag_cal",
|
||||
"anomaly_threshold": {"type": "flt","ver": "0",
|
||||
"data": "200.0"
|
||||
},
|
||||
"sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "25.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "341", "360", "393"]
|
||||
},
|
||||
"sns_mag_cal_config": {
|
||||
"owner": "sns_mag_cal",
|
||||
"anomaly_threshold": {"type": "flt","ver": "0",
|
||||
"data": "200.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454","450", "476", "467", "468", "469",
|
||||
"470", "473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_multishake": {
|
||||
"owner": "sns_multishake",
|
||||
"min_shake_period": {
|
||||
"ver": "0", "type": "flt", "data": "0.22"
|
||||
},
|
||||
"max_shake_period": {
|
||||
"ver": "0", "type": "flt", "data": "0.7"
|
||||
},
|
||||
"sleep_time": {
|
||||
"ver": "0", "type": "flt", "data": "0.12"
|
||||
},
|
||||
"shake_thresh": {
|
||||
"ver": "0", "type": "flt", "data": "1.5"
|
||||
},
|
||||
"sample_rate": {
|
||||
"ver": "0", "type": "flt", "data": "100.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454","450", "476", "467", "468", "469",
|
||||
"470", "473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_pedometer": {
|
||||
"owner": "sns_pedometer",
|
||||
"param8": {
|
||||
"ver": "0", "type": "flt", "data": "3.0"
|
||||
},
|
||||
"param7": {
|
||||
"ver": "0", "type": "flt", "data": "0.5"
|
||||
},
|
||||
"param6": {
|
||||
"ver": "0", "type": "flt", "data": "4.0"
|
||||
},
|
||||
"param5": {
|
||||
"ver": "0", "type": "flt", "data": "0.2"
|
||||
},
|
||||
"param4": {
|
||||
"ver": "0", "type": "flt", "data": "0.02"
|
||||
},
|
||||
"param3": {
|
||||
"ver": "0", "type": "flt", "data": "0.1"
|
||||
},
|
||||
"param2": {
|
||||
"ver": "0", "type": "flt", "data": "0.5"
|
||||
},
|
||||
"param1": {
|
||||
"ver": "0", "type": "flt", "data": "0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394",
|
||||
"400", "407", "417", "440", "415", "439", "416", "437", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456",
|
||||
"454", "450", "476", "467", "468", "469", "470", "473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576",
|
||||
"561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_rmd": {
|
||||
"owner": "sns_rmd",
|
||||
"param4": {
|
||||
"ver": "0", "type": "flt", "data": "0.2"
|
||||
},
|
||||
"param3": {
|
||||
"ver": "0", "type": "flt", "data": "5"
|
||||
},
|
||||
"param2": {
|
||||
"ver": "0", "type": "flt", "data": "0.2"
|
||||
},
|
||||
"param1": {
|
||||
"ver": "0", "type": "flt", "data": "173"
|
||||
},
|
||||
"sample_rate": {
|
||||
"ver": "0", "type": "flt", "data": "30.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400",
|
||||
"407", "417", "440", "415", "439", "416", "437", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454","450",
|
||||
"476", "467", "468", "469", "470", "473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578",
|
||||
"565", "585", "586"]
|
||||
},
|
||||
"sns_rotv_platform": {
|
||||
"owner": "sns_rotv",
|
||||
".config":{
|
||||
"owner": "sns_rotv",
|
||||
"min_report_rate": {
|
||||
"type": "flt", "ver": "0", "data": "1.0"
|
||||
},
|
||||
"debug_mode": {
|
||||
"type": "int", "ver": "0", "data": "0"
|
||||
},
|
||||
"sample_rate": {
|
||||
"type": "flt", "ver": "0", "data": "5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "347", "394", "400",
|
||||
"407", "416", "417", "437", "440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454","450", "476",
|
||||
"467", "468", "469", "470", "473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_smd": {
|
||||
"owner": "sns_smd",
|
||||
"sample_rate": {
|
||||
"ver": "0", "type": "flt", "data": "10.0"
|
||||
},
|
||||
"accel_window_time": {
|
||||
"ver": "0", "type": "int", "data": "5"
|
||||
},
|
||||
"detect_threshold": {
|
||||
"ver": "0", "type": "flt", "data": "0.158113883"
|
||||
},
|
||||
"self_transition_prob_sm": {
|
||||
"ver": "0", "type": "flt", "data": "0.9"
|
||||
},
|
||||
"variable_decision_latency": {
|
||||
"ver": "0", "type": "int", "data": "1"
|
||||
},
|
||||
"max_latency": {
|
||||
"ver": "0", "type": "int", "data": "10"
|
||||
},
|
||||
"step_count_thresh": {
|
||||
"ver": "0", "type": "int", "data": "5"
|
||||
},
|
||||
"step_window_time": {
|
||||
"ver": "0", "type": "int", "data": "3"
|
||||
},
|
||||
"eigen_thresh": {
|
||||
"ver": "0", "type": "flt", "data": "6.0"
|
||||
},
|
||||
"accel_norm_std_thresh": {
|
||||
"ver": "0", "type": "flt", "data": "2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "HDK", "IDP", "QRD", "IOT"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "340", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454","450", "476", "467", "468", "469", "470",
|
||||
"473", "474", "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_tilt": {
|
||||
"owner": "sns_tilt",
|
||||
"sample_rate": {"ver": "0","type": "flt","data": "10.0"
|
||||
},
|
||||
"angle_threshold": {"ver": "0","type": "flt","data": "0.61086524"
|
||||
},
|
||||
"init_accel_window_time": {"ver": "0","type": "flt", "data": "1.0"
|
||||
},
|
||||
"accel_window_time": {"ver": "0","type": "flt", "data": "2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "HDK", "QRD"],
|
||||
"soc_id": ["339", "340", "356", "361", "415", "439", "456", "501", "502"]
|
||||
},
|
||||
"sns_tilt": {
|
||||
"owner": "sns_tilt",
|
||||
"enabled": {"ver": "0","type": "int", "data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "HDK", "IDP", "QRD", "IOT"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "341", "355", "360", "365", "366", "393", "394", "400", "407", "417", "440", "444", "445", "420", "424", "443",
|
||||
"434", "435", "459", "441", "471", "454","450", "476", "467", "468", "469", "470", "473", "474", "475", "497", "498", "515", "507", "518", "575", "576", "561",
|
||||
"562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_tilt": {
|
||||
"owner": "sns_tilt",
|
||||
"enabled": {"ver": "0","type": "int", "data": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "IDP", "QRD", "IOT"
|
||||
],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417", "440",
|
||||
"415", "439", "444", "445", "420", "424", "443", "434", "435", "459", "441", "471", "456", "454","450", "476", "467", "468", "469", "470", "473", "474"
|
||||
, "501", "502", "475", "497", "498", "515", "507", "518", "575", "576", "561", "562", "578", "565", "585", "586"]
|
||||
},
|
||||
"sns_tilt_to_wake": {
|
||||
"owner": "sns_tilt_to_wake",
|
||||
"accel_sampling_rate":{"ver": "0","type": "flt",
|
||||
"data": "25.0"
|
||||
},
|
||||
"filter_window_seconds":{"ver": "0","type": "flt",
|
||||
"data": "0.16"
|
||||
},
|
||||
"accel_window_seconds":{"ver": "0","type": "flt",
|
||||
"data": "1.1"
|
||||
},
|
||||
"accel_sub_window_seconds":{"ver": "0","type": "flt",
|
||||
"data": "0.55"
|
||||
},
|
||||
"window_for_accel_stability_check_seconds":{"ver": "0","type": "flt",
|
||||
"data": "0.16"
|
||||
},
|
||||
"min_delta_pitch_threshold_deg":{"ver": "0","type": "flt",
|
||||
"data": "45.0"
|
||||
},
|
||||
"min_pitch_threshold_deg":{"ver": "0","type": "flt",
|
||||
"data": "40.0"
|
||||
},
|
||||
"min_abs_delta_z_threshold_deg":{"ver": "0","type": "flt",
|
||||
"data": "10.0"
|
||||
},
|
||||
"max_roll_threshold_deg":{"ver": "0","type": "flt",
|
||||
"data": "25.0"
|
||||
},
|
||||
"max_accel_spread_threshold":{"ver": "0","type": "flt",
|
||||
"data": "4.8"
|
||||
},
|
||||
"max_accel_norm_deviation_from_G_threshold":{"ver": "0","type": "flt",
|
||||
"data": "2.7"
|
||||
},
|
||||
"max_pitch_threshold_deg":{"ver": "0","type": "flt",
|
||||
"data": "200.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [
|
||||
"MTP", "Dragon", "Surf", "QRD" ],
|
||||
"soc_id": ["300", "301"]
|
||||
},
|
||||
"sns_wrist_pedo": {
|
||||
"owner": "sns_wrist_pedo",
|
||||
"default_disable": {
|
||||
"ver": "0", "type": "int", "data": "0"
|
||||
},
|
||||
"sample_rate": {
|
||||
"ver": "0", "type": "flt", "data": "20.0"
|
||||
},
|
||||
"step_count_threshold": {
|
||||
"ver": "0", "type": "int", "data": "0"
|
||||
},
|
||||
"step_threshold": {
|
||||
"ver": "0", "type": "flt", "data": "10.1"
|
||||
},
|
||||
"swing_threshold": {
|
||||
"ver": "0", "type": "flt", "data": "10.5"
|
||||
},
|
||||
"step_prob_threshold": {
|
||||
"ver": "0", "type": "flt", "data": "0.49"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,185 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["QRD","MTP", "RCM", "Surf"],
|
||||
"soc_id": ["507", "565", "578"]
|
||||
},
|
||||
|
||||
"default_sensors": {
|
||||
"owner": "suid",
|
||||
".accel": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".gyro": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".mag": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".motion_detect": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".sensor_temperature": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
},
|
||||
".attr_1": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "0" },
|
||||
"val": { "type": "str", "ver": "0", "data": "lsm6dst" }
|
||||
}
|
||||
},
|
||||
|
||||
".proximity": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "16" },
|
||||
"val": { "type": "int", "ver": "0", "data": "1" }
|
||||
}
|
||||
},
|
||||
|
||||
".ambient_light": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "16" },
|
||||
"val": { "type": "int", "ver": "0", "data": "1" }
|
||||
}
|
||||
},
|
||||
|
||||
".sar": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "16" },
|
||||
"val": { "type": "int", "ver": "0", "data": "1" }
|
||||
}
|
||||
},
|
||||
|
||||
".accel_cal": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".gyro_cal": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".mag_cal": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".amd": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".tilt": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".gyro_rot_matrix": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".gravity": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".game_rv": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".geomag_rv": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".fmv": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".rotv": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["QRD","MTP", "RCM", "Surf"],
|
||||
"soc_id": ["507", "565", "578"]
|
||||
},
|
||||
|
||||
"sns_dynamic_libraries":
|
||||
{
|
||||
"owner": "dynamic_sensor",
|
||||
"detect_on_every_boot":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
".lib0":
|
||||
{
|
||||
"owner": "dynamic_sensor",
|
||||
"name":{ "type": "str", "ver": "0",
|
||||
"data": "lsm6dst_normal.so"
|
||||
},
|
||||
"reg_fun":{ "type": "str", "ver": "0",
|
||||
"data": "sns_register_lsm6dst"
|
||||
},
|
||||
"reg_cnt":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"detected":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,507 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP"],
|
||||
"soc_id": ["507"]
|
||||
},
|
||||
"lsm6dso_0":{
|
||||
"owner": "lsm6dso",
|
||||
".accel":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "3"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".gyro":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "4"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".md":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".temp":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".ois_accel":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "3"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".ois_gyro":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "3"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"lsm6dso_0_platform":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"bus_type":{ "type": "int", "ver": "0",
|
||||
"data": "3"
|
||||
},
|
||||
"bus_instance":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"slave_config":{ "type": "int", "ver": "0",
|
||||
"data": "106"
|
||||
},
|
||||
"i3c_address":{ "type": "int", "ver": "0",
|
||||
"data": "10"
|
||||
},
|
||||
"min_bus_speed_khz":{ "type": "int", "ver": "0",
|
||||
"data": "400"
|
||||
},
|
||||
"max_bus_speed_khz":{ "type": "int", "ver": "0",
|
||||
"data": "12500"
|
||||
},
|
||||
"reg_addr_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"dri_irq_num":{ "type": "int", "ver": "0",
|
||||
"data": "95"
|
||||
},
|
||||
"irq_pull_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"irq_is_chip_pin":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"irq_drive_strength":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"irq_trigger_type":{ "type": "int", "ver": "0",
|
||||
"data": "3"
|
||||
},
|
||||
"num_rail":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"rail_on_state":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"vddio_rail":{ "type": "str", "ver": "0",
|
||||
"data": "/pmic/client/sensor_vddio"
|
||||
},
|
||||
"rigid_body_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"min_odr":{ "type": "int", "ver": "0",
|
||||
"data": "20"
|
||||
},
|
||||
"max_odr":{ "type": "int", "ver": "0",
|
||||
"data": "500"
|
||||
}
|
||||
},
|
||||
".orient":{
|
||||
"owner": "lsm6dso",
|
||||
"x":{ "type": "str", "ver": "0",
|
||||
"data": "-x"
|
||||
},
|
||||
"y":{ "type": "str", "ver": "0",
|
||||
"data": "-y"
|
||||
},
|
||||
"z":{ "type": "str", "ver": "0",
|
||||
"data": "+z"
|
||||
}
|
||||
},
|
||||
".gyro":{
|
||||
"owner": "lsm6dso",
|
||||
".fac_cal":{
|
||||
"owner": "lsm6dso",
|
||||
".corr_mat":{
|
||||
"owner": "lsm6dso",
|
||||
"0_0":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"0_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"0_2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1_1":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"1_2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_2":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
}
|
||||
},
|
||||
".bias":{
|
||||
"owner": "lsm6dso",
|
||||
"x":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"y":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"z":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
".accel":{
|
||||
"owner": "lsm6dso",
|
||||
".fac_cal":{
|
||||
"owner": "lsm6dso",
|
||||
".corr_mat":{
|
||||
"owner": "lsm6dso",
|
||||
"0_0":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"0_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"0_2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1_1":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"1_2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_2":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
}
|
||||
},
|
||||
".bias":{
|
||||
"owner": "lsm6dso",
|
||||
"x":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"y":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"z":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
".ois_gyro":{
|
||||
"owner": "lsm6dso",
|
||||
".fac_cal":{
|
||||
"owner": "lsm6dso",
|
||||
".corr_mat":{
|
||||
"owner": "lsm6dso",
|
||||
"0_0":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"0_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"0_2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1_1":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"1_2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_2":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
}
|
||||
},
|
||||
".bias":{
|
||||
"owner": "lsm6dso",
|
||||
"x":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"y":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"z":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".odr_val":
|
||||
{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"x":{ "type": "flt", "ver": "0",
|
||||
"data": "600.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
".ois_accel":{
|
||||
"owner": "lsm6dso",
|
||||
".fac_cal":{
|
||||
"owner": "lsm6dso",
|
||||
".corr_mat":{
|
||||
"owner": "lsm6dso",
|
||||
"0_0":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"0_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"0_2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1_1":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"1_2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_2":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
}
|
||||
},
|
||||
".bias":{
|
||||
"owner": "lsm6dso",
|
||||
"x":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"y":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"z":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".odr_val":
|
||||
{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"x":{ "type": "flt", "ver": "0",
|
||||
"data": "700.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
".temp":{
|
||||
"owner": "lsm6dso",
|
||||
".fac_cal":
|
||||
{
|
||||
"owner": "lsm6dso",
|
||||
".scale":{
|
||||
"owner": "lsm6dso",
|
||||
"x":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
}
|
||||
},
|
||||
".bias":{
|
||||
"owner": "lsm6dso",
|
||||
"x":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
".md":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"thresh":{ "type": "flt", "ver": "0",
|
||||
"data": "1.22"
|
||||
},
|
||||
"disable":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"win":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".dtp":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"thresh_x":{ "type": "flt", "ver": "0",
|
||||
"data": "500.0"
|
||||
},
|
||||
"thresh_y":{ "type": "flt", "ver": "0",
|
||||
"data": "500.0"
|
||||
},
|
||||
"thresh_z":{ "type": "flt", "ver": "0",
|
||||
"data": "500.0"
|
||||
},
|
||||
"priority":{ "type": "flt", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"dur":{ "type": "flt", "ver": "0",
|
||||
"data": "7"
|
||||
},
|
||||
"quiet":{ "type": "flt", "ver": "0",
|
||||
"data": "3"
|
||||
},
|
||||
"shock":{ "type": "flt", "ver": "0",
|
||||
"data": "3"
|
||||
},
|
||||
"dur_sw":{ "type": "flt", "ver": "0",
|
||||
"data": "7"
|
||||
},
|
||||
"quiet_sw":{ "type": "flt", "ver": "0",
|
||||
"data": "11"
|
||||
}
|
||||
}
|
||||
},
|
||||
".placement":{
|
||||
"owner": "lsm6dso",
|
||||
"0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.1"
|
||||
},
|
||||
"1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.1"
|
||||
},
|
||||
"2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.1"
|
||||
},
|
||||
"3":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"4":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"5":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"6":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"7":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"8":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"9":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"10":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"11":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,166 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP"],
|
||||
"soc_id": ["507"]
|
||||
},
|
||||
"mmc56x3x_0":{
|
||||
"owner": "sns_mmc56x3x",
|
||||
".mag":{
|
||||
"owner": "sns_mmc56x3x",
|
||||
".config":{
|
||||
"owner": "sns_mmc56x3x",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mmc56x3x_0_platform":{
|
||||
"owner": "sns_mmc56x3x",
|
||||
".config":{
|
||||
"owner": "sns_mmc56x3x",
|
||||
"bus_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"bus_instance":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"slave_config":{ "type": "int", "ver": "0",
|
||||
"data": "48"
|
||||
},
|
||||
"i3c_address":{ "type": "int", "ver": "0",
|
||||
"data": "20"
|
||||
},
|
||||
"min_bus_speed_khz":{ "type": "int", "ver": "0",
|
||||
"data": "100"
|
||||
},
|
||||
"max_bus_speed_khz":{ "type": "int", "ver": "0",
|
||||
"data": "400"
|
||||
},
|
||||
"reg_addr_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"num_rail":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"rail_on_state":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
|
||||
"vddio_rail":{ "type": "str", "ver": "0",
|
||||
"data": "/pmic/client/sensor_vddio"
|
||||
},
|
||||
"rigid_body_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
},
|
||||
".orient":{
|
||||
"owner": "sns_mmc56x3x",
|
||||
"x":{ "type": "str", "ver": "0",
|
||||
"data": "-x"
|
||||
},
|
||||
"y":{ "type": "str", "ver": "0",
|
||||
"data": "+y"
|
||||
},
|
||||
"z":{ "type": "str", "ver": "0",
|
||||
"data": "-z"
|
||||
}
|
||||
},
|
||||
".mag":{
|
||||
"owner": "sns_mmc56x3x",
|
||||
".fac_cal":{
|
||||
"owner": "sns_mmc56x3x",
|
||||
".corr_mat":{
|
||||
"owner": "sns_mmc56x3x",
|
||||
"0_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.995646"
|
||||
},
|
||||
"0_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.092738"
|
||||
},
|
||||
"0_2":{ "type": "flt", "ver": "0",
|
||||
"data": "-0.009383"
|
||||
},
|
||||
"1_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.044638"
|
||||
},
|
||||
"1_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.905068"
|
||||
},
|
||||
"1_2":{ "type": "flt", "ver": "0",
|
||||
"data": "-0.062476"
|
||||
},
|
||||
"2_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.015024"
|
||||
},
|
||||
"2_1":{ "type": "flt", "ver": "0",
|
||||
"data": "-0.018037"
|
||||
},
|
||||
"2_2":{ "type": "flt", "ver": "0",
|
||||
"data": "1.201650"
|
||||
}
|
||||
},
|
||||
".bias":{
|
||||
"owner": "sns_mmc56x3x",
|
||||
"x":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"y":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"z":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
".placement":{
|
||||
"owner": "sns_mmc56x3x",
|
||||
"0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"3":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"4":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"5":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"6":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"7":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"8":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"9":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"10":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"11":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,271 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP"],
|
||||
"soc_id": ["507"]
|
||||
},
|
||||
"mn78xxx_0":{
|
||||
"owner": "sns_mn78xxx",
|
||||
".ambient_light":{
|
||||
"owner": "sns_mn78xxx",
|
||||
".config":{
|
||||
"owner": "sns_mn78xxx",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".proximity":{
|
||||
"owner": "sns_mn78xxx",
|
||||
".config":{
|
||||
"owner": "sns_mn78xxx",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mn78xxx_0_platform":{
|
||||
"owner": "sns_mn78xxx",
|
||||
".config":{
|
||||
"owner": "sns_mn78xxx",
|
||||
"bus_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"bus_instance":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"slave_config":{ "type": "int", "ver": "0",
|
||||
"data": "65"
|
||||
},
|
||||
"min_bus_speed_khz":{ "type": "int", "ver": "0",
|
||||
"data": "400"
|
||||
},
|
||||
"max_bus_speed_khz":{ "type": "int", "ver": "0",
|
||||
"data": "400"
|
||||
},
|
||||
"reg_addr_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"dri_irq_num":{ "type": "int", "ver": "0",
|
||||
"data": "60"
|
||||
},
|
||||
"irq_pull_type":{ "type": "int", "ver": "0",
|
||||
"data": "3"
|
||||
},
|
||||
"irq_is_chip_pin":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"irq_drive_strength":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"irq_trigger_type":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"num_rail":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"rail_on_state":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"vdd_rail":{ "type": "str", "ver": "0",
|
||||
"data": "/see/rail/eLDO"
|
||||
},
|
||||
"vddio_rail":{ "type": "str", "ver": "0",
|
||||
"data": "/pmic/client/sensor_vddio"
|
||||
},
|
||||
"rigid_body_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
},
|
||||
".als":{
|
||||
"owner": "sns_mn78xxx",
|
||||
".fac_cal":{
|
||||
"owner": "sns_mn78xxx",
|
||||
"scale":{ "type": "flt", "ver": "0",
|
||||
"data": "1000.0"
|
||||
},
|
||||
"bias":{ "type": "flt", "ver": "0",
|
||||
"data": "1000.0"
|
||||
},
|
||||
"target_lux":{ "type": "flt", "ver": "0",
|
||||
"data": "400.0"
|
||||
},
|
||||
"default_scale":{ "type": "flt", "ver": "0",
|
||||
"data": "1000.0"
|
||||
}
|
||||
},
|
||||
".config":{
|
||||
"owner": "sns_mn78xxx",
|
||||
"als_lpc":{ "type":"flt", "ver":"0", "data":"230"},
|
||||
"als_ag_intt_ll":{ "type":"flt", "ver":"0", "data":"0x5"},
|
||||
"als_ag_cycle_ll":{ "type":"flt", "ver":"0", "data":"0x7"},
|
||||
"als_ag_gain0_ll":{ "type":"flt", "ver":"0", "data":"0x3"},
|
||||
"als_ag_gain1_ll":{ "type":"flt", "ver":"0", "data":"0x3"},
|
||||
"als_ag_l2ll_thd":{ "type":"flt", "ver":"0", "data":"60000"},
|
||||
"als_ag_ll2l_thd":{ "type":"flt", "ver":"0", "data":"250"},
|
||||
"als_offset_gain":{ "type":"flt", "ver":"0", "data":"210"},
|
||||
"als_scale_gain":{ "type":"flt", "ver":"0", "data":"450"},
|
||||
"als_lsrc_d65_factor":{ "type":"flt", "ver":"0", "data":"1370"},
|
||||
"als_lsrc_a_factor":{ "type":"flt", "ver":"0", "data":"1160"},
|
||||
"als_lsrc_hz_factor":{ "type":"flt", "ver":"0", "data":"800"},
|
||||
"als_lsrc_cwf_thd":{ "type":"flt", "ver":"0", "data":"100"},
|
||||
"als_lsrc_d65_thd":{ "type":"flt", "ver":"0", "data":"1588"},
|
||||
"als_lsrc_a_thd":{ "type":"flt", "ver":"0", "data":"2020"}
|
||||
},
|
||||
".ag_cfg":{
|
||||
"owner": "sns_mn78xxx",
|
||||
"als_ag_en":{ "type":"flt", "ver":"0", "data":"1"},
|
||||
"als_ag_gain0_h":{ "type":"flt", "ver":"0", "data":"0x2"},
|
||||
"als_ag_gain0_m":{ "type":"flt", "ver":"0", "data":"0x3"},
|
||||
"als_ag_gain0_l":{ "type":"flt", "ver":"0", "data":"0x3"},
|
||||
"als_ag_gain1_h":{ "type":"flt", "ver":"0", "data":"0x1"},
|
||||
"als_ag_gain1_m":{ "type":"flt", "ver":"0", "data":"0x2"},
|
||||
"als_ag_gain1_l":{ "type":"flt", "ver":"0", "data":"0x3"},
|
||||
"als_ag_intt_h":{ "type":"flt", "ver":"0", "data":"0xf"},
|
||||
"als_ag_intt_m":{ "type":"flt", "ver":"0", "data":"0xf"},
|
||||
"als_ag_intt_l":{ "type":"flt", "ver":"0", "data":"0xd"},
|
||||
"als_ag_enh_h":{ "type":"flt", "ver":"0", "data":"0x2"},
|
||||
"als_ag_enh_m":{ "type":"flt", "ver":"0", "data":"0x0"},
|
||||
"als_ag_enh_l":{ "type":"flt", "ver":"0", "data":"0x0"},
|
||||
"als_ag_cycle_h":{ "type":"flt", "ver":"0", "data":"0x0"},
|
||||
"als_ag_cycle_m":{ "type":"flt", "ver":"0", "data":"0x2"},
|
||||
"als_ag_cycle_l":{ "type":"flt", "ver":"0", "data":"0x3"},
|
||||
"als_ag_h2m_thd":{ "type":"flt", "ver":"0", "data":"60000"},
|
||||
"als_ag_m2h_thd":{ "type":"flt", "ver":"0", "data":"2000"},
|
||||
"als_ag_m2l_thd":{ "type":"flt", "ver":"0", "data":"60000"},
|
||||
"als_ag_l2m_thd":{ "type":"flt", "ver":"0", "data":"1000"}
|
||||
}
|
||||
},
|
||||
".ps":{
|
||||
"owner": "sns_mn78xxx",
|
||||
".fac_cal":{
|
||||
"owner": "sns_mn78xxx",
|
||||
"near_threshold":{ "type": "flt", "ver": "0",
|
||||
"data": "2300.0"
|
||||
},
|
||||
"far_threshold":{ "type": "flt", "ver": "0",
|
||||
"data": "1800.0"
|
||||
},
|
||||
"ctir_config":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"cover":{ "type": "flt", "ver": "0",
|
||||
"data": "2600.0"
|
||||
},
|
||||
"uncover":{ "type": "flt", "ver": "0",
|
||||
"data": "1600.0"
|
||||
},
|
||||
"default_near_threshold":{ "type": "flt", "ver": "0",
|
||||
"data": "2300"
|
||||
},
|
||||
"default_far_threshold":{ "type": "flt", "ver": "0",
|
||||
"data": "1800"
|
||||
},
|
||||
"default_factor":{ "type": "flt", "ver": "0",
|
||||
"data": "1000.0"
|
||||
},
|
||||
"delta2":{ "type": "flt", "ver": "0",
|
||||
"data": "550.0"
|
||||
},
|
||||
"delta3":{ "type": "flt", "ver": "0",
|
||||
"data": "750.0"
|
||||
},
|
||||
"factor":{ "type": "flt", "ver": "0",
|
||||
"data": "1000.0"
|
||||
},
|
||||
"high_coeff":{ "type": "flt", "ver": "0",
|
||||
"data": "0.91"
|
||||
},
|
||||
"low_coeff":{ "type": "flt", "ver": "0",
|
||||
"data": "0.43"
|
||||
},
|
||||
"default_cover":{ "type": "flt", "ver": "0",
|
||||
"data": "2600.0"
|
||||
},
|
||||
"default_uncover":{ "type": "flt", "ver": "0",
|
||||
"data": "1600.0"
|
||||
}
|
||||
},
|
||||
".config":{
|
||||
"owner": "sns_mn78xxx",
|
||||
"wait_time":{ "type":"flt", "ver":"0", "data":"0xa"},
|
||||
"ps_max_ct":{ "type":"flt", "ver":"0", "data":"10000"},
|
||||
"ps_intt":{ "type":"flt", "ver":"0", "data":"0x5"},
|
||||
"ps_gain0":{ "type":"flt", "ver":"0", "data":"0x1"},
|
||||
"ps_gain1":{ "type":"flt", "ver":"0", "data":"0x1"},
|
||||
"ps_pulse":{ "type":"flt", "ver":"0", "data":"0x4"},
|
||||
"ps_avg":{ "type":"flt", "ver":"0", "data":"0x6"},
|
||||
"ps_ir_drive":{ "type":"flt", "ver":"0", "data":"0x1"},
|
||||
"ps_ir_drive_tune":{ "type":"flt", "ver":"0", "data":"0x4"},
|
||||
"ps_persist":{ "type":"flt", "ver":"0", "data":"0x0"},
|
||||
"dynk_low_offset":{ "type":"flt", "ver":"0", "data":"260"},
|
||||
"dynk_high_offset":{ "type":"flt", "ver":"0","data":"570"},
|
||||
"ps_sun_intt":{ "type":"flt", "ver":"0","data":"0x5"},
|
||||
"ps_sun_gain0":{ "type":"flt", "ver":"0","data":"0x2"},
|
||||
"ps_sun_gain1":{ "type":"flt", "ver":"0","data":"0x2"},
|
||||
"ps_sun_pluse":{ "type":"flt", "ver":"0","data":"0x6"},
|
||||
"ps_sun_avg":{ "type":"flt", "ver":"0","data":"0x6"},
|
||||
"ps_sun_drive":{ "type":"flt", "ver":"0","data":"0x1"},
|
||||
"ps_sun_l2ll_thd":{ "type":"flt", "ver":"0","data":"30000"},
|
||||
"ps_sun_ll2l_thd":{ "type":"flt", "ver":"0","data":"1000"}
|
||||
}
|
||||
},
|
||||
".placement":{
|
||||
"owner": "sns_mn78xxx",
|
||||
"0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"3":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"4":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"5":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"6":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"7":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"8":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"9":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"10":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"11":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "RCM", "Surf", "QRD"],
|
||||
"soc_id": ["507", "565", "578"]
|
||||
},
|
||||
"power":{
|
||||
"owner": "power_manager",
|
||||
".island":{
|
||||
"owner": "power_manager",
|
||||
"enable_island":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,238 @@
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"hw_platform": ["MTP"],
|
||||
"soc_id": ["507"]
|
||||
},
|
||||
"qmc6308_0":{
|
||||
"owner": "qmc6308",
|
||||
".mag":{
|
||||
"owner": "qmc6308",
|
||||
".config":{
|
||||
"owner": "qmc6308",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
},
|
||||
".config_2":{
|
||||
"owner": "qmc6308",
|
||||
"use_fifo":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"nsf":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"sdr":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"qmc6308_0_platform":{
|
||||
"owner": "qmc6308",
|
||||
".config":{
|
||||
"owner": "qmc6308",
|
||||
"bus_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"bus_instance":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"slave_config":{ "type": "int", "ver": "0",
|
||||
"data": "44"
|
||||
},
|
||||
"i3c_address":{ "type": "int", "ver": "0",
|
||||
"data": "50"
|
||||
},
|
||||
"min_bus_speed_khz":{ "type": "int", "ver": "0",
|
||||
"data": "400"
|
||||
},
|
||||
"max_bus_speed_khz":{ "type": "int", "ver": "0",
|
||||
"data": "400"
|
||||
},
|
||||
"reg_addr_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"dri_irq_num":{ "type": "int", "ver": "0",
|
||||
"data": "113"
|
||||
},
|
||||
"irq_pull_type":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"irq_is_chip_pin":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"irq_drive_strength":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"irq_trigger_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"num_rail":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"rail_on_state":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"vddio_rail":{ "type": "str", "ver": "0",
|
||||
"data": "/pmic/client/sensor_vddio"
|
||||
},
|
||||
"rigid_body_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
},
|
||||
".orient":{
|
||||
"owner": "qmc6308",
|
||||
"x":{ "type": "str", "ver": "0",
|
||||
"data": "-x"
|
||||
},
|
||||
"y":{ "type": "str", "ver": "0",
|
||||
"data": "+y"
|
||||
},
|
||||
"z":{ "type": "str", "ver": "0",
|
||||
"data": "-z"
|
||||
}
|
||||
},
|
||||
".mag":{
|
||||
"owner": "qmc6308",
|
||||
".fac_cal":{
|
||||
"owner": "qmc6308",
|
||||
".corr_mat":{
|
||||
"owner": "qmc6308",
|
||||
"0_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.998003333"
|
||||
},
|
||||
"0_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.062776667"
|
||||
},
|
||||
"0_2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.000653333"
|
||||
},
|
||||
"1_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.063036667"
|
||||
},
|
||||
"1_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.921693333"
|
||||
},
|
||||
"1_2":{ "type": "flt", "ver": "0",
|
||||
"data": "-0.042003333"
|
||||
},
|
||||
"2_0":{ "type": "flt", "ver": "0",
|
||||
"data": "-0.024523333"
|
||||
},
|
||||
"2_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.024776667"
|
||||
},
|
||||
"2_2":{ "type": "flt", "ver": "0",
|
||||
"data": "1.16301"
|
||||
}
|
||||
},
|
||||
".bias":{
|
||||
"owner": "qmc6308",
|
||||
"x":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"y":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"z":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".fac_cal_2":{
|
||||
"owner": "qmc6308",
|
||||
".corr_mat":{
|
||||
"owner": "qmc6308",
|
||||
"0_0":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"0_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"0_2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1_1":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"1_2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2_2":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
}
|
||||
},
|
||||
".bias":{
|
||||
"owner": "qmc6308",
|
||||
"x":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"y":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"z":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
".placement":{
|
||||
"owner": "qmc6308",
|
||||
"0":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"1":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"2":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"3":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"4":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"5":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"6":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"7":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"8":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"9":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"10":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
},
|
||||
"11":{ "type": "flt", "ver": "0",
|
||||
"data": "0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
version=9
|
||||
file=hw_platform=/sys/devices/soc0/hw_platform
|
||||
file=platform_subtype=/sys/devices/soc0/platform_subtype
|
||||
file=platform_subtype_id=/sys/devices/soc0/platform_subtype_id
|
||||
file=platform_version=/sys/devices/soc0/platform_version
|
||||
file=soc_id=/sys/devices/soc0/soc_id
|
||||
file=revision=/sys/devices/soc0/revision
|
||||
file=output=/mnt/vendor/persist/sensors/registry/registry
|
||||
property=persist.vendor.sensors.enable.property=/mnt/vendor/persist/sensors/registry/file1
|
||||
property=persist.vendor.sensors.enable.property1=/mnt/vendor/persist/sensors/registry/file2
|
||||
@@ -0,0 +1,190 @@
|
||||
[FRONT_TEMP]
|
||||
algo_type virtual
|
||||
trip_sensor xo_therm
|
||||
thresholds -18000
|
||||
thresholds_clr -20000
|
||||
sensors battery quiet_therm soc_usr
|
||||
weights 24 67 9
|
||||
offsets 1000 700 0
|
||||
sampling 1000
|
||||
math 0
|
||||
sys_temp
|
||||
|
||||
[REPORT-FRONT-TEMP]
|
||||
algo_type monitor
|
||||
sampling 300000
|
||||
sensor FRONT_TEMP
|
||||
thresholds 45000
|
||||
thresholds_clr 43000
|
||||
actions report
|
||||
action_info 1
|
||||
|
||||
[BACK_TEMP]
|
||||
algo_type virtual
|
||||
trip_sensor xo_therm
|
||||
thresholds -18000
|
||||
thresholds_clr -20000
|
||||
sensors battery msm_therm quiet_therm soc_usr
|
||||
weights 63 8 39 -10
|
||||
offsets -1200 -1200 -1200 0
|
||||
sampling 1000
|
||||
math 0
|
||||
sys_temp
|
||||
|
||||
[REPORT-BACK-TEMP]
|
||||
algo_type monitor
|
||||
sampling 300000
|
||||
sensor BACK_TEMP
|
||||
thresholds 45000
|
||||
thresholds_clr 43000
|
||||
actions report
|
||||
action_info 1
|
||||
|
||||
[DETECT-STANDBY]
|
||||
algo_type virtual
|
||||
trip_sensor quiet_therm
|
||||
thresholds -18000
|
||||
thersholds_clr -20000
|
||||
sensors cpu_utilization lcd_brightness_value
|
||||
weights 15 50
|
||||
sampling 1000
|
||||
less_than
|
||||
math 7
|
||||
|
||||
[OVERRIDE-CHG]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor DETECT-STANDBY
|
||||
thresholds 1
|
||||
thresholds_clr 0
|
||||
actions internal_override
|
||||
action_info 1
|
||||
|
||||
[FREEZE-CHG]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
descending
|
||||
sensor DETECT-STANDBY
|
||||
thresholds 0
|
||||
thresholds_clr 1
|
||||
actions freeze_rule
|
||||
action_info 1
|
||||
|
||||
[Virt-MSM]
|
||||
algo_type virtual
|
||||
sensors msm_therm
|
||||
weights 100
|
||||
trip_sensor chg_therm
|
||||
thresholds 18000
|
||||
thresholds_clr 16000
|
||||
offsets 0
|
||||
sampling 1000
|
||||
math 0
|
||||
|
||||
[Virt-CHG]
|
||||
algo_type virtual
|
||||
sensors chg_therm
|
||||
weights 100
|
||||
trip_sensor msm_therm
|
||||
thresholds 18000
|
||||
thresholds_clr 16000
|
||||
offsets 0
|
||||
sampling 1000
|
||||
math 0
|
||||
|
||||
[MON-PDPOWER2]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor battery
|
||||
thresholds 44500 44600
|
||||
thresholds_clr 41000 42600
|
||||
actions mmi_chrg_manager battery
|
||||
action_info 1 2
|
||||
override_c 15000
|
||||
|
||||
[MON-PDPOWER3]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 35000 36000 38200 38700 40000 42000 43000 50000
|
||||
thresholds_clr 34000 35000 36000 38200 38700 40000 42000 49000
|
||||
actions mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager
|
||||
action_info 10 9 7 6 5 3 2 2
|
||||
freezing
|
||||
|
||||
[MON-QCPOWER4]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 39000 41000 44000 46000 48000 50000
|
||||
thresholds_clr 37000 39000 42000 44000 46000 48000
|
||||
actions battery battery battery battery battery battery
|
||||
action_info 7 6 5 4 3 1
|
||||
freezing
|
||||
|
||||
[MON-PDPOWER5]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 35000 36000 37000 39000
|
||||
thresholds_clr 33000 35000 36000 37000
|
||||
actions mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager
|
||||
action_info 9 3 2 1
|
||||
override_c 15000
|
||||
|
||||
[MON-PDPOWER6]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor Virt-MSM
|
||||
thresholds 43000 45000 47000
|
||||
thresholds_clr 41000 43000 46000
|
||||
actions battery battery battery
|
||||
action_info 3 2 1
|
||||
override_c 15000
|
||||
|
||||
[MON-MSM-CPU0]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 36000 40500 44000 46000
|
||||
thresholds_clr 34000 39000 43000 44000
|
||||
actions cpu0 cpu0 cpu0 cpu0
|
||||
action_info 1708800 1651200 1516800 1113600
|
||||
override_b 4000
|
||||
|
||||
[MON-MSM-CPU6]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 36000 39000 40500 44000 46000
|
||||
thresholds_clr 34000 36000 39000 42000 44000
|
||||
actions cpu6 cpu6 cpu6 cpu6 cpu6
|
||||
action_info 2054400 1900800 1804800 1516800 1228800
|
||||
override_b 4000
|
||||
|
||||
[MONITOR-CAMERA-MSM]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 46000 50000
|
||||
thresholds_clr 44000 48000
|
||||
actions camera camera
|
||||
action_info 1 2
|
||||
|
||||
[MON-MODEM]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor Virt-MSM
|
||||
thresholds 80000 85000
|
||||
thresholds_clr 78000 80000
|
||||
actions modem_skin modem_skin
|
||||
action_info 1 2
|
||||
|
||||
[MODEM-PA-FR]
|
||||
algo_type monitor
|
||||
sampling 5000
|
||||
sensor xo_therm
|
||||
thresholds 65000 70000
|
||||
thresholds_clr 60000 65000
|
||||
actions modem_pa_fr1 modem_pa_fr1
|
||||
action_info 1 2
|
||||
@@ -0,0 +1,190 @@
|
||||
[FRONT_TEMP]
|
||||
algo_type virtual
|
||||
trip_sensor xo_therm
|
||||
thresholds -18000
|
||||
thresholds_clr -20000
|
||||
sensors battery quiet_therm soc_usr
|
||||
weights 24 67 9
|
||||
offsets 1000 700 0
|
||||
sampling 1000
|
||||
math 0
|
||||
sys_temp
|
||||
|
||||
[REPORT-FRONT-TEMP]
|
||||
algo_type monitor
|
||||
sampling 300000
|
||||
sensor FRONT_TEMP
|
||||
thresholds 45000
|
||||
thresholds_clr 43000
|
||||
actions report
|
||||
action_info 1
|
||||
|
||||
[BACK_TEMP]
|
||||
algo_type virtual
|
||||
trip_sensor xo_therm
|
||||
thresholds -18000
|
||||
thresholds_clr -20000
|
||||
sensors battery msm_therm quiet_therm soc_usr
|
||||
weights 63 8 39 -10
|
||||
offsets -1200 -1200 -1200 0
|
||||
sampling 1000
|
||||
math 0
|
||||
sys_temp
|
||||
|
||||
[REPORT-BACK-TEMP]
|
||||
algo_type monitor
|
||||
sampling 300000
|
||||
sensor BACK_TEMP
|
||||
thresholds 45000
|
||||
thresholds_clr 43000
|
||||
actions report
|
||||
action_info 1
|
||||
|
||||
[DETECT-STANDBY]
|
||||
algo_type virtual
|
||||
trip_sensor quiet_therm
|
||||
thresholds -18000
|
||||
thersholds_clr -20000
|
||||
sensors cpu_utilization lcd_brightness_value
|
||||
weights 15 50
|
||||
sampling 1000
|
||||
less_than
|
||||
math 7
|
||||
|
||||
[OVERRIDE-CHG]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor DETECT-STANDBY
|
||||
thresholds 1
|
||||
thresholds_clr 0
|
||||
actions internal_override
|
||||
action_info 1
|
||||
|
||||
[FREEZE-CHG]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
descending
|
||||
sensor DETECT-STANDBY
|
||||
thresholds 0
|
||||
thresholds_clr 1
|
||||
actions freeze_rule
|
||||
action_info 1
|
||||
|
||||
[Virt-MSM]
|
||||
algo_type virtual
|
||||
sensors msm_therm
|
||||
weights 100
|
||||
trip_sensor chg_therm
|
||||
thresholds 18000
|
||||
thresholds_clr 16000
|
||||
offsets 0
|
||||
sampling 1000
|
||||
math 0
|
||||
|
||||
[Virt-CHG]
|
||||
algo_type virtual
|
||||
sensors chg_therm
|
||||
weights 100
|
||||
trip_sensor msm_therm
|
||||
thresholds 18000
|
||||
thresholds_clr 16000
|
||||
offsets 0
|
||||
sampling 1000
|
||||
math 0
|
||||
|
||||
[MON-PDPOWER2]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor battery
|
||||
thresholds 44500 44600
|
||||
thresholds_clr 41000 42600
|
||||
actions mmi_chrg_manager battery
|
||||
action_info 1 2
|
||||
override_c 15000
|
||||
|
||||
[MON-PDPOWER3]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 35000 36000 38200 38700 40000 42000 43000 50000
|
||||
thresholds_clr 34000 35000 36000 38200 38700 40000 42000 49000
|
||||
actions mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager
|
||||
action_info 10 9 7 6 5 3 2 2
|
||||
freezing
|
||||
|
||||
[MON-QCPOWER4]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 39000 41000 44000 46000 48000 50000
|
||||
thresholds_clr 37000 39000 42000 44000 46000 48000
|
||||
actions battery battery battery battery battery battery
|
||||
action_info 7 6 5 4 3 1
|
||||
freezing
|
||||
|
||||
[MON-PDPOWER5]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 35000 36000 37000 39000
|
||||
thresholds_clr 33000 35000 36000 37000
|
||||
actions mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager
|
||||
action_info 9 3 2 1
|
||||
override_c 15000
|
||||
|
||||
[MON-PDPOWER6]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor Virt-MSM
|
||||
thresholds 43000 45000 51000
|
||||
thresholds_clr 41000 43000 49000
|
||||
actions battery battery battery
|
||||
action_info 3 2 1
|
||||
override_c 15000
|
||||
|
||||
[MON-MSM-CPU0]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 36000 40500 44000 46000
|
||||
thresholds_clr 34000 39000 43000 44000
|
||||
actions cpu0 cpu0 cpu0 cpu0
|
||||
action_info 1708800 1651200 1516800 1113600
|
||||
override_b 4000
|
||||
|
||||
[MON-MSM-CPU6]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 36000 39000 40500 44000 46000
|
||||
thresholds_clr 34000 36000 39000 42000 44000
|
||||
actions cpu6 cpu6 cpu6 cpu6 cpu6
|
||||
action_info 2054400 1900800 1804800 1516800 1228800
|
||||
override_b 4000
|
||||
|
||||
[MONITOR-CAMERA-MSM]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 55000 60000
|
||||
thresholds_clr 53000 55000
|
||||
actions camera camera
|
||||
action_info 1 2
|
||||
|
||||
[MON-MODEM]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor Virt-MSM
|
||||
thresholds 80000 85000
|
||||
thresholds_clr 78000 80000
|
||||
actions modem_skin modem_skin
|
||||
action_info 1 2
|
||||
|
||||
[MODEM-PA-FR]
|
||||
algo_type monitor
|
||||
sampling 5000
|
||||
sensor xo_therm
|
||||
thresholds 65000 70000
|
||||
thresholds_clr 60000 65000
|
||||
actions modem_pa_fr1 modem_pa_fr1
|
||||
action_info 1 2
|
||||
@@ -0,0 +1,190 @@
|
||||
[FRONT_TEMP]
|
||||
algo_type virtual
|
||||
trip_sensor xo_therm
|
||||
thresholds -18000
|
||||
thresholds_clr -20000
|
||||
sensors battery quiet_therm soc_usr
|
||||
weights 24 67 9
|
||||
offsets 1000 700 0
|
||||
sampling 1000
|
||||
math 0
|
||||
sys_temp
|
||||
|
||||
[REPORT-FRONT-TEMP]
|
||||
algo_type monitor
|
||||
sampling 300000
|
||||
sensor FRONT_TEMP
|
||||
thresholds 45000
|
||||
thresholds_clr 43000
|
||||
actions report
|
||||
action_info 1
|
||||
|
||||
[BACK_TEMP]
|
||||
algo_type virtual
|
||||
trip_sensor xo_therm
|
||||
thresholds -18000
|
||||
thresholds_clr -20000
|
||||
sensors battery msm_therm quiet_therm soc_usr
|
||||
weights 63 8 39 -10
|
||||
offsets -1200 -1200 -1200 0
|
||||
sampling 1000
|
||||
math 0
|
||||
sys_temp
|
||||
|
||||
[REPORT-BACK-TEMP]
|
||||
algo_type monitor
|
||||
sampling 300000
|
||||
sensor BACK_TEMP
|
||||
thresholds 45000
|
||||
thresholds_clr 43000
|
||||
actions report
|
||||
action_info 1
|
||||
|
||||
[DETECT-STANDBY]
|
||||
algo_type virtual
|
||||
trip_sensor quiet_therm
|
||||
thresholds -18000
|
||||
thersholds_clr -20000
|
||||
sensors cpu_utilization lcd_brightness_value
|
||||
weights 15 50
|
||||
sampling 1000
|
||||
less_than
|
||||
math 7
|
||||
|
||||
[OVERRIDE-CHG]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor DETECT-STANDBY
|
||||
thresholds 1
|
||||
thresholds_clr 0
|
||||
actions internal_override
|
||||
action_info 1
|
||||
|
||||
[FREEZE-CHG]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
descending
|
||||
sensor DETECT-STANDBY
|
||||
thresholds 0
|
||||
thresholds_clr 1
|
||||
actions freeze_rule
|
||||
action_info 1
|
||||
|
||||
[Virt-MSM]
|
||||
algo_type virtual
|
||||
sensors msm_therm
|
||||
weights 100
|
||||
trip_sensor chg_therm
|
||||
thresholds 18000
|
||||
thresholds_clr 16000
|
||||
offsets 0
|
||||
sampling 1000
|
||||
math 0
|
||||
|
||||
[Virt-CHG]
|
||||
algo_type virtual
|
||||
sensors chg_therm
|
||||
weights 100
|
||||
trip_sensor msm_therm
|
||||
thresholds 18000
|
||||
thresholds_clr 16000
|
||||
offsets 0
|
||||
sampling 1000
|
||||
math 0
|
||||
|
||||
[MON-PDPOWER2]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor battery
|
||||
thresholds 44500 44600
|
||||
thresholds_clr 41000 42600
|
||||
actions mmi_chrg_manager battery
|
||||
action_info 1 2
|
||||
override_c 15000
|
||||
|
||||
[MON-PDPOWER3]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 35000 36000 38200 38700 40000 42000 43000 50000
|
||||
thresholds_clr 34000 35000 36000 38200 38700 40000 42000 49000
|
||||
actions mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager
|
||||
action_info 10 9 7 6 5 3 2 2
|
||||
freezing
|
||||
|
||||
[MON-QCPOWER4]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 39000 41000 44000 46000 48000 50000
|
||||
thresholds_clr 37000 39000 42000 44000 46000 48000
|
||||
actions battery battery battery battery battery battery
|
||||
action_info 7 6 5 4 3 1
|
||||
freezing
|
||||
|
||||
[MON-PDPOWER5]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 35000 36000 37000 39000
|
||||
thresholds_clr 33000 35000 36000 37000
|
||||
actions mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager
|
||||
action_info 9 3 2 1
|
||||
override_c 15000
|
||||
|
||||
[MON-PDPOWER6]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor Virt-MSM
|
||||
thresholds 43000 45000 51000
|
||||
thresholds_clr 41000 43000 49000
|
||||
actions battery battery battery
|
||||
action_info 3 2 1
|
||||
override_c 15000
|
||||
|
||||
[MON-MSM-CPU0]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 40000 42000 44000 46000
|
||||
thresholds_clr 38000 40000 42000 44000
|
||||
actions cpu0 cpu0 cpu0 cpu0
|
||||
action_info 1708800 1651200 1516800 1324800
|
||||
override_b 4000
|
||||
|
||||
[MON-MSM-CPU6]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 40000 42000 44000 46000 47000
|
||||
thresholds_clr 38000 40000 42000 44000 46000
|
||||
actions cpu6 cpu6 cpu6 cpu6 cpu6
|
||||
action_info 2054400 1900800 1804800 1401600 1228800
|
||||
override_b 4000
|
||||
|
||||
[MONITOR-CAMERA-MSM]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 55000 60000
|
||||
thresholds_clr 53000 55000
|
||||
actions camera camera
|
||||
action_info 1 2
|
||||
|
||||
[MON-MODEM]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor Virt-MSM
|
||||
thresholds 80000 85000
|
||||
thresholds_clr 78000 80000
|
||||
actions modem_skin modem_skin
|
||||
action_info 1 2
|
||||
|
||||
[MODEM-PA-FR]
|
||||
algo_type monitor
|
||||
sampling 5000
|
||||
sensor xo_therm
|
||||
thresholds 65000 70000
|
||||
thresholds_clr 60000 65000
|
||||
actions modem_pa_fr1 modem_pa_fr1
|
||||
action_info 1 2
|
||||
+190
@@ -0,0 +1,190 @@
|
||||
[FRONT_TEMP]
|
||||
algo_type virtual
|
||||
trip_sensor xo_therm
|
||||
thresholds -18000
|
||||
thresholds_clr -20000
|
||||
sensors battery quiet_therm soc_usr
|
||||
weights 24 67 9
|
||||
offsets 1000 700 0
|
||||
sampling 1000
|
||||
math 0
|
||||
sys_temp
|
||||
|
||||
[REPORT-FRONT-TEMP]
|
||||
algo_type monitor
|
||||
sampling 300000
|
||||
sensor FRONT_TEMP
|
||||
thresholds 45000
|
||||
thresholds_clr 43000
|
||||
actions report
|
||||
action_info 1
|
||||
|
||||
[BACK_TEMP]
|
||||
algo_type virtual
|
||||
trip_sensor xo_therm
|
||||
thresholds -18000
|
||||
thresholds_clr -20000
|
||||
sensors battery msm_therm quiet_therm soc_usr
|
||||
weights 63 8 39 -10
|
||||
offsets -1200 -1200 -1200 0
|
||||
sampling 1000
|
||||
math 0
|
||||
sys_temp
|
||||
|
||||
[REPORT-BACK-TEMP]
|
||||
algo_type monitor
|
||||
sampling 300000
|
||||
sensor BACK_TEMP
|
||||
thresholds 45000
|
||||
thresholds_clr 43000
|
||||
actions report
|
||||
action_info 1
|
||||
|
||||
[DETECT-STANDBY]
|
||||
algo_type virtual
|
||||
trip_sensor quiet_therm
|
||||
thresholds -18000
|
||||
thersholds_clr -20000
|
||||
sensors cpu_utilization lcd_brightness_value
|
||||
weights 15 50
|
||||
sampling 1000
|
||||
less_than
|
||||
math 7
|
||||
|
||||
[OVERRIDE-CHG]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor DETECT-STANDBY
|
||||
thresholds 1
|
||||
thresholds_clr 0
|
||||
actions internal_override
|
||||
action_info 1
|
||||
|
||||
[FREEZE-CHG]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
descending
|
||||
sensor DETECT-STANDBY
|
||||
thresholds 0
|
||||
thresholds_clr 1
|
||||
actions freeze_rule
|
||||
action_info 1
|
||||
|
||||
[Virt-MSM]
|
||||
algo_type virtual
|
||||
sensors msm_therm
|
||||
weights 100
|
||||
trip_sensor chg_therm
|
||||
thresholds 18000
|
||||
thresholds_clr 16000
|
||||
offsets 0
|
||||
sampling 1000
|
||||
math 0
|
||||
|
||||
[Virt-CHG]
|
||||
algo_type virtual
|
||||
sensors chg_therm
|
||||
weights 100
|
||||
trip_sensor msm_therm
|
||||
thresholds 18000
|
||||
thresholds_clr 16000
|
||||
offsets 0
|
||||
sampling 1000
|
||||
math 0
|
||||
|
||||
[MON-PDPOWER2]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor battery
|
||||
thresholds 44500 44600
|
||||
thresholds_clr 41000 42600
|
||||
actions mmi_chrg_manager battery
|
||||
action_info 1 2
|
||||
override_c 15000
|
||||
|
||||
[MON-PDPOWER3]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 35000 36000 38200 38700 40000 42000 43000 50000
|
||||
thresholds_clr 34000 35000 36000 38200 38700 40000 42000 49000
|
||||
actions mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager
|
||||
action_info 10 9 7 6 5 3 2 2
|
||||
freezing
|
||||
|
||||
[MON-QCPOWER4]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 39000 41000 44000 46000 48000 50000
|
||||
thresholds_clr 37000 39000 42000 44000 46000 48000
|
||||
actions battery battery battery battery battery battery
|
||||
action_info 7 6 5 4 3 1
|
||||
freezing
|
||||
|
||||
[MON-PDPOWER5]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 35000 36000 37000 39000
|
||||
thresholds_clr 33000 35000 36000 37000
|
||||
actions mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager mmi_chrg_manager
|
||||
action_info 9 3 2 1
|
||||
override_c 15000
|
||||
|
||||
[MON-PDPOWER6]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor Virt-MSM
|
||||
thresholds 43000 45000 47000
|
||||
thresholds_clr 41000 43000 46000
|
||||
actions battery battery battery
|
||||
action_info 3 2 1
|
||||
override_c 15000
|
||||
|
||||
[MON-MSM-CPU0]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 39000 43000 47000
|
||||
thresholds_clr 37000 41000 45000
|
||||
actions cpu0 cpu0 cpu0
|
||||
action_info 1708800 1651200 1516800
|
||||
override_b 4000
|
||||
|
||||
[MON-MSM-CPU6]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor BACK_TEMP
|
||||
thresholds 39000 44000 46500
|
||||
thresholds_clr 37000 42000 44500
|
||||
actions cpu6 cpu6 cpu6
|
||||
action_info 1900800 1804800 1651200
|
||||
override_b 4000
|
||||
|
||||
[MONITOR-CAMERA-MSM]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor quiet_therm
|
||||
thresholds 55000 60000
|
||||
thresholds_clr 53000 55000
|
||||
actions camera camera
|
||||
action_info 1 2
|
||||
|
||||
[MON-MODEM]
|
||||
algo_type monitor
|
||||
sampling 1000
|
||||
sensor Virt-MSM
|
||||
thresholds 80000 85000
|
||||
thresholds_clr 78000 80000
|
||||
actions modem_skin modem_skin
|
||||
action_info 1 2
|
||||
|
||||
[MODEM-PA-FR]
|
||||
algo_type monitor
|
||||
sampling 5000
|
||||
sensor xo_therm
|
||||
thresholds 65000 70000
|
||||
thresholds_clr 60000 65000
|
||||
actions modem_pa_fr1 modem_pa_fr1
|
||||
action_info 1 2
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
# File empty by default.
|
||||
# Replace contents of this file with custom configuration.
|
||||
Vendored
+2981
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user