| ## @file | |
| # Google Test mocks for SecurityManagementLib | |
| # | |
| # Copyright (c) 2025, Yandex. All rights reserved. | |
| # SPDX-License-Identifier: BSD-2-Clause-Patent | |
| ## | |
| [Defines] | |
| INF_VERSION = 0x00010005 | |
| BASE_NAME = MockSecurityManagementLib | |
| FILE_GUID = 22FF8498-3FE9-495B-81B7-6595145F5832 | |
| MODULE_TYPE = HOST_APPLICATION | |
| VERSION_STRING = 1.0 | |
| LIBRARY_CLASS = SecurityManagementLib | |
| # | |
| # The following information is for reference only and not required by the build tools. | |
| # | |
| # VALID_ARCHITECTURES = IA32 X64 | |
| # | |
| [Sources] | |
| MockSecurityManagementLib.cpp | |
| [Packages] | |
| MdePkg/MdePkg.dec | |
| MdeModulePkg/MdeModulePkg.dec | |
| UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec | |
| [LibraryClasses] | |
| GoogleTestLib | |
| [BuildOptions] | |
| MSFT:*_*_*_CC_FLAGS = /EHsc |