]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf
c13e625e69398ce7f554b4a06b97df992c8dec48
[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 # Includes Section - list of Include locations that are required for
62 # this module.
63 #
64 ################################################################################
65
66 [Includes]
67 $(WORKSPACE)/MdePkg/Include/Library
68
69 ################################################################################
70 #
71 # Package Dependency Section - list of Package files that are required for
72 # this module.
73 #
74 ################################################################################
75
76 [Packages]
77 Nt32Pkg/Nt32Pkg.dec
78 EdkModulePkg/EdkModulePkg.dec
79 MdePkg/MdePkg.dec
80
81
82 ################################################################################
83 #
84 # Library Class Section - list of Library Classes that are required for
85 # this module.
86 #
87 ################################################################################
88
89 [LibraryClasses]
90 PeCoffLib
91 PerformanceLib
92 DevicePathLib
93 UefiRuntimeServicesTableLib
94 UefiBootServicesTableLib
95 MemoryAllocationLib
96 BaseMemoryLib
97 HobLib
98 PrintLib
99 DebugLib
100 DxeServicesTableLib
101 UefiLib
102 BaseLib
103
104
105 ################################################################################
106 #
107 # Guid C Name Section - list of Guids that this module uses or produces.
108 #
109 ################################################################################
110
111 [Guids]
112 gEfiGlobalVariableGuid # ALWAYS_CONSUMED
113 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED
114 gEfiShellFileGuid # ALWAYS_CONSUMED
115
116
117 ################################################################################
118 #
119 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
120 # that this module uses or produces.
121 #
122 ################################################################################
123
124 [Protocols]
125 gEfiSimpleFileSystemProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
126 gEfiLoadFileProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
127 gEfiFormBrowserProtocolGuid # PROTOCOL ALWAYS_CONSUMED
128 gEfiDriverBindingProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
129 gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
130 gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
131 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED
132 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
133 gEfiSimpleNetworkProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
134 gEfiSimpleTextInProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
135 gEfiSimpleTextOutProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
136 gEfiAcpiS3SaveProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
137 gEfiFirmwareVolumeProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
138 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
139