]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/Ping6/Ping6.inf
NetworkPkg: Remove ping6 and ifconfig shell application.
[mirror_edk2.git] / NetworkPkg / Application / Ping6 / Ping6.inf
diff --git a/NetworkPkg/Application/Ping6/Ping6.inf b/NetworkPkg/Application/Ping6/Ping6.inf
deleted file mode 100644 (file)
index 68b5f2d..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-## @file\r
-#  Shell application Ping6.\r
-#\r
-#  It is an shell application which is used to Ping the target host with IPv6 stack.\r
-#\r
-#  Copyright (c) 2009 - 2016, 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
-#\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
-[Defines]\r
-  INF_VERSION                    = 0x00010006\r
-  BASE_NAME                      = Ping6\r
-  FILE_GUID                      = F35F733F-5235-4d7b-83FA-97780CEBCB20\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = InitializePing6\r
-  MODULE_UNI_FILE                = Ping6.uni\r
-\r
-#\r
-#\r
-#  This flag specifies whether HII resource section is generated into PE image.\r
-#\r
-  UEFI_HII_RESOURCE_SECTION      = TRUE\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
-#\r
-\r
-[Sources]\r
-  Ping6.c\r
-  Ping6Strings.uni\r
-  Ping6.h\r
-\r
-[Sources.IA32]\r
-  Ia32/Tsc.c\r
-\r
-[Sources.X64]\r
-  X64/Tsc.c\r
-\r
-[Sources.IPF]\r
-  Ipf/Itc.c\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  ShellPkg/ShellPkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  UefiBootServicesTableLib\r
-  UefiApplicationEntryPoint\r
-  UefiHiiServicesLib\r
-  BaseMemoryLib\r
-  ShellLib\r
-  MemoryAllocationLib\r
-  DebugLib\r
-  HiiLib\r
-  NetLib\r
-\r
-[Protocols]\r
-  gEfiCpuArchProtocolGuid                       ## CONSUMES\r
-  gEfiIp6ProtocolGuid                           ## CONSUMES\r
-  gEfiIp6ServiceBindingProtocolGuid             ## CONSUMES\r
-  gEfiIp6ConfigProtocolGuid                     ## CONSUMES\r
-  gEfiHiiPackageListProtocolGuid                ## CONSUMES\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  Ping6Extra.uni\r