]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Include/TianoSpecError.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Include / TianoSpecError.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Include/TianoSpecError.h b/EdkCompatibilityPkg/Foundation/Framework/Include/TianoSpecError.h
deleted file mode 100644 (file)
index 4539520..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004 - 2011, 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
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-\r
-  TianoSpecError.h\r
-\r
-Abstract:\r
-\r
-  Tiano error codes defined in Tiano spec.\r
-\r
---*/\r
-\r
-#ifndef _TIANO_SPEC_ERROR_H_\r
-#define _TIANO_SPEC_ERROR_H_\r
-\r
-#include <EfiBind.h>\r
-#define TIANO_ERROR(a)          (MAX_2_BITS | (a))\r
-\r
-//\r
-// Tiano added a couple of return types. These are owned by UEFI specification\r
-// and Tiano can not use them. Thus for UEFI 2.0 support we moved the values\r
-// to a UEFI OEM extension range to conform to UEFI specification.\r
-//\r
-#if (EFI_SPECIFICATION_VERSION < 0x00020000)\r
-  #define EFI_NOT_AVAILABLE_YET   EFIERR (28)\r
-  #define EFI_UNLOAD_IMAGE        EFIERR (29)\r
-#else\r
-  #define EFI_NOT_AVAILABLE_YET   TIANO_ERROR (0)\r
-  #define EFI_UNLOAD_IMAGE        TIANO_ERROR (1)\r
-#endif\r
-\r
-#endif\r