mpx/playbackframework/playbackserver/group/mpxplaybackserver.mmp
changeset 0 a2952bb97e68
child 48 b7b49303d0c0
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Playback server project specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET           mpxplaybackserver.exe
       
    23 TARGETTYPE       exe
       
    24 UID              0 0x101FFC00
       
    25 VENDORID         VID_DEFAULT
       
    26 CAPABILITY       ALL -TCB
       
    27 EPOCHEAPSIZE     0x1000 0x1000000
       
    28 
       
    29 USERINCLUDE      ../inc
       
    30 USERINCLUDE      ../../../inc
       
    31 USERINCLUDE      ../../playbackengine/inc
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 SYSTEMINCLUDE    /epoc32/include/kernel
       
    35 SYSTEMINCLUDE    /epoc32/include/mmf/common
       
    36 
       
    37 SOURCEPATH       ../src
       
    38 SOURCE           mpxplaybackserver.cpp 
       
    39 SOURCE           mpxplaybackserversession.cpp 
       
    40 
       
    41 LIBRARY          euser.lib  
       
    42 LIBRARY          estor.lib 
       
    43 LIBRARY          efsrv.lib 
       
    44 LIBRARY          bafl.lib
       
    45 LIBRARY          mpxplaybackengine.lib 
       
    46 LIBRARY          mpxcollectionutility.lib
       
    47 LIBRARY          mpxcommon.lib
       
    48 
       
    49 #ifdef RD_TSP_CLIENT_MAPPER
       
    50 LIBRARY          tspclientmapper.lib
       
    51 #endif
       
    52 // End of file
       
    53