]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Uefi/Devices/daShell.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / LibC / Uefi / Devices / daShell.inf
diff --git a/StdLib/LibC/Uefi/Devices/daShell.inf b/StdLib/LibC/Uefi/Devices/daShell.inf
deleted file mode 100644 (file)
index e623e5a..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-## @file\r
-#  Standard C library: Shell-Hosted Device Abstraction.\r
-#\r
-#   When this library is included in an application, it creates the default device.\r
-#   This allows every device type not recognized to be passed to the shell for processing.\r
-#\r
-#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#  This program and the accompanying materials are licensed and made available\r
-#  under the terms and conditions of the BSD License which accompanies this\r
-#  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
-\r
-[Defines]\r
-  INF_VERSION                   = 0x00010005\r
-  BASE_NAME                     = DevShell\r
-  FILE_GUID                     = 0a1d4fd8-4704-4501-85eb-93399492cbed\r
-  MODULE_TYPE                   = UEFI_APPLICATION\r
-  VERSION_STRING                = 1.0\r
-  LIBRARY_CLASS                 = DevShell\r
-  LIBRARY_CLASS                 = DevMedia\r
-  CONSTRUCTOR                   = __ctor_DevShell\r
-  DESTRUCTOR                    = __dtor_DevShell\r
-\r
-#\r
-#  VALID_ARCHITECTURES          = IA32 X64\r
-#\r
-\r
-[Sources]\r
-  UefiShell/daShell.c\r
-\r
-[Packages]\r
-  StdLib/StdLib.dec\r
-  StdLibPrivateInternalFiles/DoNotUse.dec\r
-  MdePkg/MdePkg.dec\r
-  ShellPkg/ShellPkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  MemoryAllocationLib\r
-  UefiBootServicesTableLib\r
-  LibC\r
-  LibString\r
-  LibStdLib\r
-  LibWchar\r
-  LibUefi\r
-  DevUtility\r