]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Network / DpcDxe / DpcDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This module produces Deferred Procedure Call Protocol.\r
36ee91ca 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
36ee91ca 6#\r
7#\r
6bfbb5f0 8##\r
36ee91ca 9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = DpcDxe\r
6036e94d 13 MODULE_UNI_FILE = DpcDxe.uni\r
36ee91ca 14 FILE_GUID = A210F973-229D-4f4d-AA37-9895E6C9EABA\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
36ee91ca 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
de005223 22# VALID_ARCHITECTURES = IA32 X64 EBC\r
36ee91ca 23#\r
24\r
6bfbb5f0 25[Sources]\r
36ee91ca 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
6036e94d 41 gEfiDpcProtocolGuid ## PRODUCES\r
36ee91ca 42\r
43[Depex]\r
6036e94d
SZ
44 TRUE\r
45[UserExtensions.TianoCore."ExtraFiles"]\r
46 DpcDxeExtra.uni\r