]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/StdLib.dsc
Correct file header comments for DiskIo2.h.
[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
11#\r
12# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
13# This program and the accompanying materials\r
14# are licensed and made available under the terms and conditions of the BSD License\r
15# which accompanies this distribution. The full text of the license may be found at\r
16# http://opensource.org/licenses/bsd-license.\r
17#\r
18# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
20##\r
21\r
22[Defines]\r
23 PLATFORM_NAME = StdLib\r
24 PLATFORM_GUID = 6135e67b-d813-4e4a-93c3-945d6af41858\r
25 PLATFORM_VERSION = 0.01\r
26 DSC_SPECIFICATION = 0x00010006\r
27 OUTPUT_DIRECTORY = Build/StdLib\r
c614ca50 28 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|ARM\r
2aa62f2b 29 BUILD_TARGETS = DEBUG|RELEASE\r
30 SKUID_IDENTIFIER = DEFAULT\r
31\r
86e9f87e
LL
32#\r
33# Debug output control\r
34#\r
35 DEFINE DEBUG_ENABLE_OUTPUT = FALSE # Set to TRUE to enable debug output\r
36 DEFINE DEBUG_PRINT_ERROR_LEVEL = 0x80000000 # Flags to control amount of debug output\r
37 DEFINE DEBUG_PROPERTY_MASK = 0x0f\r
38\r
2aa62f2b 39[PcdsFeatureFlag]\r
40\r
41[PcdsFixedAtBuild]\r
86e9f87e
LL
42 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|$(DEBUG_PROPERTY_MASK)\r
43 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL)\r
2aa62f2b 44\r
45[PcdsFixedAtBuild.IPF]\r
46\r
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
78 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
79 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
80 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
81 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
82 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
83 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
84 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf\r
d7ce7006 85 PathLib|ShellPkg/Library/BasePathLib/BasePathLib.inf\r
2aa62f2b 86\r
87###################################################################################################\r
88#\r
89# Components Section - list of the modules and components that will be processed by compilation\r
90# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
91#\r
92# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
93# into firmware volume images. This section is just a list of modules to compile from\r
94# source into UEFI-compliant binaries.\r
95# It is the FDF file that contains information on combining binary files into firmware\r
96# volume images, whose concept is beyond UEFI and is described in PI specification.\r
97# Binary modules do not need to be listed in this section, as they should be\r
98# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
99# Logo (Logo.bmp), and etc.\r
100# There may also be modules listed in this section that are not required in the FDF file,\r
101# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
102# generated for it, but the binary will not be put into any firmware volume.\r
103#\r
104###################################################################################################\r
105\r
106[Components]\r
2aa62f2b 107# Standard C Libraries.\r
108 StdLib/LibC/LibC.inf\r
109 StdLib/LibC/StdLib/StdLib.inf\r
110 StdLib/LibC/String/String.inf\r
111 StdLib/LibC/Wchar/Wchar.inf\r
112 StdLib/LibC/Ctype/Ctype.inf\r
113 StdLib/LibC/Time/Time.inf\r
114 StdLib/LibC/Stdio/Stdio.inf\r
2aa62f2b 115 StdLib/LibC/Locale/Locale.inf\r
116 StdLib/LibC/Uefi/Uefi.inf\r
117 StdLib/LibC/Math/Math.inf\r
118 StdLib/LibC/Signal/Signal.inf\r
119 StdLib/LibC/NetUtil/NetUtil.inf\r
120\r
53e1e5c6 121# Device Abstractions within the Standard C Library\r
122# Applications should not directly access any functions defined in these libraries.\r
d7ce7006 123 StdLib/LibC/gdtoa/gdtoa.inf\r
53e1e5c6 124 StdLib/LibC/Uefi/Devices/daUtility.inf\r
125 StdLib/LibC/Uefi/Devices/daConsole.inf\r
126 StdLib/LibC/Uefi/Devices/daShell.inf\r
2aa62f2b 127\r
6c6c850a 128# Additional, non-standard, libraries\r
129 StdLib/LibC/Containers/ContainerLib.inf\r
130\r
d7ce7006 131# Additional libraries for POSIX functionality.\r
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