photosgallery/slideshow/engine/tsrc/group/t_cshwmusiccontrol.mmp
branchRCL_3
changeset 75 01504893d9cb
parent 0 4e91876724a2
equal deleted inserted replaced
68:5b238bc8ffb6 75:01504893d9cb
       
     1 /*
       
     2 * Copyright (c) 2007-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:  Slideshow engine build file for test
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include        <platform_paths.hrh>
       
    21 #include "../../../../group/glxbuildcommon.mmh"
       
    22 
       
    23 TARGET          t_cshwmusiccontrol.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY              ALL -TCB
       
    28 
       
    29 SOURCEPATH              ../t_cshwmusiccontrol
       
    30 SOURCE                  t_cshwmusiccontrol.cpp
       
    31 SOURCE                  t_cshwmusiccontrol_dllmain.cpp
       
    32 
       
    33 // Sources required by the test suite
       
    34 SOURCEPATH              ../../controlsrc
       
    35 SOURCE                  shwevent.cpp
       
    36 SOURCE                  shwmusiccontrol.cpp
       
    37 SOURCE                  shweventpublisherbase.cpp
       
    38 
       
    39 USERINCLUDE             ../t_cshwmusiccontrol
       
    40 
       
    41 // User include folders required by the tested code
       
    42 USERINCLUDE             ../../inc
       
    43 USERINCLUDE             ../../coresrc
       
    44 USERINCLUDE             ../../../utils
       
    45 USERINCLUDE             ../../controlsrc
       
    46 USERINCLUDE             ../../effectsrc
       
    47 
       
    48 
       
    49 
       
    50 // System include folders required by the tested code
       
    51 SYSTEMINCLUDE           ../../../../viewframework/medialists/inc
       
    52 SYSTEMINCLUDE           ../../../../viewframework/layouts/inc
       
    53 SYSTEMINCLUDE           ../../../../viewframework/visuallistmanager/inc
       
    54 SYSTEMINCLUDE           ../../../../inc
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 SYSTEMINCLUDE           ../../../../viewframework/views/fullscreenview/inc
       
    57 
       
    58 // for mgallery drm
       
    59 SYSTEMINCLUDE     		../../../../viewframework/drmutility/inc
       
    60 
       
    61 
       
    62 LIBRARY                 eunit.lib
       
    63 LIBRARY                 eunitutil.lib
       
    64 LIBRARY					efsrv.lib 
       
    65 LIBRARY                 euser.lib
       
    66 
       
    67 LIBRARY     			mpxplaybackutility.lib
       
    68 
       
    69 // Libraries required by the tested code
       
    70 
       
    71 // allow static data
       
    72 #ifndef WINSCW
       
    73 EPOCALLOWDLLDATA
       
    74 #endif
       
    75 
       
    76 // no need to export test DLLs
       
    77 EXPORTUNFROZEN
       
    78 
       
    79 // End of file