bluetoothengine/btnotif/group/btnotifwrapper.mmp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : btnotifwrapper.mmp
       
     4 *  Part of     : bluetoothengine / btnotifwrapper
       
     5 *  Description : Project definition file for project btnotifwrapper
       
     6 *
       
     7 *  Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     8 *  All rights reserved.
       
     9 *  This component and the accompanying materials are made available
       
    10 *  under the terms of "Eclipse Public License v1.0"
       
    11 *  which accompanies this distribution, and is available
       
    12 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    13 *
       
    14 *  Initial Contributors:
       
    15 *  Nokia Corporation - initial contribution.
       
    16 *
       
    17 *  Contributors:
       
    18 *  Nokia Corporation
       
    19 * ============================================================================
       
    20 * Template version: 4.1
       
    21 */
       
    22 
       
    23 #include <platform_paths.hrh>
       
    24 #include <data_caging_paths.hrh>
       
    25 
       
    26 TARGET                  btnotifwrapper.dll
       
    27 TARGETTYPE              PLUGIN
       
    28 UID                     0x10009D8D 0x101FD68F
       
    29 
       
    30 CAPABILITY              CAP_ECOM_PLUGIN
       
    31 VENDORID                VID_DEFAULT
       
    32 
       
    33 START RESOURCE          ../btnotifwrapper/data/101fd68f.rss
       
    34 HEADER
       
    35 TARGET                  btnotifwrapper.rsc
       
    36 END // RESOURCE
       
    37 
       
    38 SOURCEPATH              ../btnotifwrapper/src
       
    39 SOURCE                  btnotifwrapper.cpp
       
    40 SOURCE                  btnotifwrapperproxy.cpp
       
    41 
       
    42 USERINCLUDE             ../btnotifwrapper/inc ../inc
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE           ../../inc
       
    46 
       
    47 LIBRARY                 euser.lib
       
    48 LIBRARY                 ecom.lib
       
    49 LIBRARY                 eiksrv.lib
       
    50 LIBRARY                 btnotifclient.lib
       
    51 LIBRARY                 btserviceutil.lib
       
    52