btobexprofiles/obexserviceman/group/obexservicemanclient.mmp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     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: 
       
    15 *     SRCS client side API project file.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET          obexserviceman.dll
       
    24 TARGETTYPE      PLUGIN
       
    25                              
       
    26 UID             0x10009D8D 0x20002776
       
    27 CAPABILITY	CAP_ECOM_PLUGIN
       
    28 VENDORID	VID_DEFAULT
       
    29 
       
    30 START RESOURCE          ../obexservicemanclient/data/0x101F7C88.rss
       
    31   TARGET                obexserviceman.rsc
       
    32 END // RESOURCE
       
    33 
       
    34 SOURCEPATH  ../obexservicemanclient/src
       
    35 
       
    36 SOURCE      ObexSMClient.cpp
       
    37 SOURCE      ObexSMPlugin.cpp
       
    38 SOURCE      ObexSMProxy.cpp
       
    39 SOURCE      ObexSMRequester.cpp
       
    40 
       
    41 USERINCLUDE     ../obexservicemanclient/inc
       
    42 SYSTEMINCLUDE  ../../inc ../../../inc /epoc32/include/ecom
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 
       
    46 LIBRARY     euser.lib         // Kernel API
       
    47 LIBRARY     ecom.lib
       
    48 DEBUGLIBRARY     flogger.lib       // File logging
       
    49 
       
    50