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