mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
0047820e1b
commit
405b567555
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue