]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / Snp16Dxe / Snp16Dxe.inf
CommitLineData
bcecde14 1## @file\r
2# Thunk wrapper UEFI driver to produce EFI SNP protocol based on legacy 16 NIC ROM.\r
3#\r
4# Copyright (c) 1999 - 2010, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions\r
8# of the BSD License which accompanies this distribution. The\r
9# 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[Defines]\r
18 BASE_NAME = BiosSnp16\r
19 FILE_GUID = D0CAA91E-2DE4-4b0d-B3DC-09C67E854E34\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 INF_VERSION = 0x00010005\r
22 VERSION_STRING = 1.0\r
23 \r
24 ENTRY_POINT = BiosSnp16DriverEntryPoint\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# DRIVER_BINDING = gBiosSnp16DriverBinding\r
32# COMPONENT_NAME = gBiosSnp16ComponentName\r
33#\r
34\r
35[Sources]\r
36 BiosSnp16.h\r
37 BiosSnp16.c\r
38 Misc.c\r
39 Pxe.h\r
40 PxeUndi.c\r
41 ComponentName.c\r
42\r
43\r
44[Libraryclasses]\r
45 UefiDriverEntryPoint\r
46 DebugLib\r
47 BaseMemoryLib\r
48 UefiBootServicesTableLib\r
49 UefiLib\r
50 BaseLib\r
51 DevicePathLib\r
52 MemoryAllocationLib\r
53\r
54[Guids]\r
55 gEfiEventExitBootServicesGuid\r
56\r
57[Protocols]\r
58 gEfiNetworkInterfaceIdentifierProtocolGuid\r
59 gEfiDevicePathProtocolGuid\r
60 gEfiSimpleNetworkProtocolGuid\r
61 gEfiPciIoProtocolGuid\r
62 gEfiLegacyBiosProtocolGuid\r
63\r
64[Packages]\r
65 MdePkg/MdePkg.dec\r
66 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
67\r