diff options
author | arikon <arikon@yandex-team.com> | 2024-02-29 00:38:24 +0300 |
---|---|---|
committer | arikon <arikon@yandex-team.com> | 2024-02-29 00:51:27 +0300 |
commit | e8e57516665f488ff29122763007f72765a61fda (patch) | |
tree | 2ca5fb469054f5eee0cc4be88975a69a6c426e6f /build/sysincl | |
parent | 2012d1699e811928e206c0296cd577bab470a8e3 (diff) | |
download | ydb-e8e57516665f488ff29122763007f72765a61fda.tar.gz |
[matter] Затащить платформу Darwin из CHIP в Аркадию
ab98112727e749fe32bb1cdc043a7e2c43d6db99
Diffstat (limited to 'build/sysincl')
-rw-r--r-- | build/sysincl/darwin.yml | 8 | ||||
-rw-r--r-- | build/sysincl/macro.yml | 2 | ||||
-rw-r--r-- | build/sysincl/misc.yml | 10 |
3 files changed, 20 insertions, 0 deletions
diff --git a/build/sysincl/darwin.yml b/build/sysincl/darwin.yml index 6991ba63c2..1891a8f0a3 100644 --- a/build/sysincl/darwin.yml +++ b/build/sysincl/darwin.yml @@ -43,6 +43,7 @@ - crt_externs.h - curses.h - dispatch/dispatch.h + - dns_sd.h - editline/readline.h - Files.h - ffi/ffi.h @@ -189,6 +190,7 @@ - Carbon/Carbon.h - CFNetwork/CFNetwork.h - Cocoa/Cocoa.h + - CoreData/CoreData.h - CoreFoundation/CFArray.h - CoreFoundation/CFBase.h - CoreFoundation/CFBundle.h @@ -228,6 +230,10 @@ - IOKit/hid/IOHIDKeys.h - IOKit/hid/IOHIDLib.h - IOKit/kext/KextManager.h + - IOKit/network/IOEthernetController.h + - IOKit/network/IOEthernetInterface.h + - IOKit/network/IONetworkInterface.h + - IOKit/network/IONetworkMedium.h - IOKit/ps/IOPSKeys.h - IOKit/ps/IOPSKeys.h - IOKit/ps/IOPowerSources.h @@ -239,6 +245,7 @@ - Kernel/IOKit/hidsystem/IOHIDUsageTables.h - Metal/Metal.h - metal_stdlib + - Network/Network.h - OpenCL/cl.h - OpenCL/cl_gl.h - OpenCL/opencl.h @@ -265,6 +272,7 @@ - Security/Security.h - SystemConfiguration/SystemConfiguration.h - SystemConfiguration/SCDynamicStoreCopySpecific.h + - SystemConfiguration/SCNetworkConfiguration.h - TextUtils.h - Types.h - UIKit/UIImage.h diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml index 65ee6f9acf..b48ba7895a 100644 --- a/build/sysincl/macro.yml +++ b/build/sysincl/macro.yml @@ -1180,6 +1180,8 @@ # after resolving a problem via ADDINCL there will be much more errors. So currently these types of errors hide under empty resolving - source_filter: "^contrib/libs/connectedhomeip/src" includes: + - CHIP_SYSTEM_CONFIG_PLATFORM_LOG_INCLUDE: + - contrib/libs/connectedhomeip/src/platform/Darwin/Logging.h - CHIP_SYSTEM_LAYER_IMPL_CONFIG_FILE: - contrib/libs/connectedhomeip/src/system/SystemLayerImplSelect.h - contrib/libs/connectedhomeip/src/system/SystemLayerImplFreeRTOS.h diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index 0df1a1e7e0..a347ac51f3 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -384,6 +384,16 @@ - lwip/stats.h - lwip/sys.h - lwip/tcpip.h + # contrib/libs/connectedhomeip/src/crypto uses boringssl on OS_DARWIN + - openssl/aead.h: + - contrib/libs/connectedhomeip/third_party/boringssl/repo/src/include/openssl/aead.h + - openssl/base.h: + - contrib/libs/connectedhomeip/third_party/boringssl/repo/src/include/openssl/base.h + - openssl/is_boringssl.h: + - contrib/libs/connectedhomeip/third_party/boringssl/repo/src/include/openssl/is_boringssl.h + # contrib/libs/connectedhomeip: src/lib/support, src/inet, src/system on OS_DARWIN + - nlfaultinjection.hpp: + - contrib/libs/connectedhomeip/third_party/nlfaultinjection/include/nlfaultinjection.hpp - source_filter: "^contrib/libs/glibcasm" includes: |