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