localconnectivityservice/locod/tsrc/locodTest/group/locoddaemonmt.mmp
changeset 60 841f70763fbe
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
       
     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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          locoddaemonmt.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E7
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          daemonmt.cpp
       
    29 SOURCE          daemonmtCases.cpp
       
    30 SOURCE          BtSettings.cpp
       
    31 
       
    32 
       
    33 USERINCLUDE     ../inc 
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 LIBRARY         euser.lib
       
    38 LIBRARY         stiftestinterface.lib
       
    39 LIBRARY         btengsettings.lib
       
    40 
       
    41 LANG            SC
       
    42 
       
    43 // End of file