os/boardsupport/emulator/emulatorbsp/hcr/hcr.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // This file is part of the EPOC Emulator Variant Base Port
    15 // Hardware Configuration Respoitory Platform Specific Layer (PSL) 
    16 //
    17 
    18 
    19 // Uncomment and rebuild if you require trace messages from the HCR extension
    20 // macro HCR_TRACE
    21 
    22 // Uncomment if you want HCR PIL to load 'z:\sys\data\hcr.dat' as the Core
    23 // Image file repository because rombuild tool not yet updating ROM header.
    24 // Must always be defined on Emulator based HCR projects.
    25 macro HCRTEST_COREIMG_DONTUSE_ROMHDR
    26 
    27 
    28 // -- PIL Statements ----------------------------------------------------------
    29 //
    30 
    31 
    32 #include            "../../../../kernelhwsrv/kernel/eka/drivers/hcr/hcr.mmh"
    33 
    34 deffile             ../../../../kernelhwsrv/kernel/eka/~/hcr.def 
    35 
    36 userinclude         ../../../../kernelhwsrv/kernel/eka/drivers/hcr
    37 
    38 sourcepath          ../../../../kernelhwsrv/kernel/eka/drivers/hcr
    39 source              HCR_PIL_SOURCE
    40 
    41 
    42 // -- PSL Statements ----------------------------------------------------------
    43 //
    44 
    45 sourcepath          .
    46 source              hcr_psl.cpp
    47 source              hcr_psl_config.cpp
    48 
    49 start wins
    50 win32_headers
    51 end
    52