]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf
Eliminate duplicated file GUID.
[mirror_edk2.git] / IntelFspPkg / Library / SecPlatformSecLibNull / SecPlatformSecLibNull.inf
CommitLineData
c8ec22a2
JY
1## @file\r
2#\r
3# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
4#\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php.\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12##\r
13\r
14################################################################################\r
15#\r
16# Defines Section - statements that will be processed to create a Makefile.\r
17#\r
18################################################################################\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = SecPlatformSecLibNull\r
5ce0e518 22 FILE_GUID = 03DA99B3-DDF4-4c7e-8CCA-216FC3F1F311\r
c8ec22a2
JY
23 MODULE_TYPE = SEC\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = NULL\r
26\r
c8ec22a2
JY
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
33################################################################################\r
34#\r
35# Sources Section - list of files that are required for the build to succeed.\r
36#\r
37################################################################################\r
38\r
39[Sources]\r
40 PlatformSecLibNull.c\r
41\r
42\r
43################################################################################\r
44#\r
45# Package Dependency Section - list of Package files that are required for\r
46# this module.\r
47#\r
48################################################################################\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52\r