Snap for 7557463 from 59748fcfde69f62b238985114350c0573ebe627b to sc-v2-release
Change-Id: Ib1dc7c48e96b5c09e78c1b844e2010e71cfae610
This commit is contained in:
commit
cd18d38000
4 changed files with 26 additions and 8 deletions
|
@ -64,6 +64,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/bluetooth_power_limits_oriole.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv
|
||||
|
||||
# Bluetooth SAR test tool
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
sar_test
|
||||
|
||||
# MIPI Coex Configs
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/raviole/radio/oriole_display_mipi_coex_table.csv:$(TARGET_COPY_OUT_VENDOR)/etc/modem/display_primary_mipi_coex_table.csv \
|
||||
|
|
|
@ -70,6 +70,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/bluetooth_power_limits_raven.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv
|
||||
|
||||
# Bluetooth SAR test tool
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
sar_test
|
||||
|
||||
# Camera
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/raviole/media_profiles_raven.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
|
||||
|
|
|
@ -336,20 +336,25 @@
|
|||
"LimitInfo": [0, 2, 3, 4, 4, 4, 4],
|
||||
"BindedPowerRail": "POWER_FOR_CHARGING_THROTTLING",
|
||||
"PowerThreshold": [500, 500, 500, 500, 0, 0, 0],
|
||||
"CdevFloorWithPowerLink": [0, 0, 0, 2, 4 ,4 ,4],
|
||||
"CdevFloorWithPowerLink": [0, 0, 1, 2, 4 ,4 ,4],
|
||||
"ReleaseLogic": "RELEASE_TO_FLOOR",
|
||||
"ThrottlingWithPowerLink":true
|
||||
},
|
||||
{
|
||||
"CdevRequest": "dc_icl",
|
||||
"LimitInfo": [0, 1, 2, 3, 3, 3, 3]
|
||||
"LimitInfo": [0, 1, 2, 4, 4, 4, 4],
|
||||
"BindedPowerRail": "POWER_FOR_CHARGING_THROTTLING",
|
||||
"PowerThreshold": [500, 500, 500, 500, 0, 0, 0],
|
||||
"CdevFloorWithPowerLink": [0, 1, 2, 3, 4, 4, 4],
|
||||
"ReleaseLogic": "RELEASE_TO_FLOOR",
|
||||
"ThrottlingWithPowerLink":true
|
||||
},
|
||||
{
|
||||
"CdevRequest": "wlc_fcc",
|
||||
"LimitInfo": [0, 1, 1, 4, 4, 4, 4],
|
||||
"LimitInfo": [0, 2, 2, 5, 5, 5, 5],
|
||||
"BindedPowerRail": "POWER_FOR_CHARGING_THROTTLING",
|
||||
"PowerThreshold": [500, 500, 500, 500, 0, 0, 0],
|
||||
"CdevFloorWithPowerLink": [0, 0, 0, 1, 4 ,4 ,4],
|
||||
"CdevFloorWithPowerLink": [0, 1, 1, 2, 5, 5, 5],
|
||||
"ReleaseLogic": "RELEASE_TO_FLOOR",
|
||||
"ThrottlingWithPowerLink":true
|
||||
}
|
||||
|
|
|
@ -336,20 +336,25 @@
|
|||
"LimitInfo": [0, 2, 3, 4, 4, 4, 4],
|
||||
"BindedPowerRail": "POWER_FOR_CHARGING_THROTTLING",
|
||||
"PowerThreshold": [500, 500, 500, 500, 500, 0, 0],
|
||||
"CdevFloorWithPowerLink": [0, 0, 0, 2, 3 ,4 ,4],
|
||||
"CdevFloorWithPowerLink": [0, 0, 1, 2, 3 ,4 ,4],
|
||||
"ReleaseLogic": "RELEASE_TO_FLOOR",
|
||||
"ThrottlingWithPowerLink":true
|
||||
},
|
||||
{
|
||||
"CdevRequest": "dc_icl",
|
||||
"LimitInfo": [0, 1, 2, 3, 3, 3, 3]
|
||||
"LimitInfo": [0, 1, 2, 4, 4, 4, 4],
|
||||
"BindedPowerRail": "POWER_FOR_CHARGING_THROTTLING",
|
||||
"PowerThreshold": [500, 500, 500, 500, 500, 0, 0],
|
||||
"CdevFloorWithPowerLink": [0, 1, 2, 3, 4, 4, 4],
|
||||
"ReleaseLogic": "RELEASE_TO_FLOOR",
|
||||
"ThrottlingWithPowerLink":true
|
||||
},
|
||||
{
|
||||
"CdevRequest": "wlc_fcc",
|
||||
"LimitInfo": [0, 1, 1, 2, 3, 3, 3],
|
||||
"LimitInfo": [0, 2, 2, 3, 4, 4, 4],
|
||||
"BindedPowerRail": "POWER_FOR_CHARGING_THROTTLING",
|
||||
"PowerThreshold": [500, 500, 500, 500, 500, 0, 0],
|
||||
"CdevFloorWithPowerLink": [0, 0, 0, 1, 2 ,3 ,3],
|
||||
"CdevFloorWithPowerLink": [0, 1, 1, 2, 3, 4, 4],
|
||||
"ReleaseLogic": "RELEASE_TO_FLOOR",
|
||||
"ThrottlingWithPowerLink":true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue