]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockPlatformPKProtectionLib.inf
SecurityPkg: SecureBootVariableLib: Added unit tests
[mirror_edk2.git] / SecurityPkg / Library / SecureBootVariableLib / UnitTest / MockPlatformPKProtectionLib.inf
1 ## @file
2 # Provides an abstracted interface for configuring PK related variable protection.
3 #
4 # Copyright (c) Microsoft Corporation.
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = MockPlatformPKProtectionLib
12 FILE_GUID = 5FCD74D3-3965-4D56-AB83-000B9B4806A0
13 MODULE_TYPE = DXE_DRIVER
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = PlatformPKProtectionLib|HOST_APPLICATION
16
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32 X64 AARCH64
21 #
22
23 [Sources]
24 MockPlatformPKProtectionLib.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 SecurityPkg/SecurityPkg.dec
30 UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
31
32 [LibraryClasses]
33 UnitTestLib