1#/** @file 2# 3# Component description file for StyxSpiFvDxe module 4# 5# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR> 6# 7# This program and the accompanying materials 8# are licensed and made available under the terms and conditions of the BSD License 9# which accompanies this distribution. The full text of the license may be found at 10# http://opensource.org/licenses/bsd-license.php 11# 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 14# 15#**/ 16 17[Defines] 18 INF_VERSION = 0x00010005 19 BASE_NAME = StyxSpiFvDxe 20 FILE_GUID = F549FC67-C4A6-4E92-B9BA-297E1F82A1A8 21 MODULE_TYPE = DXE_RUNTIME_DRIVER 22 VERSION_STRING = 1.0 23 ENTRY_POINT = StyxSpiFvDxeInitialize 24 25[Sources] 26 StyxSpiFvDxe.c 27 28[Packages] 29 ArmPkg/ArmPkg.dec 30 AmdModulePkg/AmdModulePkg.dec 31 MdePkg/MdePkg.dec 32 MdeModulePkg/MdeModulePkg.dec 33 OpenPlatformPkg/Platforms/AMD/Styx/AmdStyx.dec 34 35[LibraryClasses] 36 BaseLib 37 DebugLib 38 UefiLib 39 UefiDriverEntryPoint 40 UefiBootServicesTableLib 41 UefiRuntimeLib 42 DxeServicesTableLib 43 44[FixedPcd] 45 gArmTokenSpaceGuid.PcdFdBaseAddress 46 47 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize 48 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize 49 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize 50 gAmdStyxTokenSpaceGuid.PcdFlashNvStorageOriginalBase 51 gAmdStyxTokenSpaceGuid.PcdFlashNvStorageBlockSize 52 53[Pcd] 54 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64 55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64 56 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64 57 58[Protocols] 59 gAmdIscpDxeProtocolGuid ## CONSUMES 60 gEfiFirmwareVolumeBlockProtocolGuid ## PRODUCES 61 62[Depex] 63 gAmdIscpDxeProtocolGuid 64