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