X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FVariable%2FEmuRuntimeDxe%2FInitVariable.c;h=c774604215f1d1a6d7955d9c88f45837efd40517;hp=efff41c25345c686101180e81e4451d0b532bb91;hb=504214c4870e9183418014634268ce630eb5332a;hpb=6cc9ca322cdfe8417274e3659437750ee833fb54 diff --git a/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/InitVariable.c b/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/InitVariable.c index efff41c253..c774604215 100644 --- a/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/InitVariable.c +++ b/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/InitVariable.c @@ -1,6 +1,9 @@ -/*++ +/** @file -Copyright (c) 2006 - 2007, Intel Corporation + Implment all four UEFI runtime variable services and + install variable architeture protocol. + +Copyright (c) 2006 - 2008, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -9,15 +12,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Module Name: - - InitVariable.c - -Abstract: - -Revision History - ---*/ +**/ #include "Variable.h"