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 | |
parent | 9a4db18d5d2c39747c842dd293ccd5e7eb2fdb00 (diff) | |
download | ydb-f3553732373d554190878a620dafd5636d4d59c6.tar.gz |
split sysincls
-rw-r--r-- | build/sysincl/macro.yml | 33 | ||||
-rw-r--r-- | build/sysincl/misc.yml | 10 | ||||
-rw-r--r-- | build/sysincl/unsorted.yml | 2 |
3 files changed, 1 insertions, 44 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, diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index c708acac33..d9dc0a33f9 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -294,12 +294,6 @@ includes: - patchlevel.h -- source_filter: "^metrika/uatraits" - includes: - - note.h - - could_not_find_Perl_patchlevel.h - - patchlevel.h - - source_filter: "^(contrib/restricted/boost/boost/mpi|catboost/cuda/cuda_lib/mpi)" includes: - mpi.h @@ -358,10 +352,6 @@ includes: - alloc.h: contrib/libs/h3/h3lib/include/alloc.h -- source_filter: "^cloud/iam/token_agent/daemon" - includes: - - contrib/libs/grpc/include/grpcpp/impl/codegen/server_context_impl.h - - source_filter: "^contrib/libs/libyang" includes: - in.h: contrib/libs/libyang/libyang/in.h diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml index 01ba9400af..aad6f810b7 100644 --- a/build/sysincl/unsorted.yml +++ b/build/sysincl/unsorted.yml @@ -254,7 +254,7 @@ includes: - timers.h -- source_filter: "^(contrib/libs/curl|taxi/external/curl)" +- source_filter: "^contrib/libs/curl" includes: - lwip/init.h - lwip/netdb.h |