From bc9d62b3af31384652ce5edf9e1528fe83bb79a2 Mon Sep 17 00:00:00 2001 From: lhauch Date: Sat, 15 Jul 2006 06:36:35 +0000 Subject: [PATCH] Reset the GUID to a unique value, as it was using the same GUID as Variable. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1017 6f19259b-4bc3-4df7-8a09-765794883524 --- .../EmuVariable/RuntimeDxe/EmuVariable.msa | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/EdkModulePkg/Universal/EmuVariable/RuntimeDxe/EmuVariable.msa b/EdkModulePkg/Universal/EmuVariable/RuntimeDxe/EmuVariable.msa index d5f0fc9140..851985983f 100644 --- a/EdkModulePkg/Universal/EmuVariable/RuntimeDxe/EmuVariable.msa +++ b/EdkModulePkg/Universal/EmuVariable/RuntimeDxe/EmuVariable.msa @@ -1,19 +1,11 @@ - - + EmuVariable DXE_RUNTIME_DRIVER - CBD2E4D5-7068-4FF5-B866-9822B4AD8D60 + CBD2E4D5-7068-4FF5-B866-9822B4AD8D61 1.0 - Component description file for EmuVariable module. + Emulation Variable for EFI_RUNTIME_SERVICES. This module provides three EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials -- 2.39.2