]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / Library / EfiFileLib / EfiFileLib.inf
CommitLineData
2ef2b01e
A
1#%HEADER%\r
2#/** @file\r
3# Component description file for the entry point to a EFIDXE Drivers\r
4#\r
5# Library to abstract Framework extensions that conflict with UEFI 2.0 Specification\r
6# Copyright (c) 2007 - 2007, Intel Corporation\r
7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = EfiFileLib\r
21 FILE_GUID = d8c640db-73ba-48f5-a7ed-8e93c6012491\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = EfiFileLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
25\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 EfiFileLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
40 EmbeddedPkg/EmbeddedPkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 MemoryAllocationLib\r
45 DevicePathLib\r
46 PrintLib\r
47 BaseMemoryLib\r
48 UefiLib \r
49 UefiBootServicesTableLib\r
50 UefiRuntimeServicesTableLib\r
51 DebugLib\r
52 EblNetworkLib\r
53 \r
54[Protocols]\r
55 gEfiBlockIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
56 gEfiDiskIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
57 gEfiSimpleFileSystemProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
58 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
59 gEfiLoadFileProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
60 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
61 \r
62[Guids]\r
63 gEfiFileInfoGuid\r
64 gEfiFileSystemInfoGuid\r