policymanagement/dmutilserver/group/DMUtilServer.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
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 policymanagement components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include "defaultcaps.hrh"
       
    24 CAPABILITY CAP_SERVER DiskAdmin
       
    25 
       
    26 
       
    27 TARGET        dmutilserver.exe
       
    28 
       
    29 targettype exe
       
    30 
       
    31 
       
    32 EPOCSTACKSIZE      0x10000
       
    33 
       
    34 UID             0x10207843
       
    35 SECUREID        0x10207843
       
    36 VENDORID        VID_DEFAULT
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          DMUtilServer.cpp
       
    40 SOURCE          DMUtilSession.cpp
       
    41 SOURCE 					ACLStorage.cpp
       
    42 
       
    43 USERINCLUDE     . ../inc 
       
    44 USERINCLUDE 		../../include // debug
       
    45 USERINCLUDE     ../../policyengine/centreptoolclient/inc
       
    46 USERINCLUDE     ../../../inc // domain private headers
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE   /epoc32/include/ecom
       
    50 
       
    51 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    52 SYSTEMINCLUDE   /Epoc32/include/devman
       
    53 SYSTEMINCLUDE   /Epoc32/include/syncml
       
    54 #else
       
    55  // nothing
       
    56 #endif // __TARM_SYMBIAN_CONVERGENCY
       
    57 
       
    58 // Symbian
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         efsrv.lib
       
    61 LIBRARY         bafl.lib
       
    62 LIBRARY         centralrepository.lib
       
    63 LIBRARY					flogger.lib
       
    64 
       
    65 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    66  LIBRARY				dmtreeclient.lib
       
    67  LIBRARY				SmlClient.lib
       
    68 #else
       
    69  LIBRARY				nsmldmtreedbhandler.lib
       
    70  LIBRARY  			syncmlclientapi.lib
       
    71  LIBRARY 				nsmldmmodule.lib
       
    72  LIBRARY 				nsmldmtreedbclient.lib
       
    73 #endif // __TARM_SYMBIAN_CONVERGENCY
       
    74 
       
    75 // S60
       
    76 LIBRARY         rfs.lib
       
    77 LIBRARY         sysutil.lib
       
    78 LIBRARY         commonengine.lib
       
    79 // TARM
       
    80 LIBRARY					policyengine.lib
       
    81 LIBRARY					centreptool.lib
       
    82 
       
    83 #ifdef RD_MULTIPLE_DRIVE
       
    84 LIBRARY         platformenv.lib 
       
    85 LIBRARY          estor.lib 
       
    86 LIBRARY		ecom.lib
       
    87 #endif
       
    88 
       
    89 
       
    90 SMPSAFE