remotemgmt_plat/policy_management_request_api/tsrc/group/TempServer.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2007 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: definition of dm constants/exported methods
       
    15 * 	This is part of remotemgmt_plat.
       
    16 *
       
    17 */
       
    18  
       
    19 
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 #include "defaultcaps.hrh"
       
    24 
       
    25 
       
    26 
       
    27 CAPABILITY   CAP_APPLICATION
       
    28 
       
    29 
       
    30 TARGET        PMRFSServer.exe
       
    31 TARGETTYPE    exe
       
    32 UID           0x102073EA 0x102073EA
       
    33 VENDORID 	  VID_DEFAULT
       
    34 
       
    35 
       
    36 USERINCLUDE    ../inc
       
    37 USERINCLUDE    ../../../../policyengine/policyengineclient/inc
       
    38 USERINCLUDE    ../../../../include
       
    39 
       
    40 
       
    41 
       
    42 SOURCEPATH    ../src
       
    43 SOURCE      TempServer.cpp
       
    44 SOURCE		  TempSession.cpp
       
    45 
       
    46 
       
    47 
       
    48 SYSTEMINCLUDE  /epoc32/include/ecom
       
    49 SYSTEMINCLUDE  /epoc32/include
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY       euser.lib
       
    55 LIBRARY		  ecom.lib
       
    56 LIBRARY 	  flogger.lib
       
    57 LIBRARY 	  estor.lib
       
    58 LIBRARY       PolicyEngine.lib
       
    59 
       
    60 
       
    61 
       
    62 
       
    63 SMPSAFE