]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/RuntimeQNCAccessLib.inf
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Library / QNCAccessLib / RuntimeQNCAccessLib.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2# DXE Runtime Intel QNC Library Instance\r
3#\r
4# Intel QNC internal network access Library Instance.\r
5#\r
6# Copyright (c) 2013-2015 Intel Corporation.\r
7#\r
c9f231d0 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9b6bbcdb
MK
9#\r
10##\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = RuntimeQNCAccessLib\r
14 FILE_GUID = E6B51D93-E4C8-4425-9FA9-9DED814220F9\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = QNCAccessLib|DXE_RUNTIME_DRIVER\r
18 CONSTRUCTOR = DxeRuntimeQncAccessLibConstructor\r
19 DESTRUCTOR = DxeRuntimeQncAccessLibDestructor\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32\r
25#\r
26\r
27[Sources]\r
28 QNCAccessLib.c\r
29 RuntimeAccess.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 QuarkSocPkg/QuarkSocPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 DebugLib\r
38 PcdLib\r
39 UefiBootServicesTableLib\r
40 UefiRuntimeLib\r
41\r
42[Pcd]\r
43 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r