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