]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/LibC.inf
StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg.
[mirror_edk2.git] / StdLib / LibC / LibC.inf
index 451b9b0e649957441876d6736a2bd18d183e00ec..d8704db90727e4e3a12752c94f4d5fe48605e55b 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Standard C library: Miscelaneous implementations.\r
 #\r
-#  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2014, 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
@@ -50,6 +50,7 @@
   # Compiler helper (C RunTime) functions\r
   CRT/Ia32/llmul.c          | MSFT    # __allmul\r
   CRT/Ia32/llshl.c          | MSFT    # __allshl\r
+  CRT/Ia32/llshr.c          | MSFT    # __allshr\r
   CRT/Ia32/ulldiv.c         | MSFT    # __aulldiv\r
   CRT/Ia32/ullrem.c         | MSFT    # __aullrem\r
   CRT/Ia32/ullshr.c         | MSFT    # __aullshr\r
@@ -60,6 +61,7 @@
 \r
   CRT/Ia32/llmul.c          | INTEL\r
   CRT/Ia32/llshl.c          | INTEL\r
+  CRT/Ia32/llshr.c          | INTEL\r
   CRT/Ia32/ulldiv.c         | INTEL\r
   CRT/Ia32/ullrem.c         | INTEL\r
   CRT/Ia32/ullshr.c         | INTEL\r
   BaseLib\r
   BaseMemoryLib\r
   MemoryAllocationLib\r
-  TimerLib\r
   LibStdLib\r
   LibStdio\r
   LibString\r