]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / SnpNt32Dxe / SnpNt32Dxe.inf
... / ...
CommitLineData
1## @file\r
2# Component name for module SnpNt32Dxe\r
3#\r
4# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = SnpNt32Dxe\r
14 FILE_GUID = D0893F05-B06D-4161-B947-9BE9B85AC3A1\r
15 MODULE_TYPE = UEFI_DRIVER\r
16 VERSION_STRING = 1.0\r
17\r
18 ENTRY_POINT = InitializeSnpNt32Driver\r
19 UNLOAD_IMAGE = SnpNt32Unload\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64 EBC\r
24#\r
25\r
26[Sources]\r
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