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