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 27################################################################################################### 28# 29# Components Section - list of the modules and components that will be processed by compilation 30# tools and the EDK II tools to generate PE32/PE32+/Coff image files. 31# 32# Note: The EDK II DSC file is not used to specify how compiled binary images get placed 33# into firmware volume images. This section is just a list of modules to compile from 34# source into UEFI-compliant binaries. 35# It is the FDF file that contains information on combining binary files into firmware 36# volume images, whose concept is beyond UEFI and is described in PI specification. 37# Binary modules do not need to be listed in this section, as they should be 38# specified in the FDF file. For example: Shell binary, FAT binary (Fat.efi), 39# Logo (Logo.bmp), and etc. 40# There may also be modules listed in this section that are not required in the FDF file, 41# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be 42# generated for it, but the binary will not be put into any firmware volume. 43# 44################################################################################################### 45