From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f66.google.com (mail-pj1-f66.google.com [209.85.216.66]) by mx.groups.io with SMTP id smtpd.web11.37150.1598593916139999614 for ; Thu, 27 Aug 2020 22:51:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@corthon-com.20150623.gappssmtp.com header.s=20150623 header.b=IPvRSWua; spf=none, err=permanent DNS error (domain: corthon.com, ip: 209.85.216.66, mailfrom: bret@corthon.com) Received: by mail-pj1-f66.google.com with SMTP id g6so40912pjl.0 for ; Thu, 27 Aug 2020 22:51:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=corthon-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=8z+Jy5f6TXHngVFrjcu1xmCrv4hG+DqVljBXnoIvEeY=; b=IPvRSWuam7/YPVln/XhqLgd4XfzmlJ3OkTLryefdsPQ7WzfjUqkU64Gi+mJI4CbexR eg6SoFZcExjCQcrfzMrh/V948QbodQfVgosWXrtVuCbgrh2MB3Il8sbMHbubGgpo6rwo CWHbd//vpXgoFYY2oSK8vLMzZDOmeYQfCo964BtElQ/ftfkbMme1MEOljxTqHbg9+SAR g5Mp/aK0aAhHUApbEW5RJusloJe5mVSZAn167PIxLPuAMhVyCIGQkJYMoeZ7An7iLVt3 SMEZSOBi6anJHSsyLqfjwtp75gIsIj7Uv1O9LrE5JrxghyebJWNF63ar+jJENB2WT1Qx tIcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=8z+Jy5f6TXHngVFrjcu1xmCrv4hG+DqVljBXnoIvEeY=; b=AIEEVpS6tBKH6keM0SovC04tqJ51p+Sd7adfkXGWcKEuJZAPzRU9QnysmkXB7JWV5m 1J+TKpBJDPtayYeLiNX158qoW8XK6lR/aBYrvlepcuaKs1lHrWz/GQlDtrmr19o6qUJ/ Hn3Ha8EayX/v9HfPuosYUDLUADLAHKLyFbyYRuPRKnOwavVoAiSb/xZ6jwaG+ssuTfXl y/wgnJSbfbvlQiX2mBr/oJA7SNfWrlMm6HC3pajpWO35ZXQqxMK1J4M6aAi0atIUfLss wRP+e49zfDhlslzt/xDU0tFcbls0Pn6lZpWQpaPELdqmd0JqlGFapag+WqLmOx9jb6/m tjcQ== X-Gm-Message-State: AOAM531Oz9CUX0Owev86A8XuZhE+faHgJQM7yNoajTD5nRIac40feWdC jQJE2310ABU6e1g4h5z8C68yyqn+uXwuR3wukp0= X-Google-Smtp-Source: ABdhPJz9+VgPiFaMpd4LPw31NHIj0ptzDVBGGGJqaWGiAsomWMyrxMafcUjNLtbZupKGibDW5Iqtjw== X-Received: by 2002:a17:902:b28a:: with SMTP id u10mr70297plr.30.1598593915350; Thu, 27 Aug 2020 22:51:55 -0700 (PDT) Return-Path: Received: from localhost.localdomain (174-21-132-206.tukw.qwest.net. [174.21.132.206]) by smtp.gmail.com with ESMTPSA id fz19sm41802pjb.40.2020.08.27.22.51.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Aug 2020 22:51:54 -0700 (PDT) From: "Bret Barkelew" X-Google-Original-From: Bret Barkelew To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni Subject: [PATCH v7 06/14] EmulatorPkg: Add VariablePolicy engine to EmulatorPkg platform Date: Thu, 27 Aug 2020 22:51:19 -0700 Message-Id: <20200828055127.1610-7-brbarkel@microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20200828055127.1610-1-brbarkel@microsoft.com> References: <20200828055127.1610-1-brbarkel@microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522 Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Cc: Bret Barkelew Signed-off-by: Bret Barkelew --- EmulatorPkg/EmulatorPkg.dsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index 86a62717353b..3bb6e0373ca8 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -6,6 +6,7 @@ #=0D # Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.
=0D # Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.
= =0D +# Copyright (c) Microsoft Corporation.=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D @@ -108,6 +109,8 @@ [LibraryClasses] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf=0D AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLib= Null.inf=0D VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf=0D + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf=0D + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf=0D SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf=0D ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf=0D FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf=0D --=20 2.28.0.windows.1