diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-01 06:46:03 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-01 06:46:03 +0000 |
commit | 6535652ebdfd4678719500d412a26e5641cb7931 (patch) | |
tree | 7837d6090130e5c2ae46a1393f9df3bea14134c7 /EdkCompatibilityPkg/Compatibility/Library | |
parent | ae3d1e91efeaab49971e460bc2024398923994cd (diff) | |
download | edk2-platforms-6535652ebdfd4678719500d412a26e5641cb7931.tar.xz |
Add directory for the new added Language Library.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8417 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility/Library')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.c (renamed from EdkCompatibilityPkg/Compatibility/Library/LanguageLib.c) | 0 | ||||
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.inf (renamed from EdkCompatibilityPkg/Compatibility/Library/LanguageLib.inf) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/Library/LanguageLib.c b/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.c index 0595db776f..0595db776f 100644 --- a/EdkCompatibilityPkg/Compatibility/Library/LanguageLib.c +++ b/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.c diff --git a/EdkCompatibilityPkg/Compatibility/Library/LanguageLib.inf b/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.inf index 8b2959972d..715658c592 100644 --- a/EdkCompatibilityPkg/Compatibility/Library/LanguageLib.inf +++ b/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.inf @@ -18,7 +18,7 @@ [Defines]
INF_VERSION = 0x00010005
- BASE_NAME = LanguageLib
+ BASE_NAME = UefiLanguageLib
FILE_GUID = 283cad13-a151-4d55-be2d-96ea57392a82
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
@@ -29,7 +29,7 @@ #
[Sources.common]
- LanguageLib.c
+ UefiLanguageLib.c
[Packages]
MdePkg/MdePkg.dec
|