diff options
author | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-05-08 01:51:35 +0000 |
---|---|---|
committer | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-05-08 01:51:35 +0000 |
commit | 7c9d25ae76f53b3cf20f615ae8902eef1648c5b5 (patch) | |
tree | e451ece2462021c7295a70cab5d189706d2cf2f4 /EdkCompatibilityPkg/EdkCompatibilityPkg.dec | |
parent | e7796543162fefe5b34aab6336cb7a02945fccdf (diff) | |
download | edk2-7c9d25ae76f53b3cf20f615ae8902eef1648c5b5.tar.gz |
Refine language conversion in ECP. Create a new library LanguageLib providing functions for language conversion between ISO 639-2 and RFC 4646 styles. Update FrameworkHiiOnUefiHiiThunk, UcOnUc2Thunk and Uc2OnUcThunk modules to use this library.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8258 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/EdkCompatibilityPkg.dec')
-rw-r--r-- | EdkCompatibilityPkg/EdkCompatibilityPkg.dec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/EdkCompatibilityPkg/EdkCompatibilityPkg.dec b/EdkCompatibilityPkg/EdkCompatibilityPkg.dec index 03aeacb96a..2b57da8ec9 100644 --- a/EdkCompatibilityPkg/EdkCompatibilityPkg.dec +++ b/EdkCompatibilityPkg/EdkCompatibilityPkg.dec @@ -47,6 +47,10 @@ #
################################################################################
[LibraryClasses.common]
+ ## @libraryclass Provides functions for language conversion between
+ # ISO 639-2 and RFC 4646 styles.
+ ##
+ LanguageLib|Compatibility/Include/Library/LanguageLib.h
[Ppis.common]
gEcpPeiPciCfgPpiGuid = { 0xb0ee53d4, 0xa049, 0x4a79, { 0xb2, 0xff, 0x19, 0xd9, 0xfa, 0xef, 0xaa, 0x94 }}
|