VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf@ 80721

最後變更 在這個檔案從80721是 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
檔案大小: 2.0 KB
 
1## @file
2# Esrt DXE driver that manages cached ESRT repository & publishes ESRT table
3#
4# This driver produces EsrtManagement protocol to manage cache ESRT repository for FMP/Non-FMP instances.
5# ESRT table based on repository is published on gEfiEventReadyToBootGuid.
6#
7# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10##
11
12[Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = EsrtDxe
15 MODULE_UNI_FILE = EsrtDxe.uni
16 FILE_GUID = 999BD818-7DF7-4A9A-A502-9B75033E6A0F
17 MODULE_TYPE = DXE_DRIVER
18 VERSION_STRING = 1.0
19 ENTRY_POINT = EsrtDxeEntryPoint
20
21#
22# The following information is for reference only and not required by the build tools.
23#
24# VALID_ARCHITECTURES = IA32 X64 EBC
25#
26
27[Sources]
28 EsrtImpl.h
29 EsrtImpl.c
30 EsrtDxe.c
31
32[Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35
36[LibraryClasses]
37 UefiDriverEntryPoint
38 BaseMemoryLib
39 UefiLib
40 PcdLib
41 DebugLib
42 MemoryAllocationLib
43 DxeServicesTableLib
44 UefiBootServicesTableLib
45 UefiRuntimeServicesTableLib
46
47[Guids]
48 gEfiSystemResourceTableGuid ## PRODUCES ## SystemTable
49 gEfiEventReadyToBootGuid ## CONSUMES ## Event
50
51[Protocols]
52 gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
53 gEsrtManagementProtocolGuid ## PRODUCES
54 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
55
56[Pcd]
57 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxFmpEsrtCacheNum ## CONSUMES
58 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxNonFmpEsrtCacheNum ## CONSUMES
59 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag ## CONSUMES
60 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid ## CONSUMES
61
62[Depex]
63 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid
64
65[UserExtensions.TianoCore."ExtraFiles"]
66 EsrtDxeExtra.uni
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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