]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Network / DpcDxe / DpcDxe.inf
... / ...
CommitLineData
1## @file\r
2# This module produces Deferred Procedure Call Protocol.\r
3#\r
4# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = DpcDxe\r
13 MODULE_UNI_FILE = DpcDxe.uni\r
14 FILE_GUID = A210F973-229D-4f4d-AA37-9895E6C9EABA\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = DpcDriverEntryPoint\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
22# VALID_ARCHITECTURES = IA32 X64 EBC\r
23#\r
24\r
25[Sources]\r
26 Dpc.c\r
27 Dpc.h\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32\r
33[LibraryClasses]\r
34 UefiDriverEntryPoint\r
35 BaseLib\r
36 DebugLib\r
37 UefiBootServicesTableLib\r
38 MemoryAllocationLib\r
39\r
40[Protocols]\r
41 gEfiDpcProtocolGuid ## PRODUCES\r
42\r
43[Depex]\r
44 TRUE\r
45[UserExtensions.TianoCore."ExtraFiles"]\r
46 DpcDxeExtra.uni\r