unplugged-system/system/chre/apps/power_test/common/idl
2025-10-06 13:59:42 +00:00
..
.clang-format Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
chre_power_test_generated.h Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
chre_power_test.fbs Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
update.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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/