bluetoothengine/btnotif/tsrc/BtNotifApiTest/group/BtNotifApiTest.mmp
branchRCL_3
changeset 56 9386f31cc85b
parent 0 f63038272f30
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
       
     1 /*
       
     2 * Copyright (c) 2009 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 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          BtNotifApiTest.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 
       
    30 DEFFILE         BtNotifApiTest.def
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE	../inc 
       
    35 USERINCLUDE	../../../inc
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          BtNotifApiTest.cpp
       
    39 SOURCE          BtNotifApiTestBlocks.cpp BtSettingsObserver.cpp BtEngDevManObserver.cpp
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         stiftestinterface.lib
       
    43 LIBRARY         stiftestengine.lib
       
    44 LIBRARY         btengsettings.lib
       
    45 LIBRARY		bluetooth.lib
       
    46 LIBRARY		btextnotifiers.lib
       
    47 LIBRARY		btmanclient.lib
       
    48 LIBRARY		btdevice.lib
       
    49 LIBRARY 	BTEngDevMan.lib
       
    50 
       
    51 
       
    52 LANG            SC
       
    53 
       
    54 // End of File