]> git.proxmox.com Git - mirror_edk2.git/commit - FmpDevicePkg/FmpDevicePkg.dec
FmpDevicePkg: Add FmpDependency library class and BASE instance
authorWei6 Xu <wei6.xu@intel.com>
Tue, 12 May 2020 05:27:07 +0000 (13:27 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 15 May 2020 06:11:44 +0000 (06:11 +0000)
commita93bf06b1da145f6e0dc305ccb7de6f2b4dec1f7
tree4ccdc0f35db1162a0db3a51b0b4cf8d5ec79573b
parent154e243a994b7009b7a7a3346dbdfc975c7d9101
FmpDevicePkg: Add FmpDependency library class and BASE instance

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2696

This library provides services to evaluate Fmp capsule dependency
expression, validate dependency expression and get dependency
from firmware image.

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>
FmpDevicePkg/FmpDevicePkg.dec
FmpDevicePkg/FmpDevicePkg.dsc
FmpDevicePkg/Include/Library/FmpDependencyLib.h [new file with mode: 0644]
FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.c [new file with mode: 0644]
FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.inf [new file with mode: 0644]
FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.uni [new file with mode: 0644]