aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/grpc.def.template
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-30 05:21:15 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-30 06:01:27 +0100
commitd14b6acdcc10059fca1bf1852b9a97de9de7e323 (patch)
tree037fce2cdeac3db9318914bf11613b98a8ab46a8 /templates/grpc.def.template
parent11b87bfb2a885824350d76332de7e1ddb488cd67 (diff)
Finalizing this a bit.
Diffstat (limited to 'templates/grpc.def.template')
-rw-r--r--templates/grpc.def.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/grpc.def.template b/templates/grpc.def.template
new file mode 100644
index 0000000000..68147853f1
--- /dev/null
+++ b/templates/grpc.def.template
@@ -0,0 +1,8 @@
+%YAML 1.2
+--- |
+ LIBRARY
+
+ EXPORTS
+ % for api in c_apis:
+ ${api.name}
+ % endfor