mirror of https://github.com/acidanthera/audk.git
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:
parent
4eac2175c6
commit
6f3156155b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue