X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FLibrary%2FCapsuleLib.h;h=662e4def951c2653a5939d9ddef00ff187507b3a;hb=84f9a9ec8f84f837b3c0addf1f4681d8f8c71db1;hp=80df80e6289c98659a5e5c7c41ab7c570be3e532;hpb=504214c4870e9183418014634268ce630eb5332a;p=mirror_edk2.git diff --git a/MdeModulePkg/Include/Library/CapsuleLib.h b/MdeModulePkg/Include/Library/CapsuleLib.h index 80df80e628..662e4def95 100644 --- a/MdeModulePkg/Include/Library/CapsuleLib.h +++ b/MdeModulePkg/Include/Library/CapsuleLib.h @@ -1,9 +1,8 @@ /** @file - Capsule Library. This library class defines a set of interfaces on - how to process capusle image update. + This library class defines a set of interfaces on how to process capusle image update. - Copyright (c) 2007, Intel Corporation + Copyright (c) 2007 - 2008, 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 @@ -18,7 +17,8 @@ #define __CAPSULE_LIB_H__ /** - Those capsules supported by the firmwares. + The firmware checks whether the capsule image is supported + by the CapsuleGuid in CapsuleHeader or other specific information in capsule image. @param CapsuleHeader Point to the UEFI capsule image to be checked. @@ -29,11 +29,11 @@ EFI_STATUS EFIAPI SupportCapsuleImage ( IN EFI_CAPSULE_HEADER *CapsuleHeader - ) -; + ); /** - The firmware implements to process the capsule image. + The firmware specific implementation processes the capsule image + if it recognized the format of this capsule image. @param CapsuleHeader Point to the UEFI capsule image to be processed. @@ -44,9 +44,6 @@ EFI_STATUS EFIAPI ProcessCapsuleImage ( IN EFI_CAPSULE_HEADER *CapsuleHeader - ) -; + ); #endif - -