third_party.grpc/include/grpc/module.modulemap

14 lines
281 B
Plaintext
Raw Normal View History

2016-05-02 02:52:21 +00:00
framework module grpc {
umbrella header "grpc.h"
header "byte_buffer_reader.h"
header "grpc_security.h"
header "grpc_security_constants.h"
header "support/alloc.h"
header "support/port_platform.h"
header "support/string_util.h"
2016-05-02 02:52:21 +00:00
export *
module * { export * }
}