]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiRuntime.inf
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Spi / PchSpiRuntime.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2# Component description file for the SPI Runtime driver.\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#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = PchSpiRuntime\r
24 FILE_GUID = C194C6EA-B68C-4981-B64B-9BD271474B20\r
25 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
26 VERSION_STRING = 1.0\r
27\r
28 ENTRY_POINT = InstallPchSpi\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 EBC\r
34################################################################################\r
35#\r
36# Sources Section - list of files that are required for the build to succeed.\r
37#\r
38################################################################################\r
39[Sources]\r
40 RuntimeDxe/PchSpi.h\r
41 RuntimeDxe/PchSpi.c\r
42 Common/SpiCommon.c\r
43 Common/SpiCommon.h\r
44\r
45################################################################################\r
46#\r
47# Package Dependency Section - list of Package files that are required for\r
48# this module.\r
49#\r
50################################################################################\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
53 QuarkSocPkg/QuarkSocPkg.dec\r
54\r
55################################################################################\r
56#\r
57# Library Class Section - list of Library Classes that are required for\r
58# this module.\r
59#\r
60################################################################################\r
61[LibraryClasses]\r
62 UefiRuntimeServicesTableLib\r
63 UefiRuntimeLib\r
64 UefiBootServicesTableLib\r
65 UefiDriverEntryPoint\r
66 IntelQNCLib\r
67 QNCAccessLib\r
68 TimerLib\r
69 DxeServicesTableLib\r
70 UefiLib\r
71 DebugLib\r
72 MemoryAllocationLib\r
73 S3BootScriptLib\r
74 PciExpressLib\r
75\r
76################################################################################\r
77#\r
78# Protocol C Name Section - list of Protocol and Protocol Notify C Names\r
79# that this module uses or produces.\r
80#\r
81################################################################################\r
82[Protocols]\r
83 gEfiSpiProtocolGuid\r
84\r
85[Pcd]\r
86 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
87 gEfiQuarkNcSocIdTokenSpaceGuid.PcdRcbaMmioSize\r
88\r
89[Depex]\r
90 TRUE\r