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