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