diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2015-02-10 07:33:19 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-02-10 07:33:19 +0000 |
commit | 6cffee0cb04e0605126d9436e2acf073aa0679bf (patch) | |
tree | 6220241534ed0adcace7ad729259e0e69aebad5a /MdeModulePkg | |
parent | f705342a8299eaaf7d9dbc49804568e4c899f3db (diff) | |
download | edk2-platforms-6cffee0cb04e0605126d9436e2acf073aa0679bf.tar.xz |
MdeModulePkg: Update library class name of PlatformHookLibSerialPortPpi.inf
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16822 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf b/MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf index 54aa894fdc..09074a8a4e 100644 --- a/MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf +++ b/MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf @@ -1,7 +1,7 @@ ## @file
# Null Platform Hook Library instance with dependency on gPeiSerialPortPpiGuid
#
-# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010 - 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
@@ -18,7 +18,7 @@ FILE_GUID = 621734D8-8B5E-4c01-B330-9F89A1081710
MODULE_TYPE = BASE
VERSION_STRING = 1.0
- LIBRARY_CLASS = PlatformHookLibSerialPortPpi
+ LIBRARY_CLASS = PlatformHookLib
MODULE_UNI_FILE = PlatformHookLibSerialPortPpi.uni
#
|