X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FCapsuleRuntimeDxe%2FCapsuleRuntimeDxe.inf;h=c627e9b8d631880e29f1ec75c42d22c3bb4192df;hb=f03ccf59badd0e2c7296542cdb2631cdbb8c0eae;hp=03d2bf9282fd0066c3efd4634e7a7aa8b2c63d32;hpb=cfc8865f177c2846cd51f35fb0748bf4e11d8307;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf index 03d2bf9282..c627e9b8d6 100644 --- a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf +++ b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf @@ -1,8 +1,11 @@ #/** @file # -# CapsuleRuntime module provides capsule runtime services +# Capsule Runtime Driver produces two UEFI capsule runtime services. +# (UpdateCapsule, QueryCapsuleCapabilities) +# 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 - 2010, 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 @@ -28,7 +31,6 @@ # [Sources.common] - CapsuleService.h CapsuleService.c [Packages] @@ -39,22 +41,25 @@ UefiBootServicesTableLib PcdLib DebugLib - UefiRuntimeLib + UefiRuntimeServicesTableLib UefiDriverEntryPoint CapsuleLib + UefiRuntimeLib + BaseLib + PrintLib [Guids] - gEfiCapsuleVendorGuid # SOMETIMES_CONSUMED + gEfiCapsuleVendorGuid ## SOMETIMES_PRODUCED (Process across reset capsule image) ## Variable:L"CapsuleUpdateData" for capsule updated data [Protocols] - gEfiCapsuleArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED + gEfiCapsuleArchProtocolGuid ## PRODUCED -[FeaturePcd.common] - gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest +[FeaturePcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset -[FixedPcd.common] +[Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule - gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule + gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule || PcdSupportUpdateCapsuleReset ## Populate Image requires reset support. [Depex] - gEfiVariableWriteArchProtocolGuid + gEfiVariableWriteArchProtocolGuid ## Depends on variable write functionality to produce capsule data variable