PlatformCapsuleIA32.dsc 2.0 KB

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