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