commsprocess/commsrootserverconfig/group/c32root.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 // Provides the interface for user applications having the appropriate privileges, to control the Root Server
       
    15 // c32root.dll  The client library binary
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file 
       
    21 */
       
    22 
       
    23 TARGET          c32root.dll
       
    24 TARGETTYPE      DLL
       
    25 UID             0x1000008D 0x101F7484
       
    26 VENDORID 0x70000001
       
    27 #include	    "comms-infras/commsdebugutility.mmh"
       
    28 
       
    29 SOURCEPATH      ../rootsrv
       
    30 SOURCE          c32root.cpp
       
    31 
       
    32 SOURCE          c32startcli.cpp
       
    33 
       
    34 USERINCLUDE ../inc
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 LIBRARY	        euser.lib commsfw.lib
       
    38 
       
    39 
       
    40 START WINS
       
    41 BASEADDRESS		0x41100000
       
    42 END
       
    43 
       
    44 CAPABILITY ALL -Tcb
       
    45 
       
    46 
       
    47 SMPSAFE
       
    48