From nobody Thu Mar 28 10:21:25 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+89440+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89440+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1651255527; cv=none; d=zohomail.com; s=zohoarc; b=azfvA3HKPvfbchyOG+Wkk5dnMdCmbH7/HRzYL4GsMFuelpTMMbEpmF4LwHGX2R78DCDCtSJhisWFW4RL4gvde0Y2C9CVsBGO3VWztx0TK8qx9iV/aglh6AX6sWZ2lD+GSm5Kt7ZNUqZdlTnMXdCWqsYZ8TXtfeXTSyiMglhgRYo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1651255527; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=QZ0PgyCyQHl2+ECIVplObip7U5ImgkM1QQHJx7MN2b4=; b=mPtqe104XPAb75f/5ukE5WpXBYexwGnUEckIMN64OsfWHxmol6d+sJ9xkcHxW8n7HSAyJkEN7wGSgCZXRs4bX5HYsnXSF+0La2zaSLXQeAJHjHPfZ9dfPEz80opQ3yjfhoEJaec5x9PE/yz9S8Uoj9NqN1bHgJ+IqW6oo8aVBYg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89440+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1651255527172754.4031953966593; Fri, 29 Apr 2022 11:05:27 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id E1V8YY1788612xQubzQt0a3X; Fri, 29 Apr 2022 11:05:26 -0700 X-Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web12.13563.1651255524511770306 for ; Fri, 29 Apr 2022 11:05:25 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10332"; a="246648125" X-IronPort-AV: E=Sophos;i="5.91,186,1647327600"; d="scan'208";a="246648125" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 11:05:23 -0700 X-IronPort-AV: E=Sophos;i="5.91,186,1647327600"; d="scan'208";a="514955804" X-Received: from jvang-mobl.amr.corp.intel.com ([10.212.198.238]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 11:05:23 -0700 From: "Judah Vang" To: devel@edk2.groups.io Cc: Jian J Wang , Andrew Fish , Ray Ni , Nishant C Mistry Subject: [edk2-devel] [Patch v2 22/28] EmulatorPkg: Add ProtectedVariable reference Date: Fri, 29 Apr 2022 11:04:24 -0700 Message-Id: <20220429180430.3292-23-judah.vang@intel.com> In-Reply-To: <20220429180430.3292-1-judah.vang@intel.com> References: <20220429180430.3292-1-judah.vang@intel.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,judah.vang@intel.com X-Gm-Message-State: YMVcrkFyisWiNcqxyhLsZ2Yhx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1651255526; bh=HQRR94eDA3OSAVHCeVyfNkkNqUo/iHaUrS59tqCTNNc=; h=Cc:Date:From:Reply-To:Subject:To; b=kqcGLmDEosdUWV/ZrVT35sHEIo3IagPdJoxdH1FsSvWFuBpe8FfEfQ6cDmmSpEIUnzu xjQxCEg6REfx+ZAZMVHmwgzM9+BMcJJH4N08fm4RXTvEucKdGjK9Rlyh1dJU6nnLnsOCz HK+YvVbepfKBKI/S4zmNSgdUO0xkJbsK6Vs= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1651255528271100057 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2594 Add reference to null ProtectedVariableLib. Cc: Jian J Wang Cc: Andrew Fish Cc: Ray Ni Cc: Nishant C Mistry Signed-off-by: Jian J Wang Signed-off-by: Nishant C Mistry Signed-off-by: Judah Vang --- EmulatorPkg/EmulatorPkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index 554c13ddb500..4a6d50390db7 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -4,7 +4,7 @@ # The Emulation Platform can be used to debug individual modules, prior to= creating # a real platform. This also provides an example for how an DSC is created. # -# Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.
# Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.
# Copyright (c) Microsoft Corporation. # @@ -119,6 +119,7 @@ [LibraryClasses] LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/C= puExceptionHandlerLibNull.inf TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf + ProtectedVariableLib|MdeModulePkg/Library/ProtectedVariableLibNull/Prote= ctedVariableLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf --=20 2.35.1.windows.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89440): https://edk2.groups.io/g/devel/message/89440 Mute This Topic: https://groups.io/mt/90781910/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-