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