VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/BdsDxe/BdsDxe.inf@ 98942

最後變更 在這個檔案從98942是 80721,由 vboxsync 提交於 6 年 前

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 5.2 KB
 
1## @file
2# BdsDxe module is core driver for BDS phase.
3#
4# When DxeCore dispatching all DXE driver, this module will produce architecture protocol
5# gEfiBdsArchProtocolGuid. After DxeCore finish dispatching, DxeCore will invoke Entry
6# interface of protocol gEfiBdsArchProtocolGuid, then BDS phase is entered.
7#
8# Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.<BR>
9# SPDX-License-Identifier: BSD-2-Clause-Patent
10#
11##
12
13[Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = BdsDxe
16 MODULE_UNI_FILE = BdsDxe.uni
17 FILE_GUID = 6D33944A-EC75-4855-A54D-809C75241F6C
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = BdsInitialize
21
22#
23# The following information is for reference only and not required by the build tools.
24#
25# VALID_ARCHITECTURES = IA32 X64 EBC
26#
27
28[Sources]
29 Language.h
30 Bds.h
31 HwErrRecSupport.c
32 HwErrRecSupport.h
33 Language.c
34 BdsEntry.c
35
36
37[Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41[LibraryClasses]
42 DevicePathLib
43 BaseLib
44 MemoryAllocationLib
45 UefiDriverEntryPoint
46 UefiBootServicesTableLib
47 UefiRuntimeServicesTableLib
48 ReportStatusCodeLib
49 UefiLib
50 BaseMemoryLib
51 DebugLib
52 UefiBootManagerLib
53 PlatformBootManagerLib
54 PcdLib
55 PrintLib
56
57[Guids]
58 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)
59 ## SOMETIMES_PRODUCES ## Variable:L"Boot####" (Boot option variable)
60 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)
61 ## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)
62 ## SOMETIMES_PRODUCES ## Variable:L"Key####" (Hotkey option variable)
63 ## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)
64 ## SOMETIMES_PRODUCES ## Variable:L"BootOptionSupport" (The feature supported in boot option menu, value could be: EFI_BOOT_OPTION_SUPPORT_KEY, EFI_BOOT_OPTION_SUPPORT_APP
65 ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate) ## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)
66 ## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)
67 ## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
68 ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)
69 ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)
70 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
71 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
72 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
73 gConnectConInEventGuid ## SOMETIMES_CONSUMES ## Event
74 gEdkiiStatusCodeDataTypeVariableGuid ## SOMETIMES_CONSUMES ## GUID
75 gEfiEventReadyToBootGuid ## CONSUMES ## Event
76
77[Protocols]
78 gEfiBdsArchProtocolGuid ## PRODUCES
79 gEfiSimpleTextInputExProtocolGuid ## CONSUMES
80 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
81 gEfiDeferredImageLoadProtocolGuid ## CONSUMES
82
83[FeaturePcd]
84 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate ## CONSUMES
85
86[Pcd]
87 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes ## CONSUMES
88 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang ## SOMETIMES_CONSUMES
89 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes ## CONSUMES
90 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang ## CONSUMES
91 gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel ## CONSUMES
92 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut ## CONSUMES
93 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor ## CONSUMES
94 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision ## CONSUMES
95 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand ## CONSUMES
96 gEfiMdeModulePkgTokenSpaceGuid.PcdErrorCodeSetVariable ## SOMETIMES_CONSUMES
97 gEfiMdeModulePkgTokenSpaceGuid.PcdTestKeyUsed ## CONSUMES
98 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleOnDiskSupport ## CONSUMES
99 gEfiMdeModulePkgTokenSpaceGuid.PcdPlatformRecoverySupport ## CONSUMES
100
101[Depex]
102 TRUE
103
104[UserExtensions.TianoCore."ExtraFiles"]
105 BdsDxeExtra.uni
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette