]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleRuntimeDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d
SZ
2# Capsule Runtime Driver produces two UEFI capsule runtime services: (UpdateCapsule, QueryCapsuleCapabilities).\r
3#\r
d1102dba 4# It installs the Capsule Architectural Protocol defined in PI1.0a to signify\r
109e9a61 5# the capsule runtime services are ready.\r
d1102dba
LG
6#\r
7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 8# This program and the accompanying materials\r
74fea867 9# are licensed and made available under the terms and conditions of the BSD License\r
13d40edd 10# which accompanies this distribution. The full text of the license may be found at\r
74fea867 11# http://opensource.org/licenses/bsd-license.php\r
d1102dba 12#\r
74fea867 13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
d1102dba 15#\r
6bfbb5f0 16##\r
74fea867 17\r
74fea867 18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = CapsuleRuntimeDxe\r
6036e94d 21 MODULE_UNI_FILE = CapsuleRuntimeDxe.uni\r
74fea867 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
de005223 30# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
74fea867 31#\r
32\r
6bfbb5f0 33[Sources]\r
74fea867 34 CapsuleService.c\r
e077a93d 35 CapsuleService.h\r
74fea867 36\r
de005223 37[Sources.Ia32, Sources.EBC, Sources.ARM, Sources.AARCH64]\r
ab7017fe 38 SaveLongModeContext.c\r
e077a93d 39 CapsuleReset.c\r
ab7017fe 40\r
41[Sources.X64]\r
42 X64/SaveLongModeContext.c\r
e077a93d
AB
43 CapsuleReset.c\r
44\r
45[Sources.ARM, Sources.AARCH64]\r
46 SaveLongModeContext.c\r
47 Arm/CapsuleReset.c\r
ab7017fe 48\r
74fea867 49[Packages]\r
50 MdePkg/MdePkg.dec\r
623ad724 51 MdeModulePkg/MdeModulePkg.dec\r
74fea867 52\r
53[LibraryClasses]\r
54 UefiBootServicesTableLib\r
74fea867 55 PcdLib\r
56 DebugLib\r
109e9a61 57 UefiRuntimeServicesTableLib\r
74fea867 58 UefiDriverEntryPoint\r
6ee65722 59 CapsuleLib\r
109e9a61 60 UefiRuntimeLib\r
f03ccf59 61 BaseLib\r
62 PrintLib\r
566771b0 63 BaseMemoryLib\r
64\r
ab7017fe 65[LibraryClasses.X64]\r
ab7017fe 66 UefiLib\r
67 BaseMemoryLib\r
74fea867 68\r
e077a93d
AB
69[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
70 CacheMaintenanceLib\r
71\r
74fea867 72[Guids]\r
6036e94d
SZ
73 ## SOMETIMES_PRODUCES ## Variable:L"CapsuleUpdateData" # (Process across reset capsule image) for capsule updated data\r
74 ## SOMETIMES_PRODUCES ## Variable:L"CapsuleLongModeBuffer" # The long mode buffer used by IA32 Capsule PEIM to call X64 CapsuleCoalesce code to handle >4GB capsule blocks\r
75 gEfiCapsuleVendorGuid\r
76 gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID # FMP capsule GUID\r
74fea867 77\r
78[Protocols]\r
6036e94d 79 gEfiCapsuleArchProtocolGuid ## PRODUCES\r
74fea867 80\r
ab7017fe 81[Protocols.X64]\r
b5040e4c
EL
82 ## UNDEFINED ## NOTIFY\r
83 ## SOMETIMES_CONSUMES\r
84 gEdkiiVariableLockProtocolGuid\r
ab7017fe 85\r
109e9a61 86[FeaturePcd]\r
6036e94d 87 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset ## CONSUMES\r
74fea867 88\r
ab7017fe 89[FeaturePcd.X64]\r
6036e94d 90 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES\r
ab7017fe 91\r
97b2c9b5 92[Pcd]\r
6036e94d 93 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule ## SOMETIMES_CONSUMES\r
307a19a7 94 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule ## SOMETIMES_CONSUMES # Populate Image requires reset support.\r
74fea867 95\r
ab7017fe 96[Pcd.X64]\r
6036e94d 97 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsulePeiLongModeStackSize ## SOMETIMES_CONSUMES\r
b5040e4c 98 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable ## SOMETIMES_CONSUMES\r
ab7017fe 99\r
74fea867 100[Depex]\r
6036e94d
SZ
101 gEfiVariableWriteArchProtocolGuid # Depends on variable write functionality to produce capsule data variable\r
102\r
103# [Hob.X64]\r
104# UNDEFINED ## SOMETIMES_CONSUMES # CPU\r
105\r
106[UserExtensions.TianoCore."ExtraFiles"]\r
107 CapsuleRuntimeDxeExtra.uni\r