diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 13:16:21 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 13:16:21 +0000 |
commit | 405b567555b3e133ba9b49be3821c3b1b0e2a120 (patch) | |
tree | df25b2b17597c624ee3641275f1d91a09e719ef8 | |
parent | 0047820e1b4e9db0d0578c47535054ca183b14dc (diff) | |
download | edk2-platforms-405b567555b3e133ba9b49be3821c3b1b0e2a120.tar.xz |
Refine file header for INF files of DXE and PEI core modules.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6276 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Core/Dxe/DxeMain.inf | 5 | ||||
-rw-r--r-- | MdeModulePkg/Core/Pei/PeiMain.inf | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf index e98b3e2213..edd2e70bae 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain.inf +++ b/MdeModulePkg/Core/Dxe/DxeMain.inf @@ -1,8 +1,5 @@ #/** @file
-#
-# Component description file for DxeMain module.
-#
-# This module provide an DXE CIS compliant implementation of DXE Core.
+# This module provides an implementation of DXE Core that is compliant with DXE CIS.
#
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials
diff --git a/MdeModulePkg/Core/Pei/PeiMain.inf b/MdeModulePkg/Core/Pei/PeiMain.inf index 2164380934..5500af19bc 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.inf +++ b/MdeModulePkg/Core/Pei/PeiMain.inf @@ -1,10 +1,10 @@ #/** @file
-# PeiMain module is core module in PEI phase. It take reponsiblities of:
-# 1) Initialize memory, ppi, image services etc, to establish PEIM runtime environment.
-# 2) Dispatch PEIM from discoveried FV.
-# 3) Handoff control to DxeIpl to load dxe core and enter DXE phase.
+# PeiMain module is core module in PEI phase. It takes responsibilities of:
+# 1) Initialize memory, PPI, image services etc, to establish PEIM runtime environment.
+# 2) Dispatch PEIM from discovered FV.
+# 3) Handoff control to DxeIpl to load DXE core and enter DXE phase.
#
-# Copyright (c) 2006 - 2007, Intel Corporation
+# Copyright (c) 2006 - 2008, 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
|