]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/LibC/Wchar/Wchar.inf
StdLib: Remove an unnecessary dependency from LibWchar.
[mirror_edk2.git] / StdLib / LibC / Wchar / Wchar.inf
1 ## @file
2 # Standard C library: Miscelaneous implementations.
3 #
4 # Copyright (c) 2010, 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 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = LibWchar
19 FILE_GUID = 42c078ef-14a8-4e30-9329-6f12d796e54a
20 MODULE_TYPE = UEFI_APPLICATION
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = LibWchar
23 CONSTRUCTOR = __wchar_construct
24 DESTRUCTOR = __wchar_deconstruct
25
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF
28 #
29
30 [Sources]
31 ConsDecons.c
32 Copying.c
33 Concatenation.c
34 Comparison.c
35 Searching.c
36 String.c
37
38 [Packages]
39 StdLib/StdLib.dec
40 StdLibPrivateInternalFiles/DoNotUse.dec
41 MdePkg/MdePkg.dec
42
43 [LibraryClasses]
44 BaseLib
45 BaseMemoryLib
46 MemoryAllocationLib
47
48 ################################################################
49 #
50 # The Build Options, below, are only used when building the C library.
51 # DO NOT use them when building your application!
52 # Nasty things could happen if you do.
53 #
54 # /Oi- is required for Microsoft VC++ to allow "intrinsic" functions to be
55 # defined in this library.
56 #
57 [BuildOptions]
58 MSFT:*_*_*_CC_FLAGS = /Oi-