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