2007-06-28 09:00:39 +02:00
|
|
|
#/*++
|
|
|
|
#
|
|
|
|
# Copyright (c) 2004 - 2005, Intel Corporation
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
# Module Name:
|
|
|
|
#
|
|
|
|
# CpuIA64Lib.inf
|
|
|
|
#
|
|
|
|
# Abstract:
|
|
|
|
#
|
|
|
|
# Component description file for the Cpu IA64 library.
|
|
|
|
#
|
|
|
|
#--*/
|
|
|
|
|
|
|
|
[defines]
|
|
|
|
BASE_NAME = CpuIA64Lib
|
|
|
|
COMPONENT_TYPE = LIBRARY
|
|
|
|
|
|
|
|
[sources.common]
|
|
|
|
|
|
|
|
[sources.ipf]
|
2008-03-17 23:01:12 +01:00
|
|
|
Ipf/CpuIa64.s
|
2007-06-28 09:00:39 +02:00
|
|
|
|
|
|
|
[includes.common]
|
2008-03-17 23:01:12 +01:00
|
|
|
$(EDK_SOURCE)/Foundation/Efi
|
2007-06-28 09:00:39 +02:00
|
|
|
.
|
2008-03-17 23:01:12 +01:00
|
|
|
$(EDK_SOURCE)/Foundation/Cpu/Itanium/Include
|
|
|
|
$(EDK_SOURCE)/Foundation/include
|
2007-06-28 09:00:39 +02:00
|
|
|
|
|
|
|
[nmake.common]
|