]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE...
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UndiRuntimeDxe / UndiRuntimeDxe.inf
1 #/** @file
2 # Component description file for Undi module.
3 #
4 # This module provides support for Universal Network Driver Interface
5 # Copyright (c) 2006 - 2007, Intel Corporation
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = UndiRuntimeDxe
20 FILE_GUID = A1f436EA-A127-4EF8-957C-8048606FF670
21 MODULE_TYPE = DXE_RUNTIME_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = InitializeUndi
25
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources.common]
31 Undi32.h
32 E100b.h
33 E100b.c
34 Decode.c
35 Init.c
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40
41
42 [LibraryClasses]
43 UefiLib
44 UefiBootServicesTableLib
45 BaseMemoryLib
46 DebugLib
47 UefiRuntimeLib
48 UefiDriverEntryPoint
49
50 [Protocols]
51 gEfiNetworkInterfaceIdentifierProtocolGuid_31
52 gEfiPciIoProtocolGuid
53 gEfiDevicePathProtocolGuid
54
55 [Guids]
56 gEfiEventExitBootServicesGuid ## PRODUCES ## Event
57 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event
58
59 [Depex]
60 gEfiBdsArchProtocolGuid AND
61 gEfiCpuArchProtocolGuid AND
62 gEfiMetronomeArchProtocolGuid AND
63 gEfiMonotonicCounterArchProtocolGuid AND
64 gEfiRealTimeClockArchProtocolGuid AND
65 gEfiResetArchProtocolGuid AND
66 gEfiRuntimeArchProtocolGuid AND
67 gEfiSecurityArchProtocolGuid AND
68 gEfiTimerArchProtocolGuid AND
69 gEfiVariableWriteArchProtocolGuid AND
70 gEfiVariableArchProtocolGuid AND
71 gEfiWatchdogTimerArchProtocolGuid