]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Include/EfiDependency.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Include / EfiDependency.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Include/EfiDependency.h b/EdkCompatibilityPkg/Foundation/Framework/Include/EfiDependency.h
deleted file mode 100644 (file)
index 5a14a13..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004, 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
-  EfiDependency.h\r
-\r
-Abstract:\r
-   \r
-  This module contains data specific to dependency expressions\r
-  and local function prototypes.\r
-        \r
---*/\r
-\r
-#ifndef _DEPENDENCY_H_\r
-#define _DEPENDENCY_H_\r
-\r
-//\r
-//\r
-// EFI_DEP_BEFORE       - If present, it must be the first and only opcode\r
-// EFI_DEP_AFTER        - If present, it must be the first and only opcode\r
-// EFI_DEP_SOR          - If present, it must be the first opcode\r
-// EFI_DEP_REPLACE_TRUE - Used to dynamically patch the dependency expression\r
-//                        to save time.  A EFI_DEP_PUSH is evaluated one an\r
-//                        replaced with EFI_DEP_REPLACE_TRUE\r
-//\r
-#define EFI_DEP_BEFORE        0x00\r
-#define EFI_DEP_AFTER         0x01\r
-#define EFI_DEP_PUSH          0x02\r
-#define EFI_DEP_AND           0x03\r
-#define EFI_DEP_OR            0x04\r
-#define EFI_DEP_NOT           0x05\r
-#define EFI_DEP_TRUE          0x06\r
-#define EFI_DEP_FALSE         0x07\r
-#define EFI_DEP_END           0x08\r
-#define EFI_DEP_SOR           0x09\r
-#define EFI_DEP_REPLACE_TRUE  0xff\r
-\r
-//\r
-// Define the initial size of the dependency expression evaluation stack\r
-//\r
-#define DEPEX_STACK_SIZE_INCREMENT  0x1000\r
-\r
-#endif\r