1. Correct File header to ## @file

2. Remove unnecessary .common] postfix on section.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10052 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2010-02-24 00:21:16 +00:00
parent 7b202cb0f9
commit 6bfbb5f0e0
259 changed files with 1037 additions and 1034 deletions

View File

@@ -1,4 +1,4 @@
#/** @file
## @file
# Component description file for AcpiResetDxe module.
#
# Copyright (c) 2006 - 2010, Intel Corporation
@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
#--*/
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = AcpiReset

View File

@@ -1,8 +1,8 @@
#/** @file
## @file
# This module provides EFI_GRAPHIC_OUT_PROTOCOL based on functions of video
# on legacy BIOS.
#
# Copyright (c) 2006 - 2009, Intel Corporation
# Copyright (c) 2006 - 2010, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
#**/
##
[Defines]
INF_VERSION = 0x00010005
@@ -35,7 +35,7 @@
UefiDriverEntryPoint
DevicePathLib
[Sources.common]
[Sources]
BiosVideo.h
BiosVideo.c
ComponentName.c

View File

@@ -1,6 +1,6 @@
#/*++
## @file
#
# Copyright (c) 2006, Intel Corporation
# Copyright (c) 2006 - 2010, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -14,7 +14,7 @@
#
# Abstract:
#
#--*/
##
[Defines]
INF_VERSION = 0x00010005
@@ -48,7 +48,7 @@
X64/CpuInterrupt.asm | MSFT
X64/CpuInterrupt.S |GCC
[Sources.common]
[Sources]
Cpu.c
CpuDxe.h

View File

@@ -1,6 +1,6 @@
#/*++
## @file
#
# Copyright (c) 2006 - 2007, Intel Corporation
# Copyright (c) 2006 - 2010, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -17,7 +17,7 @@
#
# Component description file for DataHubGen module.
#
#--*/
##
[Defines]
INF_VERSION = 0x00010005
@@ -45,12 +45,12 @@
BaseLib
HiiLib
[Sources.common]
[Sources]
DataHubGen.c
DataHubGen.h
DataHubGenStrings.uni
[Guids.common]
[Guids]
gEfiProcessorSubClassGuid
gEfiMiscSubClassGuid
gEfiSmbiosTableGuid

View File

@@ -22,10 +22,10 @@
PACKAGE_GUID = 151B568B-B390-4cf1-ABD6-228E0AB96F57
PACKAGE_VERSION = 0.1
[Includes.common]
[Includes]
Include
[Guids.common]
[Guids]
gEfiPciExpressBaseAddressGuid = {0x3677d529, 0x326f, 0x4603, {0xa9, 0x26, 0xea, 0xac, 0xe0, 0x1d, 0xcb, 0xb0 }}
gEfiAcpiDescriptionGuid = {0x3c699197, 0x093c, 0x4c69, {0xb0, 0x6b, 0x12, 0x8a, 0xe3, 0x48, 0x1d, 0xc9 }}
gEfiFlashMapHobGuid = { 0xb091e7d2, 0x5a0, 0x4198, {0x94, 0xf0, 0x74, 0xb7, 0xb8, 0xc5, 0x54, 0x59 }}

View File

