]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Containers/ContainerLib.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / LibC / Containers / ContainerLib.inf
diff --git a/StdLib/LibC/Containers/ContainerLib.inf b/StdLib/LibC/Containers/ContainerLib.inf
deleted file mode 100644 (file)
index 4ca6690..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-## @file\r
-# INF file for building the Container library.\r
-#\r
-# Various types of containers are implemented within this library.\r
-# Types of containers may be Queues (FIFO, LIFO, etc.), hash tables, etc.\r
-#\r
-# Copyright (c) 2012, 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
-# THIS 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                    = 0x00010005\r
-  BASE_NAME                      = LibContainer\r
-  FILE_GUID                      = 92f7436e-7395-4da1-a7be-f352f0bcd79c\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = LibContainer\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64\r
-#\r
-\r
-[Sources]\r
-  Queues/Fifo.c\r
-  Common/ModuloUtil.c\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  BaseMemoryLib\r
-  MemoryAllocationLib\r
-  LibC\r
-  LibWchar\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  StdLib/StdLib.dec\r
-  StdLibPrivateInternalFiles/DoNotUse.dec\r