Skip to content
Snippets Groups Projects
Commit d790d245 authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "Add new classes and types for (hw|vnd)servicemanager." into oc-dev am: 133a9c41

am: 3dca6eb2

Change-Id: I84eb61aad4ac9a27fd804abaae3830c6a8ced97b
parents d0e3c491 3dca6eb2
No related branches found
No related tags found
No related merge requests found
......@@ -668,6 +668,20 @@ class service_manager
list
}
class hwservice_manager
{
add
find
list
}
class vndservice_manager
{
add
find
list
}
class keystore_key
{
get_state
......
......@@ -134,6 +134,12 @@ class property_service # userspace
# Service manager
class service_manager # userspace
# hardware service manager # userspace
class hwservice_manager
# vendor service manager # userspace
class vndservice_manager
# Keystore Key
class keystore_key # userspace
......
......@@ -95,11 +95,18 @@ attribute ephemeral_app_api_service;
# services which export only system_api
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
# definition in tools/checkfc.c.
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.
# i.e. processes that can read up and write down.
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