adaptationlayer/modematadaptation/modematcontroller_exe/group/modematcontroller_exe.mmp
changeset 0 63b37f68c1ce
child 5 8ccc39f9d787
equal deleted inserted replaced
-1:000000000000 0:63b37f68c1ce
       
     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 the License "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 
       
    20 #include <non_foundation_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET                  modematcontroller.exe
       
    25 TARGETTYPE              exe
       
    26 UID                     0x1000008d 0x2001FCB1
       
    27 EPOCSTACKSIZE           0x8000
       
    28 EPOCHEAPSIZE            0x5000 0x400000
       
    29 FEATUREVARIANT
       
    30 
       
    31 CAPABILITY              CAP_SERVER  CommDD MultimediaDD PowerMgmt ReadDeviceData WriteDeviceData
       
    32 VENDORID                VID_DEFAULT
       
    33 
       
    34 SOURCEPATH              ../src
       
    35 SOURCE                  main.cpp
       
    36 SOURCE                  cmodematsrv.cpp
       
    37 SOURCE                  cmodematsession.cpp
       
    38 SOURCE                  cmodemathandler.cpp
       
    39 SOURCE                  cmodematpipecontroller.cpp
       
    40 SOURCE                  catmessage.cpp
       
    41 
       
    42 
       
    43 
       
    44 OS_LAYER_SYSTEMINCLUDE
       
    45 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    46 USERINCLUDE             ../inc ../../modematcontroller_dll/inc
       
    47 
       
    48 
       
    49 LIBRARY                 euser.lib
       
    50 LIBRARY                 iscapi.lib
       
    51 LIBRARY                 isimessage.lib
       
    52 
       
    53 #ifdef PRJ_FILE_TRACE
       
    54 LIBRARY flogger.lib
       
    55 #endif
       
    56