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