remotemgmt_plat/policy_management_request_api/tsrc/group/request_cntxt_api.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2002 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 #if defined(__S60_)
       
    21         // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    22         #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 TARGET          request_cntxt_api.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 DEFFILE         request_cntxt_api.def
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          request_cntxt_api.cpp
       
    35 SOURCE          request_cntxt_apiBlocks.cpp
       
    36 
       
    37 USERINCLUDE     ../inc 
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LANG            SC
       
    42 
       
    43 #if defined(__S60_)
       
    44     MW_LAYER_SYSTEMINCLUDE
       
    45 #else
       
    46     SYSTEMINCLUDE   /epoc32/include 
       
    47 #endif
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         stiftestinterface.lib
       
    51 LIBRARY         efsrv.lib 
       
    52 LIBRARY         estor.lib 
       
    53 LIBRARY         cntmodel.lib 
       
    54 LIBRARY         edbms.lib 
       
    55 LIBRARY         charconv.lib
       
    56 LIBRARY         PolicyEngine.lib
       
    57 
       
    58 
       
    59 
       
    60 SMPSAFE
       
    61 // End of File
       
    62