bluetoothengine/btnotif/group/btnotifsrv.mmp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : btnotifsrv.mmp
       
     4 *  Part of     : bluetoothengine / btnotif
       
     5 *  Description : Project definition file for project btnotif
       
     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                  btnotifsrv.exe
       
    27 TARGETTYPE              exe
       
    28 UID                     0x1000008d 0x20026FED
       
    29 
       
    30 CAPABILITY              CAP_SERVER NetworkControl PowerMgmt CommDD 
       
    31 VENDORID                VID_DEFAULT
       
    32 
       
    33 SOURCEPATH              ../btnotifsrv/src
       
    34 SOURCE                  btnotifserver.cpp
       
    35 SOURCE                  btnotifsession.cpp
       
    36 SOURCE                  btnotifconnectiontracker.cpp
       
    37 SOURCE                  btnotifsettingstracker.cpp
       
    38 SOURCE                  btnotificationmanager.cpp
       
    39 SOURCE                  bluetoothnotification.cpp 
       
    40 SOURCE                  btnotifdeviceselector.cpp 
       
    41 SOURCE                  btnotifpairnotifier.cpp 
       
    42 SOURCE                  btnotifbasepairinghandler.cpp 
       
    43 SOURCE                  btnotifincomingpairinghandler.cpp 
       
    44 SOURCE                  btnotifoutgoingpairinghandler.cpp 
       
    45 SOURCE                  btnotifsecuritymanager.cpp
       
    46 SOURCE                  btnotifserviceauthorizer.cpp
       
    47 SOURCE                  btnotifutil.cpp
       
    48 
       
    49 USERINCLUDE             ../btnotifsrv/inc ../inc
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 SYSTEMINCLUDE           ../../inc
       
    54 SYSTEMINCLUDE           ../../../inc
       
    55 
       
    56 LIBRARY                 euser.lib
       
    57 LIBRARY                 esock.lib
       
    58 LIBRARY                 bluetooth.lib
       
    59 LIBRARY                 btdevice.lib
       
    60 LIBRARY                 btmanclient.lib
       
    61 LIBRARY                 btextnotifiers.lib
       
    62 LIBRARY                 btengsettings.lib
       
    63 LIBRARY                 btengconnman.lib
       
    64 LIBRARY                 btengdevman.lib
       
    65 LIBRARY                 btserviceutil.lib
       
    66 LIBRARY                 HbCore.lib
       
    67 LIBRARY                 commonengine.lib
       
    68 LIBRARY					flogger.lib
       
    69 LIBRARY					charconv.lib
       
    70