diff options
author | tekireeva <tekireeva@yandex-team.com> | 2023-11-15 11:14:35 +0300 |
---|---|---|
committer | tekireeva <tekireeva@yandex-team.com> | 2023-11-15 12:00:05 +0300 |
commit | f3553732373d554190878a620dafd5636d4d59c6 (patch) | |
tree | 702437f2948d78d873caaf808421b88d73f9f7e9 /build/sysincl/macro.yml | |
parent | 9a4db18d5d2c39747c842dd293ccd5e7eb2fdb00 (diff) | |
download | ydb-f3553732373d554190878a620dafd5636d4d59c6.tar.gz |
split sysincls
Diffstat (limited to 'build/sysincl/macro.yml')
-rw-r--r-- | build/sysincl/macro.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml index 8ad7c33f27..dbd6b33e5d 100644 --- a/build/sysincl/macro.yml +++ b/build/sysincl/macro.yml @@ -818,18 +818,6 @@ - $U/ntddk.h - contrib/tools/fluent-bit-full/lib/msgpack-c/include/msgpack/gcc_atomic.h -- source_filter: "^mail/xiva/msgpack" - includes: - - _msgpack_atomic_counter_header: - - $U/windows.h - - mail/xiva/msgpack/include/msgpack/gcc_atomic.h - -- source_filter: "^skynet/packages/libraries/liner/msgpack" - includes: - - _msgpack_atomic_counter_header: - - $U/windows.h - - skynet/packages/libraries/liner/msgpack/gcc_atomic.h - - source_filter: "^contrib/libs/opencv/modules/calib3d" includes: - CV_CPU_SIMD_FILENAME: contrib/libs/opencv/modules/calib3d/src/undistort.simd.hpp @@ -1186,27 +1174,6 @@ - IETF_YANG_TYPES_PATH: contrib/libs/libyang/models/ietf-yang-types@2013-07-15.h - YANG_PATH: contrib/libs/libyang/models/yang@2017-02-20.h -# adfox/amacs and mds/cocaine are legacy projects which is set to removal from the repo. -# Resolve macro includes into nothing as nobody needs sandboxed build to be functional in these places. -- source_filter: "^adfox/amacs/deps/luabind" - includes: - - BOOST_PP_ITERATE() - -- source_filter: "^mds/cocaine/core" - includes: - - BOOST_PP_ITERATE() - -# market uses include-via-define by design, just ignore this includes -- source_filter: "^market/media_adv/library/experiments" - includes: - - MARKET_MADV_EXP_FLAGS_FILENAME - -- source_filter: "^yt/yt/experiments/tabletvis/allegro5-headers" - includes: - - ALLEGRO_EXTRA_HEADER: - - yt/yt/experiments/tabletvis/allegro5-headers/allegro5/platform/alunix.h - - yt/yt/experiments/tabletvis/allegro5-headers/allegro5/platform/alwin.h - # Connectedhomeip contrib uses a special type of imports for third-party includes https://github.com/project-chip/connectedhomeip/issues/4354 # Also empty MACROs here defined for Linux and ESP32 platforms, but esp32 files use third-party library esp-idf # So there are some problems to resolve imports especially in contrib/libs/connectedhomeip/src/app, |