11cb0ef41Sopenharmony_cispecific_include_rules = { 21cb0ef41Sopenharmony_ci "jump-table-assembler\.(cc|h)": [ 31cb0ef41Sopenharmony_ci # The JumpTableAssembler should not depend on any wasm-specific headers. 41cb0ef41Sopenharmony_ci # The only allowed include is 'src/codegen' for assembler headers. 51cb0ef41Sopenharmony_ci "-src", 61cb0ef41Sopenharmony_ci "+src/codegen", 71cb0ef41Sopenharmony_ci "+src/wasm/jump-table-assembler.h", 81cb0ef41Sopenharmony_ci ], 91cb0ef41Sopenharmony_ci "c-api\.cc": [ 101cb0ef41Sopenharmony_ci "+include/libplatform/libplatform.h", 111cb0ef41Sopenharmony_ci "+third_party/wasm-api/wasm.h", 121cb0ef41Sopenharmony_ci ], 131cb0ef41Sopenharmony_ci "c-api\.h": [ 141cb0ef41Sopenharmony_ci "+third_party/wasm-api/wasm.hh", 151cb0ef41Sopenharmony_ci ], 161cb0ef41Sopenharmony_ci} 17