1## @file
2# DXE Runtime Intel QNC Library Instance
3#
4# Intel QNC internal network access Library Instance.
5#
6# Copyright (c) 2013-2015 Intel Corporation.
7#
8# This program and the accompanying materials
9# are licensed and made available under the terms and conditions of the BSD License
10# which accompanies this distribution.  The full text of the license may be found at
11# http://opensource.org/licenses/bsd-license.php
12#
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15#
16##
17[Defines]
18  INF_VERSION                    = 0x00010005
19  BASE_NAME                      = RuntimeQNCAccessLib
20  FILE_GUID                      = E6B51D93-E4C8-4425-9FA9-9DED814220F9
21  MODULE_TYPE                    = DXE_DRIVER
22  VERSION_STRING                 = 1.0
23  LIBRARY_CLASS                  = QNCAccessLib|DXE_RUNTIME_DRIVER
24  CONSTRUCTOR                    = DxeRuntimeQncAccessLibConstructor
25  DESTRUCTOR                     = DxeRuntimeQncAccessLibDestructor
26
27#
28# The following information is for reference only and not required by the build tools.
29#
30#  VALID_ARCHITECTURES           = IA32
31#
32
33[Sources]
34  QNCAccessLib.c
35  RuntimeAccess.c
36
37[Packages]
38  MdePkg/MdePkg.dec
39  QuarkSocPkg/QuarkSocPkg.dec
40
41[LibraryClasses]
42  BaseLib
43  DebugLib
44  PcdLib
45  UefiBootServicesTableLib
46  UefiRuntimeLib
47
48[Pcd]
49  gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
50