]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/AppPkg.dsc
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / AppPkg.dsc
diff --git a/AppPkg/AppPkg.dsc b/AppPkg/AppPkg.dsc
deleted file mode 100644 (file)
index 42af080..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-## @file\r
-#   Intel(r) UEFI Application Development Kit for EDK II.\r
-#   This package contains applications which depend upon Standard Libraries\r
-#   from the StdLib package.\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
-#   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                  = AppPkg\r
-  PLATFORM_GUID                  = 0458dade-8b6e-4e45-b773-1b27cbda3e06\r
-  PLATFORM_VERSION               = 0.01\r
-  DSC_SPECIFICATION              = 0x00010006\r
-  OUTPUT_DIRECTORY               = Build/AppPkg\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  = 0x80000040  # Flags to control amount of debug output\r
-  DEFINE DEBUG_PROPERTY_MASK      = 0\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
-\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
-  HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
-  UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
-  PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
-  HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
-  FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
-  SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
-\r
-  ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
-\r
-  CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.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
-\r
-#### Sample Applications.\r
-  AppPkg/Applications/Hello/Hello.inf        # No LibC includes or functions.\r
-  AppPkg/Applications/Main/Main.inf          # Simple invocation. No other LibC functions.\r
-  AppPkg/Applications/Enquire/Enquire.inf    #\r
-  AppPkg/Applications/ArithChk/ArithChk.inf  #\r
-\r
-#### A simple fuzzer for OrderedCollectionLib, in particular for\r
-#### BaseOrderedCollectionRedBlackTreeLib.\r
-  AppPkg/Applications/OrderedCollectionTest/OrderedCollectionTest.inf {\r
-    <LibraryClasses>\r
-      OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf\r
-      DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
-      DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
-    <PcdsFeatureFlag>\r
-      gEfiMdePkgTokenSpaceGuid.PcdValidateOrderedCollection|TRUE\r
-    <PcdsFixedAtBuild>\r
-      gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
-      gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80400040\r
-  }\r
-\r
-#### Un-comment the following line to build Python 2.7.2.\r
-#  AppPkg/Applications/Python/PythonCore.inf\r
-\r
-#### Un-comment the following line to build Python 2.7.10.\r
-# AppPkg/Applications/Python/Python-2.7.10/Python2710.inf\r
-\r
-#### Un-comment the following line to build Lua.\r
-#  AppPkg/Applications/Lua/Lua.inf\r
-\r
-\r
-##############################################################################\r
-#\r
-# Specify whether we are running in an emulation environment, or not.\r
-# Define EMULATE if we are, else keep the DEFINE commented out.\r
-#\r
-# DEFINE  EMULATE = 1\r
-\r
-##############################################################################\r
-#\r
-#  Include Boilerplate text required for building with the Standard Libraries.\r
-#\r
-##############################################################################\r
-!include StdLib/StdLib.inc\r
-!include AppPkg/Applications/Sockets/Sockets.inc\r