]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/Library/FvLib/FvLib.inf
StandaloneMmPkg/FvLib: Add a common FV Library for management mode.
[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
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15################################################################################\r
16#\r
17# Defines Section - statements that will be processed to create a Makefile.\r
18#\r
19################################################################################\r
20[Defines]\r
21 INF_VERSION = 0x0001001A\r
22 BASE_NAME = FvLib\r
23 FILE_GUID = C20085E9-E3AB-4938-A727-C10935FEEE2B\r
24 MODULE_TYPE = BASE\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = FvLib\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32\r
32#\r
33\r
34################################################################################\r
35#\r
36# Sources Section - list of files that are required for the build to succeed.\r
37#\r
38################################################################################\r
39\r
40[Sources]\r
41 FvLib.c\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 StandaloneMmPkg/StandaloneMmPkg.dec\r
53\r
54[LibraryClasses]\r
55 BaseLib\r
56 BaseMemoryLib\r
57 DebugLib\r