diff options
Diffstat (limited to 'roms/edk2/IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf')
-rw-r--r-- | roms/edk2/IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/roms/edk2/IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf b/roms/edk2/IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf new file mode 100644 index 000000000..d9034bcba --- /dev/null +++ b/roms/edk2/IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf @@ -0,0 +1,29 @@ +## @file
+# Instance of BaseCache.
+#
+# Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>
+#
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = BaseCacheLib
+ FILE_GUID = 8EF3A653-DA8B-4FFA-BB85-FF47406DB9F0
+ MODULE_TYPE = BASE
+ VERSION_STRING = 1.0
+ LIBRARY_CLASS = CacheLib
+
+[Sources.IA32]
+ CacheLib.c
+ CacheLibInternal.h
+
+[Packages]
+ MdePkg/MdePkg.dec
+ IntelFsp2Pkg/IntelFsp2Pkg.dec
+
+[LibraryClasses]
+ BaseMemoryLib
+ CacheAsRamLib
+
|