From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id EF564AC0C3B for ; Wed, 21 Feb 2024 05:18:02 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=issOo/EqzxzIgKGkKfTA+22Av7l7c+Fu2fKhr5fU2hI=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1708492681; v=1; b=LWj22XmSI13IOIQooJMBeqULgE2IN0kA1m+UaKgoknY7VZUG7z5Rqm3Lah3HA+ue9hiO1YaZ 2RWWiLNyPTVgujBUWXgEVaFz5hKBXm7ejjRfIDylzAT8iKvvmRFF6B5C0DykjI6uMQaJG/nYqiR R1n8CsHTW9copJ9psSNcvNpk= X-Received: by 127.0.0.2 with SMTP id gq1cYY7687511xbqGYR34v6L; Tue, 20 Feb 2024 21:18:01 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) by mx.groups.io with SMTP id smtpd.web11.6624.1708492680945252521 for ; Tue, 20 Feb 2024 21:18:01 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10990"; a="2757960" X-IronPort-AV: E=Sophos;i="6.06,174,1705392000"; d="scan'208";a="2757960" X-Received: from orviesa009.jf.intel.com ([10.64.159.149]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2024 21:18:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,174,1705392000"; d="scan'208";a="4953055" X-Received: from vision-ws.amr.corp.intel.com ([10.53.88.83]) by orviesa009-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2024 21:18:00 -0800 From: "Clark-williams, Zachary" To: devel@edk2.groups.io Cc: Zachary Clark-Williams , Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel] [PATCH] MinPlatformPkg/PhatAcpiLib: Add to CoreDxeLib dsc Date: Tue, 20 Feb 2024 21:17:56 -0800 Message-Id: <20240221051756.2143-1-zachary.clark-williams@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zachary.clark-williams@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: YhOB1d7VZwlZAu7tcsT77cVbx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=LWj22XmS; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: Zachary Clark-Williams PhatAcpiLib update to match all file names to PhatAcpiLib and add the library to CoreDxeLib for use. Hsd-es-id: 22019504949 Change-Id: Ic184715a2b5ab117d464bad5cb251c674416e0dd Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Zachary Clark-Williams --- .../MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.inf | 2 +- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.inf b/Platform/Intel/MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.inf index d2e0d070f..7e238eb8d 100644 --- a/Platform/Intel/MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.inf +++ b/Platform/Intel/MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.inf @@ -12,7 +12,7 @@ FILE_GUID = 3932BB84-ADFB-4C7A-BC59-E33FC7AD6E20 VERSION_STRING = 1.0 MODULE_TYPE = DXE_DRIVER - LIBRARY_CLASS = DxePhatAcpiLib|DXE_DRIVER + LIBRARY_CLASS = PhatAcpiLib|DXE_DRIVER [Sources] DxePhatAcpiLib.c diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc index b46993882..80cc12904 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc @@ -42,6 +42,7 @@ [LibraryClasses.common.DXE_CORE, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION] VariableReadLib|MinPlatformPkg/Library/DxeRuntimeVariableReadLib/DxeRuntimeVariableReadLib.inf VariableWriteLib|MinPlatformPkg/Library/DxeRuntimeVariableWriteLib/DxeRuntimeVariableWriteLib.inf + PhatAcpiLib|MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.inf [LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION] !if gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable == TRUE -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115709): https://edk2.groups.io/g/devel/message/115709 Mute This Topic: https://groups.io/mt/104483416/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-