]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[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
c0a00b14 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
bcecde14 9#\r
10##\r
11\r
12[Defines]\r
13 BASE_NAME = BiosSnp16\r
f9841f04 14 MODULE_UNI_FILE = BiosSnp16.uni\r
bcecde14 15 FILE_GUID = D0CAA91E-2DE4-4b0d-B3DC-09C67E854E34\r
16 MODULE_TYPE = UEFI_DRIVER\r
17 INF_VERSION = 0x00010005\r
18 VERSION_STRING = 1.0\r
0a6f4824 19\r
bcecde14 20 ENTRY_POINT = BiosSnp16DriverEntryPoint\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
64bbf1de 25# VALID_ARCHITECTURES = IA32 X64 EBC\r
bcecde14 26#\r
27# DRIVER_BINDING = gBiosSnp16DriverBinding\r
28# COMPONENT_NAME = gBiosSnp16ComponentName\r
29#\r
30\r
31[Sources]\r
32 BiosSnp16.h\r
33 BiosSnp16.c\r
34 Misc.c\r
35 Pxe.h\r
36 PxeUndi.c\r
37 ComponentName.c\r
38\r
39\r
40[Libraryclasses]\r
41 UefiDriverEntryPoint\r
42 DebugLib\r
43 BaseMemoryLib\r
44 UefiBootServicesTableLib\r
45 UefiLib\r
46 BaseLib\r
47 DevicePathLib\r
48 MemoryAllocationLib\r
49\r
50[Guids]\r
f9841f04 51 gEfiEventExitBootServicesGuid ##CONSUMES ##Event\r
bcecde14 52\r
53[Protocols]\r
f9841f04
SZ
54 gEfiNetworkInterfaceIdentifierProtocolGuid ##BY_START\r
55 gEfiDevicePathProtocolGuid ##BY_START\r
56 gEfiDevicePathProtocolGuid ##TO_START\r
57 gEfiSimpleNetworkProtocolGuid ##BY_START\r
58 gEfiPciIoProtocolGuid ##TO_START\r
59 gEfiLegacyBiosProtocolGuid ##CONSUMES\r
bcecde14 60\r
61[Packages]\r
62 MdePkg/MdePkg.dec\r
63 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
64\r
f9841f04
SZ
65[UserExtensions.TianoCore."ExtraFiles"]\r
66 BiosSnp16Extra.uni\r