voicerecorder/group/RecView.mmp
branchRCL_3
changeset 20 072a5fa0c63b
parent 19 2f5c9ee7098c
child 21 c6bafb5162d8
equal deleted inserted replaced
19:2f5c9ee7098c 20:072a5fa0c63b
     1 /*
       
     2 * Copyright (c) 2002-2006 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 *    RecView mmp file
       
    16 *	  
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET		VoiceRecorderRecView.dll
       
    24 TARGETTYPE	dll
       
    25 
       
    26 // the following UIDs are exported to system include by VoiceRecorderUID.h
       
    27 UID			0x1000008d 0x100058CA
       
    28 
       
    29 VERSION         10.0
       
    30 
       
    31 LANG SC
       
    32 CAPABILITY CAP_GENERAL_DLL
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 SOURCEPATH	../RecViewSrc
       
    36 SOURCE		DllMain.cpp
       
    37 SOURCE		CVRButtonPanel.cpp
       
    38 SOURCE		CVRLabel.cpp
       
    39 SOURCE		CVRRecViewContainer.cpp
       
    40 SOURCE		CVRRecViewActivationContainer.cpp
       
    41 SOURCE		CVRRecViewModel.cpp
       
    42 SOURCE		CVRRecView.cpp
       
    43 SOURCE		CVRMdaRecorder.cpp 
       
    44 SOURCE		CVRSystemEventHandler.cpp
       
    45 SOURCE		CVRMemo.cpp
       
    46 SOURCE		CVRStateInfoPanel.cpp
       
    47 SOURCE		TVRState.cpp
       
    48 SOURCE		CVRRemConObserver.cpp
       
    49 SOURCE		CVRTonePlayer.cpp
       
    50 SOURCE      CVRDiskSpaceWatcher.cpp
       
    51 SOURCE      CVRMediaRemovalMonitor.cpp
       
    52 
       
    53 USERINCLUDE	 ../RecViewSrc
       
    54 USERINCLUDE	 ../RecViewInc
       
    55 USERINCLUDE	 ../group
       
    56 USERINCLUDE	 ../UtilsInc
       
    57 USERINCLUDE	 ../../inc      // ADo level inc dir
       
    58 
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY		apparc.lib
       
    62 LIBRARY		avkon.lib
       
    63 LIBRARY		bafl.lib
       
    64 LIBRARY		cone.lib
       
    65 LIBRARY		efsrv.lib
       
    66 LIBRARY		eikcoctl.lib
       
    67 LIBRARY		eikcore.lib
       
    68 LIBRARY		eikctl.lib
       
    69 LIBRARY		euser.lib
       
    70 LIBRARY		featmgr.lib
       
    71 
       
    72 LIBRARY		aknnotify.lib
       
    73 LIBRARY		commonengine.lib
       
    74 LIBRARY		commonui.lib 	// CErrorUI
       
    75 LIBRARY		mediaclientaudio.lib
       
    76 LIBRARY		sendui.lib		// CSendAppUi
       
    77 
       
    78 LIBRARY		sysutil.lib	
       
    79 LIBRARY		voicerecorderutils.lib
       
    80 LIBRARY		aknskins.lib
       
    81 LIBRARY		platformenv.lib	// PathInfo
       
    82 LIBRARY		apgrfx.lib // RApaLsSession
       
    83 LIBRARY		apmime.lib  // TDataType
       
    84 LIBRARY		ws32.lib 
       
    85 
       
    86 LIBRARY		CdlEngine.lib
       
    87 LIBRARY		AknIcon.lib
       
    88 LIBRARY		centralrepository.lib
       
    89 LIBRARY		RemConCoreApi.lib // CRemConCoreApiTarget
       
    90 LIBRARY		RemConInterfaceBase.lib // CRemConInterfaceSelector
       
    91 LIBRARY		aknlayout2scalable.lib
       
    92 LIBRARY         HWRMLightClient.lib  // for light control
       
    93 
       
    94 LIBRARY     	ServiceHandler.lib // For AIW
       
    95 
       
    96 #ifdef RD_MULTIPLE_DRIVE
       
    97 LIBRARY     PlatformEnv.lib
       
    98 #endif
       
    99 
       
   100 LIBRARY     AudioInputRouting.lib
       
   101 // End of File