X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDisk%2FUnicodeCollation%2FEnglishDxe%2FEnglishDxe.inf;h=ba8122b8823e7dbb0430a15c52f0a244fb4b7501;hp=9f4ea8256df5cc4988a5d1c823cbe4c4722ba1b9;hb=6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230;hpb=7b202cb0f917fde1d84f77b000063d56e2c11530 diff --git a/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf b/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf index 9f4ea8256d..ba8122b882 100644 --- a/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf +++ b/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf @@ -1,4 +1,4 @@ -#/** @file +## @file # English module that provides Unicode Collation supports. # # This driver installs Unicode ISO 639-2 Collation and @@ -7,7 +7,7 @@ # It allows code running in the boot services environment to perform lexical # comparison functions on Unicode strings for English languages. # -# Copyright (c) 2006 - 2008, Intel Corporation.
+# Copyright (c) 2006 - 2010, 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 @@ -16,7 +16,7 @@ # 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] INF_VERSION = 0x00010005 @@ -32,7 +32,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] UnicodeCollationEng.c UnicodeCollationEng.h