blob: 944669f1c36d2fbc5c2beb5cfd4ce35676d543ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PATH
Name = "AMI_TCG_PLATFORM_PEI_DIR"
End
MODULE
Help = "Includes AmiTcgPlatform.mak to Project"
File = "AmiTcgPlatformPeiAfterMem.mak"
End
MODULE
Help = "Includes AmiTcgPlatform.mak to Project"
File = "AmiTcgPlatformPeiBeforeMem.mak"
End
ELINK
Name = "$(BUILD_DIR)\AmiTcgPlatformPeiAfterMem.ffs"
Parent = "FV_BB"
InvokeOrder = AfterParent
End
ELINK
Name = "$(BUILD_DIR)\AmiTcgPlatformPeiBeforeMem.ffs"
Parent = "FV_BB"
InvokeOrder = AfterParent
End
|