]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Wchar/Wchar.inf
StdLib: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / StdLib / LibC / Wchar / Wchar.inf
CommitLineData
2aa62f2b 1## @file\r
2# Standard C library: Miscelaneous implementations.\r
3#\r
56ca9007 4# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
2aa62f2b 5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
2aa62f2b 12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = LibWchar\r
17 FILE_GUID = 42c078ef-14a8-4e30-9329-6f12d796e54a\r
18 MODULE_TYPE = UEFI_APPLICATION\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = LibWchar\r
21 CONSTRUCTOR = __wchar_construct\r
22 DESTRUCTOR = __wchar_deconstruct\r
23\r
24#\r
56ca9007 25# VALID_ARCHITECTURES = IA32 X64\r
2aa62f2b 26#\r
27\r
28[Sources]\r
29 ConsDecons.c\r
30 Copying.c\r
31 Concatenation.c\r
32 Comparison.c\r
33 Searching.c\r
34 String.c\r
35\r
36[Packages]\r
37 StdLib/StdLib.dec\r
38 StdLibPrivateInternalFiles/DoNotUse.dec\r
39 MdePkg/MdePkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 BaseMemoryLib\r
44 MemoryAllocationLib\r
2aa62f2b 45\r
46################################################################\r
47#\r
48# The Build Options, below, are only used when building the C library.\r
49# DO NOT use them when building your application!\r
50# Nasty things could happen if you do.\r
51#\r
53e1e5c6 52# /Oi- is required for Microsoft VC++ to allow "intrinsic" functions to be\r
2aa62f2b 53# defined in this library.\r
54#\r
55[BuildOptions]\r
56 MSFT:*_*_*_CC_FLAGS = /Oi-\r