]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/StdLib.dsc
MdeModulePkg/PciSioSerial: Fix bad EOL
[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
caf89d64 14# Copyright (c) 2010 - 2014, 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
47[PcdsFixedAtBuild.IPF]\r
48\r
49[LibraryClasses]\r
50 #\r
51 # Entry Point Libraries\r
52 #\r
53 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
54 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf\r
d7ce7006 55 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
2aa62f2b 56 #\r
57 # Common Libraries\r
58 #\r
59 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
60 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
61 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
62 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
63 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
64 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
65 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
66 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
86e9f87e
LL
67 !if $(DEBUG_ENABLE_OUTPUT)\r
68 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
69 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
70 !else ## DEBUG_ENABLE_OUTPUT\r
71 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
72 !endif ## DEBUG_ENABLE_OUTPUT\r
2aa62f2b 73 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
74 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
75 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
76 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
77 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
78 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
79 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
6a013e50
DM
80 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
81 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
2aa62f2b 82 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
83 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
84 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
6a013e50 85 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
2aa62f2b 86 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
2aa62f2b 87\r
88###################################################################################################\r
89#\r
90# Components Section - list of the modules and components that will be processed by compilation\r
91# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
92#\r
93# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
94# into firmware volume images. This section is just a list of modules to compile from\r
95# source into UEFI-compliant binaries.\r
96# It is the FDF file that contains information on combining binary files into firmware\r
97# volume images, whose concept is beyond UEFI and is described in PI specification.\r
98# Binary modules do not need to be listed in this section, as they should be\r
99# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
100# Logo (Logo.bmp), and etc.\r
101# There may also be modules listed in this section that are not required in the FDF file,\r
102# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
103# generated for it, but the binary will not be put into any firmware volume.\r
104#\r
105###################################################################################################\r
106\r
107[Components]\r
2aa62f2b 108# Standard C Libraries.\r
109 StdLib/LibC/LibC.inf\r
110 StdLib/LibC/StdLib/StdLib.inf\r
111 StdLib/LibC/String/String.inf\r
112 StdLib/LibC/Wchar/Wchar.inf\r
113 StdLib/LibC/Ctype/Ctype.inf\r
114 StdLib/LibC/Time/Time.inf\r
115 StdLib/LibC/Stdio/Stdio.inf\r
2aa62f2b 116 StdLib/LibC/Locale/Locale.inf\r
117 StdLib/LibC/Uefi/Uefi.inf\r
118 StdLib/LibC/Math/Math.inf\r
119 StdLib/LibC/Signal/Signal.inf\r
120 StdLib/LibC/NetUtil/NetUtil.inf\r
121\r
53e1e5c6 122# Device Abstractions within the Standard C Library\r
123# Applications should not directly access any functions defined in these libraries.\r
d7ce7006 124 StdLib/LibC/gdtoa/gdtoa.inf\r
53e1e5c6 125 StdLib/LibC/Uefi/Devices/daUtility.inf\r
126 StdLib/LibC/Uefi/Devices/daConsole.inf\r
127 StdLib/LibC/Uefi/Devices/daShell.inf\r
2aa62f2b 128\r
6c6c850a 129# Additional, non-standard, libraries\r
130 StdLib/LibC/Containers/ContainerLib.inf\r
131\r
d7ce7006 132# Additional libraries for POSIX functionality.\r
caf89d64 133 StdLib/PosixLib/PosixLib.inf\r
d7ce7006 134 StdLib/PosixLib/Err/LibErr.inf\r
135 StdLib/PosixLib/Gen/LibGen.inf\r
136 StdLib/PosixLib/Glob/LibGlob.inf\r
137 StdLib/PosixLib/Stringlist/LibStringlist.inf\r
6c6c850a 138 StdLib/LibC/Uefi/InteractiveIO/IIO.inf\r
2aa62f2b 139\r
274402de 140# Socket Libraries - LibC based\r
7700f0f5 141 StdLib/BsdSocketLib/BsdSocketLib.inf\r
142 StdLib/EfiSocketLib/EfiSocketLib.inf\r
143 StdLib/UseSocketDxe/UseSocketDxe.inf\r
2aa62f2b 144\r
274402de 145##############################################################################\r
d7ce7006 146#\r
274402de 147# Include Boilerplate text required for building with the Standard Libraries.\r
d7ce7006 148#\r
274402de 149##############################################################################\r
d7ce7006 150!include StdLib/StdLib.inc\r