]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Logger/StringTable.py
Sync BaseTool trunk (version r2640) into EDKII BaseTools.
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Logger / StringTable.py
index 8a94d710469de58807cf16c991ebb68b18722f46..6275a3ef584cc12d705ffa5fa1385c66c5f47150 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to define strings used in the UPT tool\r
 #\r
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available \r
 # under the terms and conditions of the BSD License which accompanies this \r
@@ -42,7 +42,7 @@ MSG_USAGE_STRING = _("\n"
 MSG_VERSION_NUMBER = _("1.0")\r
 MSG_VERSION = _("Intel(r) UEFI Packaging Tool (Intel(r) UEFIPT) - Revision " + \\r
                 MSG_VERSION_NUMBER)\r
-MSG_COPYRIGHT = _("Copyright (c) 2011 Intel Corporation All Rights Reserved.")\r
+MSG_COPYRIGHT = _("Copyright (c) 2011 - 2013 Intel Corporation All Rights Reserved.")\r
 MSG_VERSION_COPYRIGHT = _("\n  %s\n  %s" % (MSG_VERSION, MSG_COPYRIGHT))\r
 MSG_USAGE = _("%s [options]\n%s" % ("upt.exe", MSG_VERSION_COPYRIGHT))\r
 MSG_DESCRIPTION = _("The Intel(r) UEFIUPT is used to create, " + \\r
@@ -530,6 +530,10 @@ ERR_COPYRIGHT_MISSING            = \
 _("Header comment section must have copyright information")\r
 ERR_LICENSE_MISSING              = \\r
 _("Header comment section must have license information")\r
+ERR_INVALID_BINARYHEADER_FORMAT  = \\r
+_("Binary Header comment section must have abstract,description,copyright,license information")\r
+ERR_MULTIPLE_BINARYHEADER_EXIST = \\r
+_("the inf file at most support one BinaryHeader at the fileheader section.")\r
 ERR_INVALID_COMMENT_FORMAT       = _("Comment must start with #")\r
 ERR_USER_ABORT                   = _("User has stopped the application")\r
 ERR_DIST_EXT_ERROR               = \\r
@@ -547,6 +551,8 @@ ERR_INSTALL_FILE_DEC_FILE_ERROR = _("Could not obtain the TokenSpaceGuidCName an
 ERR_NOT_SUPPORTED_SA_MODULE = _("Stand-alone module distribution does not allow EDK 1 INF")\r
 ERR_INSTALL_DIST_NOT_FOUND               = \\r
 _("Distribution file to be installed is not found in current working directory or workspace: %s")\r
+ERR_BINARY_HEADER_ORDER           = _("Binary header must follow the file header.")\r
+ERR_NO_SOURCE_HEADER              = _("File header statement \"## @file\" must exist at the first place.")\r
 \r
 #\r
 # Expression error message\r