]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSpi.inf
BaseTools Conf: Update tools_def and build_rule to remove IPF setting
[mirror_edk2.git] / QuarkPlatformPkg / Platform / SpiFvbServices / PlatformSpi.inf
CommitLineData
b303605e
MK
1## @file\r
2# Component description file for SpiFvbServices Module\r
3#\r
4# Copyright (c) 2013-2015 Intel Corporation.\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = FwBlockService\r
20 FILE_GUID = 4D35A5A7-622E-4955-A5D2-CDA812940D74\r
21 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = FvbInitialize\r
24\r
25[Sources]\r
26 FwBlockService.c\r
27 FwBlockService.h\r
28 FvbInfo.c\r
29 SpiFlashDevice.c\r
30 SpiFlashDevice.h\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35 QuarkSocPkg/QuarkSocPkg.dec\r
36 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
37\r
38[LibraryClasses]\r
39 IoLib\r
40 PcdLib\r
41 HobLib\r
42 UefiLib\r
43 BaseMemoryLib\r
44 UefiDriverEntryPoint\r
45 MemoryAllocationLib\r
46 UefiRuntimeLib\r
47 UefiRuntimeServicesTableLib\r
48 UefiBootServicesTableLib\r
49 DxeServicesTableLib\r
50\r
51[Guids]\r
52 gEfiEventVirtualAddressChangeGuid\r
53 gEfiHobListGuid\r
54\r
55 [Protocols]\r
56 gEfiFirmwareVolumeBlockProtocolGuid ##Produces\r
57 gEfiSpiProtocolGuid\r
58 gEfiDevicePathProtocolGuid\r
59 gEfiLoadedImageProtocolGuid\r
60 gEfiSmmBase2ProtocolGuid\r
61 gEfiSmmSpiProtocolGuid\r
62 gEfiSmmFirmwareVolumeBlockProtocolGuid\r
63 gEfiSmmSpiReadyProtocolGuid\r
64\r
65[FixedPcd]\r
66 gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize\r
67\r
68[Pcd]\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
75 gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress\r
76 gQuarkPlatformTokenSpaceGuid.PcdFlashFvMainSize\r
77 gQuarkPlatformTokenSpaceGuid.PcdFlashFvMainBase\r
78 gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoveryBase\r
79 gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoverySize\r
80 gQuarkPlatformTokenSpaceGuid.PcdFlashFvPayloadBase\r
81 gQuarkPlatformTokenSpaceGuid.PcdFlashFvPayloadSize\r
82 gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize\r
83\r
84[Depex]\r
85 gEfiSpiProtocolGuid\r