diff options
author | Liming Gao <liming.gao@intel.com> | 2017-09-25 19:06:23 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2017-10-10 18:10:24 +0800 |
commit | cada0f30e6b6139e8906c6b699535c7d7db2e984 (patch) | |
tree | fa89b1bcb5426bd75e2560299b60bf62aa445fe7 /IntelFsp2WrapperPkg/Library | |
parent | 034b941894c74cf4e7d22f897ad583eced999638 (diff) | |
download | edk2-cada0f30e6b6139e8906c6b699535c7d7db2e984.tar.gz |
IntelFsp2WrapperPkg: Update Protocol/Guid usage in INF files
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg/Library')
-rw-r--r-- | IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf b/IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf index fbbcf30035..4d2cbd850f 100644 --- a/IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf +++ b/IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf @@ -1,7 +1,7 @@ ### @file
# Provide FSP-M wrapper API test related function.
#
-# Copyright (C) 2016, Intel Corporation. All rights reserved.<BR>
+# Copyright (C) 2016 - 2017, 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
@@ -53,4 +53,4 @@ HobLib
[Guids]
- gFspBootLoaderTolumHobGuid ## CONSUMES ## GUID
\ No newline at end of file + gFspBootLoaderTolumHobGuid ## SOMETIMES_CONSUMES ## GUID
\ No newline at end of file |