diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-22 08:45:48 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-22 08:45:48 +0000 |
commit | 8fe48751743be69d747b1e18c9be09a94f614302 (patch) | |
tree | c7f8d334d2bf24bd70d5e9e9410e7916bba7c50d | |
parent | 702887db454ab21b8f32c351fccc2a7e2689361f (diff) | |
download | edk2-platforms-8fe48751743be69d747b1e18c9be09a94f614302.tar.xz |
Update the comments of PiDxe.h, PiPei.h and Uefi.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3688 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/PiDxe.h | 5 | ||||
-rw-r--r-- | MdePkg/Include/PiPei.h | 7 | ||||
-rw-r--r-- | MdePkg/Include/Uefi.h | 5 |
3 files changed, 5 insertions, 12 deletions
diff --git a/MdePkg/Include/PiDxe.h b/MdePkg/Include/PiDxe.h index 7b72809777..d90368b5fa 100644 --- a/MdePkg/Include/PiDxe.h +++ b/MdePkg/Include/PiDxe.h @@ -2,11 +2,6 @@ Root include file for Mde Package DXE_CORE, DXE, SMM, SAL type modules.
- This is the include file for any module of type base. Base modules only use
- types defined via this include file and can be ported easily to any
- environment. There are a set of base libraries in the Mde Package that can
- be used to implement base modules.
-
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
diff --git a/MdePkg/Include/PiPei.h b/MdePkg/Include/PiPei.h index 72fa2a9979..7124432e68 100644 --- a/MdePkg/Include/PiPei.h +++ b/MdePkg/Include/PiPei.h @@ -2,10 +2,9 @@ Root include file for Mde Package SEC, PEIM, PEI_CORE type modules.
- This is the include file for any module of type base. Base modules only use
- types defined via this include file and can be ported easily to any
- environment. There are a set of base libraries in the Mde Package that can
- be used to implement base modules.
+ This is the include file for any module of type PEIM. PEIM
+ modules only use types defined via this include file and can
+ be ported easily to any environment.
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
diff --git a/MdePkg/Include/Uefi.h b/MdePkg/Include/Uefi.h index e2f68d5779..ec3b41405b 100644 --- a/MdePkg/Include/Uefi.h +++ b/MdePkg/Include/Uefi.h @@ -2,10 +2,9 @@ Root include file for Mde Package UEFI, UEFI_APPLICATION type modules.
- This is the include file for any module of type base. Base modules only use
+ This is the include file for any module of type UEFI and UEFI_APPLICATION. Uefi modules only use
types defined via this include file and can be ported easily to any
- environment. There are a set of base libraries in the Mde Package that can
- be used to implement base modules.
+ environment.
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
|