]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/Library/FvLib/FvLib.inf
StandaloneMmPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / StandaloneMmPkg / Library / FvLib / FvLib.inf
CommitLineData
e85162ac
SV
1## @file\r
2#\r
3# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
4# Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>\r
5#\r
86094561 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e85162ac
SV
7#\r
8##\r
9\r
10################################################################################\r
11#\r
12# Defines Section - statements that will be processed to create a Makefile.\r
13#\r
14################################################################################\r
15[Defines]\r
16 INF_VERSION = 0x0001001A\r
17 BASE_NAME = FvLib\r
18 FILE_GUID = C20085E9-E3AB-4938-A727-C10935FEEE2B\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = FvLib\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32\r
27#\r
28\r
29################################################################################\r
30#\r
31# Sources Section - list of files that are required for the build to succeed.\r
32#\r
33################################################################################\r
34\r
35[Sources]\r
36 FvLib.c\r
37\r
38################################################################################\r
39#\r
40# Package Dependency Section - list of Package files that are required for\r
41# this module.\r
42#\r
43################################################################################\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 StandaloneMmPkg/StandaloneMmPkg.dec\r
48\r
49[LibraryClasses]\r
50 BaseLib\r
51 BaseMemoryLib\r
52 DebugLib\r