]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeDpcLib / DxeDpcLib.inf
1 ## @file
2 # This library instance provides DPC service by consuming EFI DPC Protocol.
3 #
4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = DxeDpcLib
12 MODULE_UNI_FILE = DxeDpcLib.uni
13 FILE_GUID = 38897D86-FF36-4472-AE64-1DB9AE715C81
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = DpcLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
17 CONSTRUCTOR = DpcLibConstructor
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 DpcLib.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31
32 [LibraryClasses]
33 DebugLib
34 UefiBootServicesTableLib
35
36 [Protocols]
37 gEfiDpcProtocolGuid ## CONSUMES
38
39 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]
40 gEfiDpcProtocolGuid