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