tree: dcef1fd6bbec06a0064f824809b924ac47a47850 [path history] [tgz]
  1. host_messages.fbs
  2. README.md
  3. update.sh
platform/shared/idl/README.md

This folder contains FlatBuffers schema used in the communications protocol between the reference CHRE implementation and the host (applications processor).

Use the included update.sh script to generate the header files used in CHRE, which requires that the FlatBuffers compiler flatc be available in $PATH.

For more information on FlatBuffers, see https://github.com/google/flatbuffers/