localconnectivityservice/obexsendservices/group/obexservicebtsend.mmp
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     1 /*
       
     2 * Copyright (c) 2002 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../obexservicebtsend/inc/BTSendingServiceUIDS.hrh"
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET          obexservicebtsend.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D KBTSendingServiceDllUid
       
    26 
       
    27 CAPABILITY	CAP_ECOM_PLUGIN
       
    28 VENDORID 	VID_DEFAULT
       
    29 
       
    30 
       
    31 SOURCEPATH	    ../obexservicebtsend/src
       
    32 SOURCE          BTSendingService.cpp
       
    33 SOURCE          BTSSProvider.cpp
       
    34 SOURCE 			btsssendlisthandler.cpp
       
    35 // Plugin resources are placed in z:/system/libs/plugins
       
    36 //
       
    37 SOURCEPATH	    ../obexservicebtsend/data
       
    38 START RESOURCE 101F86A2.rss
       
    39 TARGET obexservicebtsend.rsc
       
    40 END
       
    41 
       
    42 SOURCEPATH      ../obexservicebtsend/data
       
    43 START RESOURCE  BtSSMenu.rss
       
    44 TARGETPATH      RESOURCE_FILES_DIR
       
    45 HEADER
       
    46 LANGUAGE_IDS
       
    47 END
       
    48 
       
    49 USERINCLUDE     ../obexservicebtsend/inc
       
    50 SYSTEMINCLUDE  ../../inc ../../../inc  /epoc32/include/ecom
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY         euser.lib                     // Base library
       
    54 LIBRARY         servicehandler.lib            // Application InterWorking
       
    55 LIBRARY         obexservicesendutils.lib      // Tools for bt sending
       
    56 LIBRARY 		btfeatures.lib
       
    57 
       
    58 DEBUGLIBRARY    flogger.lib                   // File logging services
       
    59 
       
    60 //  End of File
       
    61 
       
    62