emulator/emulatorbsp/hcr/hcr.mmp
author William Roberts <williamr@symbian.org>
Sun, 14 Mar 2010 13:13:53 +0000
branchCompilerCompatibility
changeset 7 8b17553ac4e0
parent 0 cec860690d41
permissions -rw-r--r--
Automatic merge from PDK_3.0.h

// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// This file is part of the EPOC Emulator Variant Base Port
// Hardware Configuration Respoitory Platform Specific Layer (PSL) 
//


// Uncomment and rebuild if you require trace messages from the HCR extension
// macro HCR_TRACE

// Uncomment if you want HCR PIL to load 'z:\sys\data\hcr.dat' as the Core
// Image file repository because rombuild tool not yet updating ROM header.
// Must always be defined on Emulator based HCR projects.
macro HCRTEST_COREIMG_DONTUSE_ROMHDR


// -- PIL Statements ----------------------------------------------------------
//


#include            "../../../../kernelhwsrv/kernel/eka/drivers/hcr/hcr.mmh"

deffile             ../../../../kernelhwsrv/kernel/eka/~/hcr.def 

userinclude         ../../../../kernelhwsrv/kernel/eka/drivers/hcr

sourcepath          ../../../../kernelhwsrv/kernel/eka/drivers/hcr
source              HCR_PIL_SOURCE


// -- PSL Statements ----------------------------------------------------------
//

sourcepath          .
source              hcr_psl.cpp
source              hcr_psl_config.cpp

start wins
win32_headers
end