removed [includes] section from MdePkg and MdeModulePkg .inf files. The includes sections are not needed and are redundant with [packages] section

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2917 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
AJFISH
2007-06-29 16:44:40 +00:00
parent 24e734d210
commit 5ed00ce4ad
56 changed files with 4 additions and 560 deletions

View File

@ -46,16 +46,6 @@
HelloWorld.c HelloWorld.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -51,15 +51,6 @@
AtapiPassThru.c AtapiPassThru.c
AtapiPassThru.h AtapiPassThru.h
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #

View File

@ -51,16 +51,6 @@
ScsiBus.h ScsiBus.h
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
$(WORKSPACE)/MdeModulePkg/Include/Library
################################################################################ ################################################################################
# #
@ -70,8 +60,8 @@
################################################################################ ################################################################################
[Packages] [Packages]
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
################################################################################ ################################################################################

View File

@ -50,16 +50,6 @@
ScsiDisk.c ScsiDisk.c
ScsiDisk.h ScsiDisk.h
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -58,16 +58,6 @@
Ipf/Fvb.c Ipf/Fvb.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -50,16 +50,6 @@
DiskIo.c DiskIo.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for
@ -68,8 +58,8 @@
################################################################################ ################################################################################
[Packages] [Packages]
$(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec
$(WORKSPACE)/MdePkg/MdePkg.dec $(WORKSPACE)/MdePkg/MdePkg.dec
$(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec
################################################################################ ################################################################################

View File

@ -58,16 +58,6 @@
Partition.h Partition.h
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -47,16 +47,6 @@
UnicodeCollationEng.h UnicodeCollationEng.h
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for
@ -65,8 +55,8 @@
################################################################################ ################################################################################
[Packages] [Packages]
$(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec
$(WORKSPACE)/MdePkg/MdePkg.dec $(WORKSPACE)/MdePkg/MdePkg.dec
$(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec
################################################################################ ################################################################################
# #

View File

@ -46,16 +46,6 @@
SecurityStub.h SecurityStub.h
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -59,25 +59,6 @@
VariableWorker.c VariableWorker.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
[Includes.IA32]
$(WORKSPACE)/MdeModulePkg/Universal/VariablePei/Ia32
[Includes.X64]
$(WORKSPACE)/MdeModulePkg/Universal/VariablePei/x64
[Includes.IPF]
$(WORKSPACE)/MdeModulePkg/Universal/VariablePei/IPF
[Includes.EBC]
$(WORKSPACE)/MdeModulePkg/Universal/VariablePei/EBC
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -53,16 +53,6 @@
CommonHeader.h CommonHeader.h
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for
@ -71,9 +61,9 @@
################################################################################ ################################################################################
[Packages] [Packages]
$(WORKSPACE)/IntelFrameworkPkg/IntelFrameworkPkg.dec
$(WORKSPACE)/MdePkg/MdePkg.dec $(WORKSPACE)/MdePkg/MdePkg.dec
$(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec $(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec
$(WORKSPACE)/IntelFrameworkPkg/IntelFrameworkPkg.dec
################################################################################ ################################################################################
# #

View File

@ -46,15 +46,6 @@
WatchDogTimer.h WatchDogTimer.h
WatchDogTimer.c WatchDogTimer.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #

View File

@ -59,16 +59,6 @@
EbcCache.c EbcCache.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -46,15 +46,6 @@
DebugLib.c DebugLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -64,16 +64,6 @@
IoLibIpf.c IoLibIpf.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -526,16 +526,6 @@
Math64.c Math64.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -62,16 +62,6 @@
CommonHeader.h CommonHeader.h
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -109,15 +109,6 @@
MemLibGuid.c MemLibGuid.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #

View File

@ -109,16 +109,6 @@
MemLibGuid.c MemLibGuid.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -47,16 +47,6 @@
PciLib.c PciLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -47,15 +47,6 @@
PciLib.c PciLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #

View File

@ -47,16 +47,6 @@
PciLib.c PciLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -47,15 +47,6 @@
PciLib.c PciLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #

View File

@ -46,16 +46,6 @@
PeCoffGetEntryPoint.c PeCoffGetEntryPoint.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -47,16 +47,6 @@
PerformanceLib.c PerformanceLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -46,16 +46,6 @@
PostCode.c PostCode.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -46,16 +46,6 @@
PostCode.c PostCode.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -49,16 +49,6 @@
CommonHeader.h CommonHeader.h
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -49,16 +49,6 @@
TimerLibNull.c TimerLibNull.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -47,15 +47,6 @@
BaseUefiDecompressLib.c BaseUefiDecompressLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #

View File

@ -46,16 +46,6 @@
DxeCoreEntryPoint.c DxeCoreEntryPoint.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -48,16 +48,6 @@
HobLib.c HobLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -48,16 +48,6 @@
HobLib.c HobLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -48,16 +48,6 @@
MemoryAllocationLib.c MemoryAllocationLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -49,16 +49,6 @@
DxePcdLib.c DxePcdLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -48,16 +48,6 @@
DxeServicesTableLib.c DxeServicesTableLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -46,14 +46,6 @@
PeiCoreEntryPoint.c PeiCoreEntryPoint.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
################################################################################ ################################################################################
# #

View File

@ -45,15 +45,6 @@
[Sources.common] [Sources.common]
HobLib.c HobLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #

View File

@ -48,16 +48,6 @@
MemoryAllocationLib.c MemoryAllocationLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -48,16 +48,6 @@
PeiPcdLib.c PeiPcdLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -46,16 +46,6 @@
PeiResourcePublicationLib.c PeiResourcePublicationLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -46,16 +46,6 @@
PeiServicesLib.c PeiServicesLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -49,16 +49,6 @@
PeiServicesTablePointer.c PeiServicesTablePointer.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -46,16 +46,6 @@
PeimEntryPoint.c PeimEntryPoint.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -59,16 +59,6 @@
IpfTimerLib.c IpfTimerLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -46,16 +46,6 @@
ApplicationEntryPoint.c ApplicationEntryPoint.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -47,15 +47,6 @@
UefiBootServicesTableLib.c UefiBootServicesTableLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #

View File

@ -46,16 +46,6 @@
DebugLib.c DebugLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -46,16 +46,6 @@
DebugLib.c DebugLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -46,16 +46,6 @@
UefiDevicePathLib.c UefiDevicePathLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -48,16 +48,6 @@
UefiDevicePathLib.c UefiDevicePathLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -46,15 +46,6 @@
DriverEntryPoint.c DriverEntryPoint.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #

View File

@ -54,16 +54,6 @@
CommonHeader.h CommonHeader.h
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -62,16 +62,6 @@
RuntimeLib.c RuntimeLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -47,16 +47,6 @@
UefiRuntimeServicesTableLib.c UefiRuntimeServicesTableLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg\Include/Library
################################################################################ ################################################################################
# #
# Package Dependency Section - list of Package files that are required for # Package Dependency Section - list of Package files that are required for

View File

@ -45,15 +45,6 @@
[Sources.common] [Sources.common]
UefiScsiLib.c UefiScsiLib.c
################################################################################
#
# Includes Section - list of Include locations that are required for
# this module.
#
################################################################################
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################ ################################################################################
# #