kerneltest/e32test/hcr/d_hcrsim.mmp
changeset 47 46fffbe7b5a7
parent 46 0bf4040442f9
equal deleted inserted replaced
46:0bf4040442f9 47:46fffbe7b5a7
     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 HCRTEST_COREIMG_DONTUSE_ROMHDR
       
    19 
       
    20 #define HCRTEST_TEST_MMP
       
    21 #include "../../../kernel/eka/drivers/hcr/hcr.mmh"
       
    22 target			d_hcrsim.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