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 3D0DD940F25 for ; Tue, 25 Jul 2023 01:35:31 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=hUXVri5hj0OoRJtk9kxp1Vm6wej7Qs1NspJuGsU08/Q=; 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=1690248929; v=1; b=fseNWBAuTlr+OuS80TIvwOoh3MdgxHDM56KTM+8eq7OHjpsCqFQiD6qfITcnmZYDEGtIaQxr v1g+qmzf5N9qOhJbye9T+TbyrYt93K4kLUWnLMLGFotjSCUV+kj9ruSLxVjtdzbGwZqVSTfzB11 5Z27yDcVJ9aAbRkCfRJunA7U= X-Received: by 127.0.0.2 with SMTP id cVcGYY7687511xxzggSQAMpk; Mon, 24 Jul 2023 18:35:29 -0700 X-Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by mx.groups.io with SMTP id smtpd.web11.11421.1690248927965493050 for ; Mon, 24 Jul 2023 18:35:28 -0700 X-Received: by mail-pl1-f172.google.com with SMTP id d9443c01a7336-1b8ad356f03so25482155ad.1 for ; Mon, 24 Jul 2023 18:35:27 -0700 (PDT) X-Gm-Message-State: HGioWc3gt7VurvYsgR4pdHGix7686176AA= X-Google-Smtp-Source: APBJJlFyy+dR9XNJGV6Uak0+3RcQOb9eTRH6eQ7KSJDu/UPVzEwfHyJIYKB3jv894o5Dc5ffDZOV+g== X-Received: by 2002:a17:903:11cc:b0:1ae:10bc:4ae8 with SMTP id q12-20020a17090311cc00b001ae10bc4ae8mr9002257plh.26.1690248927327; Mon, 24 Jul 2023 18:35:27 -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.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Jul 2023 18:35:27 -0700 (PDT) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni Subject: [edk2-devel] [PATCH v3 03/14] EmulatorPkg: Add ImagePropertiesRecordLib Instance Date: Mon, 24 Jul 2023 18:35:02 -0700 Message-ID: <20230725013513.1403-4-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=fseNWBAu; 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: 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 (#107200): https://edk2.groups.io/g/devel/message/107200 Mute This Topic: https://groups.io/mt/100342599/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-