voicerecorder/group/VoiceRecorderApp.mmp
changeset 0 845549f293a7
child 5 35a9006a7fc7
equal deleted inserted replaced
-1:000000000000 0:845549f293a7
       
     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 *     This is project specification file for the Voice Recorder application
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET	VoiceRecorder.exe
       
    25 TARGETTYPE    exe
       
    26 epocstacksize 0x5000
       
    27 
       
    28 // the following UIDs are exported to system include by VoiceRecorderUID.h
       
    29 UID           0x100039ce 0x100058CA
       
    30 
       
    31 VERSION         10.0
       
    32 
       
    33 CAPABILITY	CAP_APPLICATION
       
    34 VENDORID	VID_DEFAULT
       
    35 SOURCEPATH	../AppSrc
       
    36 
       
    37 SOURCE	CVRApplication.cpp 
       
    38 SOURCE		CVRDocument.cpp 
       
    39 SOURCE		CVRAppUI.cpp
       
    40 
       
    41 SOURCE		CVRNewFileService.cpp
       
    42 SOURCE		CVRAppServer.cpp
       
    43 SOURCE     CVRSettingItem.cpp
       
    44 
       
    45 #ifdef __SERIES60_MMC 
       
    46 SOURCE		CVRSettingsDialogMMCSupported.cpp
       
    47 #else
       
    48 SOURCE		CVRSettingsDialog.cpp
       
    49 #endif
       
    50 
       
    51 USERINCLUDE     ../AppSrc
       
    52 USERINCLUDE     ../group
       
    53 USERINCLUDE	    ../UtilsInc
       
    54 USERINCLUDE     ../RecViewInc
       
    55 USERINCLUDE	    ../../inc  
       
    56 
       
    57 APP_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 LIBRARY		eikcore.lib	
       
    60 LIBRARY 	apparc.lib
       
    61 LIBRARY 	avkon.lib
       
    62 LIBRARY 	cone.lib 
       
    63 LIBRARY 	euser.lib
       
    64 LIBRARY		commonui.lib
       
    65 
       
    66 LIBRARY		VoiceRecorderRecView.lib
       
    67 LIBRARY		VoiceRecorderUtils.lib
       
    68 LIBRARY		featmgr.lib // featuremanager
       
    69 
       
    70 // new file service
       
    71 LIBRARY		bafl.lib
       
    72 LIBRARY		newservice.lib
       
    73 
       
    74 // settings dialog dependencies
       
    75 LIBRARY		eikdlg.lib
       
    76 LIBRARY 	eikcoctl.lib
       
    77 LIBRARY		hlplch.lib
       
    78 LIBRARY     efsrv.lib 
       
    79 LIBRARY    commonengine.lib
       
    80 
       
    81 #ifdef __SERIES60_MMC
       
    82 LIBRARY		commondialogs.lib
       
    83 #endif
       
    84 
       
    85 #ifdef RD_MULTIPLE_DRIVE
       
    86 LIBRARY     PlatformEnv.lib
       
    87 #endif
       
    88 
       
    89 START RESOURCE    ../group/voicerecorder.rss
       
    90   TARGETPATH    APP_RESOURCE_DIR
       
    91   HEADER
       
    92   LANGUAGE_IDS
       
    93 END // RESOURCE
       
    94 
       
    95 SOURCEPATH		.
       
    96 START RESOURCE	VoiceRecorder_reg.rss
       
    97 DEPENDS voicerecorder.rsg
       
    98   // Do not change the UID below.
       
    99   TARGETPATH /private/10003a3f/apps
       
   100 END