commonutilities/common/test/group/ut_cglxsingletonstore.mmp
changeset 23 74c9f037fd5d
child 45 863223ea6961
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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          ut_cglxsingletongstore.dll
       
    23 TARGETTYPE      dll
       
    24 TARGETPATH      /DigiaEUnit/Tests
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY              ALL -TCB
       
    28 
       
    29 SOURCEPATH              ../ut_cglxsingletonstore
       
    30 SOURCE                  ut_cglxsingletonstoredllmain.cpp
       
    31 SOURCE                  ut_cglxsingletonstore.cpp
       
    32  
       
    33 // Sources needed by the test
       
    34 SOURCEPATH              ../../src
       
    35 SOURCE                  glxsingletonstore.cpp
       
    36 
       
    37 USERINCLUDE             ../../inc
       
    38 USERINCLUDE             ../ut_cglxsingletonstore
       
    39 
       
    40 SYSTEMINCLUDE           ../../../inc
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    45 
       
    46 LIBRARY                 estor.lib
       
    47 LIBRARY                 EUnit.lib
       
    48 LIBRARY                 euser.lib
       
    49 LIBRARY                 lbs.lib
       
    50 LIBRARY                 mpxcommon.lib
       
    51 
       
    52 // End of file