]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
EmbeddedPkg: remove GdbDebugAgent library
[mirror_edk2.git] / EmbeddedPkg / Library / GdbDebugAgent / GdbDebugAgent.inf
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
deleted file mode 100644 (file)
index cfa8d8a..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-#/** @file\r
-# Null instance of Debug Agent Library with empty functions.\r
-#\r
-#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
-#**/\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = GdbDebugAgent\r
-  FILE_GUID                      = b9f10c17-6ca0-40b5-9b44-6253cfc7d24b\r
-  MODULE_TYPE                    = BASE\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = DebugAgentLib\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-\r
-[Sources.common]\r
-  GdbDebugAgent.c\r
-\r
-[Sources.arm]\r
-  Arm/Processor.c\r
-  Arm/ExceptionSupport.ARMv6.S\r
-  Arm/ExceptionSupport.ARMv6.asm\r
-\r
-[Sources.X64]\r
-  Ia32/Processor.c\r
-\r
-[Sources.Ia32]\r
-  X64/Processor.c\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  EmbeddedPkg/EmbeddedPkg.dec\r
-\r
-[Packages.arm]\r
-  ArmPkg/ArmPkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  DebugLib\r
-  BaseMemoryLib\r
-  PcdLib\r
-  GdbSerialLib\r
-  CacheMaintenanceLib\r
-  DebugAgentTimerLib\r
-\r
-[FeaturePcd.common]\r
-  gEmbeddedTokenSpaceGuid.PcdGdbSerial\r
-\r
-[FixedPcd.common]\r
-  gEmbeddedTokenSpaceGuid.PcdGdbMaxPacketRetryCount\r
-  gEmbeddedTokenSpaceGuid.PcdGdbTimerPeriodMilliseconds\r
-\r
-[FixedPcd.arm]\r
-  gArmTokenSpaceGuid.PcdCpuVectorBaseAddress\r