Previously we only imported the HAL itself, without the daemon and its configs. Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
24 lines
389 B
JSON
24 lines
389 B
JSON
{
|
|
"requesters" : [
|
|
{
|
|
"name" : "change@/devices/platform/ems",
|
|
"requests" : [
|
|
{
|
|
"name" : "SYSBUSY",
|
|
"handle" : "sysbusy",
|
|
"paths" : [
|
|
"/sys/class/devfreq/17000010.devfreq_mif/interactive/current_mode"
|
|
]
|
|
},
|
|
{
|
|
"name" : "NOTI_MODE",
|
|
"handle" : "mode",
|
|
"paths" :[
|
|
"/sys/kernel/ems/emstune/req_mode"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|