Skip to content
Snippets Groups Projects
Commit bc6d88d2 authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Add new classes and types for (hw|vnd)servicemanager.

Bug: 34454312
Bug: 36052864
Test: device boots, works
Change-Id: If61d9b736a74c5944cef4449de4dfbaf78d9ccfa
parent 7c3dbfeb
No related branches found
No related tags found
No related merge requests found
...@@ -668,6 +668,20 @@ class service_manager ...@@ -668,6 +668,20 @@ class service_manager
list list
} }
class hwservice_manager
{
add
find
list
}
class vndservice_manager
{
add
find
list
}
class keystore_key class keystore_key
{ {
get_state get_state
......
...@@ -134,6 +134,12 @@ class property_service # userspace ...@@ -134,6 +134,12 @@ class property_service # userspace
# Service manager # Service manager
class service_manager # userspace class service_manager # userspace
# hardware service manager # userspace
class hwservice_manager
# vendor service manager # userspace
class vndservice_manager
# Keystore Key # Keystore Key
class keystore_key # userspace class keystore_key # userspace
......
...@@ -95,11 +95,18 @@ attribute ephemeral_app_api_service; ...@@ -95,11 +95,18 @@ attribute ephemeral_app_api_service;
# services which export only system_api # services which export only system_api
attribute system_api_service; attribute system_api_service;
# All types used for services managed by service_manager. # All types used for services managed by servicemanager.
# On change, update CHECK_SC_ASSERT_ATTRS # On change, update CHECK_SC_ASSERT_ATTRS
# definition in tools/checkfc.c. # definition in tools/checkfc.c.
attribute service_manager_type; attribute service_manager_type;
# All types used for services managed by hwservicemanager
attribute hwservice_manager_type;
# All types used for services managed by vndservicemanager
attribute vndservice_manager_type;
# All domains that can override MLS restrictions. # All domains that can override MLS restrictions.
# i.e. processes that can read up and write down. # i.e. processes that can read up and write down.
attribute mlstrustedsubject; attribute mlstrustedsubject;
......
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