mirror of https://github.com/acidanthera/audk.git
40 lines
947 B
INI
40 lines
947 B
INI
## @file
|
|
# PRM Module Discovery Library Host-Based Unit Tests
|
|
#
|
|
# Copyright (c) Microsoft Corporation
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010006
|
|
BASE_NAME = PrmModuleDiscoveryLibUnitTestHost
|
|
FILE_GUID = 864886C5-5458-4FF5-A160-4D5B2EAEC558
|
|
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
|
|
#
|
|
|
|
[Sources]
|
|
DxePrmModuleDiscoveryLibUnitTest.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
|
|
PrmPkg/PrmPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DebugLib
|
|
MemoryAllocationLib
|
|
PrmModuleDiscoveryLib
|
|
UefiBootServicesTableLib
|
|
UnitTestLib
|