]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Common/Dependency.h
Correct TeImage file format and Clean up PeiRebase tool to remove unused code and...
[mirror_edk2.git] / MdePkg / Include / Common / Dependency.h
index d82cefd958d55f6255b5a4f31967fea51a01d64e..b38dcd5477c69262a5e02d9cede93ccf5d0bdab2 100644 (file)
@@ -12,6 +12,9 @@
 \r
   Module Name:  Dependency.h\r
 \r
+  @par Revision Reference:\r
+  These definitions are from DxeCis 0.91 spec.\r
+\r
 **/\r
 \r
 #ifndef __DEPENDENCY_H__\r
 /// EFI_DEP_SOR          - If present, this must be the first opcode\r
 #define EFI_DEP_SOR           0x09\r
 \r
-///\r
-/// EFI_DEP_REPLACE_TRUE - Used to dynamically patch the dependecy expression\r
-///                        to save time.  A EFI_DEP_PUSH is evauated one an\r
-///                        replaced with EFI_DEP_REPLACE_TRUE\r
-///\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