Add items shared between the firmware and the host.

In future, this will be the only copy of such items. However, while this
the repo structure is bootstrapping there may be multiple copies across
the repos.

Change-Id: I6b178020c1c710dc9241b6c2b6b0b7f218ad379a
12 files changed
tree: f5b4228b4f5ab99bb1ae86abcf338e719627ca1d
  1. nugget/
  2. Android.bp
  3. README.md
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

Coming in the near future.

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.