commit | 6e2d1d803f5f4d459775623c8c185b88702aa69c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:56:35 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:56:35 2023 +0000 |
tree | 309ffd81767b8867e52d601762e6f61fa80311d9 | |
parent | 90644a662728620c06d4c94a69b2abb640f949ac [diff] | |
parent | c247f4ac424137a5dadec6de8bd1f91d2ffab360 [diff] |
Snap for 10453563 from c247f4ac424137a5dadec6de8bd1f91d2ffab360 to mainline-extservices-release Change-Id: I8b32a676692f74cce0ee20f54c64f287105f2a06
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:
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.
libnos_datagram
libnos_datagram
is a C library for exchanging datagrams with a Nugget device. This directory only contains the API of the library as the different platforms will need to implement it differently.
libnos_transport
libnos_transport
is a C library for communicating with a Nugget device via the transport API. This is built on top of the libnos_datagram
library for exchanging datagrams.