1#** 2# @file 3# 4# IscpPei.inf 5# 6# AMD-specific PEI-Phase Intra-SoC Communication Protocol module information file. 7# 8# @xrefitem bom "File Content Label" "Release Content" 9# @e project: FDK 10# @e sub-project: UEFI 11# @e version: $Revision: 321113 $ @e date: $Date: 2015-06-19 10:25:47 -0500 (Fri, 19 Jun 2015) $ 12# 13# 14#***************************************************************************** 15# 16# Copyright (c) 2015 - 2016, AMD Inc. All rights reserved.<BR> 17# 18# This program and the accompanying materials 19# are licensed and made available under the terms and conditions of the BSD License 20# which accompanies this distribution. The full text of the license may be found at 21# http://opensource.org/licenses/bsd-license.php 22# 23# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 24# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 25# 26#***************************************************************************/ 27 28[Defines] 29 INF_VERSION = 0x00010005 30 BASE_NAME = IscpPei 31 FILE_GUID = 4C4C6624-DDDA-4C49-B542-DAFF4CBF2F20 32 MODULE_TYPE = PEIM 33 VERSION_STRING = 1.0 34 ENTRY_POINT = PeiInitIscp 35 36# 37# The following information is for reference only and not required by the build tools. 38# 39# VALID_ARCHITECTURES = AARCH64 40# 41# 42 43[Binaries.AARCH64] 44 PE32|IscpPei.efi|* 45 PEI_DEPEX|IscpPei.depex 46