]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
1. Import SnpNt32Dxe. That is a thunk driver could produce SNP protocol on NT32 platf...
[mirror_edk2.git] / Nt32Pkg / SnpNt32Dxe / SnpNt32Dxe.inf
CommitLineData
593a8308 1#/** @file\r
2# Component name for module SnpNt32Dxe\r
3#\r
4# Copyright (c) 2007, Intel Corporation.\r
5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SnpNt32Dxe\r
20 FILE_GUID = D0893F05-B06D-4161-B947-9BE9B85AC3A1\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = InitializeSnpNt32river\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources.common]\r
35 ComponentName.c\r
36 SnpNt32.h\r
37 SnpNt32.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42 Nt32Pkg/Nt32Pkg.dec\r
43\r
44[LibraryClasses]\r
45 DevicePathLib\r
46 UefiLib\r
47 UefiBootServicesTableLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 UefiDriverEntryPoint\r
51 NetLib\r
52\r
53[Protocols]\r
54 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
56 gEfiWinNtThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r