diff options
author | Pierre Gondois <Pierre.Gondois@arm.com> | 2021-09-30 08:48:13 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-10-01 10:57:43 +0000 |
commit | 20775950c673fcd0958d82a987210a3538c4103f (patch) | |
tree | b6d43ef80d4393b26c6066e7746c34e545c333b4 /DynamicTablesPkg/Library/Common | |
parent | 0875443f7ef61f1ad0732adc44c4a7d09c55848f (diff) | |
download | edk2-20775950c673fcd0958d82a987210a3538c4103f.tar.gz edk2-20775950c673fcd0958d82a987210a3538c4103f.tar.bz2 edk2-20775950c673fcd0958d82a987210a3538c4103f.zip |
DynamicTablesPkg: Update TableHelperLib.inf
Update the inf file version and BASE_NAME of the library.
Remove unused sections.
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Diffstat (limited to 'DynamicTablesPkg/Library/Common')
-rw-r--r-- | DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf b/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf index 26d82e6850..5435f74aa0 100644 --- a/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf +++ b/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf @@ -1,14 +1,14 @@ ## @file
# Table Helper
#
-# Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.
+# Copyright (c) 2017 - 2021, ARM Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
[Defines]
- INF_VERSION = 0x00010019
- BASE_NAME = DynamicTableHelperLib
+ INF_VERSION = 0x0001001B
+ BASE_NAME = TableHelperLib
FILE_GUID = E315C738-3A39-4D0D-A0AF-8EDFA770AB39
VERSION_STRING = 1.0
MODULE_TYPE = DXE_DRIVER
@@ -23,8 +23,3 @@ [LibraryClasses]
BaseLib
-
-[Protocols]
-
-[Guids]
-
|