1## @file 2# Base 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 = QNCAccessLib 20 FILE_GUID = CC13B9FB-DAF5-4b42-907F-122216787C05 21 MODULE_TYPE = BASE 22 VERSION_STRING = 1.0 23 LIBRARY_CLASS = QNCAccessLib 24 25# 26# The following information is for reference only and not required by the build tools. 27# 28# VALID_ARCHITECTURES = IA32 X64 29# 30 31[Sources] 32 QNCAccessLib.c 33 BaseAccess.c 34 35[Packages] 36 MdePkg/MdePkg.dec 37 QuarkSocPkg/QuarkSocPkg.dec 38 39[LibraryClasses] 40 DebugLib 41 42[Pcd] 43 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress 44