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 E0EE5D804B7 for ; Mon, 27 Nov 2023 18:18:35 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=tO/b8DP9364TBkxBRyPqbZWp9uh0EJ2fwBFqLpVt68k=; 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=1701109114; v=1; b=aUqFWVZknWeV/jBbTs9/AweePQr3yi3BB0TjB1v/XIZDglS2LRDso6mjt7iiHR0xxoU/lMFv /WNsBxAqpgp1rmJ342hlOgrWGLhN5qCp366q8i8UnNUPQGDCNfIaw7m/mJ3bFY/nVqWGUHBrZ/P cjgHWKFGPPHcrZAvSTdr3yYc= X-Received: by 127.0.0.2 with SMTP id p3HLYY7687511x9DTo1W8MCZ; Mon, 27 Nov 2023 10:18:34 -0800 X-Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mx.groups.io with SMTP id smtpd.web10.102519.1701109113445707255 for ; Mon, 27 Nov 2023 10:18:33 -0800 X-Received: by mail-pg1-f178.google.com with SMTP id 41be03b00d2f7-5c194b111d6so3367839a12.0 for ; Mon, 27 Nov 2023 10:18:33 -0800 (PST) X-Gm-Message-State: 8f9fPUGRkY0kbHaF4i0DkWKDx7686176AA= X-Google-Smtp-Source: AGHT+IG8c4SF39J5Rdy3sdgVBFag6MWQRD4dJXaQPVkngGrhpTviU/KLKRvmMfrjvLDyA2ARrKVz0g== X-Received: by 2002:a17:903:1205:b0:1cf:c01d:c056 with SMTP id l5-20020a170903120500b001cfc01dc056mr6867470plh.57.1701109112801; Mon, 27 Nov 2023 10:18:32 -0800 (PST) X-Received: from localhost.localdomain ([50.46.253.1]) by smtp.gmail.com with ESMTPSA id c6-20020a170902c1c600b001cfd0ed1604sm2013259plc.87.2023.11.27.10.18.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Nov 2023 10:18:32 -0800 (PST) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni , Michael D Kinney Subject: [edk2-devel] [PATCH v5 03/16] EmulatorPkg: Add ImagePropertiesRecordLib Instance Date: Mon, 27 Nov 2023 10:18:01 -0800 Message-ID: <20231127181818.411-4-taylor.d.beebe@gmail.com> In-Reply-To: <20231127181818.411-1-taylor.d.beebe@gmail.com> References: <20231127181818.411-1-taylor.d.beebe@gmail.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,taylor.d.beebe@gmail.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=aUqFWVZk; 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=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none) Add an instance of ImagePropertiesRecordLib which will be used by the DXE Core. Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Taylor Beebe Reviewed-by: Michael D Kinney --- EmulatorPkg/EmulatorPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index b14654739b54..85134b07816e 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|MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf -- 2.42.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111740): https://edk2.groups.io/g/devel/message/111740 Mute This Topic: https://groups.io/mt/102834908/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-