android13/system/chre/apps/power_test/common/idl
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.clang-format initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
chre_power_test.fbs initial 2024-06-22 20:45:49 +08:00
chre_power_test_generated.h initial 2024-06-22 20:45:49 +08:00
update.sh initial 2024-06-22 20:45:49 +08:00

README.md

This folder contains FlatBuffers schema used in the communications protocol between the power test nanoapp and the host (applications processor) test code.

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.

FlatBuffers compiler version 1.6.0 must be used since some modifications are made to the version of flatbuffers header used by the generated code.

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