1description: >
2    Implement to provide the power management policy for the current resource.
3properties:
4    - name: PolicyEnabled
5      type: boolean
6      description: >
7          Power management policy enabled status.
8    - name: MaxTDPmW
9      type: uint32
10      description: >
11          Maximum TDP in milliwatts.
12    - name: PeakPowerBudgetmW
13      type: uint32
14      description: >
15          Peak power budget in milliwatts.
16    - name: AveragePowerBudgetmW
17      type: uint32
18      description: >
19          Average power budget in milliwatts.
20