Add support for running the nanopb generator as protoc plugin.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 8 Sep 2013 16:55:05 +0000 (19:55 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 8 Sep 2013 16:55:05 +0000 (19:55 +0300)
commit4821e7f457ebd28aabcbdea726ebce11265f402f
tree8e13daa6dde9e57d65334e0231659ddfd5a93a9b
parentd7f3a74388b4825d2c980c53d0a740ddfd0e4770
Add support for running the nanopb generator as protoc plugin.

Will be used to implement issue 47.

For now, symlink nanopb_generator.py as protoc-gen-nanopb and
use protoc --nanopb_out=. to call it.
generator/Makefile
generator/nanopb_generator.py [changed mode: 0644->0755]
generator/plugin.proto [new file with mode: 0644]
generator/plugin_pb2.py [new file with mode: 0644]