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 F1626940F25 for ; Tue, 25 Jul 2023 01:35:32 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=DrHGMh9B19+j02Px+4ORuNriq127thsrvlvT0NqPEHU=; 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-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1690248931; v=1; b=fi7Lz0sClhlZkJHf3wUmL0KSj/VLoGApnla4MddhEnYfYG//y2bEnAs2JAucq/Nl2R970WY8 F4HYB50E1L7iOvG79jCNjyCwxofu1WoPZAR4Uex7BFxbpenEvTmXZx1U4+LqhYx5D5m3YhE5hWv tSIA0TeYqpgp/8S8hZZv8GKk= X-Received: by 127.0.0.2 with SMTP id TelXYY7687511xaxsokyXFpU; Mon, 24 Jul 2023 18:35:31 -0700 X-Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by mx.groups.io with SMTP id smtpd.web11.11422.1690248929181980793 for ; Mon, 24 Jul 2023 18:35:29 -0700 X-Received: by mail-pf1-f177.google.com with SMTP id d2e1a72fcca58-666e97fcc60so2824946b3a.3 for ; Mon, 24 Jul 2023 18:35:29 -0700 (PDT) X-Gm-Message-State: h8kIiNqUy9qJUyr3m70RmOuyx7686176AA= X-Google-Smtp-Source: APBJJlHs9qWZSTA+IjxwG78qljK6BO38KGZX1M2kxmL8rUAksEfAHhMhbPWCyu0AFx7iqJt6grG7zQ== X-Received: by 2002:a05:6a20:4c1a:b0:137:656b:1a7c with SMTP id fm26-20020a056a204c1a00b00137656b1a7cmr7999698pzb.46.1690248928396; Mon, 24 Jul 2023 18:35:28 -0700 (PDT) X-Received: from localhost.localdomain ([50.46.230.135]) by smtp.gmail.com with ESMTPSA id f8-20020a170902ce8800b001b893b689a0sm9630868plg.84.2023.07.24.18.35.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Jul 2023 18:35:28 -0700 (PDT) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Guo Dong , Sean Rhodes , James Lu , Gua Guo Subject: [edk2-devel] [PATCH v3 05/14] UefiPayloadPkg: Add ImagePropertiesRecordLib Instance Date: Mon, 24 Jul 2023 18:35:04 -0700 Message-ID: <20230725013513.1403-6-t@taylorbeebe.com> In-Reply-To: <20230725013513.1403-1-t@taylorbeebe.com> References: <20230725013513.1403-1-t@taylorbeebe.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,t@taylorbeebe.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: 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=fi7Lz0sC; 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 (#107202): https://edk2.groups.io/g/devel/message/107202 Mute This Topic: https://groups.io/mt/100342601/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-