videoplayerapp/lwplayer/group/lwplayer.mmp
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2002-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:  Makefile for MediaPlayer.app
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 6 %
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <bldvariant.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET            lwplayer.exe
       
    26 TARGETTYPE        exe
       
    27 UID               0x100039CE 0x102824CD
       
    28 EPOCSTACKSIZE     0x5000
       
    29 
       
    30 
       
    31 CAPABILITY      CAP_APPLICATION DRM DiskAdmin MultimediaDD
       
    32 VENDORID        VID_DEFAULT
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          lwplayerapp.cpp
       
    36 SOURCE          lwplayerappui.cpp
       
    37 SOURCE          lwplayerdocument.cpp
       
    38 
       
    39 USERINCLUDE ../inc
       
    40 USERINCLUDE  ../../../inc
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 START RESOURCE  ../data/lwplayer.rss
       
    45 TARGETPATH      APP_RESOURCE_DIR
       
    46 HEADER
       
    47 LANGUAGE_IDS
       
    48 END
       
    49 
       
    50 START RESOURCE  ../data/lwplayer_reg.rss
       
    51 DEPENDS lwplayer.rsg
       
    52 TARGETPATH      /private/10003a3f/apps
       
    53 END
       
    54 
       
    55 LIBRARY apgrfx.lib
       
    56 LIBRARY apmime.lib
       
    57 LIBRARY apparc.lib
       
    58 LIBRARY avkon.lib
       
    59 LIBRARY commonui.lib
       
    60 LIBRARY commonengine.lib
       
    61 LIBRARY cone.lib
       
    62 LIBRARY efsrv.lib
       
    63 LIBRARY estor.lib
       
    64 LIBRARY euser.lib
       
    65 LIBRARY eikcore.lib
       
    66 LIBRARY flogger.lib
       
    67 LIBRARY servicehandler.lib
       
    68 LIBRARY ws32.lib
       
    69 
       
    70 // EOF