<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2022 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.
  -->

<device name="Android">
    <modem>
        <!-- Modem sleep drain current value in mA. -->
        <sleep>10</sleep>
        <!-- Modem idle drain current value in mA. -->
        <idle>20</idle>
        <active rat="DEFAULT">
            <!-- Transmit current drain in mA. -->
            <receive>30</receive>
            <!-- Transmit current drains in mA. Must be defined for all levels (0 to 4) -->
            <transmit level="0">40</transmit>
            <transmit level="1">50</transmit>
            <transmit level="2">60</transmit>
            <transmit level="3">70</transmit>
            <transmit level="4">80</transmit>
        </active>
    </modem>
</device>