X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FCapsuleRuntimeDxe%2FCapsuleRuntimeDxe.inf;h=2ab29ba339b2cd3f759328de622f1fe7c397e0c5;hp=5addb491180874d9089a8f7dabeb7c9f42e49cba;hb=3f9dcac0f2d3bb5cb02d68ee916b76d0f8cd973e;hpb=109e9a6156b2c9540fd4b1b6ce17ac5be1fa03c4 diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf index 5addb49118..2ab29ba339 100644 --- a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf +++ b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf @@ -1,11 +1,11 @@ #/** @file # -# Capsule Runtime Drivers produces two UEFI capsule runtime services. +# Capsule Runtime Driver produces two UEFI capsule runtime services. # (UpdateCapsule, QueryCapsuleCapabilities) -# It installs the Capsule Architectural Protocol (EDKII definition) to signify +# It installs the Capsule Architectural Protocol defined in PI1.0a to signify # the capsule runtime services are ready. # -# Copyright (c) 2006 - 2008, Intel Corporation.
+# Copyright (c) 2006 - 2009, Intel Corporation.
# All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -47,17 +47,17 @@ UefiRuntimeLib [Guids] - gEfiCapsuleVendorGuid # Produce variable L"CapsuleUpdateData" for capsule updated data + gEfiCapsuleVendorGuid ## SOMETIMES_PRODUCED (Process across reset capsule image) ## Variable:L"CapsuleUpdateData" for capsule updated data [Protocols] - gEfiCapsuleArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED + gEfiCapsuleArchProtocolGuid ## PRODUCED [FeaturePcd] gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset -[FixedPcd] +[Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule - gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule + gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule || PcdSupportUpdateCapsuleReset ## Populate Image requires reset support. [Depex] - gEfiVariableWriteArchProtocolGuid # Depends on variable write functionality to produce capsule data variable + gEfiVariableWriteArchProtocolGuid ## Depends on variable write functionality to produce capsule data variable