commit | e8f1eb38f9e0ba637a368cb82dbcf098690c251f | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Sat Jun 15 23:12:51 2019 +0000 |
committer | android-build-team Robot <[email protected]> | Sat Jun 15 23:12:51 2019 +0000 |
tree | f1ede0b6b60a43022001e234173836b4e89fed56 | |
parent | 70f3ab1fb59dcf005af093ed3cf43a5b91dcc066 [diff] | |
parent | 5f983d4d99eb23f11670c49c024194dac746172d [diff] |
Snap for 5663820 from 5f983d4d99eb23f11670c49c024194dac746172d to qt-release Change-Id: I8cb0696820fb2ead0b548d11ddba64a5a528517c
Android communicates with Nugget apps in order to implement security related HALs. Currently, those HALs are Keymaster, Weaver and OemLock.
Apps that define a protobuf service will have an app interface class autogenerated. These classes will wrap a NuggetClient
. The generator can be found in the generator
directory.
Work in progress.
Currently, everything is synchronous and just exposes the call_application()
function from the Nugget transport API. In future, asynchronous calls may be desired. Support for this could be added in:
NuggetClient
on top of call_application()
citadel
This directory contains the components to support Citadel connected to Android.