policymanagement/policyengine/group/CentRepToolServer.mmp
changeset 0 b497e44ab2fc
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 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET        centreptoolserver.exe
       
    23 targettype    exe
       
    24 CAPABILITY    CAP_SERVER AllFiles
       
    25 UID           0 0x10207818
       
    26 SECUREID      0x10207819
       
    27 VENDORID      VID_DEFAULT
       
    28 
       
    29 SOURCEPATH    ../centreptoolserver/src 
       
    30 USERINCLUDE   ../../../inc // domain private headers
       
    31 
       
    32 SOURCE        CentRepToolServer.cpp
       
    33 SOURCE        RepositorySession.cpp
       
    34 SOURCE        IniFileHelper.cpp
       
    35 
       
    36 USERINCLUDE   .
       
    37 USERINCLUDE   ../centreptoolclient/inc
       
    38 USERINCLUDE   ../centreptoolserver/inc 
       
    39 USERINCLUDE   ../policyengineserver/inc 
       
    40 USERINCLUDE   ../../include
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY       euser.lib 
       
    44 LIBRARY       efsrv.lib 
       
    45 LIBRARY       bafl.lib 
       
    46 LIBRARY       centralrepository.lib 
       
    47 LIBRARY       policyengine.lib 
       
    48 LIBRARY       estor.lib 
       
    49 LIBRARY       charconv.lib
       
    50 LIBRARY       flogger.lib
       
    51 
       
    52 
       
    53 SMPSAFE