os/kernelhwsrv/kerneltest/e32test/hcr/d_hcrut.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 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_NO_KEXT_ENTRY_POINT
    19 // Uncomment for debug trace
    20 // macro HCR_TRACE
    21 #define HCRTEST_TEST_MMP
    22 #include "../../../kernel/eka/drivers/hcr/hcr.mmh"
    23 
    24 target			d_hcrut.ldd
    25 targettype		ldd
    26 
    27 userinclude		../../../kernel/eka/drivers/hcr
    28 userinclude     ../../../../boardsupport/naviengine/navienginebsp/ne1_tb/hcr
    29 
    30 sourcepath		../../../kernel/eka/drivers/hcr
    31 source			HCR_PIL_SOURCE
    32 
    33 sourcepath		.
    34 source			d_hcrut.cpp
    35 source			d_hcrut_psl.cpp
    36 source			d_hcrut_psl_config.cpp
    37 
    38 epocallowdlldata
    39 smpsafe
    40 
    41 start wins
    42 win32_headers
    43 end