]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
EDK II Packages: Add Contributions.txt and License.txt files
[mirror_edk2.git] / Nt32Pkg / SnpNt32Dxe / SnpNt32Dxe.inf
CommitLineData
7b202cb0 1## @file\r
593a8308 2# Component name for module SnpNt32Dxe\r
3#\r
8f2a5f80 4# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
593a8308 5#\r
8f2a5f80 6# This program and the accompanying materials\r
593a8308 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
7b202cb0 15##\r
593a8308 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SnpNt32Dxe\r
20 FILE_GUID = D0893F05-B06D-4161-B947-9BE9B85AC3A1\r
227ddd67 21 MODULE_TYPE = UEFI_DRIVER\r
593a8308 22 VERSION_STRING = 1.0\r
593a8308 23\r
6c76a5da 24 ENTRY_POINT = InitializeSnpNt32Driver\r
806b6f31 25 UNLOAD_IMAGE = SnpNt32Unload\r
593a8308 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\r
7b202cb0 32[Sources]\r
593a8308 33 ComponentName.c\r
34 SnpNt32.h\r
35 SnpNt32.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 Nt32Pkg/Nt32Pkg.dec\r
41\r
42[LibraryClasses]\r
43 DevicePathLib\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 UefiDriverEntryPoint\r
49 NetLib\r
50\r
51[Protocols]\r
52 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
53 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54 gEfiWinNtThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r