]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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
31\r
32[Sources.common]\r
1d13665e 33 Receive.c\r
34 Snp.h\r
35 Nvdata.c\r
36 Get_status.c\r
37 Start.c\r
38 Snp.c\r
39 Stop.c\r
40 Statistics.c\r
41 Reset.c\r
42 Shutdown.c\r
43 Mcast_ip_to_mac.c\r
44 Transmit.c\r
8a67d61d 45 WaitForPacket.c\r
1d13665e 46 Receive_filters.c\r
78255951 47 Initialize.c\r
8a67d61d 48 ComponentName.c\r
1d13665e 49 Callback.c\r
50 Station_address.c\r
8a67d61d 51\r
52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
55 MdeModulePkg/MdeModulePkg.dec\r
56\r
57\r
58[LibraryClasses]\r
59 UefiLib\r
60 BaseLib\r
61 UefiBootServicesTableLib\r
62 UefiDriverEntryPoint\r
63 BaseMemoryLib\r
64 DebugLib\r
65\r
66\r
67[Protocols]\r
68 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
69 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
70 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
8a67d61d 71 gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED\r