tsrc/consoleplayer/player/group/externalplayer2.mmp
changeset 33 e1b6d78dfe6a
child 36 20d2741ccdad
equal deleted inserted replaced
29:b818131c88a3 33:e1b6d78dfe6a
       
     1 /*
       
     2  * Copyright (c) 2010 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  * This file provides the information required for building the
       
    16  * External Player2 executable used by Console Player test app.
       
    17  */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET        externalplayer2.exe
       
    22 TARGETTYPE    exe
       
    23 UID           0x0 0x10207CB1
       
    24 VENDORID      VID_DEFAULT
       
    25 
       
    26 CAPABILITY    ALL -TCB
       
    27 
       
    28 EPOCSTACKSIZE 0x5000           //20KB
       
    29 EPOCHEAPSIZE  0x400 0x1000000  //1KB-16MB
       
    30 
       
    31 USERINCLUDE   ..\..\common
       
    32 USERINCLUDE   ..\inc
       
    33 USERINCLUDE   ..\src\mmf
       
    34 
       
    35 SOURCEPATH    ..\src
       
    36 SOURCE        externalplayer.cpp
       
    37 SOURCE        playerwindow.cpp
       
    38 
       
    39 SOURCEPATH    ..\src\mmf
       
    40 SOURCE        mmfplayerwindow.cpp
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 USERINCLUDE   .
       
    44 SYSTEMINCLUDE \epoc32\include
       
    45 
       
    46 LIBRARY       euser.lib
       
    47 LIBRARY       efsrv.lib
       
    48 LIBRARY       mediaclientvideo.lib
       
    49 LIBRARY	      gce.lib 
       
    50 LIBRARY       ws32.lib 
       
    51 LIBRARY       gdi.lib
       
    52 LIBRARY		  fntstr.lib
       
    53 LIBRARY       fbscli.lib