]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiDependency.h
added additional comments and fixed some typo.
[mirror_edk2.git] / MdePkg / Include / Pi / PiDependency.h
index 4dbf42ffadc8918aa12bffd9af2140ea20322176..fe552e806414e6bea61dec671d14cc05ca667f59 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Present the dependency expression values in PI.\r
 \r
-  Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, 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
 #define __PI_DEPENDENCY_H__\r
 \r
 /// \r
-/// If present, this must be the first and only opcode\r
+/// If present, this must be the first and only opcode,\r
+/// EFI_DEP_BEFORE is only used by DXE driver.\r
 /// \r
 #define EFI_DEP_BEFORE        0x00\r
 \r
 /// \r
-/// If present, this must be the first and only opcode\r
+/// If present, this must be the first and only opcode,\r
+/// EFI_DEP_AFTER is only used by DXE driver.\r
 /// \r
 #define EFI_DEP_AFTER         0x01\r
 \r
@@ -37,7 +39,8 @@
 \r
 \r
 /// \r
-/// If present, this must be the first opcode.\r
+/// If present, this must be the first opcode,\r
+/// EFI_DEP_SOR is only used by DXE driver.\r
 /// \r
 #define EFI_DEP_SOR           0x09\r
 \r