tsrc/fusionmpxplayer_test/FusionMpxPlayerTestExeUi/group/FusionPlayerTestApp.mmp
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2008 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 the License "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 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET            FusionMpxPlayerTestExeUi.exe
       
    22 TARGETTYPE        exe
       
    23 UID               0x00000000 0x101FB3E3
       
    24 EPOCSTACKSIZE     0x8000
       
    25 
       
    26 CAPABILITY        CAP_GENERAL_DLL -DRM -AllFiles
       
    27 
       
    28 APP_LAYER_SYSTEMINCLUDE
       
    29 SYSTEMINCLUDE     /Epoc32/include/ecom
       
    30 
       
    31 START RESOURCE    ../data/FusionMpxPlayerTestExeUi.rss
       
    32 	HEADER
       
    33 	TARGETPATH    /resource/apps
       
    34 	LANG		  SC
       
    35 END
       
    36 
       
    37 START RESOURCE	  ../data/FusionMpxPlayerTestExeUi_reg.rss
       
    38 	TARGETPATH	  /private/10003a3f/apps
       
    39 END
       
    40 
       
    41 SOURCEPATH        ../src
       
    42 SOURCE		      FusionPlayerTestApp.cpp
       
    43 SOURCE		      FusionPlayerTestAppApplication.cpp
       
    44 SOURCE		      FusionPlayerTestAppUi.cpp
       
    45 SOURCE		      FusionPlayerTestAppDocument.cpp
       
    46 SOURCE            FusionMpxPlayerTester.cpp
       
    47 SOURCE            FusionMpxPlayerTestCmdListener.cpp 
       
    48 SOURCE            FusionMpxPlayerTesterDescFunctions.cpp
       
    49 
       
    50 USERINCLUDE       ../inc
       
    51 USERINCLUDE       ../../inc
       
    52 USERINCLUDE       ../../../../videoplayback/inc
       
    53 USERINCLUDE       ../../../VCXTestCommon/inc
       
    54 USERINCLUDE       ../../../../inc
       
    55 
       
    56 LIBRARY		      euser.lib
       
    57 LIBRARY		      apparc.lib
       
    58 LIBRARY	          cone.lib
       
    59 LIBRARY		      eikcore.lib
       
    60 LIBRARY		      avkon.lib
       
    61 LIBRARY		      insock.lib
       
    62 LIBRARY		      eikcoctl.lib
       
    63 LIBRARY		      estor.lib
       
    64 LIBRARY 	      efsrv.lib
       
    65 
       
    66 LIBRARY           apgrfx.lib
       
    67 LIBRARY           ws32.lib
       
    68 LIBRARY           fbscli.lib
       
    69 
       
    70 LIBRARY           centralrepository.lib
       
    71 LIBRARY           mpxcommon.lib
       
    72 LIBRARY           mpxcollectionhelper.lib
       
    73 LIBRARY           mpxcommonui.lib
       
    74 LIBRARY           mpxplaybackutility.lib
       
    75 LIBRARY           mpxcollectionutility.lib
       
    76 LIBRARY           mpxviewutility.lib
       
    77 LIBRARY           VCXTestCommon.lib
       
    78 LIBRARY           FLOGGER.lib