]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Containers/ContainerLib.inf
StdLib: Fix printf issues with floating point and wide character strings. Also resol...
[mirror_edk2.git] / StdLib / LibC / Containers / ContainerLib.inf
CommitLineData
6c6c850a 1## @file\r
2# INF file for building the Container library.\r
3#\r
4# Various types of containers are implemented within this library.\r
5# Types of containers may be Queues (FIFO, LIFO, etc.), hash tables, etc.\r
6#\r
7# Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
8# This program and the accompanying materials are licensed and made available\r
9# under the terms and conditions of the BSD License which accompanies this\r
10# distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THIS PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = LibContainer\r
21 FILE_GUID = 92f7436e-7395-4da1-a7be-f352f0bcd79c\r
22 MODULE_TYPE = UEFI_APPLICATION\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = LibContainer\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources]\r
33 Queues/Fifo.c\r
34 Common/ModuloUtil.c\r
35\r
36[LibraryClasses]\r
37 BaseLib\r
38 BaseMemoryLib\r
39 MemoryAllocationLib\r
40 LibC\r
41 LibWchar\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 StdLib/StdLib.dec\r
46 StdLibPrivateInternalFiles/DoNotUse.dec\r