]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/BuildToolError.py
BaseTools: Add support to merge Prebuild and Postbuild into build Process
[mirror_edk2.git] / BaseTools / Source / Python / Common / BuildToolError.py
index 0a393fec60ca724f475a9fdf13a20c1df07768c4..bee5850fc5ab071fa36788ff335392695da12177 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,6 +78,8 @@ 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