blob: 23104f654a1143732ecc1f2526f5e9b92f84ad97 [file] [log] [blame]
qwang125fd5fcd2008-01-21 14:42:45 +00001# This is NT32 FDF file with UEFI HII features enabled
klu2a9ce5752007-07-27 05:33:01 +00002#
3# Copyright (c) 2007, Intel Corporation
4#
5# All rights reserved. This program and the accompanying materials
6# are licensed and made available under the terms and conditions of the BSD License
7# which accompanies this distribution. The full text of the license may be found at
8# http://opensource.org/licenses/bsd-license.php
9#
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12#
lgao424491cf2007-07-03 03:10:14 +000013
lgao4f5d74f62007-07-03 09:10:26 +000014################################################################################
15#
16# FD Section
vanjeff7800ef42007-07-16 06:38:10 +000017# The [FD] Section is made up of the definition statements and a
18# description of what goes into the Flash Device Image. Each FD section
lgao4d88bd7a2007-07-26 06:35:29 +000019# defines one flash "device" image. A flash device image may be one of
vanjeff7800ef42007-07-16 06:38:10 +000020# the following: Removable media bootable image (like a boot floppy
lgao4d88bd7a2007-07-26 06:35:29 +000021# image,) an Option ROM image (that would be "flashed" into an add-in
qhuang88df425c2007-08-17 06:57:21 +000022# card,) a System "Flash" image (that would be burned into a system's
lgao4d88bd7a2007-07-26 06:35:29 +000023# flash) or an Update ("Capsule") image that will be used to update and
lgao4f5d74f62007-07-03 09:10:26 +000024# existing system flash.
25#
26################################################################################
lgao4ae8432d2008-09-09 02:53:35 +000027[FD.Nt32]
lgao4c4396d62007-09-10 05:46:12 +000028BaseAddress = 0x0|gEfiNt32PkgTokenSpaceGuid.PcdWinNtFdBaseAddress #The base address of the FLASH Device.
29Size = 0x002a0000 #The size in bytes of the FLASH Device
lgao424491cf2007-07-03 03:10:14 +000030ErasePolarity = 1
31BlockSize = 0x10000
32NumBlocks = 0x2a
33
lgao4f5d74f62007-07-03 09:10:26 +000034################################################################################
35#
vanjeff7800ef42007-07-16 06:38:10 +000036# Following are lists of FD Region layout which correspond to the locations of different
37# images within the flash device.
38#
lgao4f5d74f62007-07-03 09:10:26 +000039# Regions must be defined in ascending order and may not overlap.
40#
lgao4d88bd7a2007-07-26 06:35:29 +000041# A Layout Region start with a eight digit hex offset (leading "0x" required) followed by
42# the pipe "|" character, followed by the size of the region, also in hex with the leading
43# "0x" characters. Like:
lgao4f5d74f62007-07-03 09:10:26 +000044# Offset|Size
45# PcdOffsetCName|PcdSizeCName
46# RegionType <FV, DATA, or FILE>
47#
48################################################################################
lgao424491cf2007-07-03 03:10:14 +0000490x00000000|0x00280000
lgao4c4396d62007-09-10 05:46:12 +000050gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize
lgao424491cf2007-07-03 03:10:14 +000051FV = FvRecovery
52
530x00280000|0x0000c000
lgao4c4396d62007-09-10 05:46:12 +000054gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
lgao4498f4b32008-02-28 12:28:20 +000055#NV_VARIABLE_STORE
lgao424491cf2007-07-03 03:10:14 +000056DATA = {
lgao4498f4b32008-02-28 12:28:20 +000057 ## This is the EFI_FIRMWARE_VOLUME_HEADER
58 # ZeroVector []
vanjeff7800ef42007-07-16 06:38:10 +000059 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
60 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
lgao4498f4b32008-02-28 12:28:20 +000061 # FileSystemGuid: gEfiSystemNvDataFvGuid =
62 # { 0xFFF12B8D, 0x7696, 0x4C8B, { 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50 }}
63 0x8D, 0x2B, 0xF1, 0xFF, 0x96, 0x76, 0x8B, 0x4C,
64 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50,
65 # FvLength: 0x20000
vanjeff7800ef42007-07-16 06:38:10 +000066 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
lgao4498f4b32008-02-28 12:28:20 +000067 #Signature "_FVH" #Attributes
68 0x5f, 0x46, 0x56, 0x48, 0xff, 0xfe, 0x04, 0x00,
69 #HeaderLength #CheckSum #ExtHeaderOffset #Reserved #Revision
70 0x48, 0x00, 0x36, 0x09, 0x00, 0x00, 0x00, 0x02,
71 #Blockmap[0]: 2 Blocks * 0x10000 Bytes / Block
vanjeff7800ef42007-07-16 06:38:10 +000072 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00,
lgao4498f4b32008-02-28 12:28:20 +000073 #Blockmap[1]: End
vanjeff7800ef42007-07-16 06:38:10 +000074 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
lgao4498f4b32008-02-28 12:28:20 +000075 ## This is the VARIABLE_STORE_HEADER
76 #Signature: "$VSS" #Size: 0xc000 (gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize) - 0x48 (HeaderLength) = 0xBFB8
77 # This can speed up the Variable Dispatch a bit.
78 0x24, 0x56, 0x53, 0x53, 0xB8, 0xBF, 0x00, 0x00,
79 #FORMATTED: 0x5A #HEALTHY: 0xFE #Reserved: UINT16 #Reserved1: UINT32
80 0x5A, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
lgao424491cf2007-07-03 03:10:14 +000081}
82
830x0028c000|0x00002000
lgao4498f4b32008-02-28 12:28:20 +000084#NV_EVENT_LOG
lgao4c4396d62007-09-10 05:46:12 +000085gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize
lgao424491cf2007-07-03 03:10:14 +000086
870x0028e000|0x00002000
lgao4c4396d62007-09-10 05:46:12 +000088gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
lgao4498f4b32008-02-28 12:28:20 +000089#NV_FTW_WORKING
vanjeff7800ef42007-07-16 06:38:10 +000090DATA = {
lgao4498f4b32008-02-28 12:28:20 +000091 # EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER->Signature = gEfiSystemNvDataFvGuid =
92 # { 0xFFF12B8D, 0x7696, 0x4C8B, { 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50 }}
93 0x8D, 0x2B, 0xF1, 0xFF, 0x96, 0x76, 0x8B, 0x4C,
94 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50,
95 # Crc:UINT32 #WorkingBlockValid:1, WorkingBlockInvalid:1, Reserved
lgao42a958a02008-07-17 07:05:21 +000096 0x77, 0x13, 0x9B, 0xD7, 0xFE, 0xFF, 0xFF, 0xFF,
97 # WriteQueueSize: UINT64
98 0xE0, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
lgao424491cf2007-07-03 03:10:14 +000099}
100
1010x00290000|0x00010000
lgao4498f4b32008-02-28 12:28:20 +0000102#NV_FTW_SPARE
lgao4c4396d62007-09-10 05:46:12 +0000103gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
lgao424491cf2007-07-03 03:10:14 +0000104
lgao4f5d74f62007-07-03 09:10:26 +0000105################################################################################
106#
107# FV Section
108#
109# [FV] section is used to define what components or modules are placed within a flash
110# device file. This section also defines order the components and modules are positioned
111# within the image. The [FV] section consists of define statements, set statements and
112# module statements.
113#
114################################################################################
lgao424491cf2007-07-03 03:10:14 +0000115[FV.FvRecovery]
vanjeff7800ef42007-07-16 06:38:10 +0000116FvAlignment = 16 #FV alignment and FV attributes setting.
lgao424491cf2007-07-03 03:10:14 +0000117ERASE_POLARITY = 1
118MEMORY_MAPPED = TRUE
119STICKY_WRITE = TRUE
120LOCK_CAP = TRUE
121LOCK_STATUS = TRUE
122WRITE_DISABLED_CAP = TRUE
123WRITE_ENABLED_CAP = TRUE
124WRITE_STATUS = TRUE
125WRITE_LOCK_CAP = TRUE
126WRITE_LOCK_STATUS = TRUE
127READ_DISABLED_CAP = TRUE
128READ_ENABLED_CAP = TRUE
129READ_STATUS = TRUE
130READ_LOCK_CAP = TRUE
131READ_LOCK_STATUS = TRUE
132
lgao4f5d74f62007-07-03 09:10:26 +0000133################################################################################
134#
135# The INF statements point to EDK component and EDK II module INF files, which will be placed into this FV image.
136# Parsing tools will scan the INF file to determine the type of component or module.
vanjeff7800ef42007-07-16 06:38:10 +0000137# The component or module type is used to reference the standard rules
lgao4f5d74f62007-07-03 09:10:26 +0000138# defined elsewhere in the FDF file.
139#
140# The format for INF statements is:
141# INF $(PathAndInfFileName)
142#
143################################################################################
klu204eced52007-07-06 14:56:41 +0000144 ##
145 # PEI Phase modules
146 ##
qwang129c7aa182007-10-15 11:17:01 +0000147 ##
148 # PEI Apriori file example, more PEIM module added later.
149 ##
150APRIORI PEI {
151 INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
152 INF IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
153 }
qwang1200b73212007-10-19 12:02:31 +0000154APRIORI DXE {
155 INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
156 INF Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
157 }
qwang129c7aa182007-10-15 11:17:01 +0000158
mdkinneya5b8a502007-08-17 21:04:53 +0000159INF MdeModulePkg/Core/Pei/PeiMain.inf
160INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
161INF IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
162INF Nt32Pkg/BootModePei/BootModePei.inf
163INF Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
164INF MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
mdkinneya5b8a502007-08-17 21:04:53 +0000165INF Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
166INF Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
klu258dcdad2008-02-29 18:24:43 +0000167INF MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
mdkinneya5b8a502007-08-17 21:04:53 +0000168INF Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
169INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
vanjeff7800ef42007-07-16 06:38:10 +0000170
klu204eced52007-07-06 14:56:41 +0000171 ##
172 # DXE Phase modules
173 ##
mdkinneya5b8a502007-08-17 21:04:53 +0000174INF MdeModulePkg/Core/Dxe/DxeMain.inf
lgao4c47eca12007-11-30 09:25:57 +0000175INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
176INF Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
177INF Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
178INF Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
179INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
180INF Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
181INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
182INF IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
183INF MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
184INF MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000185INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
lgao4c47eca12007-11-30 09:25:57 +0000186INF Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
187INF Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
klu25c5a2ca2009-01-23 07:26:59 +0000188INF IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
lgao4c47eca12007-11-30 09:25:57 +0000189INF MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
190INF IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
191INF Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
192INF Nt32Pkg/TimerDxe/TimerDxe.inf
193INF IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
194INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
195INF MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
196INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
197INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
198INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
199INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
200INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
201INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
202INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
203INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
204INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000205INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
lgao4c47eca12007-11-30 09:25:57 +0000206INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
207INF IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
208INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
209INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
210INF IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
211INF Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
212INF Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
213INF Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
214INF Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
215INF Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000216INF MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
lgao4c47eca12007-11-30 09:25:57 +0000217INF MdeModulePkg/Application/HelloWorld/HelloWorld.inf
lgao4f5d74f62007-07-03 09:10:26 +0000218
219################################################################################
220#
vanjeff7800ef42007-07-16 06:38:10 +0000221# FILE statements are provided so that a platform integrator can include
222# complete EFI FFS files, as well as a method for constructing FFS files
223# using curly "{}" brace scoping. The following three FILEs are
lgao4f5d74f62007-07-03 09:10:26 +0000224# for binary shell, binary fat and logo module.
225#
226################################################################################
mdkinney29c36222007-08-16 21:47:44 +0000227FILE APPLICATION = c57ad6b7-0515-40a8-9d21-551652854e37 {
klu204eced52007-07-06 14:56:41 +0000228 SECTION COMPRESS PI_STD {
vanjeff7800ef42007-07-16 06:38:10 +0000229 SECTION GUIDED {
vanjeff01a59a82008-09-27 04:59:27 +0000230 SECTION PE32 = EdkShellBinPkg/FullShell/Ia32/Shell_Full.efi
klu204eced52007-07-06 14:56:41 +0000231 }
232 }
233 }
lgao4ae8432d2008-09-09 02:53:35 +0000234
lgao4c47eca12007-11-30 09:25:57 +0000235FILE DRIVER = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F {
lgao4ae8432d2008-09-09 02:53:35 +0000236 SECTION PE32 = FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi
lgao4c47eca12007-11-30 09:25:57 +0000237 }
lgao4ae8432d2008-09-09 02:53:35 +0000238
lgao4c47eca12007-11-30 09:25:57 +0000239FILE FREEFORM = 7BB28B99-61BB-11D5-9A5D-0090273FC14D {
lgao4ae8432d2008-09-09 02:53:35 +0000240 SECTION RAW = MdeModulePkg/Logo/Logo.bmp
lgao4c47eca12007-11-30 09:25:57 +0000241 }
242
lgao4f5d74f62007-07-03 09:10:26 +0000243
244################################################################################
245#
qhuang88df425c2007-08-17 06:57:21 +0000246# Rules are use with the [FV] section's module INF type to define
lgao4f5d74f62007-07-03 09:10:26 +0000247# how an FFS file is created for a given INF file. The following Rule are the default
248# rules for the different module type. User can add the customized rules to define the
249# content of the FFS file.
250#
251################################################################################
mdkinney29c36222007-08-16 21:47:44 +0000252
253
254############################################################################
255# Example of a DXE_DRIVER FFS file with a Checksum encapsulation section #
256############################################################################
257#
258#[Rule.Common.DXE_DRIVER]
lgao4c4396d62007-09-10 05:46:12 +0000259# FILE DRIVER = $(NAMED_GUID) {
260# DXE_DEPEX DXE_DEPEX Optional |.depex
mdkinney29c36222007-08-16 21:47:44 +0000261# COMPRESS PI_STD {
262# GUIDED {
lgao4c4396d62007-09-10 05:46:12 +0000263# PE32 PE32 |.efi
264# UI STRING="$(MODULE_NAME)" Optional
265# VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
mdkinney29c36222007-08-16 21:47:44 +0000266# }
267# }
268# }
269#
270############################################################################
271
lgao424491cf2007-07-03 03:10:14 +0000272[Rule.Common.PEI_CORE]
mdkinney29c36222007-08-16 21:47:44 +0000273 FILE PEI_CORE = $(NAMED_GUID) {
lgao4c4396d62007-09-10 05:46:12 +0000274 PE32 PE32 |.efi
275 UI STRING ="$(MODULE_NAME)" Optional
276 VERSION STRING ="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
lgao424491cf2007-07-03 03:10:14 +0000277 }
278
279[Rule.Common.PEIM]
mdkinney29c36222007-08-16 21:47:44 +0000280 FILE PEIM = $(NAMED_GUID) {
lgao4c4396d62007-09-10 05:46:12 +0000281 PEI_DEPEX PEI_DEPEX Optional |.depex
lgao4c47eca12007-11-30 09:25:57 +0000282 PE32 PE32 |.efi
lgao4c4396d62007-09-10 05:46:12 +0000283 UI STRING="$(MODULE_NAME)" Optional
284 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
vanjeff7800ef42007-07-16 06:38:10 +0000285 }
lgao424491cf2007-07-03 03:10:14 +0000286
lgao4372787b2007-12-18 06:55:36 +0000287[Rule.Common.PEIM.TIANOCOMPRESSED]
lgao4a6be5d42009-01-08 08:50:18 +0000288 FILE PEIM = $(NAMED_GUID) {
lgao4372787b2007-12-18 06:55:36 +0000289 PEI_DEPEX PEI_DEPEX Optional |.depex
290 GUIDED A31280AD-481E-41B6-95E8-127F4C984779 PROCESSING_REQUIRED = TRUE {
291 PE32 PE32 |.efi
292 UI STRING="$(MODULE_NAME)" Optional
293 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
294 }
295 }
296
lgao424491cf2007-07-03 03:10:14 +0000297[Rule.Common.DXE_CORE]
mdkinney29c36222007-08-16 21:47:44 +0000298 FILE DXE_CORE = $(NAMED_GUID) {
lgao424491cf2007-07-03 03:10:14 +0000299 COMPRESS PI_STD {
lgao4c4396d62007-09-10 05:46:12 +0000300 PE32 PE32 |.efi
301 UI STRING="$(MODULE_NAME)" Optional
302 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
vanjeff7800ef42007-07-16 06:38:10 +0000303 }
lgao424491cf2007-07-03 03:10:14 +0000304 }
305
306[Rule.Common.UEFI_DRIVER]
mdkinney29c36222007-08-16 21:47:44 +0000307 FILE DRIVER = $(NAMED_GUID) {
lgao4c4396d62007-09-10 05:46:12 +0000308 DXE_DEPEX DXE_DEPEX Optional |.depex
lgao424491cf2007-07-03 03:10:14 +0000309 COMPRESS PI_STD {
310 GUIDED {
lgao4c4396d62007-09-10 05:46:12 +0000311 PE32 PE32 |.efi
312 UI STRING="$(MODULE_NAME)" Optional
313 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
lgao424491cf2007-07-03 03:10:14 +0000314 }
315 }
vanjeff7800ef42007-07-16 06:38:10 +0000316 }
lgao424491cf2007-07-03 03:10:14 +0000317
318[Rule.Common.DXE_DRIVER]
mdkinney29c36222007-08-16 21:47:44 +0000319 FILE DRIVER = $(NAMED_GUID) {
lgao4c4396d62007-09-10 05:46:12 +0000320 DXE_DEPEX DXE_DEPEX Optional |.depex
lgao424491cf2007-07-03 03:10:14 +0000321 COMPRESS PI_STD {
322 GUIDED {
lgao4c4396d62007-09-10 05:46:12 +0000323 PE32 PE32 |.efi
324 UI STRING="$(MODULE_NAME)" Optional
325 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
lgao424491cf2007-07-03 03:10:14 +0000326 }
327 }
vanjeff7800ef42007-07-16 06:38:10 +0000328 }
lgao424491cf2007-07-03 03:10:14 +0000329
330[Rule.Common.DXE_RUNTIME_DRIVER]
mdkinney29c36222007-08-16 21:47:44 +0000331 FILE DRIVER = $(NAMED_GUID) {
lgao4c4396d62007-09-10 05:46:12 +0000332 DXE_DEPEX DXE_DEPEX Optional |.depex
lgao424491cf2007-07-03 03:10:14 +0000333 COMPRESS PI_STD {
334 GUIDED {
lgao4c4396d62007-09-10 05:46:12 +0000335 PE32 PE32 |.efi
336 UI STRING="$(MODULE_NAME)" Optional
337 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
lgao424491cf2007-07-03 03:10:14 +0000338 }
339 }
vanjeff7800ef42007-07-16 06:38:10 +0000340 }
lgao424491cf2007-07-03 03:10:14 +0000341
342[Rule.Common.UEFI_APPLICATION]
mdkinney29c36222007-08-16 21:47:44 +0000343 FILE APPLICATION = $(NAMED_GUID) {
lgao424491cf2007-07-03 03:10:14 +0000344 COMPRESS PI_STD {
345 GUIDED {
lgao4c4396d62007-09-10 05:46:12 +0000346 PE32 PE32 |.efi
347 UI STRING="$(MODULE_NAME)" Optional
348 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
lgao424491cf2007-07-03 03:10:14 +0000349 }
350 }
vanjeff7800ef42007-07-16 06:38:10 +0000351 }