summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/UPT/Logger
diff options
context:
space:
mode:
authorHess Chen <hesheng.chen@intel.com>2015-12-01 02:31:16 +0000
committervanjeff <vanjeff@Edk2>2015-12-01 02:31:16 +0000
commit61b0bea7d9bbcf22c33cdc729842f9dfd513b56b (patch)
treec01fffdd10c2ad009e5a766b61a83ac5c2717a8d /BaseTools/Source/Python/UPT/Logger
parent61b90507206f4368cb102b3014cd46f7d31b2b89 (diff)
downloadedk2-platforms-61b0bea7d9bbcf22c33cdc729842f9dfd513b56b.tar.xz
BaseTool/UPT: Add supporting of decimal numbers for INF_VERSION and DEC_SPECIFICATION
(Sync patch r18868 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen <hesheng.chen@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2015@19075 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Source/Python/UPT/Logger')
-rw-r--r--BaseTools/Source/Python/UPT/Logger/StringTable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/UPT/Logger/StringTable.py b/BaseTools/Source/Python/UPT/Logger/StringTable.py
index f15ac7f0bc..a481c6785d 100644
--- a/BaseTools/Source/Python/UPT/Logger/StringTable.py
+++ b/BaseTools/Source/Python/UPT/Logger/StringTable.py
@@ -656,7 +656,7 @@ _("Wrong define section format, must be KEY = Value.")
ERR_DECPARSE_DEFINE_UNKNOWKEY = \
_("Unknown key [%s] in define section.")
ERR_DECPARSE_DEFINE_SPEC = \
-_("Specification value must be HEX numbers.")
+_("Specification value must be HEX numbers or decimal numbers.")
ERR_DECPARSE_DEFINE_PKGNAME = \
_("Package name must be AlphaNumeric characters.")
ERR_DECPARSE_DEFINE_PKGGUID = \