]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Time/Time.inf
Add Socket Libraries.
[mirror_edk2.git] / StdLib / LibC / Time / Time.inf
CommitLineData
2aa62f2b 1## @file\r
2# Standard C library: Time implementations.\r
3#\r
53e1e5c6 4# Copyright (c) 2010 - 2011, 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
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = LibTime\r
19 FILE_GUID = c5847038-ff75-4074-9e4c-c36a2eb398a5\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = LibTime\r
23\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 IPF\r
26#\r
27\r
28[Sources]\r
29 Time.c\r
30 ZoneProc.c\r
31 strftime.c\r
53e1e5c6 32 strptime.c\r
2aa62f2b 33 TimeEfi.c\r
53e1e5c6 34 gettimeofday.c\r
d7ce7006 35 timegm.c\r
36 itimer.c\r
2aa62f2b 37\r
38[Packages]\r
39 StdLib/StdLib.dec\r
40 StdLibPrivateInternalFiles/DoNotUse.dec\r
41 MdePkg/MdePkg.dec\r
42 ShellPkg/ShellPkg.dec\r
43\r
44[LibraryClasses]\r
45 UefiLib\r
46 TimerLib\r
47 BaseLib\r
48 UefiRuntimeServicesTableLib\r
49\r
50################################################################\r
51#\r
52# The Build Options, below, are only used when building the C library.\r
53# DO NOT use them when building your application!\r
54# Nasty things could happen if you do.\r
55#\r
56[BuildOptions]\r
57 GCC:*_*_*_CC_FLAGS = -fno-strict-overflow -fno-builtin-strftime\r