mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
34 lines
838 B
INI
34 lines
838 B
INI
## @file MockPostCodeLib.inf
|
|
# Google Test mocks for PostCodeLib
|
|
#
|
|
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = MockPostCodeLib
|
|
FILE_GUID = 25BF192B-A519-4997-823A-AFEC2C953627
|
|
MODULE_TYPE = HOST_APPLICATION
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = PostCodeLib
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
|
|
[Sources]
|
|
MockPostCodeLib.cpp
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
|
|
|
|
[LibraryClasses]
|
|
GoogleTestLib
|
|
|
|
[BuildOptions]
|
|
MSFT:*_*_*_CC_FLAGS = /EHsc
|