]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/StdLib.dsc
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / StdLib.dsc
diff --git a/StdLib/StdLib.dsc b/StdLib/StdLib.dsc
deleted file mode 100644 (file)
index 535f16a..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-## @file\r
-#   Intel(r) UEFI Standard Libraries for EDK II.\r
-#   Build descriptions.\r
-#\r
-#   See the comments in the [LibraryClasses.IA32] and [BuildOptions] sections\r
-#   for important information about configuring this package for your\r
-#   environment.\r
-#\r
-# This package contains:\r
-#       Standard C Library.\r
-#       Sockets Library.\r
-#       Posix Library.\r
-#\r
-#   Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#   SPDX-License-Identifier: BSD-2-Clause-Patent\r
-##\r
-\r
-[Defines]\r
-  PLATFORM_NAME                  = StdLib\r
-  PLATFORM_GUID                  = 6135e67b-d813-4e4a-93c3-945d6af41858\r
-  PLATFORM_VERSION               = 0.01\r
-  DSC_SPECIFICATION              = 0x00010006\r
-  OUTPUT_DIRECTORY               = Build/StdLib\r
-  SUPPORTED_ARCHITECTURES        = IA32|X64|ARM|AARCH64\r
-  BUILD_TARGETS                  = DEBUG|RELEASE|NOOPT\r
-  SKUID_IDENTIFIER               = DEFAULT\r
-\r
-#\r
-#  Debug output control\r
-#\r
-  DEFINE DEBUG_ENABLE_OUTPUT      = FALSE       # Set to TRUE to enable debug output\r
-  DEFINE DEBUG_PRINT_ERROR_LEVEL  = 0x80000000  # Flags to control amount of debug output\r
-  DEFINE DEBUG_PROPERTY_MASK      = 0x0f\r
-\r
-[PcdsFeatureFlag]\r
-\r
-[PcdsFixedAtBuild]\r
-  gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|$(DEBUG_PROPERTY_MASK)\r
-  gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL)\r
-\r
-[LibraryClasses]\r
-  #\r
-  # Entry Point Libraries\r
-  #\r
-  UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
-  ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf\r
-  UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
-  #\r
-  # Common Libraries\r
-  #\r
-  BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
-  BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
-  UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
-  PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
-  PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
-  MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
-  UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
-  UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
-  !if $(DEBUG_ENABLE_OUTPUT)\r
-    DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
-    DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
-  !else   ## DEBUG_ENABLE_OUTPUT\r
-    DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
-  !endif  ## DEBUG_ENABLE_OUTPUT\r
-  DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
-  PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
-  IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
-  PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
-  PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
-  SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
-  UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
-  HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
-  FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
-  HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
-  UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
-  PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
-  SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
-  ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
-\r
-###################################################################################################\r
-#\r
-# Components Section - list of the modules and components that will be processed by compilation\r
-#                      tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
-#\r
-# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
-#       into firmware volume images. This section is just a list of modules to compile from\r
-#       source into UEFI-compliant binaries.\r
-#       It is the FDF file that contains information on combining binary files into firmware\r
-#       volume images, whose concept is beyond UEFI and is described in PI specification.\r
-#       Binary modules do not need to be listed in this section, as they should be\r
-#       specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
-#       Logo (Logo.bmp), and etc.\r
-#       There may also be modules listed in this section that are not required in the FDF file,\r
-#       When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
-#       generated for it, but the binary will not be put into any firmware volume.\r
-#\r
-###################################################################################################\r
-\r
-[Components]\r
-# Standard C Libraries.\r
-  StdLib/LibC/LibC.inf\r
-  StdLib/LibC/StdLib/StdLib.inf\r
-  StdLib/LibC/String/String.inf\r
-  StdLib/LibC/Wchar/Wchar.inf\r
-  StdLib/LibC/Ctype/Ctype.inf\r
-  StdLib/LibC/Time/Time.inf\r
-  StdLib/LibC/Stdio/Stdio.inf\r
-  StdLib/LibC/Locale/Locale.inf\r
-  StdLib/LibC/Uefi/Uefi.inf\r
-  StdLib/LibC/Math/Math.inf\r
-  StdLib/LibC/Signal/Signal.inf\r
-  StdLib/LibC/NetUtil/NetUtil.inf\r
-\r
-# Device Abstractions within the Standard C Library\r
-# Applications should not directly access any functions defined in these libraries.\r
-  StdLib/LibC/gdtoa/gdtoa.inf\r
-  StdLib/LibC/Uefi/Devices/daUtility.inf\r
-  StdLib/LibC/Uefi/Devices/daConsole.inf\r
-  StdLib/LibC/Uefi/Devices/daShell.inf\r
-\r
-# Additional, non-standard, libraries\r
-  StdLib/LibC/Containers/ContainerLib.inf\r
-\r
-# Additional libraries for POSIX functionality.\r
-  StdLib/PosixLib/PosixLib.inf\r
-  StdLib/PosixLib/Err/LibErr.inf\r
-  StdLib/PosixLib/Gen/LibGen.inf\r
-  StdLib/PosixLib/Glob/LibGlob.inf\r
-  StdLib/PosixLib/Stringlist/LibStringlist.inf\r
-  StdLib/LibC/Uefi/InteractiveIO/IIO.inf\r
-\r
-#    Socket Libraries - LibC based\r
-  StdLib/BsdSocketLib/BsdSocketLib.inf\r
-  StdLib/EfiSocketLib/EfiSocketLib.inf\r
-  StdLib/UseSocketDxe/UseSocketDxe.inf\r
-\r
-##############################################################################\r
-#\r
-#  Include Boilerplate text required for building with the Standard Libraries.\r
-#\r
-##############################################################################\r
-!include StdLib/StdLib.inc\r