From 8796230139f1be08c1cf21eb5571da563abce603 Mon Sep 17 00:00:00 2001 From: "Lukacs T. Berki" Date: Fri, 1 Apr 2016 15:34:12 +0200 Subject: Add nanopb to the set of third-party libraries. This is needed for gRPC. Change-Id: I68c6b500d0e26742a25afef1754f5fcabf959ef0 --- .../nanopb/tests/multiple_files/multifile2.proto | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 third_party/nanopb/tests/multiple_files/multifile2.proto (limited to 'third_party/nanopb/tests/multiple_files/multifile2.proto') diff --git a/third_party/nanopb/tests/multiple_files/multifile2.proto b/third_party/nanopb/tests/multiple_files/multifile2.proto new file mode 100644 index 0000000000..4af45fd9ac --- /dev/null +++ b/third_party/nanopb/tests/multiple_files/multifile2.proto @@ -0,0 +1,22 @@ +// Test if including generated header file for this file + implicit include of +// multifile2.pb.h still compiles. Used with test_compiles.c. +syntax = "proto2"; + +import "multifile1.proto"; + +message Callback2Message { + required TestMessage tstmsg = 1; + required SubMessage submsg = 2; +} + +message OneofMessage { + oneof msgs { + StaticMessage tstmsg = 1; + } +} + +message Enums { + required SignedEnum senum = 1; + required UnsignedEnum uenum = 2; +} + -- cgit v1.2.3