]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
Removes redundant code and adds data size check for certificate data in DxeImageVerif...
[mirror_edk2.git] / SecurityPkg / Library / PlatformSecureLibNull / PlatformSecureLibNull.inf
CommitLineData
0c18794e 1## @file\r
a7450323 2# NULL PlatformSecureLib instance does NOT really detect whether a physical present \r
3# user exists but return TRUE directly. This instance can be used to verify security\r
4# related features during platform enabling and development. It should be replaced\r
5# by a platform-specific method(e.g. Button pressed) in a real platform for product.\r
0c18794e 6#\r
7# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PlatformSecureLibNull\r
20 FILE_GUID = 7FA68D82-10A4-4e71-9524-D3D9500D3CDF\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
0f7f6d23 23 LIBRARY_CLASS = PlatformSecureLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER\r
0c18794e 24\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources]\r
33 PlatformSecureLibNull.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r