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 34E8674003C for ; Tue, 18 Jul 2023 18:40:28 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=vf4zeCDomPuoljO0DSr9orci/ti61vYrT7K7DirOSuY=; c=relaxed/simple; d=groups.io; h=X-Received:X-Received:X-Received:X-Gm-Message-State:X-Google-Smtp-Source:X-Received:X-Received:From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Unsubscribe:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:Content-Transfer-Encoding; s=20140610; t=1689705626; v=1; b=WJd8kTZ2E//ssKhUn1XlJTtNJu5AuX87g4V6letRzsOAAEscVJuztQjqobrbF9bxuZR1uc+L 0BHH07bt7DXGsGeHpDp3SY6mka6atJX9QLCHH+taZc8ROrdn/n5b5x9KVBUEcM8vfy+4PbG8l6e VxGO0+mMvaOvRyluhLhr9F4A= X-Received: by 127.0.0.2 with SMTP id x7kaYY7687511xrqOvinrRNt; Tue, 18 Jul 2023 11:40:26 -0700 X-Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web10.3818.1689705623939819666 for ; Tue, 18 Jul 2023 11:40:24 -0700 X-Received: by mail-pf1-f181.google.com with SMTP id d2e1a72fcca58-6682909acadso4069397b3a.3 for ; Tue, 18 Jul 2023 11:40:23 -0700 (PDT) X-Gm-Message-State: nE4Oicu0PKUgvwi708dU4k5wx7686176AA= X-Google-Smtp-Source: APBJJlGgzKCrVUgkZPZAPE2jUxt+lpyi0J3qVGrSe6PdmbrmAja5OEh5wOLeXBmFDMr2iqaFEo6XRA== X-Received: by 2002:a05:6a21:7899:b0:131:f3a:4020 with SMTP id bf25-20020a056a21789900b001310f3a4020mr174909pzc.33.1689705623348; Tue, 18 Jul 2023 11:40:23 -0700 (PDT) X-Received: from localhost.localdomain ([50.46.230.135]) by smtp.gmail.com with ESMTPSA id d18-20020aa78692000000b006827d86ca0csm1863153pfo.55.2023.07.18.11.40.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Jul 2023 11:40:23 -0700 (PDT) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Guo Dong , Sean Rhodes , James Lu , Gua Guo Subject: [edk2-devel] [PATCH v1 7/9] UefiPayloadPkg: Add ImagePropertiesRecordLib Instance Date: Tue, 18 Jul 2023 11:40:03 -0700 Message-ID: <20230718184006.534-8-t@taylorbeebe.com> In-Reply-To: <20230718184006.534-1-t@taylorbeebe.com> References: <20230718184006.534-1-t@taylorbeebe.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,t@taylorbeebe.com 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=WJd8kTZ2; dmarc=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 Add an instance of ImagePropertiesRecordLib which will be used by the DXE Core. Signed-off-by: Taylor Beebe Cc: Guo Dong Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo --- UefiPayloadPkg/UefiPayloadPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc index 47812048ddcf..8d237b23339a 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.dsc +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc @@ -277,6 +277,7 @@ [LibraryClasses] # DebugPrintErrorLevelLib|UefiPayloadPkg/Library/DebugPrintErrorLevelLibHob/DebugPrintErrorLevelLibHob.inf PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf !if $(SOURCE_DEBUG_ENABLE) == TRUE PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf -- 2.41.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107028): https://edk2.groups.io/g/devel/message/107028 Mute This Topic: https://groups.io/mt/100221563/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-