]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PlatformCapsule.dsc
ArmVirtPkg/PrePi ARM CLANG35: drop incompatible command line option
[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 # This program and the accompanying materials are licensed and made available under
7 # the terms and conditions of the BSD License that accompanies this distribution.
8 # The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php.
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 [Defines]
18 PLATFORM_NAME = Vlv2TbltDevicePkg
19 PLATFORM_GUID = EE87F258-6ECC-4415-B1D8-23771BEE26E7
20 PLATFORM_VERSION = 0.1
21 FLASH_DEFINITION = Vlv2TbltDevicePkg/PlatformCapsule.fdf
22 OUTPUT_DIRECTORY = Build/Vlv2TbltDevicePkg
23 SUPPORTED_ARCHITECTURES = IA32|X64
24 BUILD_TARGETS = DEBUG|RELEASE
25 SKUID_IDENTIFIER = DEFAULT
26 POSTBUILD = Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/GenCapsuleAll.bat
27
28 ###################################################################################################
29 #
30 # Components Section - list of the modules and components that will be processed by compilation
31 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
32 #
33 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
34 # into firmware volume images. This section is just a list of modules to compile from
35 # source into UEFI-compliant binaries.
36 # It is the FDF file that contains information on combining binary files into firmware
37 # volume images, whose concept is beyond UEFI and is described in PI specification.
38 # Binary modules do not need to be listed in this section, as they should be
39 # specified in the FDF file. For example: Shell binary, FAT binary (Fat.efi),
40 # Logo (Logo.bmp), and etc.
41 # There may also be modules listed in this section that are not required in the FDF file,
42 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
43 # generated for it, but the binary will not be put into any firmware volume.
44 #
45 ###################################################################################################