blob: bca1f18f8bb79844dfbc9154c4cd6fbdfe76c302 [file] [log] [blame]
description: >
Customer requested system power mode.
properties:
- name: PowerMode
type: enum[self.PowerMode]
description: >
This property shall contain the computer system power mode setting.
This defines the processor speed based on the priority of power
consumption and performance.
- name: SafeMode
type: boolean
flags:
- readonly
default: false
description: >
This property shall indicate whether the System is in Safe Mode. When
this is true, the system power mode is not being used in the system.
enumerations:
- name: PowerMode
description: >
Possible Power Mode settings
values:
- name: Static
description: >
This value shall indicate the system performs at a static base
speed.
- name: PowerSaving
description: >
This value shall indicate the system performs at reduced speeds
to save power. This mode should be used when power saving is the
top priority.
- name: MaximumPerformance
decription: >
This value shall indicate the system performs at the highest
speeds possible. This mode should be used when performance is
the top priority.
- name: OEM
description: >
This value shall indicate the system performs at an OEM-defined
power mode.