blob: e0d5404e8a4426a4a6986b0dc11379e683093515 [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/cpu.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -07008 header "support/log.h"
9 header "support/log_windows.h"
Jorge Canizales93bd7802016-07-15 23:08:42 -070010 header "support/port_platform.h"
11 header "support/string_util.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070012 header "support/sync.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070013 header "support/sync_generic.h"
Vijay Paic7456902018-02-12 10:28:24 -080014 header "support/thd_id.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070015 header "support/time.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070016 header "impl/codegen/atm.h"
Ken Payson9714e032017-10-10 11:18:49 -070017 header "impl/codegen/fork.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070018 header "impl/codegen/gpr_slice.h"
19 header "impl/codegen/gpr_types.h"
20 header "impl/codegen/port_platform.h"
21 header "impl/codegen/sync.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070022 header "impl/codegen/sync_generic.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070023 header "impl/codegen/byte_buffer.h"
24 header "impl/codegen/byte_buffer_reader.h"
25 header "impl/codegen/compression_types.h"
26 header "impl/codegen/connectivity_state.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070027 header "impl/codegen/grpc_types.h"
28 header "impl/codegen/propagation_bits.h"
29 header "impl/codegen/slice.h"
30 header "impl/codegen/status.h"
31 header "impl/codegen/atm.h"
Ken Payson9714e032017-10-10 11:18:49 -070032 header "impl/codegen/fork.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070033 header "impl/codegen/gpr_slice.h"
34 header "impl/codegen/gpr_types.h"
35 header "impl/codegen/port_platform.h"
36 header "impl/codegen/sync.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070037 header "impl/codegen/sync_generic.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070038 header "grpc_security.h"
39 header "byte_buffer.h"
40 header "byte_buffer_reader.h"
41 header "compression.h"
Ken Payson9714e032017-10-10 11:18:49 -070042 header "fork.h"
Muxi Yan89cf5a42017-10-02 13:19:56 -070043 header "grpc.h"
44 header "grpc_posix.h"
45 header "grpc_security_constants.h"
46 header "load_reporting.h"
47 header "slice.h"
48 header "slice_buffer.h"
49 header "status.h"
50 header "support/workaround_list.h"
51 header "census.h"
Jorge Canizales93bd7802016-07-15 23:08:42 -070052
Muxi Yancd972972017-10-06 13:46:27 -070053 textual header "support/atm_gcc_atomic.h"
54 textual header "support/atm_gcc_sync.h"
55 textual header "support/atm_windows.h"
56 textual header "support/sync_custom.h"
57 textual header "support/sync_posix.h"
58 textual header "support/sync_windows.h"
Muxi Yancd972972017-10-06 13:46:27 -070059 textual header "impl/codegen/atm_gcc_atomic.h"
60 textual header "impl/codegen/atm_gcc_sync.h"
61 textual header "impl/codegen/atm_windows.h"
62 textual header "impl/codegen/sync_custom.h"
63 textual header "impl/codegen/sync_posix.h"
64 textual header "impl/codegen/sync_windows.h"
65 textual header "impl/codegen/atm_gcc_atomic.h"
66 textual header "impl/codegen/atm_gcc_sync.h"
67 textual header "impl/codegen/atm_windows.h"
68 textual header "impl/codegen/sync_custom.h"
69 textual header "impl/codegen/sync_posix.h"
70 textual header "impl/codegen/sync_windows.h"
71
Jorge Canizales547f0652016-05-01 19:52:21 -070072 export *
73 module * { export * }
74}