os/mm/mmlibs/mmfw/tsrc/mmvalidationsuite/mmvalidationsuiteapp/group/MVSApp.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 CAPABILITY Drm UserEnvironment MultimediaDD
    17 
    18 #include "../inc/MVSUids.hrh"
    19 TARGET          mvsapp.exe
    20 TARGETTYPE exe
    21 
    22 UID             268450254 KUidMvsVal 
    23 VENDORID 0x70000001
    24 
    25 EPOCSTACKSIZE 0x5000
    26 
    27 APP_LAYER_SYSTEMINCLUDE_SYMBIAN  // APP layer macro required to link againt headers associated with Techview
    28 
    29 sourcepath	../src
    30 SOURCE		MVSApp.cpp
    31 SOURCE		MVSAppApplication.cpp
    32 SOURCE		MVSAppUI.cpp
    33 SOURCE		MVSAppView.cpp
    34 SOURCE		MVSAppDocument.cpp
    35 SOURCE		MVSVolumeDialog.cpp
    36 SOURCE		MVSBalanceDialog.cpp
    37 SOURCE		MVSRepeatDialog.cpp
    38 SOURCE		MVSSelectPluginsDialog.cpp
    39 SOURCE		MVSViewMetaInfoDialog.cpp
    40 SOURCE		MVSEditMetaInfoDialog.cpp
    41 SOURCE		MVSSaveAsDialog.cpp
    42 SOURCE		MVSConfigAudioFormatDialog.cpp
    43 SOURCE		MVSConfigVideoFormatDialog.cpp
    44 SOURCE		MVSSystemInfoDialog.cpp
    45 SOURCE		MVSVideoSettingDialog.cpp
    46 SOURCE      	MVSAudioSettingDialog.cpp
    47 SOURCE 		MVSSetPlayWindowDialog.cpp
    48 SOURCE		MVSCropDialog.cpp
    49 SOURCE		SettingsManager.cpp
    50 SOURCE		MVSViewTicker.cpp
    51 SOURCE 		MVSMultipleScreenDialog.cpp
    52 SOURCE		MVSResourceNotifyDialog.cpp
    53 SOURCE		mvsvideocontrol.cpp
    54 
    55 USERINCLUDE     ../inc
    56 USERINCLUDE	../../mmvalidationsuiteagents/inc
    57 
    58 LIBRARY         euser.lib 
    59 LIBRARY         apparc.lib 
    60 LIBRARY		ws32.lib 
    61 LIBRARY         cone.lib 
    62 LIBRARY         efsrv.lib 
    63 LIBRARY         eikcore.lib
    64 LIBRARY         eikdlg.lib 
    65 LIBRARY         eikcoctl.lib 
    66 LIBRARY         eikfile.lib
    67 LIBRARY         eikctl.lib
    68 LIBRARY		bafl.lib
    69 LIBRARY		mmfcontrollerframework.lib
    70 LIBRARY		mediaclientaudio.lib
    71 LIBRARY		egul.lib
    72 LIBRARY		mvsagents.lib
    73 LIBRARY		gdi.lib
    74 LIBRARY       	estor.lib
    75 LIBRARY		flogger.lib
    76 LIBRARY		eikcdlg.lib
    77 LIBRARY		ecom.lib
    78 
    79 START RESOURCE	MVSApp.rss
    80 HEADER
    81 targetpath	/resource/apps
    82 lang		sc
    83 end
    84 
    85 START BITMAP mvsapp.mbm
    86 	SOURCEPATH ../bmp
    87 	targetpath /resource/apps
    88 	HEADER
    89 	SOURCE c8 play.bmp
    90 	SOURCE 1  playmask.bmp
    91 	SOURCE c8 pause.bmp
    92 	SOURCE 1  pausemask.bmp
    93 	SOURCE c8 stop.bmp
    94 	SOURCE 1  stopmask.bmp
    95 	SOURCE c8 rwd.bmp
    96 	SOURCE 1  rwdmask.bmp
    97 	SOURCE c8 fwd.bmp
    98 	SOURCE 1  fwdmask.bmp
    99 	SOURCE c8 rec.bmp
   100 	SOURCE 1  recmask.bmp
   101 	SOURCE c8 circ.bmp
   102 	SOURCE 1  circmask.bmp
   103 	SOURCE c8 sound.bmp
   104 	SOURCE 1  soundmask.bmp
   105 	SOURCE 1  balancemask.BMP
   106 	SOURCE c8 balance.BMP
   107 
   108 END
   109 
   110 sourcepath		../src
   111 START RESOURCE	MVSApp_reg.rss
   112 TARGETPATH	/private/10003a3f/apps
   113 END
   114    
   115 start resource MVSApp_loc.rss
   116 targetpath /resource/apps
   117 lang sc
   118 end
   119 
   120 
   121 
   122 
   123 SMPSAFE