1cb93a386Sopenharmony_ciinclude_rules = [ 2cb93a386Sopenharmony_ci "+buildtools/checkdeps/testdata/disallowed/allowed", 3cb93a386Sopenharmony_ci "!buildtools/checkdeps/testdata/disallowed/temporarily_allowed.h", 4cb93a386Sopenharmony_ci "+third_party/allowed_may_use", 5cb93a386Sopenharmony_ci] 6cb93a386Sopenharmony_ci 7cb93a386Sopenharmony_cispecific_include_rules = { 8cb93a386Sopenharmony_ci ".*_unittest\.cc": [ 9cb93a386Sopenharmony_ci "+buildtools/checkdeps/testdata/disallowed/teststuff", 10cb93a386Sopenharmony_ci "!buildtools/checkdeps/testdata/bongo/temp_allowed_for_tests.h", 11cb93a386Sopenharmony_ci ] 12cb93a386Sopenharmony_ci} 13