From 4672a027f54c54574129f9c9cc947c80f7bc4d9f Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Thu, 6 Apr 2017 22:56:04 +0200 Subject: [PATCH] ExternalSslPkg: create INF files for OpensslLib binaries Signed-off-by: Laszlo Ersek --- .../Library/OpensslLib/OpensslLibBin.inf | 33 ++++++++++++++++++++++ .../Library/OpensslLib/OpensslLibBinCrypto.inf | 33 ++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 ExternalSslPkg/Library/OpensslLib/OpensslLibBin.inf create mode 100644 ExternalSslPkg/Library/OpensslLib/OpensslLibBinCrypto.inf diff --git a/ExternalSslPkg/Library/OpensslLib/OpensslLibBin.inf b/ExternalSslPkg/Library/OpensslLib/OpensslLibBin.inf new file mode 100644 index 000000000000..703fddb47606 --- /dev/null +++ b/ExternalSslPkg/Library/OpensslLib/OpensslLibBin.inf @@ -0,0 +1,33 @@ +## @file +# This module provides binary OpenSSL Library implementation. +# +# Copyright (C) 2017, Red Hat, Inc. +# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.
+# This program and the accompanying materials are licensed and made available +# under the terms and conditions of the BSD License which accompanies this +# distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR +# IMPLIED. +# +## + +[Defines] + INF_VERSION = 1.25 + BASE_NAME = OpensslLibBin + FILE_GUID = d0d4d4cf-460c-4752-9c9b-6d821b2ffe49 + MODULE_TYPE = BASE + VERSION_STRING = 1.0 + LIBRARY_CLASS = OpensslLib + +[Binaries.IA32] + LIB|DEBUG/IA32/OpensslLib.lib|DEBUG + LIB|NOOPT/IA32/OpensslLib.lib|NOOPT + LIB|RELEASE/IA32/OpensslLib.lib|RELEASE + +[Binaries.X64] + LIB|DEBUG/X64/OpensslLib.lib|DEBUG + LIB|NOOPT/X64/OpensslLib.lib|NOOPT + LIB|RELEASE/X64/OpensslLib.lib|RELEASE diff --git a/ExternalSslPkg/Library/OpensslLib/OpensslLibBinCrypto.inf b/ExternalSslPkg/Library/OpensslLib/OpensslLibBinCrypto.inf new file mode 100644 index 000000000000..6848ea6f5037 --- /dev/null +++ b/ExternalSslPkg/Library/OpensslLib/OpensslLibBinCrypto.inf @@ -0,0 +1,33 @@ +## @file +# This module provides binary OpenSSL Library implementation. +# +# Copyright (C) 2017, Red Hat, Inc. +# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.
+# This program and the accompanying materials are licensed and made available +# under the terms and conditions of the BSD License which accompanies this +# distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR +# IMPLIED. +# +## + +[Defines] + INF_VERSION = 1.25 + BASE_NAME = OpensslLibBinCrypto + FILE_GUID = 26788980-79b5-4e2f-8164-b4084f677c48 + MODULE_TYPE = BASE + VERSION_STRING = 1.0 + LIBRARY_CLASS = OpensslLib + +[Binaries.IA32] + LIB|DEBUG/IA32/OpensslLibCrypto.lib|DEBUG + LIB|NOOPT/IA32/OpensslLibCrypto.lib|NOOPT + LIB|RELEASE/IA32/OpensslLibCrypto.lib|RELEASE + +[Binaries.X64] + LIB|DEBUG/X64/OpensslLibCrypto.lib|DEBUG + LIB|NOOPT/X64/OpensslLibCrypto.lib|NOOPT + LIB|RELEASE/X64/OpensslLibCrypto.lib|RELEASE -- 2.9.3