hti/HtiCommPlugins/HtiIPCommPlugin/group/HtiIPCommServer.mmp
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     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:  HtiIPCommServer dll project
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET         HtiIPCommServer.exe
       
    22 TARGETTYPE     EXE
       
    23 
       
    24 UID            0x1000008C 0x200212DC
       
    25 
       
    26 VENDORID       0x101FB657
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 
       
    30 SOURCEPATH     ../src
       
    31 SOURCE         HtiIPCommserver.cpp
       
    32 SOURCE         HtiIPCommserverSession.cpp
       
    33 SOURCE         HtiConnectionManager.cpp
       
    34 SOURCE         HtiSocketMonitor.cpp
       
    35 
       
    36 USERINCLUDE    ../inc
       
    37 OS_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY        euser.lib
       
    40 LIBRARY        commdb.lib
       
    41 LIBRARY        esock.lib
       
    42 LIBRARY        hticfg.lib
       
    43 LIBRARY        insock.lib
       
    44 LIBRARY        flogger.lib
       
    45 
       
    46 SMPSAFE
       
    47 
       
    48 // End of file