Move lhd.conf, scd.conf to device folder am: e631aba3e6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/19771682 Change-Id: I50f12e9c1f5fe2405b23626453a0fc69517a6040 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
00d7c80488
5 changed files with 0 additions and 85 deletions
|
@ -1,33 +0,0 @@
|
||||||
LheName=bbd
|
|
||||||
|
|
||||||
LheRsmResetTimeoutMS=10000
|
|
||||||
GpioNStdbyPath=/sys/devices/platform/10940000.spi/spi_master/spi5/spi5.0/nstandby
|
|
||||||
|
|
||||||
LhePatch=/vendor/firmware/SensorHub.patch
|
|
||||||
Lhe477xDebugFlags=RPC:FACILITY=65535-dKP+CUST+LHE:STDOUT_PUTS:STDOUT_LOG
|
|
||||||
LheConsole=/data/vendor/gps/LheConsole
|
|
||||||
|
|
||||||
LogEnabled=true
|
|
||||||
Log=JAVA
|
|
||||||
LogDirectory=/sdcard/gps/broadcom/storage
|
|
||||||
|
|
||||||
LheBbdPacket=/dev/ttyBCM
|
|
||||||
|
|
||||||
LheBbdControl=/dev/bbd_control
|
|
||||||
|
|
||||||
# LheBbdSensor=/dev/bbd_sensor
|
|
||||||
|
|
||||||
LheFailSafe=/data/vendor/gps/logs/esw-crash-dump.txt
|
|
||||||
LogLevel=*:I
|
|
||||||
|
|
||||||
NvStorageDir=/data/vendor/gps/
|
|
||||||
|
|
||||||
# Enable BBD debugging at these stages:
|
|
||||||
# LheDriverDebugFlags=PATCH_BBD:LHE_BBD:FSC_BBD
|
|
||||||
|
|
||||||
LheAutoBaudDelayMS=10
|
|
||||||
TrafficLogEnabled=false
|
|
||||||
SecondaryConfigPath=/data/vendor/gps/overlay/lhd_overlay.conf
|
|
||||||
|
|
||||||
SkipSensorWakeLock=true
|
|
||||||
LoggerWakeLockEnable=false
|
|
|
@ -1,31 +0,0 @@
|
||||||
LheName=bbd
|
|
||||||
|
|
||||||
LheRsmResetTimeoutMS=10000
|
|
||||||
GpioNStdbyPath=/sys/devices/platform/10940000.spi/spi_master/spi5/spi5.0/nstandby
|
|
||||||
|
|
||||||
LhePatch=/vendor/firmware/SensorHub.patch
|
|
||||||
Lhe477xDebugFlags=RPC:FACILITY=65535-dKP+CUST+LHE:STDOUT_PUTS:STDOUT_LOG
|
|
||||||
# LheConsole=/data/vendor/gps/LheConsole
|
|
||||||
|
|
||||||
LogEnabled=false
|
|
||||||
Log=JAVA
|
|
||||||
LogDirectory=/sdcard/gps/broadcom/storage
|
|
||||||
|
|
||||||
LheBbdPacket=/dev/ttyBCM
|
|
||||||
|
|
||||||
LheBbdControl=/dev/bbd_control
|
|
||||||
|
|
||||||
# LheBbdSensor=/dev/bbd_sensor
|
|
||||||
|
|
||||||
# LheFailSafe=/data/vendor/gps/esw-crash-dump.txt
|
|
||||||
|
|
||||||
NvStorageDir=/data/vendor/gps/
|
|
||||||
|
|
||||||
# Enable BBD debugging at these stages:
|
|
||||||
# LheDriverDebugFlags=PATCH_BBD:LHE_BBD:FSC_BBD
|
|
||||||
|
|
||||||
LheAutoBaudDelayMS=10
|
|
||||||
TrafficLogEnabled=false
|
|
||||||
|
|
||||||
SkipSensorWakeLock=true
|
|
||||||
LoggerWakeLockEnable=false
|
|
|
@ -1,6 +0,0 @@
|
||||||
LogEnabled=true
|
|
||||||
Log=JAVA
|
|
||||||
LogDirectory=/sdcard/gps/broadcom/storage
|
|
||||||
NvStorageDir=/data/vendor/gps/
|
|
||||||
TcpConnectionTimeout=20
|
|
||||||
SecondaryConfigPath=/data/vendor/gps/overlay/scd_overlay.conf
|
|
|
@ -1,5 +0,0 @@
|
||||||
LogEnabled=false
|
|
||||||
Log=JAVA
|
|
||||||
LogDirectory=/sdcard/gps/broadcom/storage
|
|
||||||
NvStorageDir=/data/vendor/gps/
|
|
||||||
TcpConnectionTimeout=20
|
|
|
@ -3,16 +3,6 @@ PRODUCT_COPY_FILES += \
|
||||||
device/google/gs201/gnss/47765/config/gps.cer:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.cer \
|
device/google/gs201/gnss/47765/config/gps.cer:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.cer \
|
||||||
device/google/gs201/gnss/47765/firmware/SensorHub.patch:$(TARGET_COPY_OUT_VENDOR)/firmware/SensorHub.patch
|
device/google/gs201/gnss/47765/firmware/SensorHub.patch:$(TARGET_COPY_OUT_VENDOR)/firmware/SensorHub.patch
|
||||||
|
|
||||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|
||||||
PRODUCT_COPY_FILES += \
|
|
||||||
device/google/gs201/gnss/47765/config/lhd.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/lhd.conf \
|
|
||||||
device/google/gs201/gnss/47765/config/scd.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/scd.conf
|
|
||||||
else
|
|
||||||
PRODUCT_COPY_FILES += \
|
|
||||||
device/google/gs201/gnss/47765/config/lhd_user.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/lhd.conf \
|
|
||||||
device/google/gs201/gnss/47765/config/scd_user.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/scd.conf
|
|
||||||
endif
|
|
||||||
|
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
device/google/gs201/gnss/47765
|
device/google/gs201/gnss/47765
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue