1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 internal static partial class Interop
6 {
7     internal static partial class Libraries
8     {
9         // Shims
10         internal const string SystemNative = "System.Native";
11         internal const string HttpNative = "System.Net.Http.Native";
12         internal const string NetSecurityNative = "System.Net.Security.Native";
13         internal const string CryptoNative = "System.Security.Cryptography.Native.OpenSsl";
14         internal const string GlobalizationNative = "System.Globalization.Native";
15         internal const string CompressionNative = "System.IO.Compression.Native";
16         internal const string Libdl = "libdl";
17     }
18 }
19