From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.6434.1606309863629377625 for ; Wed, 25 Nov 2020 05:11:03 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ard.biesheuvel@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4861631B; Wed, 25 Nov 2020 05:11:03 -0800 (PST) Received: from [192.168.1.81] (unknown [10.37.8.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 716953F70D; Wed, 25 Nov 2020 05:11:02 -0800 (PST) Subject: Re: [PATCH edk2-platforms 14/15] Platform/SocioNext: add VariablePolicy resolutions To: Leif Lindholm , devel@edk2.groups.io References: <20201125125559.11631-1-leif@nuviainc.com> <20201125125559.11631-15-leif@nuviainc.com> From: "Ard Biesheuvel" Message-ID: <5b19eff6-6408-fb5a-7017-e94db9cfeb4a@arm.com> Date: Wed, 25 Nov 2020 14:11:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201125125559.11631-15-leif@nuviainc.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/25/20 1:55 PM, Leif Lindholm wrote: > Add resolutions for > - VariablePolicyLib > - VariablePolicyHelperLib > - VariablePolicyLib (DXE_RUNTIME_DRIVER) > to DeveloperBox platform. > > Cc: Ard Biesheuvel > Signed-off-by: Leif Lindholm Does this unbreak the build of DeveloperBoxMm.dsc as well? If not, we should probably drop some of these into the .dsc.in file instead. > --- > Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > index a459079b1f26..c79792eef0aa 100644 > --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > @@ -127,6 +127,7 @@ [LibraryClasses.common.UEFI_APPLICATION] > # UiApp dependencies > FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf > > ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf > ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf > @@ -143,6 +144,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] > !if $(TARGET) != RELEASE > DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf > !endif > + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf > > [LibraryClasses.ARM] > ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf > @@ -366,6 +368,7 @@ [Components.common] > NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf > TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf > VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf > + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf > } > !else > ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf { >