summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Driver/CryptoDxe.inf
diff options
context:
space:
mode:
Diffstat (limited to 'CryptoPkg/Driver/CryptoDxe.inf')
-rw-r--r--CryptoPkg/Driver/CryptoDxe.inf49
1 files changed, 49 insertions, 0 deletions
diff --git a/CryptoPkg/Driver/CryptoDxe.inf b/CryptoPkg/Driver/CryptoDxe.inf
new file mode 100644
index 0000000000..0d08f3a190
--- /dev/null
+++ b/CryptoPkg/Driver/CryptoDxe.inf
@@ -0,0 +1,49 @@
+## @file
+# Produces the EDK II Crypto Protocol using the library services from
+# BaseCryptLib and TlsLib. PcdCryptoServiceFamilyEnable is used to enable the
+# subset of available services.
+#
+# Copyright (C) Microsoft Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+##
+
+[Defines]
+ INF_VERSION = 0x0001001B
+ PI_SPECIFICATION_VERSION = 0x0001000A
+ BASE_NAME = CryptoDxe
+ MODULE_UNI_FILE = Crypto.uni
+ FILE_GUID = FEA01457-E381-4135-9475-C6AFD0076C61
+ MODULE_TYPE = DXE_DRIVER
+ VERSION_STRING = 1.0
+ ENTRY_POINT = CryptoDxeEntry
+
+#
+# The following information is for reference only and not required by the build tools.
+#
+# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
+#
+
+[Sources]
+ Crypto.c
+ CryptoDxe.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+ CryptoPkg/CryptoPkg.dec
+
+[LibraryClasses]
+ UefiDriverEntryPoint
+ UefiBootServicesTableLib
+ DebugLib
+ BaseCryptLib
+ TlsLib
+
+[Protocols]
+ gEdkiiCryptoProtocolGuid ## PRODUCES
+
+[Pcd]
+ gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable #CONSUMES
+
+[Depex]
+ TRUE