BaseTool/UPT: Add supporting of decimal numbers for INF_VERSION and DEC_SPECIFICATION
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/trunk/edk2@18868 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -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 = \
|
||||
|
Reference in New Issue
Block a user