diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-05-13 02:23:44 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-05-13 02:23:44 +0000 |
commit | 067ed98a734eabd311b8c2c8ebd48b67e0242afa (patch) | |
tree | de29bfd3aa457cc7b13cb2b2d7806421f2950ec5 /MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf | |
parent | 30cfc3d0ee0e5d8c425e1a1556fccf3b382dd61a (diff) | |
download | edk2-platforms-067ed98a734eabd311b8c2c8ebd48b67e0242afa.tar.xz |
MdeModulePkg: Fix EOL to be DOS format.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17421 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf')
-rw-r--r-- | MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf b/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf index e23b4d073b..9d3633b9b6 100644 --- a/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf +++ b/MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf @@ -1,7 +1,7 @@ ## @file
# Library used for sorting routines.
#
-# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved. <BR> +# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved. <BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -19,7 +19,7 @@ FILE_GUID = 03F3331B-F12D-494f-BF37-E55A657F2497
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = SortLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER + LIBRARY_CLASS = SortLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
@@ -37,5 +37,3 @@ BaseLib
BaseMemoryLib
DebugLib
-
-
|