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