]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Uefi/Uefi.inf
IntelSiliconPkg/dec: Add VTD_INFO PPI GUID
[mirror_edk2.git] / StdLib / LibC / Uefi / Uefi.inf
index 084d6c4fc3dddc5b0870d29cf02370d0f7242a3e..1982dd97614c633a91446ea3432fc874927fba10 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Standard C library: UEFI "system calls".\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
@@ -9,25 +9,28 @@
 #  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                      = LibUefi\r
-  FILE_GUID                      = 39356e02-26bf-4cfb-9564-378ce25e702f\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = LibUefi\r
+  INF_VERSION                   = 0x00010005\r
+  BASE_NAME                     = LibUefi\r
+  FILE_GUID                     = 1dcff17c-aa53-4b78-b234-864027555035\r
+  MODULE_TYPE                   = UEFI_APPLICATION\r
+  VERSION_STRING                = 1.05\r
+  LIBRARY_CLASS                 = LibUefi\r
+  LIBRARY_DESTRUCTOR            = DestructMePlease\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
+  select.c\r
   SysCalls.c\r
+  writev.c\r
   Xform.c\r
+  compat.c\r
+  StubFunctions.c\r
 \r
 [Packages]\r
   StdLib/StdLib.dec\r
@@ -46,4 +49,5 @@
   LibLocale\r
   LibString\r
   LibTime\r
+  LibGen\r
   DevUtility\r