X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FIntelFrameworkPkg.dsc;h=be3fdd820bce68181609c987df220f3be9520160;hb=c543936ac7a4ce814fcdeeb88e0be0fa36587d48;hp=5e1dd0c7366d804ca3e488fbbdf3b83d21a2dc6b;hpb=637fed2bf6d8c38d982252d26513c45a664ecb32;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/IntelFrameworkPkg.dsc b/IntelFrameworkPkg/IntelFrameworkPkg.dsc index 5e1dd0c736..be3fdd820b 100644 --- a/IntelFrameworkPkg/IntelFrameworkPkg.dsc +++ b/IntelFrameworkPkg/IntelFrameworkPkg.dsc @@ -1,7 +1,7 @@ #/** @file # Intel Framework Package Reference Implementations # -# This FPD file is used for Package Level build. +# This DSC file is used for Package Level build. # # Copyright (c) 2007, Intel Corporation # @@ -25,19 +25,12 @@ PLATFORM_GUID = E76EB141-6EDB-43f3-A455-EF24A79673DD PLATFORM_VERSION = 0.1 DSC_SPECIFICATION = 0x00010005 - OUTPUT_DIRECTORY = $(WORKSPACE)/Build/IntelFramework + OUTPUT_DIRECTORY = Build/IntelFramework SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC BUILD_TARGETS = DEBUG|RELEASE SKUID_IDENTIFIER = DEFAULT - -################################################################################ -# -# Library Class section - list of all Library Classes needed by this Platform. -# -################################################################################ - ################################################################################ # # Pcd Section - list of all EDK II PCD Entries defined by this Platform @@ -47,8 +40,8 @@ PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF - PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320 + [PcdsPatchableInModule.common] PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000 @@ -58,14 +51,13 @@ # Components Section - list of all EDK II Modules needed by this Platform # ################################################################################ - - -[Components.Ia32] - $(WORKSPACE)/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf - $(WORKSPACE)/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf - $(WORKSPACE)/IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.inf - $(WORKSPACE)/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf - $(WORKSPACE)/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf - $(WORKSPACE)/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf - $(WORKSPACE)/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf - $(WORKSPACE)/IntelFrameworkPkg/Library/PeiSmbusLibSmbus/PeiSmbusLib.inf +[Components.common] + IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf + IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf + IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf + IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.inf + IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf + IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf + IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf + IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf + IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf