VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/StdLib/StdLib.dsc@ 58458

最後變更 在這個檔案從58458是 48674,由 vboxsync 提交於 11 年 前

EFI: Export newly imported tinaocore UEFI sources to OSE.

  • 屬性 svn:eol-style 設為 native
檔案大小: 5.8 KB
 
1## @file
2# Intel(r) UEFI Standard Libraries for EDK II.
3# Build descriptions.
4#
5# See the comments in the [LibraryClasses.IA32] and [BuildOptions] sections
6# for important information about configuring this package for your
7# environment.
8#
9# This package contains:
10# Standard C Library.
11#
12# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
13# This program and the accompanying materials
14# are licensed and made available under the terms and conditions of the BSD License
15# which accompanies this distribution. The full text of the license may be found at
16# http://opensource.org/licenses/bsd-license.
17#
18# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20##
21
22[Defines]
23 PLATFORM_NAME = StdLib
24 PLATFORM_GUID = 6135e67b-d813-4e4a-93c3-945d6af41858
25 PLATFORM_VERSION = 0.01
26 DSC_SPECIFICATION = 0x00010006
27 OUTPUT_DIRECTORY = Build/StdLib
28 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|ARM
29 BUILD_TARGETS = DEBUG|RELEASE
30 SKUID_IDENTIFIER = DEFAULT
31
32[PcdsFeatureFlag]
33
34[PcdsFixedAtBuild]
35 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
36 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
37
38[PcdsFixedAtBuild.IPF]
39
40[LibraryClasses]
41 #
42 # Entry Point Libraries
43 #
44 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
45 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
46 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
47 #
48 # Common Libraries
49 #
50 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
51 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
52 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
54 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
55 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
56 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
57 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
58 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
59 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
60 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
61 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
62 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
63 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
64 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
65 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
66 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
67 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
68 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
69 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
70 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
71 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
72 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf
73 PathLib|ShellPkg/Library/BasePathLib/BasePathLib.inf
74
75###################################################################################################
76#
77# Components Section - list of the modules and components that will be processed by compilation
78# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
79#
80# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
81# into firmware volume images. This section is just a list of modules to compile from
82# source into UEFI-compliant binaries.
83# It is the FDF file that contains information on combining binary files into firmware
84# volume images, whose concept is beyond UEFI and is described in PI specification.
85# Binary modules do not need to be listed in this section, as they should be
86# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
87# Logo (Logo.bmp), and etc.
88# There may also be modules listed in this section that are not required in the FDF file,
89# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
90# generated for it, but the binary will not be put into any firmware volume.
91#
92###################################################################################################
93
94[Components]
95# Standard C Libraries.
96 StdLib/LibC/LibC.inf
97 StdLib/LibC/StdLib/StdLib.inf
98 StdLib/LibC/String/String.inf
99 StdLib/LibC/Wchar/Wchar.inf
100 StdLib/LibC/Ctype/Ctype.inf
101 StdLib/LibC/Time/Time.inf
102 StdLib/LibC/Stdio/Stdio.inf
103 StdLib/LibC/Locale/Locale.inf
104 StdLib/LibC/Uefi/Uefi.inf
105 StdLib/LibC/Math/Math.inf
106 StdLib/LibC/Signal/Signal.inf
107 StdLib/LibC/NetUtil/NetUtil.inf
108
109# Device Abstractions within the Standard C Library
110# Applications should not directly access any functions defined in these libraries.
111 StdLib/LibC/gdtoa/gdtoa.inf
112 StdLib/LibC/Uefi/Devices/daUtility.inf
113 StdLib/LibC/Uefi/Devices/daConsole.inf
114 StdLib/LibC/Uefi/Devices/daShell.inf
115
116# Additional libraries for POSIX functionality.
117 StdLib/PosixLib/Err/LibErr.inf
118 StdLib/PosixLib/Gen/LibGen.inf
119 StdLib/PosixLib/Glob/LibGlob.inf
120 StdLib/PosixLib/Stringlist/LibStringlist.inf
121
122# Socket Libraries - LibC based
123# StdLib/BsdSocketLib/BsdSocketLib.inf
124# StdLib/EfiSocketLib/EfiSocketLib.inf
125# StdLib/UseSocketDxe/UseSocketDxe.inf
126
127##############################################################################
128#
129# Include Boilerplate text required for building with the Standard Libraries.
130#
131##############################################################################
132!include StdLib/StdLib.inc
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette