Snap for 10071751 from f8e4e724da
to udc-qpr1-release
Change-Id: Ibd424ebd4c6485cea228571419e335953a42821d
This commit is contained in:
commit
9beb79a6e9
2 changed files with 57 additions and 1 deletions
|
@ -0,0 +1,36 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
**
|
||||||
|
** Copyright 2023, The Android Open Source Project
|
||||||
|
**
|
||||||
|
** Licensed under the Apache License, Version 2.0 (the "License")
|
||||||
|
** you may not use this file except in compliance with the License.
|
||||||
|
** You may obtain a copy of the License at
|
||||||
|
**
|
||||||
|
** http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
**
|
||||||
|
** Unless required by applicable law or agreed to in writing, software
|
||||||
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
** See the License for the specific language governing permissions and
|
||||||
|
** limitations under the License.
|
||||||
|
*/
|
||||||
|
-->
|
||||||
|
<irq-device-map>
|
||||||
|
<device name="rtc-alarm0">
|
||||||
|
<subsystem>Alarm</subsystem>
|
||||||
|
</device>
|
||||||
|
<device name="dhdpcie_host_wake">
|
||||||
|
<subsystem>Wifi</subsystem>
|
||||||
|
</device>
|
||||||
|
<device name="cp2ap_wakeup">
|
||||||
|
<subsystem>Cellular_data</subsystem>
|
||||||
|
</device>
|
||||||
|
<device name="MAILBOX_AOC2APxE00">
|
||||||
|
<subsystem>Sound_trigger</subsystem>
|
||||||
|
</device>
|
||||||
|
<device name="MAILBOX_AOC2APx100">
|
||||||
|
<subsystem>Sensor</subsystem>
|
||||||
|
</device>
|
||||||
|
</irq-device-map>
|
||||||
|
|
|
@ -1189,5 +1189,25 @@
|
||||||
"PowerSampleDelay":7000,
|
"PowerSampleDelay":7000,
|
||||||
"PowerSampleCount":1
|
"PowerSampleCount":1
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"Stats": {
|
||||||
|
"Sensors": {
|
||||||
|
"RecordWithDefaultThreshold": ["VIRTUAL-SKIN"],
|
||||||
|
"RecordWithThreshold": [
|
||||||
|
{
|
||||||
|
"Name": "VIRTUAL-SKIN",
|
||||||
|
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "VIRTUAL-USB-THROTTLING",
|
||||||
|
"Thresholds": [2.0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"CoolingDevices": {
|
||||||
|
"RecordVotePerSensor": {
|
||||||
|
"DefaultThresholdEnableAll": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue