powerhint: fork powerhint.json for pantah

Move the powerhint.json from gs201 to pantah.
Separate powerhint.json for each device.

Test: build and manually check
Bug: 207573241
Change-Id: I32d9093e48ca5f62cf0d05ec43a8b77b99ed254d
This commit is contained in:
Jimmy Shiu 2022-02-21 15:22:35 +08:00 committed by Wei Wang
parent bdd36d9f1e
commit 28c39289a3
8 changed files with 4188 additions and 0 deletions

View file

@ -105,6 +105,10 @@ DEVICE_MANIFEST_FILE += \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/pantah/thermal_info_config_cheetah.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json device/google/pantah/thermal_info_config_cheetah.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
# Power HAL config
PRODUCT_COPY_FILES += \
device/google/pantah/powerhint-cheetah.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
# Bluetooth HAL # Bluetooth HAL
DEVICE_MANIFEST_FILE += \ DEVICE_MANIFEST_FILE += \
device/google/pantah/bluetooth/manifest_bluetooth.xml device/google/pantah/bluetooth/manifest_bluetooth.xml

View file

@ -81,6 +81,10 @@ DEVICE_MANIFEST_FILE += \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/pantah/thermal_info_config_cloudripper.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json device/google/pantah/thermal_info_config_cloudripper.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
# Power HAL config
PRODUCT_COPY_FILES += \
device/google/pantah/powerhint-cloudripper.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
# Bluetooth HAL # Bluetooth HAL
DEVICE_MANIFEST_FILE += \ DEVICE_MANIFEST_FILE += \
device/google/pantah/bluetooth/manifest_bluetooth.xml device/google/pantah/bluetooth/manifest_bluetooth.xml

View file

@ -93,6 +93,10 @@ DEVICE_MANIFEST_FILE += \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/pantah/thermal_info_config_panther.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json device/google/pantah/thermal_info_config_panther.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
# Power HAL config
PRODUCT_COPY_FILES += \
device/google/pantah/powerhint-panther.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
# Bluetooth HAL # Bluetooth HAL
DEVICE_MANIFEST_FILE += \ DEVICE_MANIFEST_FILE += \
device/google/pantah/bluetooth/manifest_bluetooth.xml device/google/pantah/bluetooth/manifest_bluetooth.xml

View file

@ -86,6 +86,10 @@ DEVICE_MANIFEST_FILE += \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/pantah/thermal_info_config_ravenclaw.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json device/google/pantah/thermal_info_config_ravenclaw.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
# Power HAL config
PRODUCT_COPY_FILES += \
device/google/pantah/powerhint-ravenclaw.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
# Bluetooth HAL # Bluetooth HAL
DEVICE_MANIFEST_FILE += \ DEVICE_MANIFEST_FILE += \
device/google/pantah/bluetooth/manifest_bluetooth.xml device/google/pantah/bluetooth/manifest_bluetooth.xml

1043
powerhint-cheetah.json Normal file

File diff suppressed because it is too large Load diff

1043
powerhint-cloudripper.json Normal file

File diff suppressed because it is too large Load diff

1043
powerhint-panther.json Normal file

File diff suppressed because it is too large Load diff

1043
powerhint-ravenclaw.json Normal file

File diff suppressed because it is too large Load diff