terminalsecurity/server/group/TerminalControlServer.mmp
changeset 0 b497e44ab2fc
child 1 a9c0ce913924
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005 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 "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: Implementation of terminalsecurity components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include "defaultcaps.hrh"
       
    22 
       
    23 // PowerMgmt is needed for RProcess::Kill
       
    24 // DiskAdmin may be needed for RFS wipe & file scan & file delete
       
    25 CAPABILITY    CAP_SERVER PowerMgmt DiskAdmin AllFiles
       
    26 TARGET        terminalcontrol.exe
       
    27 targettype    exe
       
    28 UID           0x00000000 0x10207825
       
    29 SECUREID      0x10207825
       
    30 VENDORID      VID_DEFAULT
       
    31 
       
    32 SOURCEPATH    ../src
       
    33 SOURCE        TerminalControlServer.cpp
       
    34 SOURCE        TerminalControlSession.cpp
       
    35 SOURCE        TcTrustedSession.cpp
       
    36 SOURCE        TcFileScan.cpp
       
    37 
       
    38 USERINCLUDE   .
       
    39 USERINCLUDE   ../inc
       
    40 USERINCLUDE		../../inc
       
    41 USERINCLUDE   ../../../inc    // domain private headers
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY       euser.lib
       
    46 LIBRARY       efsrv.lib
       
    47 LIBRARY       starterclient.lib
       
    48 LIBRARY       apgrfx.lib
       
    49 LIBRARY       apparc.lib
       
    50 LIBRARY       scpclient.lib
       
    51 LIBRARY       rfs.lib
       
    52 LIBRARY       syslangutil.lib
       
    53 LIBRARY       hal.lib
       
    54 LIBRARY       dmutil.lib
       
    55 LIBRARY       policyengine.lib
       
    56 LIBRARY		  	charconv.lib
       
    57 LIBRARY       flogger.lib
       
    58 LIBRARY                 featmgr.lib
       
    59 LIBRARY       devenccommonutils.lib // Device encryption utility