]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf
Removed CommonHeader.h from NT32Pkg. Did not fix BDS as it will get re-written
[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 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = EdkGenericBdsLib
23 FILE_GUID = 1ec995b2-d15b-44f6-abd2-050ea7dd37d2
24 MODULE_TYPE = DXE_DRIVER
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = EdkGenericBdsLib|DXE_DRIVER
27 EDK_RELEASE_VERSION = 0x00020000
28 EFI_SPECIFICATION_VERSION = 0x00020000
29
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32
35 #
36
37 [Sources.common]
38 BdsMisc.c
39 Performance.c
40 DevicePath.c
41 BdsConnect.c
42 BdsConsole.c
43 BdsBoot.c
44 EdkGenericBdsLib.h
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49 IntelFrameworkPkg/IntelFrameworkPkg.dec
50 Nt32Pkg/Nt32Pkg.dec
51
52 [LibraryClasses]
53 PeCoffLib
54 PerformanceLib
55 DevicePathLib
56 UefiRuntimeServicesTableLib
57 UefiBootServicesTableLib
58 MemoryAllocationLib
59 BaseMemoryLib
60 HobLib
61 PrintLib
62 DebugLib
63 DxeServicesTableLib
64 UefiLib
65 BaseLib
66
67 [Guids]
68 gEfiGlobalVariableGuid # ALWAYS_CONSUMED
69 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED
70 gEfiShellFileGuid # ALWAYS_CONSUMED
71
72 [Protocols]
73 gEfiSimpleFileSystemProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
74 gEfiLoadFileProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
75 gEfiFormBrowserProtocolGuid # PROTOCOL ALWAYS_CONSUMED
76 gEfiDriverBindingProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
77 gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
78 gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
79 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED
80 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
81 gEfiSimpleNetworkProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
82 gEfiSimpleTextInProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
83 gEfiSimpleTextOutProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
84 gEfiAcpiS3SaveProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
85 gEfiFirmwareVolumeProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
86 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
87