aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/module.modulemap')
-rw-r--r--include/grpc/module.modulemap10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/grpc/module.modulemap b/include/grpc/module.modulemap
index ae11a78b74..02fb2f39b2 100644
--- a/include/grpc/module.modulemap
+++ b/include/grpc/module.modulemap
@@ -1,5 +1,15 @@
framework module grpc {
umbrella header "grpc.h"
+
+ header "byte_buffer_reader.h"
+ header "grpc_security.h"
+ header "grpc_security_constants.h"
+ header "impl/codegen/alloc.h"
+ header "impl/codegen/byte_buffer_reader.h"
+ header "support/alloc.h"
+ header "support/port_platform.h"
+ header "support/string_util.h"
+
export *
module * { export * }
}