blob: 342adc0dc9352abf4f655112a18cc8557a70cf55 [file] [log] [blame]
Muxi Yan89cf5a42017-10-02 13:19:56 -07001
Jorge Canizales547f0652016-05-01 19:52:21 -07002framework module grpc {
3 umbrella header "grpc.h"
Jorge Canizales93bd7802016-07-15 23:08:42 -07004
Jorge Canizales93bd7802016-07-15 23:08:42 -07005 header "support/alloc.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -07006 header "support/atm.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -07007 header "support/avl.h"
8 header "support/cmdline.h"
9 header "support/cpu.h"
10 header "support/histogram.h"
11 header "support/host_port.h"
12 header "support/log.h"
13 header "support/log_windows.h"
Jorge Canizales93bd7802016-07-15 23:08:42 -070014 header "support/port_platform.h"
15 header "support/string_util.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070016 header "support/subprocess.h"
17 header "support/sync.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070018 header "support/sync_generic.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070019 header "support/thd.h"
20 header "support/time.h"
21 header "support/tls.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070022 header "support/useful.h"
23 header "impl/codegen/atm.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070024 header "impl/codegen/gpr_slice.h"
25 header "impl/codegen/gpr_types.h"
26 header "impl/codegen/port_platform.h"
27 header "impl/codegen/sync.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070028 header "impl/codegen/sync_generic.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070029 header "impl/codegen/byte_buffer.h"
30 header "impl/codegen/byte_buffer_reader.h"
31 header "impl/codegen/compression_types.h"
32 header "impl/codegen/connectivity_state.h"
33 header "impl/codegen/exec_ctx_fwd.h"
34 header "impl/codegen/grpc_types.h"
35 header "impl/codegen/propagation_bits.h"
36 header "impl/codegen/slice.h"
37 header "impl/codegen/status.h"
38 header "impl/codegen/atm.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070039 header "impl/codegen/gpr_slice.h"
40 header "impl/codegen/gpr_types.h"
41 header "impl/codegen/port_platform.h"
42 header "impl/codegen/sync.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070043 header "impl/codegen/sync_generic.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070044 header "grpc_security.h"
45 header "byte_buffer.h"
46 header "byte_buffer_reader.h"
47 header "compression.h"
48 header "grpc.h"
49 header "grpc_posix.h"
50 header "grpc_security_constants.h"
51 header "load_reporting.h"
52 header "slice.h"
53 header "slice_buffer.h"
54 header "status.h"
55 header "support/workaround_list.h"
56 header "census.h"
Jorge Canizales93bd7802016-07-15 23:08:42 -070057
Muxi Yancd972972017-10-06 13:46:27 -070058 textual header "support/atm_gcc_atomic.h"
59 textual header "support/atm_gcc_sync.h"
60 textual header "support/atm_windows.h"
61 textual header "support/sync_custom.h"
62 textual header "support/sync_posix.h"
63 textual header "support/sync_windows.h"
64 textual header "support/tls_gcc.h"
65 textual header "support/tls_msvc.h"
66 textual header "support/tls_pthread.h"
67 textual header "impl/codegen/atm_gcc_atomic.h"
68 textual header "impl/codegen/atm_gcc_sync.h"
69 textual header "impl/codegen/atm_windows.h"
70 textual header "impl/codegen/sync_custom.h"
71 textual header "impl/codegen/sync_posix.h"
72 textual header "impl/codegen/sync_windows.h"
73 textual header "impl/codegen/atm_gcc_atomic.h"
74 textual header "impl/codegen/atm_gcc_sync.h"
75 textual header "impl/codegen/atm_windows.h"
76 textual header "impl/codegen/sync_custom.h"
77 textual header "impl/codegen/sync_posix.h"
78 textual header "impl/codegen/sync_windows.h"
79
Jorge Canizales547f0652016-05-01 19:52:21 -070080 export *
81 module * { export * }
82}