aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/module.modulemap
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-05-01 19:52:21 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-06-08 19:21:50 -0700
commit547f0656fc8ce1c97bf5311ef571a1ea86076945 (patch)
tree65d2371e87fd7a72a6d7af3f4f6cb0d8943dfab1 /include/grpc/module.modulemap
parente487a7271d21f60f1472a9c24ad3f026e048653c (diff)
Add modulemap for gRPC core
Diffstat (limited to 'include/grpc/module.modulemap')
-rw-r--r--include/grpc/module.modulemap5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/grpc/module.modulemap b/include/grpc/module.modulemap
new file mode 100644
index 0000000000..ae11a78b74
--- /dev/null
+++ b/include/grpc/module.modulemap
@@ -0,0 +1,5 @@
+framework module grpc {
+ umbrella header "grpc.h"
+ export *
+ module * { export * }
+}