From 32e25cbca210a359b09768537b6f443fe90a3070 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 20 Jun 2017 10:24:05 +0000 Subject: Separation Generator to a dedicated repo Change-Id: Id94831651c3266861435272a6e36c7884bef2c45 Signed-off-by: Romain Forlot --- libs/nanopb/tests/alltypes_proto3_callback/alltypes.options | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libs/nanopb/tests/alltypes_proto3_callback/alltypes.options (limited to 'libs/nanopb/tests/alltypes_proto3_callback/alltypes.options') diff --git a/libs/nanopb/tests/alltypes_proto3_callback/alltypes.options b/libs/nanopb/tests/alltypes_proto3_callback/alltypes.options new file mode 100644 index 00000000..74d7a9c0 --- /dev/null +++ b/libs/nanopb/tests/alltypes_proto3_callback/alltypes.options @@ -0,0 +1,8 @@ +# Generate all fields as callbacks. +AllTypes.* type:FT_CALLBACK +SubMessage.substuff1 max_size:16 +AllTypes.oneof no_unions:true + +# With FT_CALLBACK, these options should get ignored +*.*fbytes fixed_length:true max_size:4 + -- cgit 1.2.3-korg