]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf
Add CryptoPkg (from UDK2010.UP3)
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibRuntimeCryptProtocol / BaseCryptLibRuntimeCryptProtocol.inf
CommitLineData
97f98500
HT
1## @file\r
2# Cryptographic Library Instance based on Runtime Crypt Protocol.\r
3# This instance will be only used by the Authenticated Variable driver for IPF.\r
4#\r
5# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# \r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13# \r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = BaseCryptLibRuntimeCryptProtocol\r
19 FILE_GUID = BBB31581-855A-44D7-A550-8A585D9B2DE9\r
20 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = BaseCryptLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER\r
23 CONSTRUCTOR = RuntimeDxeIpfCryptLibConstructor\r
24 DESTRUCTOR = RuntimeDxeIpfCryptLibDestructor\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IPF\r
29#\r
30\r
31[Sources]\r
32 RuntimeDxeIpfCryptLib.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 CryptoPkg/CryptoPkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseLib\r
40 DebugLib\r
41\r
42[Guids]\r
43 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
44\r
45[Protocols]\r
46 gEfiRuntimeCryptProtocolGuid ## CONSUMES\r
47\r
48[Depex]\r
49 gEfiRuntimeCryptProtocolGuid\r