]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/CryptoPkg.dsc
CryptoPkg: Update to build with RVCT
[mirror_edk2.git] / CryptoPkg / CryptoPkg.dsc
CommitLineData
97f98500
HT
1## @file\r
2# Cryptographic Library Package for UEFI Security Implementation.\r
3#\r
6ab63eb9 4# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
97f98500
HT
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
6ab63eb9 23 PLATFORM_VERSION = 0.93\r
97f98500
HT
24 DSC_SPECIFICATION = 0x00010005\r
25 OUTPUT_DIRECTORY = Build/CryptoPkg\r
b7d320f8 26 SUPPORTED_ARCHITECTURES = IA32|X64|IPF|ARM\r
97f98500
HT
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
944b3bbd 41 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
97f98500
HT
42 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
43 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
44 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
45 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
46 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
47 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
48 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
49 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
50\r
51 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
52 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
53\r
8e01b449 54[LibraryClasses.ARM]\r
55 #\r
56 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
57 # This library provides the instrinsic functions generate by a given compiler.\r
58 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
59 #\r
60 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
61\r
2f7cd8de
RC
62 # Add support for stack protector\r
63 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
64\r
97f98500
HT
65[LibraryClasses.common.PEIM]\r
66 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
67\r
68[LibraryClasses.common.DXE_DRIVER]\r
69 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
70\r
71[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
72 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
73\r
b7d320f8 74[LibraryClasses.common.DXE_SMM_DRIVER]\r
75 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
76\r
97f98500
HT
77[LibraryClasses.common.DXE_SAL_DRIVER]\r
78 BaseCryptLib|CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf\r
79\r
80[LibraryClasses.common.UEFI_DRIVER]\r
81 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
82\r
83[LibraryClasses.common.UEFI_APPLICATION]\r
84 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
85\r
2f7cd8de
RC
86###############################################################################\r
87#\r
88# BuildOptions Section - Define the module specific tool chain flags that\r
89# should be used as the default flags for a module.\r
90# These flags are appended to any standard flags that\r
91# are defined by the build process.\r
92#\r
93# -JCryptoPkg/Include : To disable the use of the system includes provided by\r
94# the RVCT toolchain.\r
95# --diag_remark=1 : To make the warning "#1-D: last line of file ends\r
96# without a newline" just a remark such that the\r
97# build doesn't stop as warnings are considered as\r
98# errors.\r
99#\r
100################################################################################\r
101[BuildOptions]\r
102RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1\r
103\r
97f98500
HT
104################################################################################\r
105#\r
106# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
107#\r
108################################################################################\r
109[PcdsFeatureFlag]\r
97f98500
HT
110 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
111 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
112\r
113[PcdsFixedAtBuild]\r
97f98500
HT
114 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
115 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
116 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
97f98500
HT
117\r
118###################################################################################################\r
119#\r
120# Components Section - list of the modules and components that will be processed by compilation\r
121# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
122#\r
123# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
124# into firmware volume images. This section is just a list of modules to compile from\r
125# source into UEFI-compliant binaries.\r
126# It is the FDF file that contains information on combining binary files into firmware\r
127# volume images, whose concept is beyond UEFI and is described in PI specification.\r
128# Binary modules do not need to be listed in this section, as they should be\r
129# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
130# Logo (Logo.bmp), and etc.\r
131# There may also be modules listed in this section that are not required in the FDF file,\r
132# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
133# generated for it, but the binary will not be put into any firmware volume.\r
134#\r
135###################################################################################################\r
136[Components]\r
137 CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
138 CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
139 CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
140\r
141 CryptoPkg/Application/Cryptest/Cryptest.inf\r
142\r
143 CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf\r
144\r
a8c44645 145[Components.IA32, Components.X64]\r
146 CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
147\r
97f98500
HT
148[Components.IPF]\r
149 CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf\r