commonutilities/common/test/group/T_CGlxSettingsModel.mmp
changeset 23 74c9f037fd5d
child 45 863223ea6961
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "../../../../group/glxbuildcommon.mmh"
       
    21 
       
    22 TARGET                  T_CGlxSettingsModel.dll
       
    23 TARGETTYPE              dll
       
    24 TARGETPATH              /DigiaEUnit/Tests
       
    25 UID                     0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY              ALL -TCB
       
    28 
       
    29 SOURCEPATH              ../T_CGlxSettingsModel
       
    30 SOURCE                  T_CGlxSettingsModelDllMain.cpp
       
    31 SOURCE                  T_CGlxSettingsModel.cpp
       
    32 
       
    33 USERINCLUDE             ../T_CGlxSettingsModel
       
    34 USERINCLUDE             ../../../slideshow/utils
       
    35 
       
    36 SYSTEMINCLUDE           ../../../inc                // For glxlog.h
       
    37 SYSTEMINCLUDE           ../../inc/                  // For glxsettingsmodel.h
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    42 
       
    43 LIBRARY                 centralrepository.lib       // For central repository
       
    44 LIBRARY                 eunit.lib
       
    45 LIBRARY                 euser.lib
       
    46 
       
    47 // End of file