mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-19 06:46:12 +01:00
RTConfig: Added android runtime config
Added a runtime config for android specific settings, currently supported are screen brightness, rotation and airplane mode.
This commit is contained in:
wa/framework/target
@ -5,7 +5,8 @@ from wa.framework.exception import ConfigError
|
||||
from wa.framework.target.runtime_config import (SysfileValuesRuntimeConfig,
|
||||
HotplugRuntimeConfig,
|
||||
CpufreqRuntimeConfig,
|
||||
CpuidleRuntimeConfig)
|
||||
CpuidleRuntimeConfig,
|
||||
AndroidRuntimeConfig)
|
||||
from wa.utils.types import obj_dict
|
||||
|
||||
|
||||
@ -17,6 +18,7 @@ class RuntimeParameterManager(object):
|
||||
HotplugRuntimeConfig,
|
||||
CpufreqRuntimeConfig,
|
||||
CpuidleRuntimeConfig,
|
||||
AndroidRuntimeConfig,
|
||||
]
|
||||
|
||||
def __init__(self, target):
|
||||
|
Reference in New Issue
Block a user