Skip to content
Snippets Groups Projects
Commit 46a932c6 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Add fwk_display_hwservice." into oc-dev am: ffb8fb1b

am: c1ee74ff

Change-Id: I0fcc76515b3923c542d5d39cd14734dc333c010c
parents 003a9b54 c1ee74ff
No related branches found
No related tags found
No related merge requests found
android.frameworks.displayservice::IDisplayService u:object_r:fwk_display_hwservice:s0
android.frameworks.schedulerservice::ISchedulingPolicyService u:object_r:fwk_scheduler_hwservice:s0
android.frameworks.sensorservice::ISensorManager u:object_r:fwk_sensor_hwservice:s0
android.hardware.audio.effect::IEffectsFactory u:object_r:hal_audio_hwservice:s0
......
......@@ -6,6 +6,7 @@ type surfaceflinger_exec, exec_type, file_type;
init_daemon_domain(surfaceflinger)
typeattribute surfaceflinger mlstrustedsubject;
typeattribute surfaceflinger display_service_server;
read_runtime_log_tags(surfaceflinger)
......
......@@ -275,4 +275,5 @@ attribute hal_wifi_supplicant_server;
# from one core domain to another, without having to update the vendor image
# which contains clients of this service.
attribute display_service_server;
attribute wifi_keystore_service_server;
add_hwservice(display_service_server, fwk_display_hwservice)
type default_android_hwservice, hwservice_manager_type;
type fwk_display_hwservice, hwservice_manager_type, coredomain_hwservice;
type fwk_scheduler_hwservice, hwservice_manager_type, coredomain_hwservice;
type fwk_sensor_hwservice, hwservice_manager_type, coredomain_hwservice;
type hal_audio_hwservice, hwservice_manager_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment