Snap for 12399304 from b6bf4f9712
to 25Q1-release
Change-Id: If2fc7901ff5db8a315fc6bb67e4002bbbeecc007
This commit is contained in:
commit
820096083c
9 changed files with 27 additions and 5 deletions
Binary file not shown.
Binary file not shown.
|
@ -14,7 +14,7 @@ UserialTypePriority = 2-1
|
|||
BtOffloadCap = AOC
|
||||
|
||||
# <string> The BT Offload Trunk Flag Group Name
|
||||
BtOffloadTrunkGroup = 24F_AOC
|
||||
BtOffloadTrunkGroup = 24P_AOC
|
||||
|
||||
# <boolean> Enable check whether let aoc controls power pin
|
||||
AocPowerPinCtrlCheckEnable = true
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<dimen name="status_bar_padding_start">0dp</dimen>
|
||||
|
||||
<!-- Location on the screen of the center of the physical power button. -->
|
||||
<dimen name="physical_power_button_center_screen_location_y">620px</dimen>
|
||||
<dimen name="physical_power_button_center_screen_location_y">675px</dimen>
|
||||
|
||||
<!-- Location on the screen of the center of the physical fingerprint sensor -->
|
||||
<dimen name="physical_fingerprint_sensor_center_screen_location_x">2076px</dimen>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
-->
|
||||
<resources>
|
||||
<!-- Location on the screen of the center of the physical power button. -->
|
||||
<dimen name="physical_power_button_center_screen_location_y">710px</dimen>
|
||||
<dimen name="physical_power_button_center_screen_location_y">765px</dimen>
|
||||
|
||||
<!-- Location on the screen of the center of the physical fingerprint sensor -->
|
||||
<dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen>
|
||||
|
|
|
@ -343,6 +343,10 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_SOONG_NAMESPACES += \
|
||||
device/google/comet/powerstats/comet
|
||||
|
||||
# UWB Overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
UwbOverlayCT3
|
||||
|
||||
# WiFi Overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
WifiOverlay2024Mid_CT3 \
|
||||
|
@ -513,12 +517,13 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|||
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
||||
endif
|
||||
|
||||
# Connectivity Resources Overlay
|
||||
# Connectivity Resources Overlay for Thread host settings
|
||||
PRODUCT_PACKAGES += \
|
||||
ConnectivityResourcesOverlayCometOverride
|
||||
|
||||
# Thread Dispatcher enablement in Bluetooth HAL
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.thread_dispatcher.enabled=true
|
||||
persist.bluetooth.thread_dispatcher.enabled=false
|
||||
|
||||
# Camera concurrent foldable dual front feature support
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -79,6 +79,10 @@ SingleBandNmTrkPower=20
|
|||
MultiBandNmTrkPower=28
|
||||
SingleBandUdTrkPower=14
|
||||
MultiBandUdTrkPower=18
|
||||
path_delay_glo_12fx_cm = -5070,-5042,-5004,-4986,-4938,-4886,-4829,-4758,-4662,-4578,-4484,-4459,-4436,-4455
|
||||
path_delay_gps_2fx_cm = 12342
|
||||
path_delay_bds_4fx_cm = 123
|
||||
path_delay_l5_20fx_cm = 105916
|
||||
RfPathLossDb_Ap=3600
|
||||
RfPathLossDb_Cp=3600
|
||||
RfPathLossDb_L5_Ap=4300
|
||||
|
|
|
@ -219,6 +219,11 @@ MultiBandNmTrkPower=28
|
|||
SingleBandUdTrkPower=14
|
||||
MultiBandUdTrkPower=18
|
||||
|
||||
path_delay_glo_12fx_cm = -5070,-5042,-5004,-4986,-4938,-4886,-4829,-4758,-4662,-4578,-4484,-4459,-4436,-4455
|
||||
path_delay_gps_2fx_cm = 12342
|
||||
path_delay_bds_4fx_cm = 123
|
||||
path_delay_l5_20fx_cm = 105916
|
||||
|
||||
RfPathLossDb_Ap=3600
|
||||
RfPathLossDb_Cp=3600
|
||||
RfPathLossDb_L5_Ap=4300
|
||||
|
|
|
@ -30,4 +30,12 @@
|
|||
* When previously foreground 3p apps moves to background, sessions are not terminated
|
||||
-->
|
||||
<bool name = "background_ranging_enabled">true</bool>
|
||||
|
||||
<!-- Whether multicast list update notification v2 is supported or not.
|
||||
If enabled, the notification will be parsed into version 2 if uci major version is 2.0. -->
|
||||
<bool name = "is_multicast_list_update_ntf_v2_supported">true</bool>
|
||||
|
||||
<!-- Whether multicast list update response v2 is supported or not.
|
||||
If enabled, the response will be parsed into version 2 if uci major version is 2.0. -->
|
||||
<bool name = "is_multicast_list_update_rsp_v2_supported">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue