From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.9434.1632988126160170736 for ; Thu, 30 Sep 2021 00:48:46 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C37BCD6E; Thu, 30 Sep 2021 00:48:45 -0700 (PDT) Received: from e120189.home (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 8E6083F70D; Thu, 30 Sep 2021 00:48:44 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, Sami Mujawar , Alexei.Fedorov@arm.com, Joey Gouly Subject: [PATCH v2 02/10] DynamicTablesPkg: Update TableHelperLib.inf Date: Thu, 30 Sep 2021 08:48:13 +0100 Message-Id: <20210930074821.12546-3-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210930074821.12546-1-Pierre.Gondois@arm.com> References: <20210930074821.12546-1-Pierre.Gondois@arm.com> From: Pierre Gondois Update the inf file version and BASE_NAME of the library. Remove unused sections. Reviewed-by: Sami Mujawar Signed-off-by: Pierre Gondois --- .../Library/Common/TableHelperLib/TableHelperLib.inf | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf b/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf index 26d82e68501b..5435f74aa0b8 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 @@ [Packages] [LibraryClasses] BaseLib - -[Protocols] - -[Guids] - -- 2.17.1