Olaf Hering
f28de7a3ce
Rename to match the package name. I'll deal the file name later. OBS-URL: https://build.opensuse.org/request/show/244527 OBS-URL: https://build.opensuse.org/package/show/Virtualization/ovmf?expand=0&rev=1
28 lines
1004 B
Diff
28 lines
1004 B
Diff
---
|
|
OvmfPkg/OvmfPkgX64.dsc | 2 +-
|
|
OvmfPkg/OvmfPkgX64.fdf | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/OvmfPkg/OvmfPkgX64.dsc
|
|
+++ b/OvmfPkg/OvmfPkgX64.dsc
|
|
@@ -560,7 +560,7 @@
|
|
BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
|
|
OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
|
|
}
|
|
- OvmfPkg/SecureBootConfigDxe/SecureBootConfigDxe.inf
|
|
+ SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
|
|
!endif
|
|
|
|
OvmfPkg/PlatformDxe/Platform.inf
|
|
--- a/OvmfPkg/OvmfPkgX64.fdf
|
|
+++ b/OvmfPkg/OvmfPkgX64.fdf
|
|
@@ -278,7 +278,7 @@ INF MdeModulePkg/Universal/FaultToleran
|
|
|
|
!if $(SECURE_BOOT_ENABLE) == TRUE
|
|
INF SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf
|
|
- INF OvmfPkg/SecureBootConfigDxe/SecureBootConfigDxe.inf
|
|
+ INF SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
|
|
!else
|
|
INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
|
!endif
|