]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/MdePkg.dsc
Add some definitions for efi event in Uefi/UefiSpec.h to follow spec.
[mirror_edk2.git] / MdePkg / MdePkg.dsc
CommitLineData
e053747a 1#/** @file\r
2# EFI/PI MdePkg Package\r
3#\r
4# This FPD file is used for Package Level build.\r
5#\r
6# Copyright (c) 2007, Intel Corporation\r
7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#**/\r
17\r
18################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 PLATFORM_NAME = MdePkgAll\r
25 PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642\r
26 PLATFORM_VERSION = 0.1\r
27 DSC_SPECIFICATION = 0x00010005\r
28 OUTPUT_DIRECTORY = $(WORKSPACE)\Build/Mde\r
29 SUPPORTED_ARCHITECTURES = IA32 IPF X64 EBC\r
30 BUILD_TARGETS = DEBUG,RELEASE\r
31 SKUID_IDENTIFIER = DEFAULT\r
32\r
33\r
43fcd999 34################################################################################\r
35#\r
36# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
37#\r
e053747a 38################################################################################\r
39\r
40[PcdsFeatureFlag.common]\r
41 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE\r
42 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE\r
43\r
44[PcdsFixedAtBuild.common]\r
45 PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000\r
46 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000\r
47 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000\r
48 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000\r
49 PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f\r
50 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000\r
51 PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06\r
52 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF\r
53 PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0\r
54 PcdPostCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0\r
55 PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000\r
56 PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000\r
57 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320\r
58\r
59[PcdsPatchableInModule.common]\r
60 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000\r
61 PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000\r
62 PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000\r
63\r
64\r
65[PcdsFixedAtBuild.IPF]\r
66 PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid|0x0ffffc000000\r
67\r
68################################################################################\r
69#\r
70# Components Section - list of all EDK II Modules needed by this Platform\r
71#\r
72################################################################################\r
73\r
74[Components.common]\r
75 ${WORKSPACE}\MdePkg\Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
76 ${WORKSPACE}\MdePkg\Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
77 ${WORKSPACE}\MdePkg\Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
78 ${WORKSPACE}\MdePkg\Library/BaseLib/BaseLib.inf\r
79 ${WORKSPACE}\MdePkg\Library/BaseMemoryLib/BaseMemoryLib.inf\r
80 ${WORKSPACE}\MdePkg\Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
81 ${WORKSPACE}\MdePkg\Library/BasePciExpressLib/BasePciExpressLib.inf\r
82 ${WORKSPACE}\MdePkg\Library/BasePciLibCf8/BasePciLibCf8.inf\r
83 ${WORKSPACE}\MdePkg\Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
84 ${WORKSPACE}\MdePkg\Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
85 ${WORKSPACE}\MdePkg\Library/BasePeCoffLib/BasePeCoffLib.inf\r
86 ${WORKSPACE}\MdePkg\Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
87 ${WORKSPACE}\MdePkg\Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf\r
88 ${WORKSPACE}\MdePkg\Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf\r
89 ${WORKSPACE}\MdePkg\Library/BasePrintLib/BasePrintLib.inf\r
90 ${WORKSPACE}\MdePkg\Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
91 ${WORKSPACE}\MdePkg\Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
92 ${WORKSPACE}\MdePkg\Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
93 ${WORKSPACE}\MdePkg\Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
94 ${WORKSPACE}\MdePkg\Library/DxeHobLib/DxeHobLib.inf\r
95 ${WORKSPACE}\MdePkg\Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
96 ${WORKSPACE}\MdePkg\Library/DxePcdLib/DxePcdLib.inf\r
97 ${WORKSPACE}\MdePkg\Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
98 ${WORKSPACE}\MdePkg\Library/DxeSmbusLib/DxeSmbusLib.inf\r
99 ${WORKSPACE}\MdePkg\Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
100 ${WORKSPACE}\MdePkg\Library/PeiHobLib/PeiHobLib.inf\r
101 ${WORKSPACE}\MdePkg\Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
102 ${WORKSPACE}\MdePkg\Library/PeimEntryPoint/PeimEntryPoint.inf\r
103 ${WORKSPACE}\MdePkg\Library/PeiPcdLib/PeiPcdLib.inf\r
104 ${WORKSPACE}\MdePkg\Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
105 ${WORKSPACE}\MdePkg\Library/PeiServicesLib/PeiServicesLib.inf\r
106 ${WORKSPACE}\MdePkg\Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
107 ${WORKSPACE}\MdePkg\Library/PeiSmbusLib/PeiSmbusLib.inf\r
108 ${WORKSPACE}\MdePkg\Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
109 ${WORKSPACE}\MdePkg\Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
110 ${WORKSPACE}\MdePkg\Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
111 ${WORKSPACE}\MdePkg\Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
112 ${WORKSPACE}\MdePkg\Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
113 ${WORKSPACE}\MdePkg\Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
114 ${WORKSPACE}\MdePkg\Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
115 ${WORKSPACE}\MdePkg\Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
116 ${WORKSPACE}\MdePkg\Library/UefiLib/UefiLib.inf\r
117 ${WORKSPACE}\MdePkg\Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
118\r
119\r
120[Components.IA32]\r
121 ${WORKSPACE}\MdePkg\Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf\r
122 ${WORKSPACE}\MdePkg\Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
123\r
124[Components.X64]\r
125 ${WORKSPACE}\MdePkg\Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf\r
126 ${WORKSPACE}\MdePkg\Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
127\r
128\r