Last change
on this file since 85716 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:
1.8 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Provide FSP API related function.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | ################################################################################
|
---|
11 | #
|
---|
12 | # Defines Section - statements that will be processed to create a Makefile.
|
---|
13 | #
|
---|
14 | ################################################################################
|
---|
15 | [Defines]
|
---|
16 | INF_VERSION = 0x00010005
|
---|
17 | BASE_NAME = BaseFspWrapperApiLib
|
---|
18 | FILE_GUID = F42C789F-4D66-49AF-8C73-1AADC00437AC
|
---|
19 | MODULE_TYPE = BASE
|
---|
20 | VERSION_STRING = 1.0
|
---|
21 | LIBRARY_CLASS = FspWrapperApiLib
|
---|
22 |
|
---|
23 | #
|
---|
24 | # The following information is for reference only and not required by the build tools.
|
---|
25 | #
|
---|
26 | # VALID_ARCHITECTURES = IA32 X64
|
---|
27 | #
|
---|
28 |
|
---|
29 | ################################################################################
|
---|
30 | #
|
---|
31 | # Sources Section - list of files that are required for the build to succeed.
|
---|
32 | #
|
---|
33 | ################################################################################
|
---|
34 |
|
---|
35 | [Sources]
|
---|
36 | FspWrapperApiLib.c
|
---|
37 |
|
---|
38 | [Sources.IA32]
|
---|
39 | IA32/DispatchExecute.c
|
---|
40 |
|
---|
41 | [Sources.X64]
|
---|
42 | X64/DispatchExecute.c
|
---|
43 | X64/Thunk64To32.nasm
|
---|
44 |
|
---|
45 | ################################################################################
|
---|
46 | #
|
---|
47 | # Package Dependency Section - list of Package files that are required for
|
---|
48 | # this module.
|
---|
49 | #
|
---|
50 | ################################################################################
|
---|
51 |
|
---|
52 | [Packages]
|
---|
53 | MdePkg/MdePkg.dec
|
---|
54 | IntelFsp2Pkg/IntelFsp2Pkg.dec
|
---|
55 | IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
|
---|
56 |
|
---|
57 | [LibraryClasses]
|
---|
58 | BaseLib
|
---|
59 |
|
---|
60 | [Guids]
|
---|
61 | gFspHeaderFileGuid ## CONSUMES ## GUID
|
---|
62 |
|
---|
63 | [Pcd]
|
---|
64 | gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress ## CONSUMES
|
---|
65 | gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES
|
---|
Note:
See
TracBrowser
for help on using the repository browser.