• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2# Component name for module SnpNt32Dxe
3#
4# Copyright (c) 2007 - 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 of the BSD License
8#  which accompanies this distribution. The full text of the license may be found at
9#  http://opensource.org/licenses/bsd-license.php
10#
11#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14#
15##
16
17[Defines]
18  INF_VERSION                    = 0x00010005
19  BASE_NAME                      = SnpNt32Dxe
20  FILE_GUID                      = D0893F05-B06D-4161-B947-9BE9B85AC3A1
21  MODULE_TYPE                    = UEFI_DRIVER
22  VERSION_STRING                 = 1.0
23
24  ENTRY_POINT                    = InitializeSnpNt32Driver
25  UNLOAD_IMAGE                   = SnpNt32Unload
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
32[Sources]
33  ComponentName.c
34  SnpNt32.h
35  SnpNt32.c
36
37[Packages]
38  MdePkg/MdePkg.dec
39  MdeModulePkg/MdeModulePkg.dec
40  Nt32Pkg/Nt32Pkg.dec
41
42[LibraryClasses]
43  DevicePathLib
44  UefiLib
45  UefiBootServicesTableLib
46  BaseMemoryLib
47  DebugLib
48  UefiDriverEntryPoint
49  NetLib
50
51[Protocols]
52  gEfiSimpleNetworkProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED
53  gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED
54  gEfiWinNtThunkProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED
55