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