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:
@@ -1,4 +1,4 @@
|
||||
#/** @file
|
||||
## @file
|
||||
#
|
||||
# BDSDxe module is core driver for BDS phase.
|
||||
# When DxeCore dispatching all DXE driver, this module will produce architecture protocol
|
||||
@@ -14,7 +14,7 @@
|
||||
# BDSDxe also maintain the UI for "Boot Manager, Boot Maintaince Manager, Device Manager" which
|
||||
# is used for user to configure boot option or maintain hardware device.
|
||||
#
|
||||
# Copyright (c) 2008 - 2009, Intel Corporation. <BR>
|
||||
# Copyright (c) 2008 - 2010, Intel Corporation. <BR>
|
||||
# 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
|
||||
@@ -23,7 +23,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]
|
||||
INF_VERSION = 0x00010005
|
||||
@@ -40,7 +40,7 @@
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
FrontPage.h
|
||||
Language.h
|
||||
Bds.h
|
||||
@@ -152,11 +152,11 @@
|
||||
gEfiDevicePathProtocolGuid ## PROTOCOL CONSUMES
|
||||
gEfiDriverHealthProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES
|
||||
|
||||
[FeaturePcd.common]
|
||||
[FeaturePcd]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
|
||||
|
||||
[Pcd.common]
|
||||
[Pcd]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# VGA Class Driver that managers VGA devices and produces Simple Text Output Protocol.
|
||||
#
|
||||
# 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
|
||||
@@ -12,7 +12,7 @@
|
||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
#
|
||||
#**/
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
@@ -33,7 +33,7 @@
|
||||
# COMPONENT_NAME2 = gVgaClassComponentName2
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
ComponentName.c
|
||||
VgaClass.h
|
||||
VgaClass.c
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Module that produces the Framework CPU I/O Protocol using the services of the I/O Library
|
||||
#
|
||||
# Copyright (c) 2006 - 2010, Intel Corporation. <BR>
|
||||
@@ -9,7 +9,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]
|
||||
INF_VERSION = 0x00010005
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# This driver initializes and installs the Data Hub protocol.
|
||||
#
|
||||
# The data hub is a volatile database that is intended as the major focus for the accumulation of
|
||||
@@ -21,7 +21,7 @@
|
||||
# drivers to be aware of all reporting formats.
|
||||
# For more information, please ref http://www.intel.com/technology/framework/
|
||||
#
|
||||
# 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
|
||||
@@ -31,7 +31,7 @@
|
||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
#
|
||||
#**/
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
@@ -48,7 +48,7 @@
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
DataHub.h
|
||||
DataHub.c
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# This driver takes DEBUG () info from Data Hub and writes it to StdErr if it exists.
|
||||
#
|
||||
# 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
|
||||
@@ -10,7 +10,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]
|
||||
INF_VERSION = 0x00010005
|
||||
@@ -27,7 +27,7 @@
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
DataHubStdErr.c
|
||||
|
||||
[Packages]
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Produces the Legacy Region Protocol.
|
||||
#
|
||||
# This generic implementation of the Legacy Region Protocol does not actually
|
||||
@@ -7,7 +7,7 @@
|
||||
# be used as a template driver for implementing the Legacy Region Protocol on
|
||||
# a platform that does support HW locking of the legacy memory regions.
|
||||
#
|
||||
# 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
|
||||
@@ -16,7 +16,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]
|
||||
INF_VERSION = 0x00010005
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#/** @file
|
||||
## @file
|
||||
#
|
||||
# Section Extraction Dxe Driver produces framework section extract protocol.
|
||||
#
|
||||
@@ -6,7 +6,7 @@
|
||||
# where each stream contains a linked list of children, which may be leaves or
|
||||
# encapsulations. Encapsulation section will further generate new section stream entries.
|
||||
#
|
||||
# Copyright (c) 2006 - 2009, Intel Corporation. <BR>
|
||||
# Copyright (c) 2006 - 2010, Intel Corporation. <BR>
|
||||
# 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
|
||||
@@ -15,7 +15,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]
|
||||
INF_VERSION = 0x00010005
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Status code PEIM which produces Status Code PPI.
|
||||
#
|
||||
# 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
|
||||
@@ -11,7 +11,7 @@
|
||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
#
|
||||
#**/
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
@@ -28,7 +28,7 @@
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
StatusCodePei.c
|
||||
StatusCodePei.h
|
||||
MemoryStausCodeWorker.c
|
||||
@@ -62,13 +62,13 @@
|
||||
gEfiPeiStatusCodePpiGuid ## PRODUCES
|
||||
|
||||
|
||||
[FeaturePcd.common]
|
||||
[FeaturePcd]
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
|
||||
|
||||
|
||||
[Pcd.common]
|
||||
[Pcd]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|PcdStatusCodeUseMemory
|
||||
|
||||
[Depex]
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Status Code Runtime Dxe driver that supports multiple devices and produces
|
||||
# Status Code Runtime Protocol.
|
||||
#
|
||||
# Copyright (c) 2006 - 2009, Intel Corporation.
|
||||
<b></b># 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
|
||||
@@ -12,7 +12,7 @@
|
||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
#
|
||||
#**/
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
@@ -31,7 +31,7 @@
|
||||
# VIRTUAL_ADDRESS_MAP_CALLBACK = VirtualAddressChangeCallBack
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
SerialStatusCodeWorker.c
|
||||
RtMemoryStatusCodeWorker.c
|
||||
DataHubStatusCodeWorker.c
|
||||
|
Reference in New Issue
Block a user