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