]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
Fixed potential issues to release resources when error occurs.
[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 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x00020000
25
26 ENTRY_POINT = InitializeUndi
27
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources.common]
33 Undi32.h
34 E100b.h
35 E100b.c
36 Decode.c
37 Init.c
38
39
40 [Packages]
41 MdePkg/MdePkg.dec
42
43
44 [LibraryClasses]
45 UefiLib
46 UefiBootServicesTableLib
47 BaseMemoryLib
48 DebugLib
49 UefiRuntimeLib
50 UefiDriverEntryPoint
51
52
53 [Guids]
54 gEfiEventExitBootServicesGuid
55 gEfiEventVirtualAddressChangeGuid
56
57
58 [Protocols]
59 gEfiNetworkInterfaceIdentifierProtocolGuid_31
60 gEfiPciIoProtocolGuid
61 gEfiDevicePathProtocolGuid
62