commsprocess/commsrootserverconfig/group/C32EXE.MMP
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 1997-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 // c32exe.exe Comms server process start-up program
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 UID             0x1000007A 0x101F7989
       
    24 VENDORID 0x70000001
       
    25 #include	  "comms-infras/commsdebugutility.mmh"
       
    26 
       
    27 
       
    28 epocstacksize 32000
       
    29 
       
    30 TARGET        c32exe.exe
       
    31 TARGETTYPE    exe
       
    32 
       
    33 SOURCEPATH    ../rootsrv
       
    34 SOURCE        c32exe.cpp
       
    35 
       
    36 USERINCLUDE ../inc
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 LIBRARY       euser.lib procrootsrv.lib commsfw.lib commsdat.lib mbufmgr.lib
       
    40 
       
    41 #ifdef SYMBIAN_ZERO_COPY_NETWORKING
       
    42 LIBRARY	commsbufs.lib
       
    43 #endif
       
    44 
       
    45 #include "cflog.mmh"
       
    46 
       
    47 EPOCFIXEDPROCESS
       
    48 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    49 
       
    50 SMPSAFE