X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FIntelFrameworkPkg.dsc;h=be7a5bce1adeb9b17d12de15cd04bec88f26f39b;hp=5e1dd0c7366d804ca3e488fbbdf3b83d21a2dc6b;hb=cfe9de52447337bd470bd831080f5671ed979fe6;hpb=637fed2bf6d8c38d982252d26513c45a664ecb32 diff --git a/IntelFrameworkPkg/IntelFrameworkPkg.dsc b/IntelFrameworkPkg/IntelFrameworkPkg.dsc index 5e1dd0c736..be7a5bce1a 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,47 +25,41 @@ 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 # ################################################################################ [PcdsFixedAtBuild.common] - PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f - PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06 - PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF - PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0 - PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320 + gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f + gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06 + gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF + gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320 + [PcdsPatchableInModule.common] - PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000 + gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000 +[PcdsFeatureFlag.common] + gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE + gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE + gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE + gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE ################################################################################ # # 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/DxeIoLibCpuIo/DxeIoLibCpuIo.inf + IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf + IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf + IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf + IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf + IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf