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 BEA15940104 for ; Thu, 20 Jul 2023 00:06:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=FBtxrsgTX/8toFQEheirJgsiT01TgQxYKvpcBKnX36Q=; 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=1689811565; v=1; b=amj2Y4FrvWGooYsKeOu+FLYqdkB4vOtg8QqErDLbUO9kwj4vu319AImqUejqAhD/6cuYzoLG hQGwFx/F3E52XWOAKzZG+d1+AqfrI2BZyHFcY2VEH4E9ujQ5WJZ41B0eA8tVb3JSMQ+deI/YuOT 5IWBWSBtKY+xyZnt1WfDsO34= X-Received: by 127.0.0.2 with SMTP id VgsxYY7687511xepylzrgI12; Wed, 19 Jul 2023 17:06:05 -0700 X-Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mx.groups.io with SMTP id smtpd.web10.2239.1689811563802518769 for ; Wed, 19 Jul 2023 17:06:03 -0700 X-Received: by mail-pl1-f170.google.com with SMTP id d9443c01a7336-1b8b4748fe4so1367675ad.1 for ; Wed, 19 Jul 2023 17:06:03 -0700 (PDT) X-Gm-Message-State: Hq2q02tSkALruRbZpdhcbsIqx7686176AA= X-Google-Smtp-Source: APBJJlFIgrYgRTMdExYrrjNLogX+1Xgesp3NU5YnH/XZu4sylRUnct2M97qvGXkas1KXrdYGfRaA7Q== X-Received: by 2002:a17:902:b190:b0:1b8:9b78:df44 with SMTP id s16-20020a170902b19000b001b89b78df44mr3526499plr.20.1689811562931; Wed, 19 Jul 2023 17:06:02 -0700 (PDT) X-Received: from localhost.localdomain ([50.46.230.135]) by smtp.gmail.com with ESMTPSA id jf10-20020a170903268a00b001b83e624eecsm4617286plb.81.2023.07.19.17.06.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Jul 2023 17:06:02 -0700 (PDT) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Guo Dong , Sean Rhodes , James Lu , Gua Guo Subject: [edk2-devel] [PATCH v2 7/9] UefiPayloadPkg: Add ImagePropertiesRecordLib Instance Date: Wed, 19 Jul 2023 17:05:42 -0700 Message-ID: <20230720000544.146-8-t@taylorbeebe.com> In-Reply-To: <20230720000544.146-1-t@taylorbeebe.com> References: <20230720000544.146-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=amj2Y4Fr; 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 (#107073): https://edk2.groups.io/g/devel/message/107073 Mute This Topic: https://groups.io/mt/100246942/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-