remotemgmt_plat/policy_management_certificate_api/tsrc/group/dmcertapi.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          dmcertapi.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 DEFFILE         dmcertapi.def
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          dmcertapi.cpp
       
    35 SOURCE          dmcertapiBlocks.cpp
       
    36 SOURCE          dmcertapiClient.cpp
       
    37 
       
    38 USERINCLUDE     ../inc 
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LANG            SC
       
    43 
       
    44 #if defined(__S60_)
       
    45     MW_LAYER_SYSTEMINCLUDE
       
    46 #else
       
    47     SYSTEMINCLUDE   /epoc32/include 
       
    48 #endif
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         stiftestinterface.lib
       
    52 LIBRARY         efsrv.lib 
       
    53 LIBRARY         estor.lib 
       
    54 LIBRARY         cntmodel.lib 
       
    55 LIBRARY         edbms.lib 
       
    56 LIBRARY         charconv.lib
       
    57 
       
    58 
       
    59 
       
    60 SMPSAFE
       
    61 // End of File
       
    62