X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FIntelFrameworkPkg.dsc;h=fa20b026f022b8bcec02abf91455becd57678aee;hb=33a5a666a4c98521195d1d4137a1141e670f7e62;hp=80dfa93da02f333c91d691f4dd6d04fd3676d6f9;hpb=195d22780c77a4c9bff058ef9be6fc008a0fcda2;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/IntelFrameworkPkg.dsc b/IntelFrameworkPkg/IntelFrameworkPkg.dsc index 80dfa93da0..fa20b026f0 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,46 +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 - 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/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf +[Components.common] + IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf + IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.inf + IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf + IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf + IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf + IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf