1 ## @file 2 # System Firmware descriptor. 3 # 4 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> 5 # 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 # 13 ## 14 15 [Defines] 16 INF_VERSION = 0x00010005 17 BASE_NAME = SystemFirmwareDescriptor 18 FILE_GUID = 90B2B846-CA6D-4D6E-A8D3-C140A8E110AC 19 MODULE_TYPE = PEIM 20 VERSION_STRING = 1.0 21 ENTRY_POINT = SystemFirmwareDescriptorPeimEntry 22 23 [Sources] 24 SystemFirmwareDescriptorPei.c 25 SystemFirmwareDescriptor.aslc 26 27 [Packages] 28 MdePkg/MdePkg.dec 29 MdeModulePkg/MdeModulePkg.dec 30 SignedCapsulePkg/SignedCapsulePkg.dec 31 Vlv2TbltDevicePkg/PlatformPkg.dec 32 33 [LibraryClasses] 34 PcdLib 35 PeiServicesLib 36 DebugLib 37 PeimEntryPoint 38 39 [FixedPcd] 40 gPlatformModuleTokenSpaceGuid.PcdFlashAreaSize 41 42 [Pcd] 43 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor 44 45 [Depex] 46 TRUE 47