Last change
on this file since 81913 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1002 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # This module produces Deferred Procedure Call 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 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = DpcDxe
|
---|
13 | MODULE_UNI_FILE = DpcDxe.uni
|
---|
14 | FILE_GUID = A210F973-229D-4f4d-AA37-9895E6C9EABA
|
---|
15 | MODULE_TYPE = DXE_DRIVER
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | ENTRY_POINT = DpcDriverEntryPoint
|
---|
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 | Dpc.c
|
---|
27 | Dpc.h
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 | NetworkPkg/NetworkPkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | UefiDriverEntryPoint
|
---|
35 | BaseLib
|
---|
36 | DebugLib
|
---|
37 | UefiBootServicesTableLib
|
---|
38 | MemoryAllocationLib
|
---|
39 |
|
---|
40 | [Protocols]
|
---|
41 | gEfiDpcProtocolGuid ## PRODUCES
|
---|
42 |
|
---|
43 | [Depex]
|
---|
44 | TRUE
|
---|
45 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
46 | DpcDxeExtra.uni
|
---|
Note:
See
TracBrowser
for help on using the repository browser.