]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/LibC/Uefi/Uefi.inf
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / StdLib / LibC / Uefi / Uefi.inf
1 ## @file
2 # Standard C library: UEFI "system calls".
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 = LibUefi
19 FILE_GUID = 1dcff17c-aa53-4b78-b234-864027555035
20 MODULE_TYPE = UEFI_APPLICATION
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = LibUefi
23 LIBRARY_DESTRUCTOR = DestructMePlease
24
25 #
26 # VALID_ARCHITECTURES = IA32 X64 IPF
27 #
28
29 [Sources]
30 select.c
31 SysCalls.c
32 writev.c
33 Xform.c
34 compat.c
35 GetPass.c
36 StubFunctions.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 BaseMemoryLib
48 MemoryAllocationLib
49 UefiBootServicesTableLib
50 ShellLib
51 LibC
52 LibLocale
53 LibString
54 LibTime
55 LibGen
56 DevUtility