commsfwsupport/commselements/rootserver/group/procroot.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 
       
    15 // Process Root Server
       
    16 // ProcRoot.dll  The client library binary
       
    17 // 
       
    18 //
       
    19 
       
    20 /**
       
    21  @file 
       
    22 */
       
    23 
       
    24 TARGET          procroot.dll
       
    25 TARGETTYPE      DLL
       
    26 UID             0x1000008D 0x10285A39
       
    27 VENDORID 0x70000001
       
    28 
       
    29 SOURCEPATH      ../rootsrv
       
    30 SOURCE          procroot.cpp
       
    31 SOURCE          procrootdbg.cpp
       
    32 
       
    33 USERINCLUDE ../inc
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 LIBRARY	        euser.lib commsfw.lib
       
    37 
       
    38 
       
    39 START WINS
       
    40 BASEADDRESS		0x41100000
       
    41 END
       
    42 
       
    43 CAPABILITY ALL -Tcb
       
    44 
       
    45 
       
    46 SMPSAFE
       
    47