mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
CAS: Add SYS_NICE Capability
Add SYS_NICE capability to the CAS services. This will enable the service to set its priority. Bug: 286011513 Test: Build Change-Id: I5cd58a3a9db53fcc004557a8e9f509ebd6291c2d
This commit is contained in:
@@ -5,5 +5,6 @@ service vendor.cas-hal-1-0 /vendor/bin/hw/android.hardware.cas@1.0-service-lazy
|
||||
class hal
|
||||
user media
|
||||
group mediadrm drmrpc
|
||||
capabilities SYS_NICE
|
||||
ioprio rt 4
|
||||
task_profiles ProcessCapacityHigh
|
||||
|
||||
@@ -2,5 +2,6 @@ service vendor.cas-hal-1-0 /vendor/bin/hw/android.hardware.cas@1.0-service
|
||||
class hal
|
||||
user media
|
||||
group mediadrm drmrpc
|
||||
capabilities SYS_NICE
|
||||
ioprio rt 4
|
||||
task_profiles ProcessCapacityHigh
|
||||
|
||||
@@ -6,5 +6,6 @@ service vendor.cas-hal-1-1 /vendor/bin/hw/android.hardware.cas@1.1-service-lazy
|
||||
class hal
|
||||
user media
|
||||
group mediadrm drmrpc
|
||||
capabilities SYS_NICE
|
||||
ioprio rt 4
|
||||
task_profiles ProcessCapacityHigh
|
||||
|
||||
@@ -2,5 +2,6 @@ service vendor.cas-hal-1-1 /vendor/bin/hw/android.hardware.cas@1.1-service
|
||||
class hal
|
||||
user media
|
||||
group mediadrm drmrpc
|
||||
capabilities SYS_NICE
|
||||
ioprio rt 4
|
||||
task_profiles ProcessCapacityHigh
|
||||
|
||||
@@ -7,5 +7,6 @@ service vendor.cas-hal-1-2 /vendor/bin/hw/android.hardware.cas@1.2-service-lazy
|
||||
class hal
|
||||
user media
|
||||
group mediadrm drmrpc
|
||||
capabilities SYS_NICE
|
||||
ioprio rt 4
|
||||
task_profiles ProcessCapacityHigh
|
||||
|
||||
@@ -2,5 +2,6 @@ service vendor.cas-hal-1-2 /vendor/bin/hw/android.hardware.cas@1.2-service
|
||||
class hal
|
||||
user media
|
||||
group mediadrm drmrpc
|
||||
capabilities SYS_NICE
|
||||
ioprio rt 4
|
||||
task_profiles ProcessCapacityHigh
|
||||
|
||||
@@ -3,6 +3,7 @@ service vendor.cas-default-lazy /vendor/bin/hw/android.hardware.cas-service.exam
|
||||
class hal
|
||||
user media
|
||||
group mediadrm drmrpc
|
||||
capabilities SYS_NICE
|
||||
ioprio rt 4
|
||||
task_profiles ProcessCapacityHigh
|
||||
oneshot
|
||||
|
||||
@@ -3,5 +3,6 @@ service vendor.cas-default /vendor/bin/hw/android.hardware.cas-service.example
|
||||
class hal
|
||||
user media
|
||||
group mediadrm drmrpc
|
||||
capabilities SYS_NICE
|
||||
ioprio rt 4
|
||||
task_profiles ProcessCapacityHigh
|
||||
|
||||
Reference in New Issue
Block a user