Last change
on this file since 78416 was 48674, checked in by vboxsync, 11 years ago |
EFI: Export newly imported tinaocore UEFI sources to OSE.
|
-
Property svn:eol-style
set to
native
|
File size:
1.5 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Standard C library: Time implementations.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2010 - 2011, 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 = LibTime
|
---|
19 | FILE_GUID = c5847038-ff75-4074-9e4c-c36a2eb398a5
|
---|
20 | MODULE_TYPE = UEFI_APPLICATION
|
---|
21 | VERSION_STRING = 1.0
|
---|
22 | LIBRARY_CLASS = LibTime
|
---|
23 |
|
---|
24 | #
|
---|
25 | # VALID_ARCHITECTURES = IA32 X64 IPF
|
---|
26 | #
|
---|
27 |
|
---|
28 | [Sources]
|
---|
29 | Time.c
|
---|
30 | ZoneProc.c
|
---|
31 | strftime.c
|
---|
32 | strptime.c
|
---|
33 | TimeEfi.c
|
---|
34 | gettimeofday.c
|
---|
35 | timegm.c
|
---|
36 | itimer.c
|
---|
37 |
|
---|
38 | [Packages]
|
---|
39 | StdLib/StdLib.dec
|
---|
40 | StdLibPrivateInternalFiles/DoNotUse.dec
|
---|
41 | MdePkg/MdePkg.dec
|
---|
42 | ShellPkg/ShellPkg.dec
|
---|
43 |
|
---|
44 | [LibraryClasses]
|
---|
45 | UefiLib
|
---|
46 | BaseLib
|
---|
47 | UefiRuntimeServicesTableLib
|
---|
48 |
|
---|
49 | ################################################################
|
---|
50 | #
|
---|
51 | # The Build Options, below, are only used when building the C library.
|
---|
52 | # DO NOT use them when building your application!
|
---|
53 | # Nasty things could happen if you do.
|
---|
54 | #
|
---|
55 | [BuildOptions]
|
---|
56 | GCC:*_*_*_CC_FLAGS = -fno-strict-overflow -fno-builtin-strftime
|
---|
Note:
See
TracBrowser
for help on using the repository browser.