remotemgmt_plat/syncml_client_api/tsrc/group/ClientAPI.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 #include <data_caging_paths.hrh>
       
    21 #if defined(__S60_)
       
    22         // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    23         #include <platform_paths.hrh>
       
    24 #endif
       
    25 
       
    26 TARGET          ClientAPI.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x101FB3E7
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    32 // VENDORID 	0x00000000
       
    33 
       
    34 TARGETPATH      PROGRAMS_DIR
       
    35 DEFFILE         ClientAPI.def
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          ClientAPI.cpp
       
    39 SOURCE          ClientAPIBlocks.cpp
       
    40 
       
    41 //RESOURCE        resource_file
       
    42 //RESOURCE        resource_file2
       
    43 
       
    44 USERINCLUDE     ../inc 
       
    45 
       
    46 
       
    47 #if defined(__S60_)
       
    48     MW_LAYER_SYSTEMINCLUDE
       
    49 #else
       
    50 SYSTEMINCLUDE   /epoc32/include 
       
    51 #endif
       
    52 
       
    53 LIBRARY         euser.lib bafl.lib
       
    54 LIBRARY         stiftestinterface.lib
       
    55 LIBRARY         SyncMLClientAPI.lib
       
    56 LIBRARY         NSmlTransportHandler.lib
       
    57 
       
    58 LANG			SC
       
    59 
       
    60 /*
       
    61 START WINS      
       
    62 ?wins_specific_information
       
    63 END
       
    64 
       
    65 START MARM
       
    66 ?marm_specific_information
       
    67 END
       
    68 */
       
    69 // Other possible keywords:
       
    70  
       
    71 // DOCUMENT		?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    72 /*
       
    73 START BITMAP ?target
       
    74 TARGETPATH   ?emulated_path_on_target_machine
       
    75 HEADER
       
    76 SOURCE       ?color_depth ?source_bitmap
       
    77 END
       
    78 */
       
    79 // DEFFILE ?filename
       
    80 // AIF ?filename
       
    81 
       
    82 
       
    83 SMPSAFE
       
    84 // End of File
       
    85