voicerecorder/group/Utils.mmp
changeset 0 845549f293a7
child 13 4e5b531d23cb
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 utils
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 TARGET          VoiceRecorderUtils.dll
       
    25 TARGETTYPE      DLL
       
    26 
       
    27 // the following UIDs are exported to system include by VoiceRecorderUID.h
       
    28 UID             0x1000008d 0x100058CA
       
    29 
       
    30 VERSION         10.0
       
    31 
       
    32 CAPABILITY CAP_GENERAL_DLL
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 SOURCEPATH	../UtilsSrc
       
    36 SOURCE      TVRRename.cpp
       
    37 SOURCE		DllMain.cpp
       
    38 SOURCE		VRUtils.cpp
       
    39 
       
    40 USERINCLUDE     ../UtilsInc ../group
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY		euser.lib
       
    44 LIBRARY		avkon.lib
       
    45 LIBRARY		efsrv.lib
       
    46 LIBRARY		bafl.lib
       
    47 LIBRARY		cone.lib
       
    48 LIBRARY		apparc.lib
       
    49 LIBRARY		apgrfx.lib
       
    50 LIBRARY		apmime.lib
       
    51 LIBRARY		aknnotify.lib
       
    52 LIBRARY		platformenv.lib  // PathInfo
       
    53 LIBRARY		featmgr.lib
       
    54 LIBRARY		commonengine.lib
       
    55 LIBRARY		centralrepository.lib
       
    56 
       
    57 #ifdef RD_MULTIPLE_DRIVE
       
    58 LIBRARY     PlatformEnv.lib
       
    59 #if defined(ARMCC)
       
    60 deffile      ../EABI/VoiceRecorderUtilsU.DEF
       
    61 #elif defined( WINS )
       
    62 deffile      ../BWINS/VoiceRecorderUtilsU.DEF
       
    63 #endif
       
    64 
       
    65 #else
       
    66 #if defined(ARMCC)
       
    67 deffile      ../EABI/VoiceRecorderUtils.DEF
       
    68 #elif defined( WINS )
       
    69 deffile      ../BWINS/VoiceRecorderUtils.def
       
    70 #endif
       
    71 
       
    72 #endif
       
    73 
       
    74