]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf
e84bc1794d4217841e037e667751f48332957729
[mirror_edk2.git] / Nt32Pkg / Library / EdkGenericBdsLib / EdkGenericBdsLib.inf
1 #/** @file
2 # EDK Generic BDS Common APIs Library Instance.
3 #
4 # The library instance provides common library routines help in
5 # performance measurement, device path debug print, boot device selections,
6 # boot device connection, console supports in BDS phase and boot from boot
7 # device.
8 # Copyright (c) 2006 - 2007, Intel Corporation.
9 #
10 # All rights reserved. This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 #**/
19
20 ################################################################################
21 #
22 # Defines Section - statements that will be processed to create a Makefile.
23 #
24 ################################################################################
25 [Defines]
26 INF_VERSION = 0x00010005
27 BASE_NAME = EdkGenericBdsLib
28 FILE_GUID = 1ec995b2-d15b-44f6-abd2-050ea7dd37d2
29 MODULE_TYPE = DXE_DRIVER
30 VERSION_STRING = 1.0
31 LIBRARY_CLASS = EdkGenericBdsLib|DXE_DRIVER
32 EDK_RELEASE_VERSION = 0x00020000
33 EFI_SPECIFICATION_VERSION = 0x00020000
34
35
36 #
37 # The following information is for reference only and not required by the build tools.
38 #
39 # VALID_ARCHITECTURES = IA32
40 #
41
42 ################################################################################
43 #
44 # Sources Section - list of files that are required for the build to succeed.
45 #
46 ################################################################################
47
48 [Sources.common]
49 BdsMisc.c
50 Performance.c
51 Performance.h
52 DevicePath.c
53 BdsConnect.c
54 BdsConsole.c
55 BdsBoot.c
56 CommonHeader.h
57
58
59 ################################################################################
60 #
61 # Package Dependency Section - list of Package files that are required for
62 # this module.
63 #
64 ################################################################################
65
66 [Packages]
67 MdePkg/MdePkg.dec
68 Nt32Pkg/Nt32Pkg.dec
69
70
71 ################################################################################
72 #
73 # Library Class Section - list of Library Classes that are required for
74 # this module.
75 #
76 ################################################################################
77
78 [LibraryClasses]
79 PeCoffLib
80 PerformanceLib
81 DevicePathLib
82 UefiRuntimeServicesTableLib
83 UefiBootServicesTableLib
84 MemoryAllocationLib
85 BaseMemoryLib
86 HobLib
87 PrintLib
88 DebugLib
89 DxeServicesTableLib
90 UefiLib
91 BaseLib
92
93
94 ################################################################################
95 #
96 # Guid C Name Section - list of Guids that this module uses or produces.
97 #
98 ################################################################################
99
100 [Guids]
101 gEfiGlobalVariableGuid # ALWAYS_CONSUMED
102 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED
103 gEfiShellFileGuid # ALWAYS_CONSUMED
104
105
106 ################################################################################
107 #
108 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
109 # that this module uses or produces.
110 #
111 ################################################################################
112
113 [Protocols]
114 gEfiSimpleFileSystemProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
115 gEfiLoadFileProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
116 gEfiFormBrowserProtocolGuid # PROTOCOL ALWAYS_CONSUMED
117 gEfiDriverBindingProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
118 gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
119 gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
120 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED
121 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
122 gEfiSimpleNetworkProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
123 gEfiSimpleTextInProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
124 gEfiSimpleTextOutProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
125 gEfiAcpiS3SaveProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
126 gEfiFirmwareVolumeProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
127 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
128