bluetoothengine/btnotif/group/btnotifsrv.mmp
changeset 19 43824b19ee35
child 31 a0ea99b6fa53
equal deleted inserted replaced
17:f05641c183ff 19:43824b19ee35
       
     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                  btnotifconnection.cpp
       
    38 SOURCE                  btnotifpairinghelper.cpp
       
    39 SOURCE                  btnotifsettingstracker.cpp
       
    40 SOURCE                  btnotificationmanager.cpp
       
    41 SOURCE                  bluetoothnotification.cpp 
       
    42 SOURCE                  btnotifdeviceselector.cpp
       
    43 
       
    44 USERINCLUDE             ../btnotifsrv/inc ../inc
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 SYSTEMINCLUDE           ../../inc
       
    49 SYSTEMINCLUDE           ../../../inc
       
    50 
       
    51 LIBRARY                 euser.lib
       
    52 LIBRARY                 esock.lib
       
    53 LIBRARY                 bluetooth.lib
       
    54 LIBRARY                 btdevice.lib
       
    55 LIBRARY                 btmanclient.lib
       
    56 LIBRARY                 btextnotifiers.lib
       
    57 LIBRARY                 btengsettings.lib
       
    58 LIBRARY                 btengconnman.lib
       
    59 LIBRARY                 btengdevman.lib
       
    60 LIBRARY                 btserviceutil.lib
       
    61 LIBRARY                 HbCore.lib
       
    62 LIBRARY                 commonengine.lib
       
    63 LIBRARY					flogger.lib
       
    64 LIBRARY					charconv.lib