summaryrefslogtreecommitdiff
path: root/NetworkPkg/UefiPxeBcDxe/GoogleTest/UefiPxeBcDxeGoogleTest.inf
blob: 8b092d9291d469995ecaf07a6dfa275c05322319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## @file
# Unit test suite for the UefiPxeBcDxe using Google Test
#
# Copyright (c) Microsoft Corporation.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
[Defines]
INF_VERSION    = 0x00010005
BASE_NAME      = UefiPxeBcDxeGoogleTest
FILE_GUID      = 77D45C64-EC1E-4174-887B-886E89FD1EDF
MODULE_TYPE    = HOST_APPLICATION
VERSION_STRING = 1.0

#
# The following information is for reference only and not required by the build tools.
#
#  VALID_ARCHITECTURES           = IA32 X64 AARCH64
#

[Sources]
  UefiPxeBcDxeGoogleTest.cpp
  PxeBcDhcp6GoogleTest.cpp
  PxeBcDhcp6GoogleTest.h
  ../PxeBcDhcp6.c
  ../PxeBcSupport.c
  ../../../MdePkg/Test/Mock/Library/GoogleTest/Protocol/MockRng.cpp

[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec
  UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
  NetworkPkg/NetworkPkg.dec

[LibraryClasses]
  GoogleTestLib
  DebugLib
  NetLib
  PcdLib

[Protocols]
  gEfiDhcp6ServiceBindingProtocolGuid
  gEfiDns6ServiceBindingProtocolGuid
  gEfiDns6ProtocolGuid

[Pcd]
  gEfiNetworkPkgTokenSpaceGuid.PcdDhcp6UidType

[Guids]
  gZeroGuid