]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Library / PlatformSecLibNull / PlatformSecLibNull.inf
CommitLineData
a39d5097
MK
1## @file\r
2# Library functions for PlatformSecLib.\r
3#\r
4# Null instance of Platform Sec Lib.\r
5#\r
6# Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
0acd8697 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a39d5097
MK
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = PlatformSecLibNull\r
14 MODULE_UNI_FILE = PlatformSecLibNull.uni\r
15 FILE_GUID = 6695974D-968C-420b-80B9-7870CD20118F\r
16 MODULE_TYPE = SEC\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = PlatformSecLib\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64\r
24#\r
25\r
26[Sources]\r
27 PlatformSecLibNull.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 UefiCpuPkg/UefiCpuPkg.dec\r