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.web08.5909.1624446344308813213 for ; Wed, 23 Jun 2021 04:05:44 -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 EE9CC31B; Wed, 23 Jun 2021 04:05:43 -0700 (PDT) Received: from e120189.arm.com (unknown [10.57.78.245]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 06D813F719; Wed, 23 Jun 2021 04:05:42 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, Sami.Mujawar@arm.com, Alexei.Fedorov@arm.com Subject: [PATCH v1 02/10] DynamicTablesPkg: Update TableHelperLib.inf Date: Wed, 23 Jun 2021 12:05:16 +0100 Message-Id: <20210623110525.6171-3-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210623110525.6171-1-Pierre.Gondois@arm.com> References: <20210623110525.6171-1-Pierre.Gondois@arm.com> From: Pierre Gondois Update the inf file version and BASE_NAME of the library. Remove unused sections. 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