loggers/logging/client/test/group/t_glxlogging.mmp
changeset 23 74c9f037fd5d
child 45 863223ea6961
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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_glxlogging.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY              ALL -TCB
       
    27 
       
    28 // Test code
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  t_glxlogging.cpp
       
    31 SOURCE                  t_glxlogging_dllmain.cpp
       
    32 
       
    33 // Code under test
       
    34 SOURCEPATH              ../../src
       
    35 SOURCE                  glxlogger.cpp
       
    36 SOURCE                  glxlogchunk.cpp
       
    37 
       
    38 USERINCLUDE             ../src // t_glxlogging.h
       
    39 USERINCLUDE             ../../inc   // glxlogchunk.h
       
    40 USERINCLUDE             ../../../../inc // glxlogger.h
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    45 
       
    46 LIBRARY                 EUnit.lib
       
    47 LIBRARY                 EUnitUtil.lib
       
    48 
       
    49 LIBRARY                 euser.lib   
       
    50 LIBRARY                 efsrv.lib   // for Rfs
       
    51 LIBRARY                 flogger.lib
       
    52 
       
    53 
       
    54 // allow writable static data
       
    55 #ifndef WINSCW
       
    56 EPOCALLOWDLLDATA
       
    57 #endif
       
    58 
       
    59 // End of file