commit | 7e48b53512ae0f08baca51c78493420cfcb7d2a6 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Mon Jul 30 03:06:12 2018 +0000 |
committer | android-build-team Robot <[email protected]> | Mon Jul 30 03:06:12 2018 +0000 |
tree | fbf7354c6e846450cb73967d073a374d3c0a4779 | |
parent | c28b9626605b0cbd1e79db53bcb3cbad8010ada7 [diff] | |
parent | 6c7eb3eb68de6bc7b3b826b1aaadb8fc35efed3f [diff] |
Snap for 4920102 from 6c7eb3eb68de6bc7b3b826b1aaadb8fc35efed3f to pi-qpr1-release Change-Id: Ia60f0ccd6a5888eedd4bb7bcdd009fefb53cfcb4
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.