os/kernelhwsrv/kerneltest/e32test/hcr/d_hcrsim_own.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 the License "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 // Hardware Configuration Respoitory Tests
    15 //
    16 
    17 macro HCRTEST_NO_EXPORT
    18 //macro HCR_TRACE
    19 
    20 #define HCRTEST_TEST_MMP
    21 #include "../../../kernel/eka/drivers/hcr/hcr.mmh"
    22 target			d_hcrsim_own.ldd
    23 targettype		ldd
    24 userinclude		../../../kernel/eka/drivers/hcr
    25 sourcepath		../../../kernel/eka/drivers/hcr
    26 source			HCR_PIL_SOURCE
    27 sourcepath		.
    28 source			d_hcrsim.cpp
    29 source			d_hcrsim_psl.cpp
    30 source			d_hcrsim_psl_config.cpp
    31 
    32 epocallowdlldata
    33 smpsafe
    34 
    35 start wins
    36 win32_headers
    37 end