]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf
7625c40050426757f292b5c1c45b6aea23544b43
[mirror_edk2.git] / CryptoPkg / CryptRuntimeDxe / CryptRuntimeDxe.inf
1 ## @file
2 # Component description file for Cryptographic Runtime Driver.
3 #
4 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = CryptRuntimeDxe
18 FILE_GUID = 858031F3-96A2-406E-ABCC-ED264A3A31D6
19 MODULE_TYPE = DXE_RUNTIME_DRIVER
20 VERSION_STRING = 1.0
21
22 ENTRY_POINT = CryptRuntimeDriverInitialize
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF
28 #
29
30 [Sources]
31 CryptRuntime.h
32 CryptRuntime.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 CryptoPkg/CryptoPkg.dec
37
38 [LibraryClasses]
39 UefiDriverEntryPoint
40 UefiBootServicesTableLib
41 DebugLib
42 UefiRuntimeLib
43 BaseCryptLib
44
45 [Protocols]
46 gEfiRuntimeCryptProtocolGuid ## PRODUCES
47
48 [Depex]
49 TRUE