You've already forked edk2-upstream
mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-03-06 15:03:57 -08:00
35 lines
890 B
INI
35 lines
890 B
INI
## @file MockShellCommandLib.inf
|
|
# Google Test mocks for ShellCommandLib
|
|
#
|
|
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = MockShellCommandLib
|
|
FILE_GUID = 390bea01-510b-51bb-861f-369caef02153
|
|
MODULE_TYPE = HOST_APPLICATION
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = ShellCommandLib
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
|
|
[Sources]
|
|
MockShellCommandLib.cpp
|
|
|
|
[Packages]
|
|
ShellPkg/ShellPkg.dec
|
|
MdePkg/MdePkg.dec
|
|
UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
|
|
|
|
[LibraryClasses]
|
|
GoogleTestLib
|
|
|
|
[BuildOptions]
|
|
MSFT:*_*_*_CC_FLAGS = /EHs /bigobj
|