This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hardware_oplus-CherishOS/sepolicy/qti/vendor/hwservice.te
chandu078 daba6cd0a4 sepolicy: Add oplus performance support
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
2023-04-22 09:12:34 +00:00

13 lines
457 B
Plaintext

# Camera
type vendor_hal_camera_extension_hwservice, hwservice_manager_type, protected_hwservice;
type vendor_hal_cameraMDM_hwservice, hwservice_manager_type, protected_hwservice;
# ORMS
type vendor_hal_orms_hwservice, hwservice_manager_type, protected_hwservice;
# Performance
type vendor_hal_oplusPerf_hwservice, hwservice_manager_type, protected_hwservice;
# Sensors
type vendor_hal_oplusSensor_hwservice, hwservice_manager_type, protected_hwservice;