2 # Component name for module SNP
\r
5 # Copyright (c) 2006, Intel Corporation.
\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
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
19 INF_VERSION = 0x00010005
\r
21 FILE_GUID = A2f436EA-A127-4EF8-957C-8048606FF670
\r
22 MODULE_TYPE = DXE_DRIVER
\r
23 VERSION_STRING = 1.0
\r
24 EDK_RELEASE_VERSION = 0x00020000
\r
25 EFI_SPECIFICATION_VERSION = 0x00020000
\r
27 ENTRY_POINT = InitializeSnpNiiDriver
\r
30 # The following information is for reference only and not required by the build tools.
\r
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
\r
58 MdeModulePkg/MdeModulePkg.dec
\r
64 UefiBootServicesTableLib
\r
65 UefiDriverEntryPoint
\r
71 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
\r
72 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
\r
73 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
\r
74 gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED
\r