]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformCapsule.dsc
MdeModulePkg/DxeCore: invoke the emulator protocol for foreign images
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformCapsule.dsc
1 #/** @file
2 # Platform capsule description.
3 #
4 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 #**/
10
11 [Defines]
12 PLATFORM_NAME = Vlv2TbltDevicePkg
13 PLATFORM_GUID = EE87F258-6ECC-4415-B1D8-23771BEE26E7
14 PLATFORM_VERSION = 0.1
15 FLASH_DEFINITION = Vlv2TbltDevicePkg/PlatformCapsule.fdf
16 OUTPUT_DIRECTORY = Build/Vlv2TbltDevicePkg
17 SUPPORTED_ARCHITECTURES = IA32|X64
18 BUILD_TARGETS = DEBUG|RELEASE
19 SKUID_IDENTIFIER = DEFAULT
20 POSTBUILD = Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/GenCapsuleAll.bat
21
22 ###################################################################################################
23 #
24 # Components Section - list of the modules and components that will be processed by compilation
25 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
26 #
27 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
28 # into firmware volume images. This section is just a list of modules to compile from
29 # source into UEFI-compliant binaries.
30 # It is the FDF file that contains information on combining binary files into firmware
31 # volume images, whose concept is beyond UEFI and is described in PI specification.
32 # Binary modules do not need to be listed in this section, as they should be
33 # specified in the FDF file. For example: Shell binary, FAT binary (Fat.efi),
34 # Logo (Logo.bmp), and etc.
35 # There may also be modules listed in this section that are not required in the FDF file,
36 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
37 # generated for it, but the binary will not be put into any firmware volume.
38 #
39 ###################################################################################################