commonui/test/group/t_glxzoomstatepublisher.mmp
changeset 23 74c9f037fd5d
child 45 863223ea6961
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2 * Copyright (c) 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:   Project definition file 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 TARGET          t_glxzoomstatepublisher.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000af5a 0x01700000
       
    23 
       
    24 CAPABILITY              ALL -TCB
       
    25 VENDORID                0x00000000
       
    26 
       
    27 #ifndef WINSCW
       
    28 EPOCALLOWDLLDATA
       
    29 #endif
       
    30 
       
    31 SOURCEPATH              ../t_glxzoomstatepublisher
       
    32 SOURCE                  t_glxzoomstatepublisher.cpp
       
    33 SOURCE                  t_glxzoomstatepublisher_dllmain.cpp
       
    34 
       
    35 // Sources required by the test suite
       
    36 SOURCEPATH              ../../src
       
    37 SOURCE                  glxzoomstatepublisher.cpp
       
    38 
       
    39 USERINCLUDE             ../t_glxzoomstatepublisher
       
    40 
       
    41 // User include folders required by the tested code
       
    42 USERINCLUDE             ../../inc
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    47 
       
    48 // System include folders required by the tested code
       
    49 SYSTEMINCLUDE           ../../../inc
       
    50 SYSTEMINCLUDE           ../../../common/inc
       
    51 
       
    52 LIBRARY                 EUnit.lib
       
    53 LIBRARY                 EUnitUtil.lib
       
    54 LIBRARY                 euser.lib
       
    55 LIBRARY                 cone.lib 
       
    56 LIBRARY                 eikcore.lib 
       
    57 
       
    58 // Libraries required by the tested code
       
    59 LIBRARY                 glxlogging.lib
       
    60 LIBRARY                 cfclient.lib // for CCFClient
       
    61 LIBRARY                 cfservices.lib // for CCFContextObject
       
    62 
       
    63 EXPORTUNFROZEN
       
    64 // End of file