]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / Snp16Dxe / Snp16Dxe.inf
CommitLineData
bcecde14 1## @file\r
f9841f04
SZ
2# SNP driver On Legacy NIC ROM.\r
3#\r
bcecde14 4# Thunk wrapper UEFI driver to produce EFI SNP protocol based on legacy 16 NIC ROM.\r
5#\r
0a6f4824 6# Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved.<BR>\r
bcecde14 7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions\r
10# of the BSD License which accompanies this distribution. The\r
11# full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 BASE_NAME = BiosSnp16\r
f9841f04 21 MODULE_UNI_FILE = BiosSnp16.uni\r
bcecde14 22 FILE_GUID = D0CAA91E-2DE4-4b0d-B3DC-09C67E854E34\r
23 MODULE_TYPE = UEFI_DRIVER\r
24 INF_VERSION = 0x00010005\r
25 VERSION_STRING = 1.0\r
0a6f4824 26\r
bcecde14 27 ENTRY_POINT = BiosSnp16DriverEntryPoint\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
64bbf1de 32# VALID_ARCHITECTURES = IA32 X64 EBC\r
bcecde14 33#\r
34# DRIVER_BINDING = gBiosSnp16DriverBinding\r
35# COMPONENT_NAME = gBiosSnp16ComponentName\r
36#\r
37\r
38[Sources]\r
39 BiosSnp16.h\r
40 BiosSnp16.c\r
41 Misc.c\r
42 Pxe.h\r
43 PxeUndi.c\r
44 ComponentName.c\r
45\r
46\r
47[Libraryclasses]\r
48 UefiDriverEntryPoint\r
49 DebugLib\r
50 BaseMemoryLib\r
51 UefiBootServicesTableLib\r
52 UefiLib\r
53 BaseLib\r
54 DevicePathLib\r
55 MemoryAllocationLib\r
56\r
57[Guids]\r
f9841f04 58 gEfiEventExitBootServicesGuid ##CONSUMES ##Event\r
bcecde14 59\r
60[Protocols]\r
f9841f04
SZ
61 gEfiNetworkInterfaceIdentifierProtocolGuid ##BY_START\r
62 gEfiDevicePathProtocolGuid ##BY_START\r
63 gEfiDevicePathProtocolGuid ##TO_START\r
64 gEfiSimpleNetworkProtocolGuid ##BY_START\r
65 gEfiPciIoProtocolGuid ##TO_START\r
66 gEfiLegacyBiosProtocolGuid ##CONSUMES\r
bcecde14 67\r
68[Packages]\r
69 MdePkg/MdePkg.dec\r
70 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
71\r
f9841f04
SZ
72[UserExtensions.TianoCore."ExtraFiles"]\r
73 BiosSnp16Extra.uni\r