]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[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
6036e94d
SZ
4# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
6bfbb5f0 9#\r
6036e94d
SZ
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
6bfbb5f0
LG
12#\r
13##\r
36ee91ca 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = DxeDpcLib\r
6036e94d 18 MODULE_UNI_FILE = DxeDpcLib.uni\r
36ee91ca 19 FILE_GUID = 38897D86-FF36-4472-AE64-1DB9AE715C81\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = DpcLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
36ee91ca 23 CONSTRUCTOR = DpcLibConstructor\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
6bfbb5f0 31[Sources]\r
36ee91ca 32 DpcLib.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 DebugLib\r
40 UefiBootServicesTableLib\r
41\r
42[Protocols]\r
6036e94d 43 gEfiDpcProtocolGuid ## CONSUMES\r
d5aace25 44\r
3397c6f5
SZ
45[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
46 gEfiDpcProtocolGuid\r