os/mm/mmlibs/mmfw/tsrc/mmvalidationsuite/mmvalidationsuiteapp/group/MVSApp.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmlibs/mmfw/tsrc/mmvalidationsuite/mmvalidationsuiteapp/group/MVSApp.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,123 @@
     1.4 +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +CAPABILITY Drm UserEnvironment MultimediaDD
    1.20 +
    1.21 +#include "../inc/MVSUids.hrh"
    1.22 +TARGET          mvsapp.exe
    1.23 +TARGETTYPE exe
    1.24 +
    1.25 +UID             268450254 KUidMvsVal 
    1.26 +VENDORID 0x70000001
    1.27 +
    1.28 +EPOCSTACKSIZE 0x5000
    1.29 +
    1.30 +APP_LAYER_SYSTEMINCLUDE_SYMBIAN  // APP layer macro required to link againt headers associated with Techview
    1.31 +
    1.32 +sourcepath	../src
    1.33 +SOURCE		MVSApp.cpp
    1.34 +SOURCE		MVSAppApplication.cpp
    1.35 +SOURCE		MVSAppUI.cpp
    1.36 +SOURCE		MVSAppView.cpp
    1.37 +SOURCE		MVSAppDocument.cpp
    1.38 +SOURCE		MVSVolumeDialog.cpp
    1.39 +SOURCE		MVSBalanceDialog.cpp
    1.40 +SOURCE		MVSRepeatDialog.cpp
    1.41 +SOURCE		MVSSelectPluginsDialog.cpp
    1.42 +SOURCE		MVSViewMetaInfoDialog.cpp
    1.43 +SOURCE		MVSEditMetaInfoDialog.cpp
    1.44 +SOURCE		MVSSaveAsDialog.cpp
    1.45 +SOURCE		MVSConfigAudioFormatDialog.cpp
    1.46 +SOURCE		MVSConfigVideoFormatDialog.cpp
    1.47 +SOURCE		MVSSystemInfoDialog.cpp
    1.48 +SOURCE		MVSVideoSettingDialog.cpp
    1.49 +SOURCE      	MVSAudioSettingDialog.cpp
    1.50 +SOURCE 		MVSSetPlayWindowDialog.cpp
    1.51 +SOURCE		MVSCropDialog.cpp
    1.52 +SOURCE		SettingsManager.cpp
    1.53 +SOURCE		MVSViewTicker.cpp
    1.54 +SOURCE 		MVSMultipleScreenDialog.cpp
    1.55 +SOURCE		MVSResourceNotifyDialog.cpp
    1.56 +SOURCE		mvsvideocontrol.cpp
    1.57 +
    1.58 +USERINCLUDE     ../inc
    1.59 +USERINCLUDE	../../mmvalidationsuiteagents/inc
    1.60 +
    1.61 +LIBRARY         euser.lib 
    1.62 +LIBRARY         apparc.lib 
    1.63 +LIBRARY		ws32.lib 
    1.64 +LIBRARY         cone.lib 
    1.65 +LIBRARY         efsrv.lib 
    1.66 +LIBRARY         eikcore.lib
    1.67 +LIBRARY         eikdlg.lib 
    1.68 +LIBRARY         eikcoctl.lib 
    1.69 +LIBRARY         eikfile.lib
    1.70 +LIBRARY         eikctl.lib
    1.71 +LIBRARY		bafl.lib
    1.72 +LIBRARY		mmfcontrollerframework.lib
    1.73 +LIBRARY		mediaclientaudio.lib
    1.74 +LIBRARY		egul.lib
    1.75 +LIBRARY		mvsagents.lib
    1.76 +LIBRARY		gdi.lib
    1.77 +LIBRARY       	estor.lib
    1.78 +LIBRARY		flogger.lib
    1.79 +LIBRARY		eikcdlg.lib
    1.80 +LIBRARY		ecom.lib
    1.81 +
    1.82 +START RESOURCE	MVSApp.rss
    1.83 +HEADER
    1.84 +targetpath	/resource/apps
    1.85 +lang		sc
    1.86 +end
    1.87 +
    1.88 +START BITMAP mvsapp.mbm
    1.89 +	SOURCEPATH ../bmp
    1.90 +	targetpath /resource/apps
    1.91 +	HEADER
    1.92 +	SOURCE c8 play.bmp
    1.93 +	SOURCE 1  playmask.bmp
    1.94 +	SOURCE c8 pause.bmp
    1.95 +	SOURCE 1  pausemask.bmp
    1.96 +	SOURCE c8 stop.bmp
    1.97 +	SOURCE 1  stopmask.bmp
    1.98 +	SOURCE c8 rwd.bmp
    1.99 +	SOURCE 1  rwdmask.bmp
   1.100 +	SOURCE c8 fwd.bmp
   1.101 +	SOURCE 1  fwdmask.bmp
   1.102 +	SOURCE c8 rec.bmp
   1.103 +	SOURCE 1  recmask.bmp
   1.104 +	SOURCE c8 circ.bmp
   1.105 +	SOURCE 1  circmask.bmp
   1.106 +	SOURCE c8 sound.bmp
   1.107 +	SOURCE 1  soundmask.bmp
   1.108 +	SOURCE 1  balancemask.BMP
   1.109 +	SOURCE c8 balance.BMP
   1.110 +
   1.111 +END
   1.112 +
   1.113 +sourcepath		../src
   1.114 +START RESOURCE	MVSApp_reg.rss
   1.115 +TARGETPATH	/private/10003a3f/apps
   1.116 +END
   1.117 +   
   1.118 +start resource MVSApp_loc.rss
   1.119 +targetpath /resource/apps
   1.120 +lang sc
   1.121 +end
   1.122 +
   1.123 +
   1.124 +
   1.125 +
   1.126 +SMPSAFE