]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
MdePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdePkg / Library / DxeServicesLib / DxeServicesLib.inf
... / ...
CommitLineData
1## @file\r
2# DXE Services Library instance provides functions that simplify the development of DXE Drivers.\r
3#\r
4# DXE Services Library provides access data from sections of FFS files based on FV protocol.\r
5# It also provides access file based on file path from a firmware volume,\r
6# from a file system interface, or from the load file interface.\r
7#\r
8# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
9#\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php.\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = DxeServicesLib\r
23 MODULE_UNI_FILE = DxeServicesLib.uni\r
24 FILE_GUID = EE680C58-FFC0-4a5d-858F-66FF9C84BC9F\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = DxeServicesLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER\r
28\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
31#\r
32\r
33[Sources]\r
34 DxeServicesLib.c\r
35\r
36[Sources.IA32, Sources.EBC, Sources.ARM, Sources.AARCH64]\r
37 Allocate.c\r
38\r
39[Sources.X64]\r
40 X64/Allocate.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 DebugLib\r
49 DevicePathLib\r
50 UefiLib\r
51 UefiBootServicesTableLib\r
52\r
53[LibraryClasses.X64]\r
54 HobLib\r
55\r
56[Guids]\r
57 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
58\r
59[Protocols]\r
60 gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMES\r
61 gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMES\r
62 gEfiLoadFileProtocolGuid ## SOMETIMES_CONSUMES\r
63 gEfiLoadFile2ProtocolGuid ## SOMETIMES_CONSUMES\r
64 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES\r
65\r