summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/EotToolError.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/EotToolError.py')
-rw-r--r--src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/EotToolError.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/EotToolError.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/EotToolError.py
new file mode 100644
index 00000000..aebe8e8e
--- /dev/null
+++ b/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/EotToolError.py
@@ -0,0 +1,15 @@
+## @file
+# Standardized Error Handling infrastructures.
+#
+# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+
+# Error id
+ERROR_1 = 1000
+
+# Error message
+gEccErrorMessage = {
+ ERROR_1 : "RESERVED"
+ }
+