]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / SnpNt32Dxe / SnpNt32Dxe.inf
CommitLineData
7b202cb0 1## @file\r
593a8308 2# Component name for module SnpNt32Dxe\r
3#\r
b78c4934 4# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
593a8308 5#\r
9d2eedba 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
593a8308 7#\r
8#\r
7b202cb0 9##\r
593a8308 10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = SnpNt32Dxe\r
14 FILE_GUID = D0893F05-B06D-4161-B947-9BE9B85AC3A1\r
227ddd67 15 MODULE_TYPE = UEFI_DRIVER\r
593a8308 16 VERSION_STRING = 1.0\r
593a8308 17\r
6c76a5da 18 ENTRY_POINT = InitializeSnpNt32Driver\r
806b6f31 19 UNLOAD_IMAGE = SnpNt32Unload\r
593a8308 20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
b78c4934 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
593a8308 24#\r
25\r
7b202cb0 26[Sources]\r
593a8308 27 ComponentName.c\r
28 SnpNt32.h\r
29 SnpNt32.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 Nt32Pkg/Nt32Pkg.dec\r
35\r
36[LibraryClasses]\r
37 DevicePathLib\r
38 UefiLib\r
39 UefiBootServicesTableLib\r
40 BaseMemoryLib\r
41 DebugLib\r
42 UefiDriverEntryPoint\r
43 NetLib\r
44\r
45[Protocols]\r
46 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
47 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
48 gEfiWinNtThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r