From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg1-f173.google.com (mail-pg1-f173.google.com [209.85.215.173]) by mx.groups.io with SMTP id smtpd.web11.6976.1600841351549771066 for ; Tue, 22 Sep 2020 23:09:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@corthon-com.20150623.gappssmtp.com header.s=20150623 header.b=Fb6npci/; spf=none, err=permanent DNS error (domain: corthon.com, ip: 209.85.215.173, mailfrom: bret@corthon.com) Received: by mail-pg1-f173.google.com with SMTP id y1so13725693pgk.8 for ; Tue, 22 Sep 2020 23:09:11 -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=uuokSOVoxqc03OQtR4ByWNvmhds5BG2mAWtB4tYCz30=; b=Fb6npci/zn1MQoknruBLgvLRjwJg7crpC28G9QEQyThpEnRS8f+U5YcWnYkYD24GsT 9FVsnqTc9c+Zu/SKwvkGnMZunwzhGtCoumTJsBiTPoxlvcI6Zuca5WGg7sIvtK+Sw0BS RitO4PiDxOKQxni2qsmcuFKG0Ax8xmBkCyA35xc4Y/eupMnZVBoTJxJOqay22Jkn43j2 BVI9mmT7LbqHSvv6HIdkZxPj5mTlW4hvR3zhmzoBzqvkBagsILrDoE5Q5EN2Oe4aAWSz Odagy5ss3SLtHq85ZGAilzwzD4hBFigdVEQbi2KYWUUqP8usZeVYXULJ8EvlpYm0MyEC yByg== 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=uuokSOVoxqc03OQtR4ByWNvmhds5BG2mAWtB4tYCz30=; b=DYRlo5dyEVlmWBtzZspfCLQ1lusYalKnhMDgB7aMGhM4QPmd5FDkssJiksFicIQIgu cSL/BkHOA7qFc/zWyQQCeGNWsBJYgyrUwLXHm9rsjidaPfMzJLVP6P6Ce+VriydTlYh2 R9IBe43lq9Hhq5Kt14OH8Fd1i+UWlynb9bjdZiFHrC5y+J5PpYDL5TV/lTfrSySUywqc LtUCX3d5sTvPz9YEjDSGSCcLfLTUWrvIjH9tZChXkzKRwwFNfRTNQzwkgBltdUqsU/r3 8vsgfIjWc1DDuR5813YFbbnwg35OE2lxLBCA/rqVgQyxPgeJsTIHQya5RvnSCfuLbBaM /92w== X-Gm-Message-State: AOAM532w7/x4qIpTpb+fRHDc0BBXFU63VxY7uAMl4E8ctpdYcPGGDk8c oegSpSUeXhrCiKhoVuszv42mQwK3A5WkBnnY X-Google-Smtp-Source: ABdhPJwMdYZklDarEipVeXKJhmMcC/9YGzHvqhZwcd10ZdZTh3ba+/tFAIFzUVylIs5Kly6qpGRTpg== X-Received: by 2002:aa7:9edb:0:b029:13e:d13d:a059 with SMTP id r27-20020aa79edb0000b029013ed13da059mr7518755pfq.31.1600841350656; Tue, 22 Sep 2020 23:09:10 -0700 (PDT) Return-Path: Received: from localhost.localdomain (174-21-140-128.tukw.qwest.net. [174.21.140.128]) by smtp.gmail.com with ESMTPSA id x4sm16960498pff.57.2020.09.22.23.09.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Sep 2020 23:09:10 -0700 (PDT) From: "Bret Barkelew" X-Google-Original-From: Bret Barkelew To: devel@edk2.groups.io Cc: Laszlo Ersek , Ard Biesheuvel , Leif Lindholm , Bret Barkelew Subject: [PATCH v8 07/14] ArmVirtPkg: Add VariablePolicy engine to ArmVirtPkg platform Date: Tue, 22 Sep 2020 23:07:41 -0700 Message-Id: <20200923060748.3795-8-bret.barkelew@microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20200923060748.3795-1-bret.barkelew@microsoft.com> References: <20200923060748.3795-1-bret.barkelew@microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Bret Barkelew https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522 Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Bret Barkelew Signed-off-by: Bret Barkelew Reviewed-by: Laszlo Ersek --- ArmVirtPkg/ArmVirt.dsc.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index cb3845d2bd37..111ed9ca9a57 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -2,6 +2,7 @@ # Copyright (c) 2011-2015, ARM Limited. All rights reserved.=0D # Copyright (c) 2014, Linaro Limited. All rights reserved.=0D # Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.=0D +# Copyright (c) Microsoft Corporation.=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D @@ -174,6 +175,8 @@ [LibraryClasses.common] AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLib= Null.inf=0D !endif=0D VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf=0D + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf=0D + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf=0D UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf=0D =0D ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseRepor= tStatusCodeLibNull.inf=0D @@ -247,6 +250,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] !if $(TARGET) !=3D RELEASE=0D DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibS= erialPort.inf=0D !endif=0D + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf=0D =0D !if $(SECURE_BOOT_ENABLE) =3D=3D TRUE=0D BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf=0D --=20 2.28.0.windows.1