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