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,7 +1,7 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Component description file for ARP module
|
||||
#
|
||||
# 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
|
||||
@@ -12,7 +12,7 @@
|
||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
#
|
||||
#**/
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
@@ -32,7 +32,7 @@
|
||||
# COMPONENT_NAME2 = gArpComponentName2
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
ArpMain.c
|
||||
ArpDriver.h
|
||||
ComponentName.c
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Component name for module Dhcp4
|
||||
#
|
||||
# Copyright (c) 2007, 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
|
||||
@@ -12,7 +12,7 @@
|
||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
#
|
||||
#**/
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
@@ -32,7 +32,7 @@
|
||||
# COMPONENT_NAME2 = gDhcp4ComponentName2
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
Dhcp4Impl.c
|
||||
Dhcp4Io.c
|
||||
Dhcp4Io.h
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Component description file for DPC module
|
||||
#
|
||||
# Copyright (c) 2007, 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
|
||||
@@ -12,7 +12,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]
|
||||
Dpc.c
|
||||
Dpc.h
|
||||
|
||||
|
@@ -1,16 +1,16 @@
|
||||
/** @file
|
||||
Component description file for IScsi module.
|
||||
|
||||
Copyright (c) 2004 - 2009, 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
|
||||
http://opensource.org/licenses/bsd-license.php
|
||||
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
## @file
|
||||
# Component description file for IScsi module.
|
||||
#
|
||||
# Copyright (c) 2004 - 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
|
||||
# http://opensource.org/licenses/bsd-license.php
|
||||
#
|
||||
# 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
|
||||
@@ -31,7 +31,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
# COMPONENT_NAME2 = gIScsiComponentName2
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
IScsiTcp4Io.h
|
||||
IScsiProto.h
|
||||
IScsiMisc.h
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Component name for module Ip4Config
|
||||
#
|
||||
# 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
|
||||
@@ -28,7 +28,7 @@
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
ComponentName.c
|
||||
NicIp4Variable.c
|
||||
Ip4ConfigDriver.c
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Component name for module Ip4
|
||||
#
|
||||
# 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
|
||||
@@ -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 = gIp4ComponentName2
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
Ip4Driver.c
|
||||
Ip4Option.h
|
||||
Ip4Route.h
|
||||
|
@@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# Component description file for Mnp module.
|
||||
#
|
||||
# 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
|
||||
@@ -30,7 +30,7 @@
|
||||
# COMPONENT_NAME2 = gMnpComponentName2
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
MnpMain.c
|
||||
MnpIo.c
|
||||
ComponentName.h
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Component name for module Mtftp4
|
||||
#
|
||||
# Copyright (c) 2007, 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
|
||||
@@ -12,7 +12,7 @@
|
||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
#
|
||||
#**/
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
@@ -32,7 +32,7 @@
|
||||
# COMPONENT_NAME2 = gMtftp4ComponentName2
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
Mtftp4Option.c
|
||||
Mtftp4Rrq.c
|
||||
Mtftp4Impl.h
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Component description file for SNP module.
|
||||
#
|
||||
# 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
|
||||
@@ -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
|
||||
@@ -30,7 +30,7 @@
|
||||
# COMPONENT_NAME2 = gSimpleNetworkComponentName2
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
Receive.c
|
||||
Snp.h
|
||||
Nvdata.c
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Component name for module Tcp4
|
||||
#
|
||||
# FIX ME!
|
||||
# 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
|
||||
@@ -13,7 +13,7 @@
|
||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
#
|
||||
#**/
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
@@ -33,7 +33,7 @@
|
||||
# COMPONENT_NAME2 = gTcp4ComponentName2
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
SockImpl.c
|
||||
SockInterface.c
|
||||
Tcp4Proto.h
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Component name for module Udp4
|
||||
#
|
||||
# FIX ME!
|
||||
# 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
|
||||
@@ -13,7 +13,7 @@
|
||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
#
|
||||
#**/
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
@@ -33,7 +33,7 @@
|
||||
# COMPONENT_NAME2 = gUdp4ComponentName2
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
Udp4Impl.h
|
||||
Udp4Main.c
|
||||
ComponentName.c
|
||||
|
@@ -34,7 +34,7 @@
|
||||
# COMPONENT_NAME2 = gPxeBcComponentName2
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
PxeBcMtftp.c
|
||||
PxeBcSupport.h
|
||||
PxeBcSupport.c
|
||||
|
@@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# Component description file for VLAN configuration module.
|
||||
#
|
||||
# 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
|
||||
@@ -26,7 +26,7 @@
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||||
#
|
||||
|
||||
[Sources.common]
|
||||
[Sources]
|
||||
ComponentName.c
|
||||
VlanConfigDriver.c
|
||||
VlanConfigImpl.c
|
||||
|
Reference in New Issue
Block a user