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