1## @file 2# Component description file for SmmControlPei module. 3# 4# Copyright (c) 2013-2015 Intel Corporation. 5# 6# This program and the accompanying materials 7# are licensed and made available under the terms and conditions of the BSD License 8# which accompanies this distribution. The full text of the license may be found at 9# http://opensource.org/licenses/bsd-license.php 10# 11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 13# 14## 15 16 17[Defines] 18 INF_VERSION = 0x00010005 19 BASE_NAME = SmmControlPei 20 FILE_GUID = 60EC7720-512B-4490-9FD1-A336769AE01F 21 MODULE_TYPE = PEIM 22 VERSION_STRING = 1.0 23 ENTRY_POINT = SmmControlPeiEntry 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 SmmControlPei.c 33 34[Packages] 35 MdePkg/MdePkg.dec 36 MdeModulePkg/MdeModulePkg.dec 37 QuarkSocPkg/QuarkSocPkg.dec 38 39[LibraryClasses] 40 PeimEntryPoint 41 DebugLib 42 PeiServicesLib 43 PcdLib 44 IoLib 45 PciLib 46 QNCAccessLib 47 48[Ppis] 49 gPeiSmmControlPpiGuid # ALWAYS_PRODUCED 50 51[Pcd] 52 gEfiQuarkNcSocIdTokenSpaceGuid.PcdPm1blkIoBaseAddress 53 gEfiQuarkNcSocIdTokenSpaceGuid.PcdGpe0blkIoBaseAddress 54 gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmmActivationPort 55 56[Depex] 57 TRUE 58