]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/StdLib.dsc
StdLib: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / StdLib / StdLib.dsc
CommitLineData
2aa62f2b 1## @file\r
2# Intel(r) UEFI Standard Libraries for EDK II.\r
3# Build descriptions.\r
4#\r
5# See the comments in the [LibraryClasses.IA32] and [BuildOptions] sections\r
6# for important information about configuring this package for your\r
7# environment.\r
8#\r
9# This package contains:\r
10# Standard C Library.\r
caf89d64
DM
11# Sockets Library.\r
12# Posix Library.\r
2aa62f2b 13#\r
56ca9007 14# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
2aa62f2b 15# This program and the accompanying materials\r
16# are licensed and made available under the terms and conditions of the BSD License\r
17# which accompanies this distribution. The full text of the license may be found at\r
18# http://opensource.org/licenses/bsd-license.\r
19#\r
20# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22##\r
23\r
24[Defines]\r
25 PLATFORM_NAME = StdLib\r
26 PLATFORM_GUID = 6135e67b-d813-4e4a-93c3-945d6af41858\r
27 PLATFORM_VERSION = 0.01\r
28 DSC_SPECIFICATION = 0x00010006\r
29 OUTPUT_DIRECTORY = Build/StdLib\r
1bbb83b5 30 SUPPORTED_ARCHITECTURES = IA32|X64|ARM|AARCH64\r
4b2cf923 31 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
2aa62f2b 32 SKUID_IDENTIFIER = DEFAULT\r
33\r
86e9f87e
LL
34#\r
35# Debug output control\r
36#\r
37 DEFINE DEBUG_ENABLE_OUTPUT = FALSE # Set to TRUE to enable debug output\r
38 DEFINE DEBUG_PRINT_ERROR_LEVEL = 0x80000000 # Flags to control amount of debug output\r
39 DEFINE DEBUG_PROPERTY_MASK = 0x0f\r
40\r
2aa62f2b 41[PcdsFeatureFlag]\r
42\r
43[PcdsFixedAtBuild]\r
86e9f87e
LL
44 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|$(DEBUG_PROPERTY_MASK)\r
45 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL)\r
2aa62f2b 46\r
2aa62f2b 47[LibraryClasses]\r
48 #\r
49 # Entry Point Libraries\r
50 #\r
51 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
52 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf\r
d7ce7006 53 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
2aa62f2b 54 #\r
55 # Common Libraries\r
56 #\r
57 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
58 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
59 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
60 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
61 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
62 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
63 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
64 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
86e9f87e
LL
65 !if $(DEBUG_ENABLE_OUTPUT)\r
66 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
67 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
68 !else ## DEBUG_ENABLE_OUTPUT\r
69 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
70 !endif ## DEBUG_ENABLE_OUTPUT\r
2aa62f2b 71 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
72 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
73 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
74 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
75 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
76 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
77 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
6a013e50
DM
78 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
79 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
2aa62f2b 80 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
81 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
82 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
6a013e50 83 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
2aa62f2b 84 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
2aa62f2b 85\r
86###################################################################################################\r
87#\r
88# Components Section - list of the modules and components that will be processed by compilation\r
89# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
90#\r
91# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
92# into firmware volume images. This section is just a list of modules to compile from\r
93# source into UEFI-compliant binaries.\r
94# It is the FDF file that contains information on combining binary files into firmware\r
95# volume images, whose concept is beyond UEFI and is described in PI specification.\r
96# Binary modules do not need to be listed in this section, as they should be\r
97# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
98# Logo (Logo.bmp), and etc.\r
99# There may also be modules listed in this section that are not required in the FDF file,\r
100# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
101# generated for it, but the binary will not be put into any firmware volume.\r
102#\r
103###################################################################################################\r
104\r
105[Components]\r
2aa62f2b 106# Standard C Libraries.\r
107 StdLib/LibC/LibC.inf\r
108 StdLib/LibC/StdLib/StdLib.inf\r
109 StdLib/LibC/String/String.inf\r
110 StdLib/LibC/Wchar/Wchar.inf\r
111 StdLib/LibC/Ctype/Ctype.inf\r
112 StdLib/LibC/Time/Time.inf\r
113 StdLib/LibC/Stdio/Stdio.inf\r
2aa62f2b 114 StdLib/LibC/Locale/Locale.inf\r
115 StdLib/LibC/Uefi/Uefi.inf\r
116 StdLib/LibC/Math/Math.inf\r
117 StdLib/LibC/Signal/Signal.inf\r
118 StdLib/LibC/NetUtil/NetUtil.inf\r
119\r
53e1e5c6 120# Device Abstractions within the Standard C Library\r
121# Applications should not directly access any functions defined in these libraries.\r
d7ce7006 122 StdLib/LibC/gdtoa/gdtoa.inf\r
53e1e5c6 123 StdLib/LibC/Uefi/Devices/daUtility.inf\r
124 StdLib/LibC/Uefi/Devices/daConsole.inf\r
125 StdLib/LibC/Uefi/Devices/daShell.inf\r
2aa62f2b 126\r
6c6c850a 127# Additional, non-standard, libraries\r
128 StdLib/LibC/Containers/ContainerLib.inf\r
129\r
d7ce7006 130# Additional libraries for POSIX functionality.\r
caf89d64 131 StdLib/PosixLib/PosixLib.inf\r
d7ce7006 132 StdLib/PosixLib/Err/LibErr.inf\r
133 StdLib/PosixLib/Gen/LibGen.inf\r
134 StdLib/PosixLib/Glob/LibGlob.inf\r
135 StdLib/PosixLib/Stringlist/LibStringlist.inf\r
6c6c850a 136 StdLib/LibC/Uefi/InteractiveIO/IIO.inf\r
2aa62f2b 137\r
274402de 138# Socket Libraries - LibC based\r
7700f0f5 139 StdLib/BsdSocketLib/BsdSocketLib.inf\r
140 StdLib/EfiSocketLib/EfiSocketLib.inf\r
141 StdLib/UseSocketDxe/UseSocketDxe.inf\r
2aa62f2b 142\r
274402de 143##############################################################################\r
d7ce7006 144#\r
274402de 145# Include Boilerplate text required for building with the Standard Libraries.\r
d7ce7006 146#\r
274402de 147##############################################################################\r
d7ce7006 148!include StdLib/StdLib.inc\r