photosgallery/viewframework/medialists/tsrc/group/t_cglxmedia.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     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:    CGlxCache unit test project file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include   <platform_paths.hrh>
       
    20 
       
    21 TARGET          t_cglxmedia.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26  
       
    27 #ifndef WINSCW
       
    28 EPOCALLOWDLLDATA
       
    29 #endif 
       
    30 
       
    31 SOURCEPATH              ../t_cglxmedia
       
    32 SOURCE                  t_cglxmedia_dllmain.cpp
       
    33 SOURCE                  t_cglxmedia.cpp
       
    34 
       
    35 // Sources required by the test suite
       
    36 SOURCEPATH              ../../src
       
    37 SOURCE                  glxmedia.cpp
       
    38 
       
    39 USERINCLUDE             ../t_cglxmedia
       
    40 
       
    41 // User include folders required by the tested code
       
    42 USERINCLUDE             ../inc
       
    43 USERINCLUDE             ../../inc
       
    44 
       
    45 SYSTEMINCLUDE           ../../../../inc
       
    46 
       
    47 
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 
       
    51 LIBRARY                 EUnit.lib
       
    52 LIBRARY                 EUnitUtil.lib
       
    53 LIBRARY                 euser.lib
       
    54 LIBRARY                 lbs.lib
       
    55 
       
    56 LIBRARY                 mpxcommon.lib
       
    57 
       
    58 LIBRARY                 glxmedialists.lib
       
    59 LIBRARY                 glxlogging.lib
       
    60 
       
    61 EXPORTUNFROZEN
       
    62 
       
    63 // End of file