]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/RuntimeQNCAccessLib.inf
QuarkSocPkg: Add new package for Quark SoC X1000
[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
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = RuntimeQNCAccessLib\r
20 FILE_GUID = E6B51D93-E4C8-4425-9FA9-9DED814220F9\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = QNCAccessLib|DXE_RUNTIME_DRIVER\r
24 CONSTRUCTOR = DxeRuntimeQncAccessLibConstructor\r
25 DESTRUCTOR = DxeRuntimeQncAccessLibDestructor\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32\r
31#\r
32\r
33[Sources]\r
34 QNCAccessLib.c\r
35 RuntimeAccess.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 QuarkSocPkg/QuarkSocPkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 DebugLib\r
44 PcdLib\r
45 UefiBootServicesTableLib\r
46 UefiRuntimeLib\r
47\r
48[Pcd]\r
49 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r