]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdePkg / Library / DxeServicesLib / DxeServicesLib.inf
CommitLineData
6bfbb5f0 1## @file\r
b75a165d 2# DXE Services Library provides access data from sections of FFS files based on FV protocol.\r
84716614
LG
3# It also provides access file based on file path from a firmware volume, \r
4# from a file system interface, or from the load file interface.\r
1c280088 5#\r
6bfbb5f0 6# Copyright (c) 2007 - 2010, Intel Corporation.\r
1c280088 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
6bfbb5f0 16##\r
1c280088 17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
eb9dd4d0 20 BASE_NAME = DxeServicesLib\r
1c280088 21 FILE_GUID = EE680C58-FFC0-4a5d-858F-66FF9C84BC9F\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
eb9dd4d0 24 LIBRARY_CLASS = DxeServicesLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
65da001c 25 PI_SPECIFICATION_VERSION = 0x00010000\r
1c280088 26\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
6bfbb5f0 31[Sources]\r
eb9dd4d0 32 DxeServicesLib.c\r
1c280088 33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36\r
37\r
38[LibraryClasses]\r
39 MemoryAllocationLib\r
40 DebugLib\r
84716614
LG
41 DevicePathLib\r
42 UefiLib\r
8cf43dd7 43 UefiBootServicesTableLib\r
1c280088 44\r
84716614
LG
45[Guids]\r
46 gEfiFileInfoGuid ## CONSUMES\r
47\r
1c280088 48[Protocols]\r
0f46efec 49 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES\r
50 gEfiLoadedImageProtocolGuid ## CONSUMES\r
84716614
LG
51 gEfiLoadFileProtocolGuid ## CONSUMES\r
52 gEfiLoadFile2ProtocolGuid ## CONSUMES \r
53 gEfiSimpleFileSystemProtocolGuid ## CONSUMES \r