voicerecorder/group/NewService.mmp
branchRCL_3
changeset 21 c6bafb5162d8
parent 0 845549f293a7
equal deleted inserted replaced
20:072a5fa0c63b 21:c6bafb5162d8
       
     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 *    NewService mmp file
       
    16 *	  
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET		NewService.dll
       
    24 TARGETTYPE	dll
       
    25 
       
    26 // the following UIDs are exported to system include by VoiceRecorderUID.h
       
    27 UID			0x1000008d 0x101F8862
       
    28 
       
    29 VERSION         10.0
       
    30 
       
    31 LANG SC
       
    32 CAPABILITY CAP_GENERAL_DLL
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 SOURCEPATH	../NewServiceSrc
       
    36 SOURCE		DllMain.cpp
       
    37 SOURCE      CNewFileServiceClientImpl.cpp
       
    38 SOURCE      CNewFileServiceDiscovery.cpp
       
    39 SOURCE      RNewFileServiceClient.cpp
       
    40 SOURCE	CNewFileServiceBase.cpp
       
    41 SOURCE	cnewfileserviceserverobserver.cpp
       
    42 
       
    43 
       
    44 USERINCLUDE	 ../NewServiceInc
       
    45 USERINCLUDE	 ../group
       
    46 USERINCLUDE	 ../NewServiceSrc
       
    47 USERINCLUDE	 ../../inc      // ADo level inc dir
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 LIBRARY		apparc.lib
       
    51 LIBRARY		avkon.lib
       
    52 LIBRARY		bafl.lib
       
    53 LIBRARY		efsrv.lib
       
    54 LIBRARY		eikcore.lib
       
    55 LIBRARY		euser.lib
       
    56 LIBRARY     	estor.lib 
       
    57 LIBRARY		ServiceHandler.lib