diff options
Diffstat (limited to 'roms/edk2/CryptoPkg/Library/Include/sys')
-rw-r--r-- | roms/edk2/CryptoPkg/Library/Include/sys/param.h | 9 | ||||
-rw-r--r-- | roms/edk2/CryptoPkg/Library/Include/sys/shm.h | 9 | ||||
-rw-r--r-- | roms/edk2/CryptoPkg/Library/Include/sys/socket.h | 9 | ||||
-rw-r--r-- | roms/edk2/CryptoPkg/Library/Include/sys/syscall.h | 11 | ||||
-rw-r--r-- | roms/edk2/CryptoPkg/Library/Include/sys/time.h | 9 | ||||
-rw-r--r-- | roms/edk2/CryptoPkg/Library/Include/sys/types.h | 9 | ||||
-rw-r--r-- | roms/edk2/CryptoPkg/Library/Include/sys/utsname.h | 9 |
7 files changed, 65 insertions, 0 deletions
diff --git a/roms/edk2/CryptoPkg/Library/Include/sys/param.h b/roms/edk2/CryptoPkg/Library/Include/sys/param.h new file mode 100644 index 000000000..988e4e0a7 --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/Include/sys/param.h @@ -0,0 +1,9 @@ +/** @file
+ Include file to support building third-party standard C / BSD sockets code.
+
+ Copyright (C) 2019, Red Hat, Inc.
+
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+**/
+
+#include <CrtLibSupport.h>
diff --git a/roms/edk2/CryptoPkg/Library/Include/sys/shm.h b/roms/edk2/CryptoPkg/Library/Include/sys/shm.h new file mode 100644 index 000000000..dc0b8e81c --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/Include/sys/shm.h @@ -0,0 +1,9 @@ +/** @file
+ Include file to support building the third-party cryptographic library.
+
+Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
+SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#include <CrtLibSupport.h>
diff --git a/roms/edk2/CryptoPkg/Library/Include/sys/socket.h b/roms/edk2/CryptoPkg/Library/Include/sys/socket.h new file mode 100644 index 000000000..988e4e0a7 --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/Include/sys/socket.h @@ -0,0 +1,9 @@ +/** @file
+ Include file to support building third-party standard C / BSD sockets code.
+
+ Copyright (C) 2019, Red Hat, Inc.
+
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+**/
+
+#include <CrtLibSupport.h>
diff --git a/roms/edk2/CryptoPkg/Library/Include/sys/syscall.h b/roms/edk2/CryptoPkg/Library/Include/sys/syscall.h new file mode 100644 index 000000000..ead0d7b96 --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/Include/sys/syscall.h @@ -0,0 +1,11 @@ +/** @file
+ Include file to support building the third-party cryptographic library.
+
+Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2019, Red Hat, Inc.
+SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#include <CrtLibSupport.h>
+
diff --git a/roms/edk2/CryptoPkg/Library/Include/sys/time.h b/roms/edk2/CryptoPkg/Library/Include/sys/time.h new file mode 100644 index 000000000..040ecfa51 --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/Include/sys/time.h @@ -0,0 +1,9 @@ +/** @file
+ Include file to support building the third-party cryptographic library.
+
+Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
+SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#include <CrtLibSupport.h>
diff --git a/roms/edk2/CryptoPkg/Library/Include/sys/types.h b/roms/edk2/CryptoPkg/Library/Include/sys/types.h new file mode 100644 index 000000000..040ecfa51 --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/Include/sys/types.h @@ -0,0 +1,9 @@ +/** @file
+ Include file to support building the third-party cryptographic library.
+
+Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
+SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#include <CrtLibSupport.h>
diff --git a/roms/edk2/CryptoPkg/Library/Include/sys/utsname.h b/roms/edk2/CryptoPkg/Library/Include/sys/utsname.h new file mode 100644 index 000000000..dc0b8e81c --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/Include/sys/utsname.h @@ -0,0 +1,9 @@ +/** @file
+ Include file to support building the third-party cryptographic library.
+
+Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
+SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#include <CrtLibSupport.h>
|