blob: b07c04e2cff72aeac55d133361f53b23fa792f68 [file] [log] [blame]
lgao47b202cb2010-02-23 23:58:38 +00001## @file
vanjeff51ebae62009-07-03 14:35:24 +00002# Component description file for Undi module.
3#
Liming Gao7db61f62015-03-11 05:34:18 +00004# 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>
vanjeff51ebae62009-07-03 14:35:24 +00008#
hhtianac1ca102010-04-24 12:03:22 +00009# This program and the accompanying materials
vanjeff51ebae62009-07-03 14:35:24 +000010# 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#
lgao47b202cb2010-02-23 23:58:38 +000017##
vanjeff51ebae62009-07-03 14:35:24 +000018
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
lgao47b202cb2010-02-23 23:58:38 +000032[Sources]
vanjeff51ebae62009-07-03 14:35:24 +000033 Undi32.h
34 E100b.h
35 E100b.c
36 Decode.c
37 Init.c
sfu5906e1cb2012-12-13 06:41:07 +000038 ComponentName.c
Ye Ting2bbe9552015-04-30 02:57:10 +000039 UndiAipImpl.c
vanjeff51ebae62009-07-03 14:35:24 +000040
41[Packages]
42 MdePkg/MdePkg.dec
43
vanjeff51ebae62009-07-03 14:35:24 +000044[LibraryClasses]
45 UefiLib
46 UefiBootServicesTableLib
47 BaseMemoryLib
48 DebugLib
49 UefiRuntimeLib
50 UefiDriverEntryPoint
51 BaseLib
Ye Ting2bbe9552015-04-30 02:57:10 +000052 MemoryAllocationLib
vanjeff51ebae62009-07-03 14:35:24 +000053
54[Protocols]
55 gEfiNetworkInterfaceIdentifierProtocolGuid_31
56 gEfiPciIoProtocolGuid
57 gEfiDevicePathProtocolGuid
Ye Ting2bbe9552015-04-30 02:57:10 +000058 gEfiAdapterInformationProtocolGuid
vanjeff51ebae62009-07-03 14:35:24 +000059
60[Guids]
61 gEfiEventExitBootServicesGuid ## PRODUCES ## Event
62 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event
Ye Ting2bbe9552015-04-30 02:57:10 +000063 gEfiAdapterInfoUndiIpv6SupportGuid ## PRODUCES
vanjeff51ebae62009-07-03 14:35:24 +000064
65[Depex]
66 gEfiBdsArchProtocolGuid AND
67 gEfiCpuArchProtocolGuid AND
68 gEfiMetronomeArchProtocolGuid AND
69 gEfiMonotonicCounterArchProtocolGuid AND
70 gEfiRealTimeClockArchProtocolGuid AND
71 gEfiResetArchProtocolGuid AND
72 gEfiRuntimeArchProtocolGuid AND
73 gEfiSecurityArchProtocolGuid AND
74 gEfiTimerArchProtocolGuid AND
75 gEfiVariableWriteArchProtocolGuid AND
76 gEfiVariableArchProtocolGuid AND
77 gEfiWatchdogTimerArchProtocolGuid