]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/IfConfig6/IfConfig6.inf
NetworkPkg: Remove ping6 and ifconfig shell application.
[mirror_edk2.git] / NetworkPkg / Application / IfConfig6 / IfConfig6.inf
diff --git a/NetworkPkg/Application/IfConfig6/IfConfig6.inf b/NetworkPkg/Application/IfConfig6/IfConfig6.inf
deleted file mode 100644 (file)
index 519b7c3..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-## @file\r
-#  Shell application IfConfig6.\r
-#\r
-#  It is shell application which is used to set and get configurations for the\r
-#  EFI IPv6 network 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                      = IfConfig6\r
-  FILE_GUID                      = 6F71926E-60CE-428d-AA58-A3D9FB879429\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = IfConfig6Initialize\r
-  MODULE_UNI_FILE                = IfConfig6.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
-[Sources]\r
-  IfConfig6Strings.uni\r
-  IfConfig6.c\r
-  IfConfig6.h\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
-  gEfiIp6ServiceBindingProtocolGuid             ## CONSUMES\r
-  gEfiIp6ConfigProtocolGuid                     ## CONSUMES\r
-  gEfiHiiPackageListProtocolGuid                ## CONSUMES\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  IfConfig6Extra.uni\r