diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2015-01-22 02:02:08 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-01-22 02:02:08 +0000 |
commit | 8165009451e2dff81a42d3a8bcb1792e82ce5d91 (patch) | |
tree | dd55e944703880adecf36966823b75a358d87ec1 /MdeModulePkg | |
parent | ecd07f373707981687b5d66b62c3812cfe587faf (diff) | |
download | edk2-platforms-8165009451e2dff81a42d3a8bcb1792e82ce5d91.tar.xz |
MdeModulePkg: Refine the format of INF files.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16635 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf b/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf index 4d3d9e011e..c60f477712 100644 --- a/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf +++ b/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf @@ -1,7 +1,7 @@ ## @file
# Library used for sorting routines.
#
-# Copyright (c) 2009 - 2014, 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
@@ -41,6 +41,6 @@ DevicePathLib
[Protocols]
- gEfiUnicodeCollation2ProtocolGuid # ALWAYS_CONSUMED
- gEfiDevicePathProtocolGuid # ALWAYS_CONSUMED
+ gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
+ gEfiDevicePathProtocolGuid ## CONSUMES
|