]> git.proxmox.com Git - mirror_edk2.git/blob - DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
2568057a9e5021d9779c769e611a86da163f6d1d
[mirror_edk2.git] / DynamicTablesPkg / Library / Common / TableHelperLib / TableHelperLib.inf
1 ## @file
2 # Table Helper
3 #
4 # Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010019
17 BASE_NAME = DynamicTableHelperLib
18 FILE_GUID = E315C738-3A39-4D0D-A0AF-8EDFA770AB39
19 VERSION_STRING = 1.0
20 MODULE_TYPE = DXE_DRIVER
21 LIBRARY_CLASS = TableHelperLib
22
23 [Sources]
24 TableHelper.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 DynamicTablesPkg/DynamicTablesPkg.dec
29
30 [LibraryClasses]
31 BaseLib
32
33 [Protocols]
34
35 [Guids]
36