]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / SnpDxe / SnpDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
f3816027 2# Component description file for SNP module.\r
8a67d61d 3#\r
f3de0a60 4# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 5# This program and the accompanying materials are licensed \r
f3816027 6# and made available under the terms and conditions of the BSD License which \r
7# accompanies this distribution. The full text of the license may be found at \r
8# http://opensource.org/licenses/bsd-license.php \r
8a67d61d 9#\r
f3816027 10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8a67d61d 12#\r
6bfbb5f0 13##\r
8a67d61d 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = SnpDxe\r
18 FILE_GUID = A2f436EA-A127-4EF8-957C-8048606FF670\r
d3f16117 19 MODULE_TYPE = UEFI_DRIVER\r
8a67d61d 20 VERSION_STRING = 1.0\r
8a67d61d 21 ENTRY_POINT = InitializeSnpNiiDriver\r
f3de0a60 22 UNLOAD_IMAGE = NetLibDefaultUnload\r
8a67d61d 23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
d354ab7f 29# DRIVER_BINDING = mSimpleNetworkDriverBinding \r
30# COMPONENT_NAME = gSimpleNetworkComponentName\r
31# COMPONENT_NAME2 = gSimpleNetworkComponentName2\r
32#\r
8a67d61d 33\r
6bfbb5f0 34[Sources]\r
1d13665e 35 Receive.c\r
36 Snp.h\r
37 Nvdata.c\r
38 Get_status.c\r
39 Start.c\r
40 Snp.c\r
41 Stop.c\r
42 Statistics.c\r
43 Reset.c\r
44 Shutdown.c\r
45 Mcast_ip_to_mac.c\r
46 Transmit.c\r
8a67d61d 47 WaitForPacket.c\r
1d13665e 48 Receive_filters.c\r
78255951 49 Initialize.c\r
8a67d61d 50 ComponentName.c\r
1d13665e 51 Callback.c\r
52 Station_address.c\r
8a67d61d 53\r
54\r
55[Packages]\r
56 MdePkg/MdePkg.dec\r
57 MdeModulePkg/MdeModulePkg.dec\r
58\r
59\r
60[LibraryClasses]\r
61 UefiLib\r
62 BaseLib\r
63 UefiBootServicesTableLib\r
64 UefiDriverEntryPoint\r
65 BaseMemoryLib\r
66 DebugLib\r
f3de0a60 67 NetLib\r
8a67d61d 68\r
0428a6cb 69[Guids]\r
70 gEfiEventExitBootServicesGuid ## CONSUMES\r
71\r
72\r
8a67d61d 73[Protocols]\r
74 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
75 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
76 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
8a67d61d 77 gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED\r