summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-12 01:27:36 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-12 01:27:36 +0000
commit6f3156155b313637ee548519c2f9b8d572ca2a24 (patch)
tree25c08ef85ec174e5faa26a8e797f1d16bac3b7ef /MdeModulePkg
parent4eac2175c6c4abbfc58b72ecc685fdd18d9c9840 (diff)
downloadedk2-platforms-6f3156155b313637ee548519c2f9b8d572ca2a24.tar.xz
INF head modified
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7002 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Application/HelloWorld/HelloWorld.inf2
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.inf3
-rw-r--r--MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf2
-rw-r--r--MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf6
-rw-r--r--MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf1
-rw-r--r--MdeModulePkg/Logo/Logo.inf6
6 files changed, 9 insertions, 11 deletions
diff --git a/MdeModulePkg/Application/HelloWorld/HelloWorld.inf b/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
index e3a665b7e0..c284fa4460 100644
--- a/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
+++ b/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
@@ -2,7 +2,7 @@
# Sample UEFI Application Reference Module
#
# This is a shell application that will display Hello World.
-# Copyright (c) 2007, Intel Corporation.
+# Copyright (c) 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
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf
index 9a058f1949..a5f0331a37 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.inf
+++ b/MdeModulePkg/Core/Dxe/DxeMain.inf
@@ -1,5 +1,6 @@
#/** @file
-# This module provides an implementation of DXE Core that is compliant with DXE CIS.
+# This is core module in DXE phase. It 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/DxeIplPeim/DxeIpl.inf b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
index db54b50c51..ab5d1846b1 100644
--- a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
+++ b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
@@ -1,7 +1,5 @@
#/** @file
#
-# Component description file for DxeIpl module
-#
# The responsibility of this module is to load the DXE Core from a Firmware Volume.
# This implementation is used to load a 32-bit DXE Core.
#
diff --git a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
index 7d34aada83..717dbe0e09 100644
--- a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
+++ b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
@@ -1,8 +1,8 @@
#/** @file
-# Component description file for Runtime module.
#
-# This module is used to produce the EFI runtime virtual switch over services.
-# Copyright (c) 2006 - 2007, Intel Corporation
+# This module is used to produce the EFI runtime virtual switch over services.
+#
+# 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
diff --git a/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf b/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
index 0bbdcd14f1..3de47b0ccf 100644
--- a/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
+++ b/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
@@ -1,5 +1,4 @@
#/** @file
-# Component description file for DxeCore Memory Allocation Library
#
# Memory Allocation Library instance dedicated to DXE Core.
# The implementation borrows the DxeCore Memory Allocation services as the primitive
diff --git a/MdeModulePkg/Logo/Logo.inf b/MdeModulePkg/Logo/Logo.inf
index 0f2a5a39e7..e00fae56a6 100644
--- a/MdeModulePkg/Logo/Logo.inf
+++ b/MdeModulePkg/Logo/Logo.inf
@@ -1,8 +1,8 @@
#/** @file
-# This module provides the default logo bitmap picture
-# shown on setup screen, which is corresponding to gEfiDefaultBmpLogoGuid.
+# This module provides the default logo bitmap picture shown on setup screen,
+# which is corresponding to gEfiDefaultBmpLogoGuid.
#
-# Copyright (c) 2006 - 2008, 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