]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
SecurityPkg: Fix few typos
[mirror_edk2.git] / SecurityPkg / Library / PlatformSecureLibNull / PlatformSecureLibNull.inf
1 ## @file
2 # NULL platform secure library instance that always returns TRUE for a user physical present
3 #
4 # NULL PlatformSecureLib instance does NOT really detect whether a physical present
5 # user exists but returns TRUE directly. This instance can be used to verify security
6 # related features during platform enabling and development. It should be replaced
7 # by a platform-specific method(e.g. Button pressed) in a real platform for product.
8 #
9 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = PlatformSecureLibNull
17 MODULE_UNI_FILE = PlatformSecureLibNull.uni
18 FILE_GUID = 7FA68D82-10A4-4e71-9524-D3D9500D3CDF
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PlatformSecureLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER MM_STANDALONE
22 CONSTRUCTOR = PlatformSecureLibNullConstructor
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [Sources]
31 PlatformSecureLibNull.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 SecurityPkg/SecurityPkg.dec
36
37 [Pcd]
38 gEfiSecurityPkgTokenSpaceGuid.PcdUserPhysicalPresence ## CONSUMES
39