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 05A2DD8027F for ; Thu, 20 Jul 2023 00:06:04 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=/wXQe0jv4XmLMklPw3G+i/ENHm5zuoL+olFhtOqxwFY=; 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=1689811563; v=1; b=r28T2XDb/XT6qX78G5mA3faLpnbO8cXIMr7nfqUROq2Lkjlc9a6J1M4QQ3VNFtZ2YRDVMTjs fN2E9VqzPvXTvn2Ei8cOjGeDbnbBhDP8qVyrKkmXYG1rO09xrxsFzGoqXmxwG7aB4JwHn7ln/vw kHnrrweyIykm6+XfUzbH7XOY= X-Received: by 127.0.0.2 with SMTP id nXdKYY7687511xAHpL1bBOnK; Wed, 19 Jul 2023 17:06:03 -0700 X-Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mx.groups.io with SMTP id smtpd.web11.2265.1689811561970905461 for ; Wed, 19 Jul 2023 17:06:02 -0700 X-Received: by mail-pj1-f49.google.com with SMTP id 98e67ed59e1d1-263036d4bc3so101821a91.2 for ; Wed, 19 Jul 2023 17:06:01 -0700 (PDT) X-Gm-Message-State: H32vTRz4OYCfrWJoFYFit12qx7686176AA= X-Google-Smtp-Source: APBJJlEpwF23sYMPWMVY3bGxYRES+nyE5JS/TDemKaqKTi2V7mc2mghw97j9V8rJ/mXWFqlapJLiHw== X-Received: by 2002:a17:90b:4a51:b0:263:2495:c27f with SMTP id lb17-20020a17090b4a5100b002632495c27fmr662438pjb.15.1689811561396; Wed, 19 Jul 2023 17:06:01 -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.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Jul 2023 17:06:00 -0700 (PDT) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni Subject: [edk2-devel] [PATCH v2 5/9] EmulatorPkg: Add ImagePropertiesRecordLib Instance Date: Wed, 19 Jul 2023 17:05:40 -0700 Message-ID: <20230720000544.146-6-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=r28T2XDb; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=none Add an instance of ImagePropertiesRecordLib which will be used by the DXE Core. Signed-off-by: Taylor Beebe Cc: Andrew Fish Cc: Ray Ni --- EmulatorPkg/EmulatorPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index b44435d7e6ee..e18eeca884a5 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -126,6 +126,7 @@ [LibraryClasses] SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf !if $(SECURE_BOOT_ENABLE) == TRUE RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf -- 2.41.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107071): https://edk2.groups.io/g/devel/message/107071 Mute This Topic: https://groups.io/mt/100246939/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-