]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/PeimDepex.h
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing...
[mirror_edk2.git] / MdePkg / Include / PeimDepex.h
diff --git a/MdePkg/Include/PeimDepex.h b/MdePkg/Include/PeimDepex.h
deleted file mode 100644 (file)
index a392e50..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-/** @file\r
-\r
-  Include file for PEI Dependency Expresion *.DXS file. \r
-\r
-  This include file is only for Dependency Expression *.DXS files and \r
-  should not be include directly in modules. \r
-\r
-  DEPEX (DEPendency EXpresion) BNF Grammer for PEI:\r
-  The BNF grammar is thus:\r
-<pre>\r
-     <depex>   ::= <bool>            \r
-     <bool>    ::= <bool> and <term> \r
-                 | <bool> or <term>  \r
-                 | <term>            \r
-     <term>    ::= not <factor>      \r
-                 | <factor>          \r
-     <factor>  ::= <bool>            \r
-                 | <boolval>         \r
-                 | <depinst>         \r
-                 | <termval>         \r
-     <boolval> ::= true              \r
-                 | false             \r
-     <depinst> ::= push GUID         \r
-     <termval> ::= end               \r
-</pre>\r
-\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. 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
-**/\r
-\r
-\r
-#ifndef __PEIM_DEPEX_H__\r
-#define __PEIM_DEPEX_H__\r
-\r
-//\r
-// The Depex grammer needs the following strings so we must undo\r
-// any pre-processor redefinitions\r
-//\r
-#undef DEPENDENCY_START                          \r
-#undef AND                \r
-#undef OR                 \r
-#undef NOT                \r
-#undef TRUE               \r
-#undef FALSE                                        \r
-#undef DEPENDENCY_END     \r
-\r
-#endif\r