2008-01-21 15:39:56 +01:00
|
|
|
#/** @file
|
2008-04-09 07:38:12 +02:00
|
|
|
#
|
|
|
|
# Component discription file for Bds module
|
|
|
|
#
|
|
|
|
# Copyright (c) 2008, Intel Corporation. <BR>
|
2008-03-19 06:22:06 +01:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
2008-04-09 07:38:12 +02:00
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
2008-03-19 06:22:06 +01:00
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
2008-04-09 07:38:12 +02:00
|
|
|
#
|
2008-03-19 06:22:06 +01:00
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
2008-01-21 15:39:56 +01:00
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
2008-04-09 07:38:12 +02:00
|
|
|
#
|
2008-01-21 15:39:56 +01:00
|
|
|
#**/
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
2008-02-26 13:06:43 +01:00
|
|
|
BASE_NAME = BdsDxe
|
2008-01-21 15:39:56 +01:00
|
|
|
FILE_GUID = FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2F
|
|
|
|
MODULE_TYPE = DXE_DRIVER
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
EDK_RELEASE_VERSION = 0x00020000
|
|
|
|
EFI_SPECIFICATION_VERSION = 0x00020000
|
|
|
|
|
|
|
|
ENTRY_POINT = BdsInitialize
|
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
|
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
|
|
|
#
|
|
|
|
|
|
|
|
[Sources.common]
|
|
|
|
FrontPage.h
|
|
|
|
Language.h
|
|
|
|
Bds.h
|
|
|
|
Hotkey.h
|
|
|
|
BootMaint/BBSsupport.h
|
|
|
|
BootMngr/BootManager.h
|
|
|
|
BootMaint/BootMaint.h
|
|
|
|
String.h
|
|
|
|
BootMaint/FormGuid.h
|
|
|
|
HwErrRecSupport.c
|
|
|
|
HwErrRecSupport.h
|
|
|
|
|
|
|
|
DeviceMngr/DeviceManager.h
|
|
|
|
DeviceMngr/DeviceManagerVfr.Vfr
|
|
|
|
DeviceMngr/DeviceManagerStrings.uni
|
|
|
|
DeviceMngr/DeviceManager.c
|
|
|
|
BootMngr/BootManagerVfr.Vfr
|
|
|
|
BootMngr/BootManagerStrings.uni
|
|
|
|
BootMngr/BootManager.c
|
|
|
|
BootMaint/FE.vfr
|
|
|
|
BootMaint/FileExplorer.c
|
|
|
|
BootMaint/BootMaint.c
|
|
|
|
BootMaint/BBSsupport.c
|
|
|
|
BootMaint/UpdatePage.c
|
|
|
|
BootMaint/Variable.c
|
|
|
|
BootMaint/Data.c
|
|
|
|
BootMaint/ConsoleOption.c
|
|
|
|
BootMaint/BootOption.c
|
|
|
|
BootMaint/BmLib.c
|
|
|
|
BootMaint/Bm.vfr
|
|
|
|
BootMaint/Bmstring.uni
|
|
|
|
Hotkey.c
|
|
|
|
MemoryTest.c
|
|
|
|
Capsules.c
|
|
|
|
Strings.uni
|
|
|
|
String.c
|
|
|
|
Language.c
|
|
|
|
FrontPageVfr.Vfr
|
|
|
|
FrontPageStrings.uni
|
|
|
|
FrontPage.c
|
|
|
|
BdsEntry.c
|
|
|
|
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
2008-07-10 11:00:40 +02:00
|
|
|
#
|
|
|
|
#This dependency is because of gEfiLegacyBiosProtocolGuid and gEfiDataHubProtocolGuid. It may be removed if a Library class is created to
|
|
|
|
#abstract away definition in Framework specification or PI spec incorporates the Legacy Booting Protocols and Data Hub Protocols.
|
|
|
|
#
|
2008-01-21 15:39:56 +01:00
|
|
|
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
|
|
|
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
DevicePathLib
|
|
|
|
BaseLib
|
|
|
|
HobLib
|
|
|
|
UefiRuntimeServicesTableLib
|
|
|
|
IfrSupportLib
|
2008-02-02 14:15:44 +01:00
|
|
|
ExtendedIfrSupportLib
|
2008-01-21 15:39:56 +01:00
|
|
|
GenericBdsLib
|
|
|
|
ReportStatusCodeLib
|
|
|
|
PerformanceLib
|
|
|
|
DxeServicesTableLib
|
|
|
|
MemoryAllocationLib
|
|
|
|
GraphicsLib
|
|
|
|
UefiLib
|
|
|
|
UefiBootServicesTableLib
|
|
|
|
BaseMemoryLib
|
|
|
|
DebugLib
|
|
|
|
PrintLib
|
|
|
|
HiiLib
|
2008-02-02 14:15:44 +01:00
|
|
|
ExtendedHiiLib
|
2008-01-21 15:39:56 +01:00
|
|
|
UefiDriverEntryPoint
|
|
|
|
PlatformBdsLib
|
|
|
|
CapsuleLib
|
|
|
|
|
|
|
|
[Guids]
|
|
|
|
gEfiGlobalVariableGuid # ALWAYS_CONSUMED
|
|
|
|
gEfiHobListGuid # ALWAYS_CONSUMED
|
|
|
|
gEfiBootStateGuid # ALWAYS_CONSUMED
|
|
|
|
gEfiFileSystemVolumeLabelInfoIdGuid # ALWAYS_CONSUMED
|
|
|
|
gEfiFileInfoGuid # ALWAYS_CONSUMED
|
|
|
|
gEfiGenericPlatformVariableGuid
|
|
|
|
gEfiMiscSubClassGuid
|
|
|
|
gEfiMemorySubClassGuid
|
|
|
|
gEfiProcessorSubClassGuid
|
|
|
|
gEfiCapsuleVendorGuid
|
2008-03-19 06:22:06 +01:00
|
|
|
|
2008-01-21 15:39:56 +01:00
|
|
|
[Protocols]
|
|
|
|
gEfiHiiStringProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiSimpleFileSystemProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiBdsArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiGenericMemTestProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiHiiDatabaseProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiUgaDrawProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiGraphicsOutputProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiSimpleTextInputExProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiFormBrowser2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiSerialIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
2008-03-19 06:22:06 +01:00
|
|
|
|
2008-01-21 15:39:56 +01:00
|
|
|
[FeaturePcd.common]
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDepricate
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHardwareErrorRecord
|
2008-03-19 06:22:06 +01:00
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdUgaConsumeSupport
|
2008-01-21 15:39:56 +01:00
|
|
|
|
|
|
|
[Pcd.common]
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel
|
|
|
|
|
|
|
|
[Depex]
|
|
|
|
gEfiHiiDatabaseProtocolGuid
|
|
|
|
|