Last change
on this file since 94368 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
620 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # NULL instance of Base cache as RAM.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = BaseCacheAsRamLibNull
|
---|
13 | FILE_GUID = 630AEB10-2106-4234-9DB3-836A3663F50D
|
---|
14 | MODULE_TYPE = BASE
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = CacheAsRamLib
|
---|
17 |
|
---|
18 | [Sources.common]
|
---|
19 | DisableCacheAsRamNull.c
|
---|
20 |
|
---|
21 | [Packages]
|
---|
22 | MdePkg/MdePkg.dec
|
---|
23 | IntelFsp2Pkg/IntelFsp2Pkg.dec
|
---|
24 |
|
---|
25 | [LibraryClasses]
|
---|
26 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.