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