INF head modified

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7002 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4 2008-12-12 01:27:36 +00:00
parent 4eac2175c6
commit 6f3156155b
6 changed files with 9 additions and 11 deletions

View File

@ -2,7 +2,7 @@
# Sample UEFI Application Reference Module # Sample UEFI Application Reference Module
# #
# This is a shell application that will display Hello World. # 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 # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,5 +1,6 @@
#/** @file #/** @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> # Copyright (c) 2006 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials

View File

@ -1,7 +1,5 @@
#/** @file #/** @file
# #
# Component description file for DxeIpl module
#
# The responsibility of this module is to load the DXE Core from a Firmware Volume. # 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. # This implementation is used to load a 32-bit DXE Core.
# #

View File

@ -1,8 +1,8 @@
#/** @file #/** @file
# Component description file for Runtime module.
# #
# This module is used to produce the EFI runtime virtual switch over services. # This module is used to produce the EFI runtime virtual switch over services.
# Copyright (c) 2006 - 2007, Intel Corporation #
# Copyright (c) 2006 - 2008, Intel Corporation
# #
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,5 +1,4 @@
#/** @file #/** @file
# Component description file for DxeCore Memory Allocation Library
# #
# Memory Allocation Library instance dedicated to DXE Core. # Memory Allocation Library instance dedicated to DXE Core.
# The implementation borrows the DxeCore Memory Allocation services as the primitive # The implementation borrows the DxeCore Memory Allocation services as the primitive

View File

@ -1,8 +1,8 @@
#/** @file #/** @file
# This module provides the default logo bitmap picture # This module provides the default logo bitmap picture shown on setup screen,
# shown on setup screen, which is corresponding to gEfiDefaultBmpLogoGuid. # 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 # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License