]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/BuildToolError.py
BaseTools/Build: Add SDL support
[mirror_edk2.git] / BaseTools / Source / Python / Common / BuildToolError.py
index b9512a1b4dbda424ad82e72c1aba02b5c24289d6..0a393fec60ca724f475a9fdf13a20c1df07768c4 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Standardized Error Hanlding infrastructures.\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2015, 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
@@ -81,6 +81,9 @@ EOT_ERROR = 0xF005
 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_ATTRIBUTES_CONFLICT_ERROR = 0xF013\r
 ABORT_ERROR = 0xFFFE\r
 UNKNOWN_ERROR = 0xFFFF\r
 \r