]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLib.inf
Vlv2TbltDevicePkg/PlatformFlashAccessLib: Add progress API
[mirror_edk2.git] / Vlv2TbltDevicePkg / Feature / Capsule / Library / PlatformFlashAccessLib / PlatformFlashAccessLib.inf
CommitLineData
75ce133c
JY
1## @file\r
2# Platform Flash Access library.\r
3#\r
20eb921b 4# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
75ce133c
JY
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PlatformFlashAccessLib\r
18 FILE_GUID = 31CF9CEC-DA4E-4505-AA20-33364A291A95\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = PlatformFlashAccessLib\r
22 LIBRARY_CLASS = MicrocodeFlashAccessLib\r
23 CONSTRUCTOR = PerformFlashAccessLibConstructor\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
32 PlatformFlashAccessLib.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 SignedCapsulePkg/SignedCapsulePkg.dec\r
38 Vlv2TbltDevicePkg/PlatformPkg.dec\r
27f44846 39 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
75ce133c
JY
40\r
41[LibraryClasses]\r
42 BaseMemoryLib\r
27f44846 43 IoLib\r
75ce133c
JY
44 PcdLib\r
45 DebugLib\r
75ce133c 46 MemoryAllocationLib\r
27f44846
KM
47 CacheMaintenanceLib\r
48\r
49[Guids]\r
50 gEdkiiSystemFmpCapsuleConfigFileGuid ## SOMETIMES_CONSUMES ## GUID\r
51\r
52[Protocols]\r
53 gEfiSpiProtocolGuid ## CONSUMES\r
75ce133c
JY
54\r
55[Pcd]\r
27f44846
KM
56 gPlatformModuleTokenSpaceGuid.PcdFlashAreaBaseAddress ## SOMETIMES_CONSUMES\r
57 gPlatformModuleTokenSpaceGuid.PcdFlashChipBase ## SOMETIMES_CONSUMES\r
58 gPlatformModuleTokenSpaceGuid.PcdFlashChipSize ## SOMETIMES_CONSUMES\r
59 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## SOMETIMES_CONSUMES\r
60\r