FmpDevicePkg: Add FmpDependencyCheck library class and instances
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2696 * This library class provides platform specific services to support dependency check during updating firmware image. Platform can perform dependency check in platform specific manner by implementing its own FmpDependencyCheckLib. * Add FmpDependencyCheck instance to provide a sample of dependency check. The sample instance only checks the dependency from capsule image. The dependency from other FMP instances isn't checked here. * Add NULL instance as an option to skip the dependency check. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Signed-off-by: Wei6 Xu <wei6.xu@intel.com> Reviewed-by: Sean Brogan <sean.brogan@microsoft.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
# expression evaluation.
|
||||
FmpDependencyLib|Include/Library/FmpDependencyLib.h
|
||||
|
||||
## @libraryclass Provides platform specific services to support dependency
|
||||
# check during update of firmware image.
|
||||
FmpDependencyCheckLib|Include/Library/FmpDependencyCheckLib.h
|
||||
|
||||
[LibraryClasses.Common.Private]
|
||||
## @libraryclass Provides services to retrieve values from a capsule's FMP
|
||||
# Payload Header. The structure is not included in the
|
||||
|
Reference in New Issue
Block a user