]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / DxeServicesLib / DxeServicesLib.inf
1 ## @file
2 # DXE Services Library instance provides functions that simplify the development of DXE Drivers.
3 #
4 # DXE Services Library provides access data from sections of FFS files based on FV protocol.
5 # It also provides access file based on file path from a firmware volume,
6 # from a file system interface, or from the load file interface.
7 #
8 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = DxeServicesLib
18 MODULE_UNI_FILE = DxeServicesLib.uni
19 FILE_GUID = EE680C58-FFC0-4a5d-858F-66FF9C84BC9F
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = DxeServicesLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64
26 #
27
28 [Sources]
29 DxeServicesLib.c
30
31 [Sources.IA32, Sources.EBC, Sources.ARM, Sources.AARCH64]
32 Allocate.c
33
34 [Sources.X64]
35 X64/Allocate.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39
40
41 [LibraryClasses]
42 MemoryAllocationLib
43 DebugLib
44 DevicePathLib
45 UefiLib
46 UefiBootServicesTableLib
47
48 [LibraryClasses.X64]
49 HobLib
50
51 [Guids]
52 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## UNDEFINED
53
54 [Protocols]
55 gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMES
56 gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMES
57 gEfiLoadFileProtocolGuid ## SOMETIMES_CONSUMES
58 gEfiLoadFile2ProtocolGuid ## SOMETIMES_CONSUMES
59 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
60