]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / Library / PlatformSecureLib / PlatformSecureLib.inf
CommitLineData
6a52c7a1 1## @file\r
2# Provides a platform-specific method to enable Secure Boot Custom Mode setup.\r
3#\r
dbf9cc87 4# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
6a52c7a1 5#\r
b26f0cf9 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6a52c7a1 7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = PlatformSecureLib\r
13 FILE_GUID = 4204D78D-EDBF-4cee-BE80-3881457CF344\r
14 MODULE_TYPE = DXE_DRIVER\r
15 VERSION_STRING = 1.0\r
16 LIBRARY_CLASS = PlatformSecureLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
dbf9cc87 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
6a52c7a1 22#\r
23\r
24[Sources]\r
25 PlatformSecureLib.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r