]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/PosixLib/PosixLib.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / PosixLib / PosixLib.inf
diff --git a/StdLib/PosixLib/PosixLib.inf b/StdLib/PosixLib/PosixLib.inf
deleted file mode 100644 (file)
index 44b8054..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-##  @file\r
-#   Library used for supplying some POSIX routines.\r
-#\r
-#  Copyright (c) 2011 - 2014, 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                    = 0x00010006\r
-  BASE_NAME                      = LibPosix\r
-  FILE_GUID                      = C516673C-6C71-4F0E-83B5-57FC662376EC\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 1.05\r
-  LIBRARY_CLASS                  = LibPosix|UEFI_APPLICATION UEFI_DRIVER\r
-\r
-\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-\r
-[Sources.common]\r
-  Err/warn_err.c\r
-\r
-  Gen/dirname.c\r
-  Gen/opendir.c\r
-  Gen/closedir.c\r
-  Gen/readdir.c\r
-  Gen/access.c\r
-  Gen/utime.c\r
-\r
-  Glob/glob.c\r
-\r
-  Stringlist/stringlist.c\r
-\r
-  GetPass/GetPass.c\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  StdLib/StdLib.dec\r
-  StdLibPrivateInternalFiles/DoNotUse.dec\r
-  ShellPkg/ShellPkg.dec\r
-\r
-[LibraryClasses]\r
-  MemoryAllocationLib\r
-  ShellLib\r
-  BaseLib\r
-  LibC\r
-  LibStdio\r
-  LibStdLib\r
-  LibString\r