diff options
author | Hess Chen <hesheng.chen@intel.com> | 2016-07-29 15:58:23 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2016-08-03 10:47:52 +0800 |
commit | 6cf9903481f07859cb0013598d2d13309d4e4644 (patch) | |
tree | aed86525be0cd991073e28889eca83c15185ae10 /BaseTools/Source/Python/UPT/Logger/StringTable.py | |
parent | 17f3e942bc527fbd75068d2d5752b6af54917487 (diff) | |
download | edk2-6cf9903481f07859cb0013598d2d13309d4e4644.tar.gz edk2-6cf9903481f07859cb0013598d2d13309d4e4644.tar.bz2 edk2-6cf9903481f07859cb0013598d2d13309d4e4644.zip |
BaseTool/UPT: Add Test Install
Add a new function to test if a DIST file list
one by one to see if they can meet the requirement
of Dependency.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/UPT/Logger/StringTable.py')
-rw-r--r-- | BaseTools/Source/Python/UPT/Logger/StringTable.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/UPT/Logger/StringTable.py b/BaseTools/Source/Python/UPT/Logger/StringTable.py index 96f0e1cd6e..4c42661ea2 100644 --- a/BaseTools/Source/Python/UPT/Logger/StringTable.py +++ b/BaseTools/Source/Python/UPT/Logger/StringTable.py @@ -858,3 +858,8 @@ HLP_SPECIFY_PACKAGE_NAME_TO_BE_REPLACED = _( "Specify the UEFI Distribution Package file name to be replaced")
HLP_USE_GUIDED_PATHS = _(
"Install packages to the following directory path by default: <PackageName>_<PACKAGE_GUID>_<PACKAGE_VERSION>")
+HLP_TEST_INSTALL = _(
+ "Specify the UEFI Distribution Package filenames to install")
+
+MSG_TEST_INSTALL_PASS = _("All distribution package file are satisfied for dependence check.")
+MSG_TEST_INSTALL_FAIL = _("NOT all distribution package file are satisfied for dependence check.")
|