fax/faxclientandserver/Test/TE_FAX/TE_Fax.mmp
branchRCL_3
changeset 20 07a122eea281
parent 0 3553901f7fa8
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET        te_fax.exe
       
    17 CAPABILITY    ReadDeviceData WriteDeviceData NetworkControl NetworkServices ReadUserData WriteUserData
       
    18 TARGETTYPE    exe
       
    19 UID           0x1000007A 0x102042BB
       
    20 VENDORID      0x70000001
       
    21 
       
    22 SOURCEPATH     .
       
    23 SOURCE         TE_FaxBase.cpp
       
    24 SOURCE         TE_FaxServer.cpp
       
    25 SOURCE         TE_FaxTest.cpp
       
    26 
       
    27 USERINCLUDE    ../../Inc 
       
    28 USERINCLUDE    .
       
    29 USERINCLUDE    ..
       
    30 
       
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 LIBRARY        faxcli.lib
       
    34 LIBRARY        faxio.lib
       
    35 LIBRARY        faxstrm.lib
       
    36 LIBRARY        euser.lib
       
    37 LIBRARY        etel.lib
       
    38 LIBRARY        etelmm.lib
       
    39 LIBRARY        efsrv.lib
       
    40 LIBRARY        testexecutelogclient.lib
       
    41 LIBRARY        testexecuteutils.lib
       
    42 LIBRARY        commsdat.lib
       
    43 
       
    44 
       
    45