From 405b567555b3e133ba9b49be3821c3b1b0e2a120 Mon Sep 17 00:00:00 2001 From: xli24 Date: Tue, 28 Oct 2008 13:16:21 +0000 Subject: [PATCH] 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 --- MdeModulePkg/Core/Dxe/DxeMain.inf | 5 +---- 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.
# 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 -- 2.39.2