]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLibDxe.inf
QuarkPlatformPkg/PlatformFlashAccessLib: Add instance for update.
[mirror_edk2.git] / QuarkPlatformPkg / Feature / Capsule / Library / PlatformFlashAccessLib / PlatformFlashAccessLibDxe.inf
CommitLineData
63b9a685
JY
1## @file\r
2# Platform Flash Access library.\r
3#\r
4# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
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 = PlatformFlashAccessLibDxe\r
18 FILE_GUID = 9168384A-5F66-4CF7-AEB6-845BDEBD3012\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = PlatformFlashAccessLib|DXE_DRIVER DXE_RUNTIME_DRIVER\r
22 CONSTRUCTOR = PerformFlashAccessLibConstructor\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 PlatformFlashAccessLibDxe.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36 SignedCapsulePkg/SignedCapsulePkg.dec\r
37 QuarkSocPkg/QuarkSocPkg.dec\r
38 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseMemoryLib\r
42 PcdLib\r
43 DebugLib\r
44 UefiBootServicesTableLib\r
45\r
46[Protocols]\r
47 gEfiSpiProtocolGuid\r
48\r
49[Pcd]\r
50 gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress\r
51\r
52[Depex]\r
53 gEfiSpiProtocolGuid\r