diff options
author | Wei6 Xu <wei6.xu@intel.com> | 2020-05-12 13:27:07 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-05-15 06:11:44 +0000 |
commit | a93bf06b1da145f6e0dc305ccb7de6f2b4dec1f7 (patch) | |
tree | 4ccdc0f35db1162a0db3a51b0b4cf8d5ec79573b /FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.uni | |
parent | 154e243a994b7009b7a7a3346dbdfc975c7d9101 (diff) | |
download | edk2-a93bf06b1da145f6e0dc305ccb7de6f2b4dec1f7.zip edk2-a93bf06b1da145f6e0dc305ccb7de6f2b4dec1f7.tar.gz edk2-a93bf06b1da145f6e0dc305ccb7de6f2b4dec1f7.tar.bz2 |
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>
Diffstat (limited to 'FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.uni')
-rw-r--r-- | FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.uni | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.uni b/FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.uni new file mode 100644 index 0000000..422a96b --- /dev/null +++ b/FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.uni @@ -0,0 +1,12 @@ +// /** @file
+// Provides Fmp Capsule Dependency Expression support.
+//
+// Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+#string STR_MODULE_ABSTRACT #language en-US "FMP Dependency Lib"
+
+#string STR_MODULE_DESCRIPTION #language en-US "Provides Fmp Capsule Dependency Expression support."
|