]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
MdePkg Acpi51.h:Correct the declaration of EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WATCHDOG_ST...
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleRuntimeDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
13d40edd 2# \r
58612f24 3# Capsule Runtime Driver produces two UEFI capsule runtime services.\r
109e9a61 4# (UpdateCapsule, QueryCapsuleCapabilities)\r
de5b0df9 5# It installs the Capsule Architectural Protocol defined in PI1.0a to signify \r
109e9a61 6# the capsule runtime services are ready.\r
13d40edd 7# \r
b5040e4c 8# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 9# This program and the accompanying materials\r
74fea867 10# are licensed and made available under the terms and conditions of the BSD License\r
13d40edd 11# which accompanies this distribution. The full text of the license may be found at\r
74fea867 12# http://opensource.org/licenses/bsd-license.php\r
13d40edd 13# \r
74fea867 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
13d40edd 16# \r
6bfbb5f0 17##\r
74fea867 18\r
74fea867 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = CapsuleRuntimeDxe\r
22 FILE_GUID = 42857F0A-13F2-4B21-8A23-53D3F714B840\r
23 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
24 VERSION_STRING = 1.0\r
74fea867 25 ENTRY_POINT = CapsuleServiceInitialize\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
6bfbb5f0 33[Sources]\r
74fea867 34 CapsuleService.c\r
35\r
716e5077 36[Sources.Ia32, Sources.IPF, Sources.EBC, Sources.ARM, Sources.AARCH64]\r
ab7017fe 37 SaveLongModeContext.c\r
38\r
39[Sources.X64]\r
40 X64/SaveLongModeContext.c\r
41\r
74fea867 42[Packages]\r
43 MdePkg/MdePkg.dec\r
623ad724 44 MdeModulePkg/MdeModulePkg.dec\r
74fea867 45\r
46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
74fea867 48 PcdLib\r
49 DebugLib\r
109e9a61 50 UefiRuntimeServicesTableLib\r
74fea867 51 UefiDriverEntryPoint\r
6ee65722 52 CapsuleLib\r
109e9a61 53 UefiRuntimeLib\r
f03ccf59 54 BaseLib\r
55 PrintLib\r
566771b0 56 BaseMemoryLib\r
57\r
ab7017fe 58[LibraryClasses.X64]\r
59 LockBoxLib\r
60 UefiLib\r
61 BaseMemoryLib\r
62 HobLib \r
74fea867 63\r
64[Guids]\r
e5618791 65 gEfiCapsuleVendorGuid ## SOMETIMES_PRODUCED (Process across reset capsule image) ## Variable:L"CapsuleUpdateData" for capsule updated data\r
566771b0 66 gEfiFmpCapsuleGuid ## FMP capsule GUID\r
74fea867 67\r
ab7017fe 68[Guids.X64]\r
69 gEfiAcpiVariableGuid # ALWAYS_CONSUMED\r
70 gEfiAcpiS3ContextGuid # ALWAYS_CONSUMED\r
71\r
74fea867 72[Protocols]\r
e5618791 73 gEfiCapsuleArchProtocolGuid ## PRODUCED\r
74fea867 74\r
ab7017fe 75[Protocols.X64]\r
b5040e4c
EL
76 ## UNDEFINED ## NOTIFY\r
77 ## SOMETIMES_CONSUMES\r
78 gEdkiiVariableLockProtocolGuid\r
ab7017fe 79\r
109e9a61
LG
80[FeaturePcd]\r
81 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset\r
74fea867 82\r
ab7017fe 83[FeaturePcd.X64]\r
84 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
85\r
97b2c9b5 86[Pcd]\r
b3af5df6 87 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule\r
63971079 88 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule || gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset ## Populate Image requires reset support.\r
74fea867 89\r
ab7017fe 90[Pcd.X64]\r
b5040e4c
EL
91 ## SOMETIMES_CONSUMES\r
92 ## SOMETIMES_PRODUCES\r
93 gEfiMdeModulePkgTokenSpaceGuid.PcdIdentifyMappingPageTablePtr\r
ab7017fe 94 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsulePeiLongModeStackSize\r
b5040e4c 95 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable ## SOMETIMES_CONSUMES\r
ab7017fe 96\r
74fea867 97[Depex]\r
e5618791 98 gEfiVariableWriteArchProtocolGuid ## Depends on variable write functionality to produce capsule data variable\r