From 8426e32ad128b68ec1bb8607a889289f1f0266d1 Mon Sep 17 00:00:00 2001 From: Zouberou Sayibou Date: Wed, 18 Dec 2024 05:52:27 +0000 Subject: [PATCH 1/8] comet: Clean up dbc and pm properties. Bug: 384978512 Flag: EXEMPT clean up only Change-Id: If8f1722d8e674910eba3aeb710e19f98846fc4ca Signed-off-by: Zouberou Sayibou --- device-comet.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/device-comet.mk b/device-comet.mk index 0ebd00c..06339e0 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -415,8 +415,6 @@ PRODUCT_VENDOR_PROPERTIES += \ # Haptics # Placeholders for updates later, need to update: -# remove ro.vendor.vibrator.hal.dbc.enable (needed for setting pm.activetimeout) -# remove pm.activetimeout # ro.vendor.vibrator.hal.loc.coeff.folded currently unused $(call soong_config_set,haptics,kernel_ver,v$(subst .,_,$(TARGET_LINUX_KERNEL_VERSION))) ACTUATOR_MODEL := luxshare_ict_081545 @@ -426,8 +424,6 @@ PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.vibrator.hal.device.mass=0.2605 \ ro.vendor.vibrator.hal.loc.coeff.folded=3.15 \ ro.vendor.vibrator.hal.loc.coeff=2.58 \ - ro.vendor.vibrator.hal.dbc.enable=1 \ - ro.vendor.vibrator.hal.pm.activetimeout=5 \ persist.vendor.vibrator.hal.context.enable=false \ persist.vendor.vibrator.hal.context.scale=60 \ persist.vendor.vibrator.hal.context.fade=true \ From 0e7e7b36a40b43994293f8d949778c417dffc2b0 Mon Sep 17 00:00:00 2001 From: guibing Date: Mon, 13 Jan 2025 19:04:55 +0000 Subject: [PATCH 2/8] ADPF:comet: add tagged ADPF profile for SYSTEM_UI. - Add a event node for SYSTEM_UI; - Add a separate SYSTEM_UI profile; - Remove unused profiles. Bug: 359672110 Test: adb shell dumpsys android.hardware.power.IPower/default Flag: NONE powerhal doesn't have a flag yet Change-Id: Iddfba4b0c3baf32d86ec18b15c9139ba9b86185d --- powerhint-comet.json | 107 ++++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 67 deletions(-) diff --git a/powerhint-comet.json b/powerhint-comet.json index df04723..33e9fa9 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -1011,6 +1011,16 @@ ], "DefaultIndex": 0, "ResetOnInit": true + }, + { + "Name": "SYSTEM_UI_ADPF_PROFILES", + "Path": ":SYSTEM_UI", + "Values": [ + "SYSTEM_UI_PROFILE" + ], + "DefaultIndex": 0, + "ResetOnInit": true, + "Type": "Event" } ], "Actions": [ @@ -3922,79 +3932,42 @@ "GpuCapacityBoostMax": 25000 }, { - "Name": "UiHighBoostWithoutPid", - "PID_On": false, - "PID_Po": 0, - "PID_Pu": 0, - "PID_I": 0, - "PID_I_Init": 0, - "PID_I_High": 0, - "PID_I_Low": 0, - "PID_Do": 0, - "PID_Du": 0, - "SamplingWindow_P": 1, - "SamplingWindow_I": 1, - "SamplingWindow_D": 1, + "Name": "SYSTEM_UI_PROFILE", + "PID_On": true, + "PID_Po": 2.0, + "PID_Pu": 0.5, + "PID_I": 0.0, + "PID_I_Init": 200, + "PID_I_High": 512, + "PID_I_Low": -30, + "PID_Do": 500.0, + "PID_Du": 0.0, "UclampMin_On": true, - "UclampMin_Init": 250, - "UclampMin_High": 196, - "UclampMin_Low": 196, + "UclampMin_Init": 231, + "UclampMin_LoadUp": 730, + "UclampMin_LoadReset": 730, + "UclampMin_High": 480, + "UclampMin_Low": 2, "UclampMax_EfficientBase": 500, "UclampMax_EfficientOffset": 200, - "ReportingRateLimitNs": 1, - "TargetTimeFactor": 1.0, - "StaleTimeFactor": 5.0, - "GpuBoost": false - }, - { - "Name": "UiLowBoostWithoutPid", - "PID_On": false, - "PID_Po": 0, - "PID_Pu": 0, - "PID_I": 0, - "PID_I_Init": 0, - "PID_I_High": 0, - "PID_I_Low": 0, - "PID_Do": 0, - "PID_Du": 0, "SamplingWindow_P": 1, - "SamplingWindow_I": 1, + "SamplingWindow_I": 0, "SamplingWindow_D": 1, - "UclampMin_On": true, - "UclampMin_Init": 250, - "UclampMin_High": 52, - "UclampMin_Low": 52, - "UclampMax_EfficientBase": 500, - "UclampMax_EfficientOffset": 200, - "ReportingRateLimitNs": 1, + "ReportingRateLimitNs": 166666660, "TargetTimeFactor": 1.0, - "StaleTimeFactor": 5.0, - "GpuBoost": false - }, - { - "Name": "UiLowNoneBoost", - "PID_On": false, - "PID_Po": 0, - "PID_Pu": 0, - "PID_I": 0, - "PID_I_Init": 0, - "PID_I_High": 0, - "PID_I_Low": 0, - "PID_Do": 0, - "PID_Du": 0, - "SamplingWindow_P": 1, - "SamplingWindow_I": 1, - "SamplingWindow_D": 1, - "UclampMin_On": true, - "UclampMin_Init": 250, - "UclampMin_High": 0, - "UclampMin_Low": 0, - "UclampMax_EfficientBase": 500, - "UclampMax_EfficientOffset": 200, - "ReportingRateLimitNs": 1, - "TargetTimeFactor": 1.0, - "StaleTimeFactor": 5.0, - "GpuBoost": false + "StaleTimeFactor": 15.0, + "HeuristicBoost_On": true, + "HBoostModerateJankThreshold": 2, + "HBoostOffMaxAvgDurRatio": 4.0, + "HBoostSevereJankPidPu": 0.3, + "HBoostSevereJankThreshold": 8, + "HBoostUclampMinCeilingRange": [480, 722], + "HBoostUclampMinFloorRange": [230, 410], + "JankCheckTimeFactor": 1.2, + "LowFrameRateThreshold": 25, + "MaxRecordsNum": 300, + "GpuBoost": true, + "GpuCapacityBoostMax": 25000 } ] } From eb1875087634264aefde669c281c7e808ba0c92c Mon Sep 17 00:00:00 2001 From: Paulsu Su Date: Mon, 13 Jan 2025 17:43:57 -0800 Subject: [PATCH 3/8] powerhint: Mask hints in AA and DISPLAY_IDLE This CL adds a powerhint for AA mode to mask storming hint. DISPLAY_IDLE masks DISPLAY_UPDATE_IMMINENT and CPU_LOAD_RESET when Android Auto property is set. When navigation in Android Auto, the two hint with action to boost memlat is costly. Bug: 380188115 Change-Id: I825a56ac32a0ecdc8b441af9cb64e81b1d04f9a6 Test: Local test with desktop_head_unit_internal Flag: EXEMPT powerhint change --- powerhint-comet.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/powerhint-comet.json b/powerhint-comet.json index 33e9fa9..e0d2624 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -993,6 +993,16 @@ "WriteOnly": true, "ResetOnInit": false }, + { + "Name": "AAModeProperty", + "Path": "vendor.powerhal.mode.aa", + "Values": [ + "1", + "0" + ], + "ResetOnInit": true, + "Type": "Property" + }, { "Name": "KswapdUclaimMin", "Path": "/sys/kernel/vendor_mm/kswapd_uclamp_min", @@ -3213,6 +3223,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "AUTOMOTIVE_PROJECTION", + "Node": "AAModeProperty", + "Duration": 0, + "Value": "1" + }, { "PowerHint": "DISPLAY_IDLE", "Node": "FGPreferIdle", @@ -3254,6 +3270,18 @@ "Duration": 0, "Value": "170" }, + { + "PowerHint": "DISPLAY_IDLE", + "Type": "MaskHint", + "Value":"DISPLAY_UPDATE_IMMINENT", + "EnableProperty": "vendor.powerhal.mode.aa" + }, + { + "PowerHint": "DISPLAY_IDLE", + "Type": "MaskHint", + "Value":"CPU_LOAD_RESET", + "EnableProperty": "vendor.powerhal.mode.aa" + }, { "PowerHint": "DISPLAY_UPDATE_IMMINENT", "Node": "CPULittleClusterDownRateLimitUs", From 8b69f123021932c1bbb9e8be742697e2de12b4f1 Mon Sep 17 00:00:00 2001 From: Shreshta Manu Date: Tue, 14 Jan 2025 18:48:13 +0000 Subject: [PATCH 4/8] [UWB] Add a new runtime overlay for comet on GSI Bug: 384550358 Test: ABTD Flag: EXEMPT minor bug fix Change-Id: I8cef2ffd5069c7243c8c2975c73cfd3e1dba3b9c --- device-comet.mk | 3 ++- rro_overlays/UwbOverlay/Android.bp | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/device-comet.mk b/device-comet.mk index 453c2f7..ce8ca17 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -343,7 +343,8 @@ PRODUCT_SOONG_NAMESPACES += \ # UWB Overlay PRODUCT_PACKAGES += \ - UwbOverlayCT3 + UwbOverlayCT3 \ + UwbOverlayCT3Gsi # WiFi Overlay PRODUCT_PACKAGES += \ diff --git a/rro_overlays/UwbOverlay/Android.bp b/rro_overlays/UwbOverlay/Android.bp index 4b62d84..2aa1d8a 100644 --- a/rro_overlays/UwbOverlay/Android.bp +++ b/rro_overlays/UwbOverlay/Android.bp @@ -14,5 +14,13 @@ runtime_resource_overlay { theme: "UwbOverlayCT3", certificate: "platform", sdk_version: "current", - product_specific: true + product_specific: true, +} + +runtime_resource_overlay { + name: "UwbOverlayCT3Gsi", + theme: "UwbOverlayCT3", + certificate: "platform", + sdk_version: "current", + vendor: true, } From 10996880538c4cff0665d612399ac575933d5e6c Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Tue, 7 Jan 2025 16:47:25 +0000 Subject: [PATCH 5/8] thermal: Low power shutdown policy bringup Bug: 363336093 Bug: 361454856 Bug: 363070211 Test: emul_temp battery and VIRTUAL-SKIN for idle, camera use cases and check thermal log. Flag: EXEMPT config change Change-Id: I81f19bb87a51879ddffebec3df45452f0b681891 --- device-comet.mk | 1 + powerhint-comet.json | 32 +++++++++ thermal/thermal_info_config_comet.json | 5 ++ thermal/thermal_info_config_lpm_comet.json | 81 ++++++++++++++++++++++ 4 files changed, 119 insertions(+) create mode 100644 thermal/thermal_info_config_lpm_comet.json diff --git a/device-comet.mk b/device-comet.mk index 0ebd00c..e1a4e83 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -197,6 +197,7 @@ PRODUCT_COPY_FILES += \ $(TARGET_VENDOR_THERMAL_CONFIG_PATH)/thermal_info_config_backup_comet.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_backup.json \ $(TARGET_VENDOR_THERMAL_CONFIG_PATH)/vt_estimation_model_comet.tflite:$(TARGET_COPY_OUT_VENDOR)/etc/vt_estimation_model.tflite \ $(TARGET_VENDOR_THERMAL_CONFIG_PATH)/vt_speaker_estimation_model_comet.tflite:$(TARGET_COPY_OUT_VENDOR)/etc/vt_speaker_estimation_model.tflite \ + $(TARGET_VENDOR_THERMAL_CONFIG_PATH)/thermal_info_config_lpm_comet.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_lpm.json \ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) PRODUCT_COPY_FILES += \ diff --git a/powerhint-comet.json b/powerhint-comet.json index df04723..770a9e5 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -888,6 +888,26 @@ "ResetOnInit": true, "Type": "Property" }, + { + "Name": "ntc_critical_trip", + "Path": "/dev/thermal/tz-by-name/charger_therm/trip_point_1_temp", + "Values": [ + "64000", + "72000" + ], + "DefaultIndex": 0, + "ResetOnInit": true + }, + { + "Name": "ntc_hot_trip", + "Path": "/dev/thermal/tz-by-name/charger_therm/trip_point_2_temp", + "Values": [ + "66000", + "74000" + ], + "DefaultIndex": 0, + "ResetOnInit": true + }, { "Name": "MIFTargetLoad", "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", @@ -3388,6 +3408,18 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "THERMAL_ShutdownMode_EMERGENCY", + "Node": "ntc_critical_trip", + "Duration": 0, + "Value": "72000" + }, + { + "PowerHint": "THERMAL_ShutdownMode_EMERGENCY", + "Node": "ntc_hot_trip", + "Duration": 0, + "Value": "74000" + }, { "PowerHint": "GAME", "Node": "PMU_POLL", diff --git a/thermal/thermal_info_config_comet.json b/thermal/thermal_info_config_comet.json index e08dccd..20ae223 100644 --- a/thermal/thermal_info_config_comet.json +++ b/thermal/thermal_info_config_comet.json @@ -4,6 +4,11 @@ "Name": "battery", "Type": "BATTERY", "HotThreshold": ["NAN", "NAN", "NAN", "NAN", "NAN", "NAN", "60.0"], + "HotHysteresis":[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.9], + "SendCallback": true, + "TripPointIgnorable": true, + "PollingDelay": 60000, + "PassiveDelay": 60000, "Multiplier": 0.001 }, { diff --git a/thermal/thermal_info_config_lpm_comet.json b/thermal/thermal_info_config_lpm_comet.json new file mode 100644 index 0000000..e60fdfa --- /dev/null +++ b/thermal/thermal_info_config_lpm_comet.json @@ -0,0 +1,81 @@ +{ + "Include": ["thermal_info_config.json"], + "Sensors":[ + { + "Name":"SkinShutdownModeHighPower", + "Type":"UNKNOWN", + "VirtualSensor":true, + "Formula":"COUNT_THRESHOLD", + "Combination":["VIRTUAL-SKIN", "PARTIAL_SYSTEM_POWER"], + "CombinationType":["SENSOR", "ODPM"], + "Coefficient":[57000.0, 1000.0], + "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", "NAN", 2.0], + "HotHysteresis":[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9], + "Multiplier":1 + }, + { + "Name":"BatteryShutdownModeHighPower", + "Type":"UNKNOWN", + "VirtualSensor":true, + "Formula":"COUNT_THRESHOLD", + "Combination":["battery", "PARTIAL_SYSTEM_POWER"], + "CombinationType":["SENSOR", "ODPM"], + "Coefficient":[60000.0, 1000.0], + "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", "NAN", 2.0], + "HotHysteresis":[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9], + "Multiplier":1 + }, + { + "Name":"battery", + "Type":"BATTERY", + "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", 60.0, 65.0], + "HotHysteresis":[0.0, 0.0, 0.0, 0.0, 0.0, 5.0, 1.9], + "SeverityReference": "BatteryShutdownModeHighPower", + "SendCallback": true, + "TripPointIgnorable": true, + "PollingDelay": 60000, + "PassiveDelay": 60000, + "Multiplier":0.001 + }, + { + "Name":"ShutdownMode", + "Type":"UNKNOWN", + "VirtualSensor":true, + "TriggerSensor": ["soc_therm", "rffe_therm", "charger_therm", "modem_therm", "gnss_tcxo_therm"], + "Formula":"WEIGHTED_AVG", + "Combination":["VIRTUAL-SKIN"], + "Coefficient":[1.0], + "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", 57.0, "NAN"], + "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 5.9, 1.9], + "SeverityReference": "battery", + "Multiplier":0.001, + "SendCallback": true, + "SendPowerHint": true, + "PollingDelay":300000, + "PassiveDelay":7000 + }, + { + "Name": "VIRTUAL-SKIN", + "Type": "SKIN", + "Version": "2.3", + "VirtualSensor": true, + "TriggerSensor": ["soc_therm", "rffe_therm", "charger_therm", "modem_therm", "gnss_tcxo_therm"], + "Formula": "MAXIMUM", + "Combination": ["VIRTUAL-SKIN-LEGACY"], + "Coefficient": [1.0], + "HotThreshold": ["NAN", 39.0, 43.0, 45.0, 46.5, 53.0, 65.0], + "HotHysteresis": [0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9], + "SeverityReference": "SkinShutdownModeHighPower", + "Multiplier": 0.001, + "PollingDelay": 300000, + "PassiveDelay": 7000, + "SendCallback": true, + "BindedCdevInfo": [ + { + "CdevRequest": "gxp-cooling", + "LimitInfo": [0, 0, 0, 0, 0, 99, 99] + } + ] + } + ] +} From e1b18a7fb444ea34f5379e05fd15c72b7c2fb767 Mon Sep 17 00:00:00 2001 From: Jongduck You Date: Fri, 31 Jan 2025 10:52:59 +0000 Subject: [PATCH 6/8] Enable dynamic routing for tmobile_cz and vodafone_cz carriers This change enables dynamic routing for the tmobile_cz and vodafone_cz carriers and adds 156 as the dynamic routing emergency number. Flag: EXEMPT resource only update Bug: 393518741 Bug: 392927325 Test: manual test - make a call to 156 for each carrier Change-Id: Ic52fb90e4c6dde06b551cf742ba4fe7ef4f48f80 --- .../packages/services/Telephony/res/values/config.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/comet/overlay/packages/services/Telephony/res/values/config.xml b/comet/overlay/packages/services/Telephony/res/values/config.xml index 4fe41dd..0015ec6 100644 --- a/comet/overlay/packages/services/Telephony/res/values/config.xml +++ b/comet/overlay/packages/services/Telephony/res/values/config.xml @@ -25,6 +25,8 @@ Values should be ISO3166 country codes in lowercase. --> + + cz in il tw @@ -40,6 +42,9 @@ Values are the tuples of Country ISO, MNC, and numbers. --> + + cz,01,156 + cz,03,156 in,,101,102,103,108 il,,101,102 tw,,110,119 From ff158deb1aea39b1b48b2aaeb90b2763f8469643 Mon Sep 17 00:00:00 2001 From: James Huang Date: Wed, 5 Feb 2025 15:08:02 +0800 Subject: [PATCH 7/8] gps: Update GNSS config for KDDI Change emergency positioning method to SET-Based - ENABLE_2G_UP_CAPS_MSA=0 - ENABLE_3G_UP_CAPS_MSA=0 - ENABLE_4G_UP_CAPS_MSA=0 Disable OTDOA - ENABLE_CAPS_OTDOA=0 Update Agnss_IsGloAidingEnable=0 Agnss_IsGalAidingEnable=0 Agnss_IsBdsAidingEnable=0 Bug: 389211267 Flag: EXEMPT GNSS configuration changes Test: Build pass and check config change Change-Id: I8fdd911e4a6d7b98afc282a2541cec178797d005 --- location/user/gps.cfg | 7 +++++++ location/userdebug/gps.cfg | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/location/user/gps.cfg b/location/user/gps.cfg index bbfe8e7..8ee0594 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -43,6 +43,9 @@ gnss_rfic_chip_id=55400000 UseRtcForAiding=1 additional_rtc_uncertainty_ms=10 Sif_UseFwXtraInterface=1 +Agnss_IsGloAidingEnable=0 +Agnss_IsGalAidingEnable=0 +Agnss_IsBdsAidingEnable=0 SETCaps_IsOtdoa=1 SETCaps_IsLpp=1 SETCaps_SuplUT1=20 @@ -159,10 +162,14 @@ ENABLE_LPP_UP=1 ENABLE_LPPE_UP=3 GNSS_CARRIER_ID=6 +ENABLE_CAPS_OTDOA=0 ENABLE_LPP_CP=0 ENABLE_LPP_UP=1 ENABLE_LPPE_CP=0 ENABLE_LPPE_UP=3 +ENABLE_2G_UP_CAPS_MSA=0 +ENABLE_3G_UP_CAPS_MSA=0 +ENABLE_4G_UP_CAPS_MSA=0 GNSS_CARRIER_ID=7 ENABLE_LPP_CP=0 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 15244c1..0eb10b4 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -189,6 +189,9 @@ Sif_UseFwXtraInterface=1 # The above sets the correct operation when the true week is between 1024 and 2048 # ChipCfg_GetGpsWeekFloor=0 +Agnss_IsGloAidingEnable=0 +Agnss_IsGalAidingEnable=0 +Agnss_IsBdsAidingEnable=0 SETCaps_IsOtdoa=1 SETCaps_IsLpp=1 SETCaps_SuplUT1=20 @@ -332,10 +335,14 @@ ENABLE_LPP_UP=1 ENABLE_LPPE_UP=3 # KDDI GNSS_CARRIER_ID=6 +ENABLE_CAPS_OTDOA=0 ENABLE_LPP_CP=0 ENABLE_LPP_UP=1 ENABLE_LPPE_CP=0 ENABLE_LPPE_UP=3 +ENABLE_2G_UP_CAPS_MSA=0 +ENABLE_3G_UP_CAPS_MSA=0 +ENABLE_4G_UP_CAPS_MSA=0 # SBM GNSS_CARRIER_ID=7 ENABLE_LPP_CP=0 From 7cf82e6f5874a8c213c68e2b15dd321cafd48069 Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Wed, 5 Feb 2025 21:46:49 +0000 Subject: [PATCH 8/8] Remove old unused VINTF manifest file This file is out of date and unused, so remove it. It's targeting Android R FCM and declaring old HIDL versions of HALs that these devices do not use. Test: m Bug: 388074589 Change-Id: Ib02bbd6010db4df2e7ee7eda49dd0b45e21c0c68 --- aosp_comet.mk | 3 -- manifest.xml | 116 -------------------------------------------------- 2 files changed, 119 deletions(-) delete mode 100644 manifest.xml diff --git a/aosp_comet.mk b/aosp_comet.mk index c874834..3298e82 100644 --- a/aosp_comet.mk +++ b/aosp_comet.mk @@ -24,6 +24,3 @@ PRODUCT_DEVICE := comet PRODUCT_MODEL := AOSP on comet PRODUCT_BRAND := Android PRODUCT_MANUFACTURER := Google - -DEVICE_MANIFEST_FILE := \ - device/google/comet/manifest.xml diff --git a/manifest.xml b/manifest.xml deleted file mode 100644 index cf97ba9..0000000 --- a/manifest.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - android.hardware.audio - hwbinder - 7.1 - - IDevicesFactory - default - - - - android.hardware.audio.effect - hwbinder - 7.0 - - IEffectsFactory - default - - - - android.hardware.soundtrigger - hwbinder - 2.3 - - ISoundTriggerHw - default - - - - android.hardware.media.omx - hwbinder - 1.0 - - IOmx - default - - - IOmxStore - default - - - - android.hardware.graphics.allocator - hwbinder - 4.0 - - IAllocator - default - - - - android.hardware.graphics.composer - hwbinder - 2.4 - - IComposer - default - - - - android.hardware.renderscript - passthrough - 1.0 - - IDevice - default - - - - android.hardware.dumpstate - hwbinder - 1.1 - - IDumpstateDevice - default - - - - android.hardware.bluetooth.audio - hwbinder - 2.1 - - IBluetoothAudioProvidersFactory - default - - - - android.hardware.boot - hwbinder - @1.2::IBootControl/default - - - android.hardware.neuralnetworks - hwbinder - @1.3::IDevice/google-edgetpu - - - android.hardware.health - hwbinder - 2.1 - - IHealth - default - - - - vendor.google.whitechapel.audio.audioext - hwbinder - 3.0 - - IAudioExt - default - - - -