Discussion:
[edk2] [PATCH] MdeModulePkg: Correct AuthVaribleLib to AuthVariableLib in LibraryClass path
Star Zeng
2015-07-02 03:25:35 UTC
Permalink
Cc: Liming Gao <***@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <***@intel.com>
---
MdeModulePkg/MdeModulePkg.dec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec
index a067384..18e519c 100644
--- a/MdeModulePkg/MdeModulePkg.dec
+++ b/MdeModulePkg/MdeModulePkg.dec
@@ -117,7 +117,7 @@ [LibraryClasses]

## @libraryclass Provides authenticated variable services.
#
- AuthVaribleLib|Include/Library/AuthVaribleLib.h
+ AuthVariableLib|Include/Library/AuthVariableLib.h

[Guids]
## MdeModule package token space guid
--
1.9.5.msysgit.0
Gao, Liming
2015-07-02 05:37:16 UTC
Permalink
Reviewed-by: Liming Gao <***@intel.com>

-----Original Message-----
From: Zeng, Star
Sent: Thursday, July 02, 2015 11:26 AM
To: edk2-***@lists.sourceforge.net
Cc: Gao, Liming
Subject: [PATCH] MdeModulePkg: Correct AuthVaribleLib to AuthVariableLib in LibraryClass path

Cc: Liming Gao <***@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <***@intel.com>
---
MdeModulePkg/MdeModulePkg.dec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index a067384..18e519c 100644
--- a/MdeModulePkg/MdeModulePkg.dec
+++ b/MdeModulePkg/MdeModulePkg.dec
@@ -117,7 +117,7 @@ [LibraryClasses]

## @libraryclass Provides authenticated variable services.
#
- AuthVaribleLib|Include/Library/AuthVaribleLib.h
+ AuthVariableLib|Include/Library/AuthVariableLib.h

[Guids]
## MdeModule package token space guid
--
1.9.5.msysgit.0

Loading...