diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 07:54:52 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 07:54:52 +0000 |
commit | 02c57dede0272340d50d85c42939392e5a54dc06 (patch) | |
tree | b620c7c2e185586689a04e09d3451bbb6e5b4e49 /MdeModulePkg | |
parent | de2314f85cb6bf138b39ec020d3d1f11b6069470 (diff) | |
download | edk2-02c57dede0272340d50d85c42939392e5a54dc06.zip edk2-02c57dede0272340d50d85c42939392e5a54dc06.tar.gz edk2-02c57dede0272340d50d85c42939392e5a54dc06.tar.bz2 |
INF head checked
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6995 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Universal/Variable/Pei/Variable.c | 2 | ||||
-rw-r--r-- | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/Variable/Pei/Variable.c b/MdeModulePkg/Universal/Variable/Pei/Variable.c index 3a1ae41..2f98b10 100644 --- a/MdeModulePkg/Universal/Variable/Pei/Variable.c +++ b/MdeModulePkg/Universal/Variable/Pei/Variable.c @@ -1,7 +1,7 @@ /** @file
Implement ReadOnly Variable Services required by PEIM and install
- PI ReadOnly Varaiable2 PPI. These services operates the non volatile storage space.
+ PEI ReadOnly Varaiable2 PPI. These services operates the non volatile storage space.
Copyright (c) 2006 - 2008 Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
diff --git a/MdeModulePkg/Universal/Variable/Pei/VariablePei.inf b/MdeModulePkg/Universal/Variable/Pei/VariablePei.inf index 327be3c..5406cc3 100644 --- a/MdeModulePkg/Universal/Variable/Pei/VariablePei.inf +++ b/MdeModulePkg/Universal/Variable/Pei/VariablePei.inf @@ -1,17 +1,17 @@ #/** @file
-# Component description file for PeiVariable module.
#
-# PEIM to provide the Variable functionality.
-# Copyright (c) 2006 - 2007, Intel Corporation
+# Implement ReadOnly Variable Services required by PEIM and install
+# PEI ReadOnly Varaiable2 PPI. These services operates the non volatile storage space.
#
+# Copyright (c) 2006 - 2008, Intel Corporation<BR>
# 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
# 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.
#
-#
#**/
[Defines]
|