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