| ## @file MockPciLib.inf | |
| # Google Test mocks for PciLib | |
| # | |
| # Copyright (c) 2023, Intel Corporation. All rights reserved. | |
| # SPDX-License-Identifier: BSD-2-Clause-Patent | |
| ## | |
| [Defines] | |
| INF_VERSION = 0x00010005 | |
| BASE_NAME = MockPciLib | |
| FILE_GUID = B64B61FF-8682-482E-A4DA-2BB8A7FB24AE | |
| MODULE_TYPE = HOST_APPLICATION | |
| VERSION_STRING = 1.0 | |
| LIBRARY_CLASS = PciLib | |
| # | |
| # The following information is for reference only and not required by the build tools. | |
| # | |
| # VALID_ARCHITECTURES = IA32 X64 | |
| # | |
| [Sources] | |
| MockPciLib.cpp | |
| [Packages] | |
| MdePkg/MdePkg.dec | |
| UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec | |
| [LibraryClasses] | |
| GoogleTestLib | |
| [BuildOptions] | |
| MSFT:*_*_*_CC_FLAGS = /EHsc |