]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Time/Time.inf
Standard Libraries for EDK II.
[mirror_edk2.git] / StdLib / LibC / Time / Time.inf
diff --git a/StdLib/LibC/Time/Time.inf b/StdLib/LibC/Time/Time.inf
new file mode 100644 (file)
index 0000000..8bbb248
--- /dev/null
@@ -0,0 +1,53 @@
+## @file\r
+#  Standard C library: Time implementations.\r
+#\r
+#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php.\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = LibTime\r
+  FILE_GUID                      = c5847038-ff75-4074-9e4c-c36a2eb398a5\r
+  MODULE_TYPE                    = UEFI_APPLICATION\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = LibTime\r
+\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#\r
+\r
+[Sources]\r
+  Time.c\r
+  ZoneProc.c\r
+  strftime.c\r
+  TimeEfi.c\r
+\r
+[Packages]\r
+  StdLib/StdLib.dec\r
+  StdLibPrivateInternalFiles/DoNotUse.dec\r
+  MdePkg/MdePkg.dec\r
+  ShellPkg/ShellPkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiLib\r
+  TimerLib\r
+  BaseLib\r
+  UefiRuntimeServicesTableLib\r
+\r
+################################################################\r
+#\r
+# The Build Options, below, are only used when building the C library.\r
+# DO NOT use them when building your application!\r
+# Nasty things could happen if you do.\r
+#\r
+[BuildOptions]\r
+   GCC:*_*_*_CC_FLAGS    = -fno-strict-overflow -fno-builtin-strftime\r