]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Wchar/Wchar.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / LibC / Wchar / Wchar.inf
diff --git a/StdLib/LibC/Wchar/Wchar.inf b/StdLib/LibC/Wchar/Wchar.inf
deleted file mode 100644 (file)
index 8eb97cd..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-## @file\r
-#  Standard C library: Miscelaneous implementations.\r
-#\r
-#  Copyright (c) 2010 - 2018, 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
-[Defines]\r
-  INF_VERSION                   = 0x00010005\r
-  BASE_NAME                     = LibWchar\r
-  FILE_GUID                     = 42c078ef-14a8-4e30-9329-6f12d796e54a\r
-  MODULE_TYPE                   = UEFI_APPLICATION\r
-  VERSION_STRING                = 1.0\r
-  LIBRARY_CLASS                 = LibWchar\r
-  CONSTRUCTOR                   = __wchar_construct\r
-  DESTRUCTOR                    = __wchar_deconstruct\r
-\r
-#\r
-#  VALID_ARCHITECTURES          = IA32 X64\r
-#\r
-\r
-[Sources]\r
-  ConsDecons.c\r
-  Copying.c\r
-  Concatenation.c\r
-  Comparison.c\r
-  Searching.c\r
-  String.c\r
-\r
-[Packages]\r
-  StdLib/StdLib.dec\r
-  StdLibPrivateInternalFiles/DoNotUse.dec\r
-  MdePkg/MdePkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  BaseMemoryLib\r
-  MemoryAllocationLib\r
-\r
-################################################################\r
-#\r
-# The Build Options, below, are only used when building the C library.\r
-# DO NOT use them when building your application!\r
-# Nasty things could happen if you do.\r
-#\r
-# /Oi- is required for Microsoft VC++ to allow "intrinsic" functions to be\r
-# defined in this library.\r
-#\r
-[BuildOptions]\r
-  MSFT:*_*_*_CC_FLAGS     = /Oi-\r