]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/CryptoPkg.dsc
Fix PCD token value conflict issue.
[mirror_edk2.git] / CryptoPkg / CryptoPkg.dsc
CommitLineData
97f98500
HT
1## @file\r
2# Cryptographic Library Package for UEFI Security Implementation.\r
3#\r
4# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# \r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12# \r
13##\r
14\r
15################################################################################\r
16#\r
17# Defines Section - statements that will be processed to create a Makefile.\r
18#\r
19################################################################################\r
20[Defines]\r
21 PLATFORM_NAME = CryptoPkg\r
22 PLATFORM_GUID = E1063286-6C8C-4c25-AEF0-67A9A5B6E6B6\r
23 PLATFORM_VERSION = 0.91\r
24 DSC_SPECIFICATION = 0x00010005\r
25 OUTPUT_DIRECTORY = Build/CryptoPkg\r
26 SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC\r
27 BUILD_TARGETS = DEBUG|RELEASE\r
28 SKUID_IDENTIFIER = DEFAULT\r
29\r
30################################################################################\r
31#\r
32# Library Class section - list of all Library Classes needed by this Platform.\r
33#\r
34################################################################################\r
35[LibraryClasses]\r
36 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
37 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
38 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
39 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
40 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
41 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
42 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
43 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
44 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
45 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
46 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
47 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
48 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
49\r
50 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
51 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
52\r
53[LibraryClasses.common.PEIM]\r
54 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
55\r
56[LibraryClasses.common.DXE_DRIVER]\r
57 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
58\r
59[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
60 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
61\r
62[LibraryClasses.common.DXE_SAL_DRIVER]\r
63 BaseCryptLib|CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf\r
64\r
65[LibraryClasses.common.UEFI_DRIVER]\r
66 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
67\r
68[LibraryClasses.common.UEFI_APPLICATION]\r
69 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
70\r
71################################################################################\r
72#\r
73# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
74#\r
75################################################################################\r
76[PcdsFeatureFlag]\r
77 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
78 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
79 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
80 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
81\r
82[PcdsFixedAtBuild]\r
83 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
84 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
85 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
86\r
87 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
88 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
89 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
90 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
91 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r
92 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
93 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
94\r
95###################################################################################################\r
96#\r
97# Components Section - list of the modules and components that will be processed by compilation\r
98# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
99#\r
100# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
101# into firmware volume images. This section is just a list of modules to compile from\r
102# source into UEFI-compliant binaries.\r
103# It is the FDF file that contains information on combining binary files into firmware\r
104# volume images, whose concept is beyond UEFI and is described in PI specification.\r
105# Binary modules do not need to be listed in this section, as they should be\r
106# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
107# Logo (Logo.bmp), and etc.\r
108# There may also be modules listed in this section that are not required in the FDF file,\r
109# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
110# generated for it, but the binary will not be put into any firmware volume.\r
111#\r
112###################################################################################################\r
113[Components]\r
114 CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
115 CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
116 CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
117\r
118 CryptoPkg/Application/Cryptest/Cryptest.inf\r
119\r
120 CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf\r
121\r
122[Components.IPF]\r
123 CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf\r