tag | 4f51f9e63db0c1f8cbcaa4c1f9996bb6bdf1c52f | |
---|---|---|
tagger | Bill Yi <byi@google.com> | Tue Jan 03 18:21:09 2023 -0800 |
object | dabba1a293dc9d0ab873eaa56c8ef440110c8b2d |
Android platform 13.0.0 release 4
commit | dabba1a293dc9d0ab873eaa56c8ef440110c8b2d | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Nov 01 21:27:31 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Nov 01 21:27:31 2022 +0000 |
tree | d1f1dcb5a0f2176397222b8664d2df4ccbe9d34c | |
parent | 2b98e06e9bf7e50b760968d5f03e011b4875f71c [diff] | |
parent | 09a4300c17eb50c6a285ab2728a9f1872bc900c9 [diff] |
Snap for 9239618 from 09a4300c17eb50c6a285ab2728a9f1872bc900c9 to tm-platform-release Change-Id: Ied9d9722034516658a433142ca9f13bfc418c24e
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.