keymaster: add proto definitions

TODO: the android build environment is
not correctly picking up generated srcs
when more than one proto file is used.

Change-Id: Id100c4bb450ed19c240ec6119ea29665b19fb012
5 files changed
tree: a82bece826c59c88825da1de5ca9bdde4650cc8e
  1. libnos/
  2. nugget/
  3. Android.bp
  4. BUILD
  5. LICENSE
  6. METADATA
  7. README.md
  8. WORKSPACE
README.md

Generic host components for Nugget

Nugget will be used in different contexts and with different hosts. This repo contains the components that can be shared between those hosts.

nugget

The nugget directory contains items that are shared between the host and the firmware. Those include:

  • shared headers
  • service protos

libnos

libnos is a C++ library for communication with a Nugget device. It offers an interface to manage a connection and exchange data and a generator for RPC stubs based on service protos.