mirror of https://github.com/acidanthera/audk.git
Vlv2TbltDevicePkg/AcpiPlatform: Add variable protocols to depex
Add the arch protocols gEfiVariableArchProtocolGuid and gEfiVariableWriteArchProtocolGuid to the dependency expression for the AcpiPlatform module to guarantee that the variables that AcpiPlatform depends upon are set before they are used by this module. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Zailiang Sun <zailiang.sun@intel.com> Reviewed-by: Yi Qian <yi.qian@intel.com>
This commit is contained in:
parent
f635a42e14
commit
24990e84d3
|
@ -1,10 +1,12 @@
|
|||
#
|
||||
#
|
||||
# Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved
|
||||
#
|
||||
# Copyright (c) 1999 - 2019, Intel Corporation. All rights reserved
|
||||
#
|
||||
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
#
|
||||
#
|
||||
|
||||
#
|
||||
#
|
||||
# Module Name:
|
||||
|
@ -79,6 +81,8 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile
|
||||
|
||||
[Depex]
|
||||
gEfiVariableArchProtocolGuid AND
|
||||
gEfiVariableWriteArchProtocolGuid AND
|
||||
gEfiAcpiSupportProtocolGuid AND
|
||||
gEfiMpServiceProtocolGuid AND
|
||||
gEfiCpuIoProtocolGuid
|
||||
|
|
Loading…
Reference in New Issue