@@ -1,10 +1,10 @@
#/** @file
## @file
# An EFI/Framework Emulation Platform with UEFI HII interface supported.
#
# Developer's UEFI Emulation. DUET provides an EFI/UEFI IA32/X64 environment on legacy BIOS,
# to help developing and debugging native EFI/UEFI drivers.
#
# Copyright (c) 2010, Intel Corporation. All rights reserved. <BR>
# Copyright (c) 2010 - 2010, Intel Corporation. All rights reserved. <BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -14,7 +14,7 @@
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#**/
##
[Defines]
PLATFORM_NAME = DuetPkg
@@ -27,7 +27,7 @@
SKUID_IDENTIFIER = DEFAULT
FLASH_DEFINITION = DuetPkg/DuetPkg.fdf
[LibraryClasses.common]
[LibraryClasses]
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
@@ -84,7 +84,7 @@
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x0
[PcdsFeatureFlag.common]
[PcdsFeatureFlag]
gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
[PcdsDynamicHii.common.DEFAULT]
@@ -111,7 +111,7 @@
#
###################################################################################################
[Components.common]
[Components]
DuetPkg/DxeIpl/DxeIpl.inf {
<LibraryClasses>
#
@@ -217,6 +217,6 @@
#
MdeModulePkg/Application/HelloWorld/HelloWorld.inf
[BuildOptions.common]
[BuildOptions]
MSFT:*_*_*_CC_FLAGS = /FAsc /FR$(@R).SBR

View File

@@ -1,3 +1,4 @@
## @file
# This is DUET FDF file with UEFI HII features enabled
#
# Copyright (c) 2007 - 2010, Intel Corporation

View File

@@ -1,6 +1,6 @@
#/*++
## @file
#
# Copyright (c) 2006 - 2009, Intel Corporation
# Copyright (c) 2006 - 2010, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -14,7 +14,7 @@
#
# Abstract:
#
#--*/
##
[Defines]
INF_VERSION = 0x00010005
@@ -32,7 +32,7 @@
IntelFrameworkPkg/IntelFrameworkPkg.dec
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
[LibraryClasses.common]
[LibraryClasses]
BaseLib
BaseMemoryLib
PrintLib
@@ -42,7 +42,7 @@
[Guids]
gEfiVariableGuid
[Sources.common]
[Sources]
DxeIpl.h
DxeInit.c
LegacyTable.c
@@ -66,7 +66,7 @@
Ia32/Paging.c
Ia32/VirtualMemory.h
#[BuildOptions.common]
#[BuildOptions]
#MSFT:*_*_IA32_DLINK_FLAGS = /out:"$(BIN_DIR)\SecMain.exe" /base:0x10000000 /pdb:"$(BIN_DIR)\SecMain.pdb" /LIBPATH:"$(VCINSTALLDIR)\Lib" /LIBPATH:"$(VCINSTALLDIR)\PlatformSdk\Lib" /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP /OPT:REF /DEBUG /MACHINE:I386 /LTCG Kernel32.lib MSVCRTD.lib Gdi32.lib User32.lib Winmm.lib
#MSFT:*_*_IA32_CC_FLAGS = /nologo /W4 /WX /Gy /c /D UNICODE /Od /FI$(DEST_DIR_DEBUG)/AutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE
#MSFT:*_*_IA32_PP_FLAGS = /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h

View File

@@ -1,4 +1,4 @@
#/*++
## @file
#
# Copyright (c) 2006 - 2010, Intel Corporation
# All rights reserved. This program and the accompanying materials
@@ -14,7 +14,7 @@
#
# Abstract:
#
#--*/
##
[Defines]
INF_VERSION = 0x00010005
@@ -37,7 +37,7 @@
BaseMemoryLib
PrintLib
[Sources.common]
[Sources]
Debug.h
PeLoader.h
Support.h
@@ -51,10 +51,10 @@
#TianoDecompress.h
LzmaDecompress.h
[Guids.common]
[Guids]
gTianoCustomDecompressGuid
[BuildOptions.common]
[BuildOptions]
MSFT:*_*_IA32_CC_FLAGS = /nologo /W4 /WX /Gy /c /D UNICODE /O1ib2 /FI$(DEST_DIR_DEBUG)/AutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE
MSFT:*_*_IA32_PP_FLAGS == /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h
MSFT:*_*_IA32_ASM_FLAGS == /nologo /W3 /WX /c /coff /Cx /Zd /W0 /Zi

View File

@@ -1,4 +1,4 @@
#/*++
## @file
#
# Copyright (c) 2006 - 2010 Intel Corporation
# All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@
#
# Component description file for variable module
#
#--*/
##
[Defines]
INF_VERSION = 0x00010005
@@ -34,14 +34,14 @@
DuetPkg/DuetPkg.dec
MdeModulePkg/MdeModulePkg.dec
[Sources.common]
[Sources]
FSVariable.h
VariableStorage.h
FSVariable.c
FileStorage.c
MemStorage.c
[LibraryClasses.common]
[LibraryClasses]
PcdLib
BaseMemoryLib
BaseLib

View File

@@ -1,4 +1,4 @@
#/*++
## @file
#
# Copyright (c) 2007 - 2010, Intel Corporation
# All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@
#
# Component description file for DUET Module
#
#--*/
##
[Defines]
INF_VERSION = 0x00010005
@@ -34,7 +34,7 @@
MdeModulePkg/MdeModulePkg.dec
DuetPkg/DuetPkg.dec
[Sources.common]
[Sources]
FWBlockService.c
FwBlockService.h
FvbInfo.c

View File

@@ -1,4 +1,4 @@
#/*++
## @file
#
# Copyright (c) 2005 - 2010, Intel Corporation
# All rights reserved. This program and the accompanying materials
@@ -13,7 +13,7 @@
#
# Abstract:
#
#--*/
##
[Defines]
INF_VERSION = 0x00010005

View File

@@ -1,6 +1,6 @@
#/*++
## @file
#
# Copyright (c) 2006 - 2009, Intel Corporation
# Copyright (c) 2006 - 2010, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -17,7 +17,7 @@
#
# Component description file for Bds module.
#
#--*/
##
[Defines]
INF_VERSION = 0x00010005
@@ -30,7 +30,7 @@
EFI_SPECIFICATION_VERSION = 0x0002000A
[Sources.common]
[Sources]
BdsPlatform.c
PlatformData.c
BdsPlatform.h

View File

@@ -1,4 +1,4 @@
#/** @file
## @file
# Timer Library implementation for Boot Timer moudles that require timer services.
#
# Timer Library that uses CPU resources to provide calibrated
@@ -6,7 +6,7 @@
# and ITC could be programmed by OS, it cannot be used by SMM drivers
# and runtime drivers, ACPI timer is recommended for SMM drivers and RUNTIME
# drivers.
# Copyright (c) 2007 - 2009, Intel Corporation.
# Copyright (c) 2007 - 2010, 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
@@ -16,7 +16,7 @@
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
#**/
##
[Defines]
INF_VERSION = 0x00010005

View File

@@ -1,10 +1,10 @@
#/** @file
## @file
# Report status code library for DxeCore.
#
# DXE core report status code library that retrieves the status code function from
# a GUIDed HOB and installs report status code protocol for later DXE phase drivers.
#
# Copyright (c) 2009, Intel Corporation.
# Copyright (c) 2009 - 2010, 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
@@ -14,7 +14,7 @@
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
#**/
##
[Defines]
INF_VERSION = 0x00010005
@@ -34,7 +34,7 @@
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
[Sources.common]
[Sources]
ReportStatusCodeLib.c
DxeSupport.c
ReportStatusCodeLibInternal.h

View File

@@ -1,6 +1,6 @@
#/*++
## @file
#
# Copyright (c) 2005 - 2009, Intel Corporation
# Copyright (c) 2005 - 2010, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -13,7 +13,7 @@
#
# Abstract:
#
#--*/
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = PciBusNoEnumerationDxe

View File

@@ -1,6 +1,6 @@
#/*++
## @file
#
# Copyright (c) 2005 - 2009, Intel Corporation
# Copyright (c) 2005 - 2010, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -13,7 +13,7 @@
#
# Abstract:
#
#--*/
##
[Defines]
@@ -42,7 +42,7 @@
DevicePathLib
HobLib
[Sources.common]
[Sources]
PcatPciRootBridge.h
PcatPciRootBridge.c
PcatPciRootBridgeDevicePath.c

View File

@@ -1,6 +1,6 @@
#/*++
## @file
#
# Copyright (c) 2006, Intel Corporation
# Copyright (c) 2006 - 2010, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -17,16 +17,16 @@
#
# Library selecting the listeners for the platform
#
#--*/
##
[defines]
BASE_NAME = RtPlatformStatusCodeLib
COMPONENT_TYPE = LIBRARY
[sources.common]
[sources]
RtPlatformStatusCode.c
[includes.common]
[includes]
$(EDK_SOURCE)/Foundation/Framework
$(EDK_SOURCE)/Foundation
$(EDK_SOURCE)/Foundation/Efi
@@ -39,9 +39,9 @@ COMPONENT_TYPE = LIBRARY
$(EDK_SOURCE)/Foundation/Core/Dxe
$(EDK_SOURCE)/Foundation/Library/Dxe/Include
[libraries.common]
[libraries]
HobLib
RtMemoryStatusCodeLib
BsDataHubStatusCodeLib
[nmake.common]
[nmake]

View File

@@ -1,6 +1,6 @@
#/*++
## @file
#
# Copyright (c) 2009, Intel Corporation
# Copyright (c) 2009 - 2010, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -17,7 +17,7 @@
#
# Component description file for SmbiosGen module.
#
#--*/
##
[Defines]
INF_VERSION = 0x00010005
@@ -45,12 +45,12 @@
BaseLib
HiiLib
[Sources.common]
[Sources]
SmbiosGen.c
SmbiosGen.h
SmbiosGenStrings.uni
[Guids.common]
[Guids]
gEfiSmbiosTableGuid
[Protocols]