]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/BuildToolError.py
BaseTools: Add new RegExp for future use
[mirror_edk2.git] / BaseTools / Source / Python / Common / BuildToolError.py
index 0a393fec60ca724f475a9fdf13a20c1df07768c4..27779c5d98eaf2ba74bbdd9dd5cb62c1d0a1bba5 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Standardized Error Hanlding infrastructures.\r
 #\r
-# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -78,12 +78,17 @@ BUILD_ERROR = 0xF002
 GENFDS_ERROR = 0xF003\r
 ECC_ERROR = 0xF004\r
 EOT_ERROR = 0xF005\r
+PREBUILD_ERROR = 0xF007\r
+POSTBUILD_ERROR = 0xF008\r
 DDC_ERROR = 0xF009\r
 WARNING_AS_ERROR = 0xF006\r
 MIGRATION_ERROR = 0xF010\r
 PCD_VALIDATION_INFO_ERROR = 0xF011\r
 PCD_VARIABLE_ATTRIBUTES_ERROR = 0xF012\r
+PCD_VARIABLE_INFO_ERROR = 0xF016\r
 PCD_VARIABLE_ATTRIBUTES_CONFLICT_ERROR = 0xF013\r
+PCD_STRUCTURE_PCD_INVALID_FIELD_ERROR = 0xF014\r
+PCD_STRUCTURE_PCD_ERROR = 0xF015\r
 ABORT_ERROR = 0xFFFE\r
 UNKNOWN_ERROR = 0xFFFF\r
 \r