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 490E0740032 for ; Fri, 4 Aug 2023 19:47:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=smKYMzLjV3aBCvezY4q7+ApZsZVP9dwOe1/V9BkA3pw=; c=relaxed/simple; d=groups.io; h=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=1691178424; v=1; b=e1rwlmFC+I9Ip592mqKL/yZ4FmjOxv8+KKuyVLYWHPGZ7wKRSFTCCK878V7ehx115LBpYXhd kEYZhSHjfXu64LeUq8r2uDzFL6iyE9M/mcnJDvyjndp3iMkJ0Hy/8kPXfORP//5S1dMAwSEDLKo 4H37SfpA4j5l1m9m477I/Vg8= X-Received: by 127.0.0.2 with SMTP id YjWyYY7687511xUCiSyj8JMw; Fri, 04 Aug 2023 12:47:04 -0700 X-Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mx.groups.io with SMTP id smtpd.web11.6431.1691178423219678768 for ; Fri, 04 Aug 2023 12:47:03 -0700 X-Received: by mail-pj1-f54.google.com with SMTP id 98e67ed59e1d1-2682e33509bso1652975a91.1 for ; Fri, 04 Aug 2023 12:47:03 -0700 (PDT) X-Gm-Message-State: tAjIGJktpgVtre6gvyg54Rfwx7686176AA= X-Google-Smtp-Source: AGHT+IFEIk9vv1dEvCpvAi+GiY+gDk+eB3yQB0aPKRi4zXdpSc79eKAOvTFenRM/SAk4MlmFW9GbkA== X-Received: by 2002:a17:90a:138e:b0:268:87bd:d82d with SMTP id i14-20020a17090a138e00b0026887bdd82dmr2461890pja.18.1691178422529; Fri, 04 Aug 2023 12:47:02 -0700 (PDT) X-Received: from localhost.localdomain ([50.46.230.135]) by smtp.gmail.com with ESMTPSA id h15-20020a170902f7cf00b001b890b3bbb1sm2114133plw.211.2023.08.04.12.47.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Aug 2023 12:47:02 -0700 (PDT) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni Subject: [edk2-devel] [PATCH v4 03/14] EmulatorPkg: Add ImagePropertiesRecordLib Instance Date: Fri, 4 Aug 2023 12:46:37 -0700 Message-ID: <20230804194649.2001-4-t@taylorbeebe.com> In-Reply-To: <20230804194649.2001-1-t@taylorbeebe.com> References: <20230804194649.2001-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=e1rwlmFC; 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 From: Taylor Beebe 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.3 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107589): https://edk2.groups.io/g/devel/message/107589 Mute This Topic: https://groups.io/mt/100553433/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-