remotemgmt_plat/oma_provisioning_engine_api/tsrc/group/testengineapis.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:  Provisioning API Test Automation mmp file
       
    15 * 	This is part of remotemgmt_plat.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #if defined(__S60_)
       
    22         // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    23         #include <platform_paths.hrh>
       
    24 #endif
       
    25 
       
    26 TARGET          testengineapis.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x101FB3E3
       
    29 
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 //CAPABILITY      CAP_ECOM_PLUGIN
       
    32 VENDORID		VID_DEFAULT
       
    33 
       
    34 //CAPABILITY      ALL -TCB
       
    35 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    36 // VENDORID     0x00000000
       
    37 /* Remove comments and replace 0x00000000 with correct secure id */
       
    38 // SECUREID     0x00000000
       
    39 
       
    40 //TARGETPATH      ?target_path
       
    41 DEFFILE         testengineapis.def
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          testengineapis.cpp
       
    45 SOURCE          testengineapisBlocks.cpp
       
    46 SOURCEPATH      ../../../../omaprovisioning/provisioning/provisioningengine/Src
       
    47 SOURCE		CWPCharacteristic.cpp
       
    48 SOURCE		ProvisioningEngineMain.cpp
       
    49 //RESOURCE      resource_file
       
    50 //RESOURCE      resource_file2
       
    51 
       
    52 USERINCLUDE     ../inc 
       
    53 USERINCLUDE	. ../../../../omaprovisioning/provisioning/Group ../../../../omaprovisioning/provisioning/provisioningengine/Inc
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 #if defined(__S60_)
       
    57     MW_LAYER_SYSTEMINCLUDE
       
    58     SYSTEMINCLUDE 	/epoc32/include/push
       
    59     SYSTEMINCLUDE   /epoc32/include/ecom
       
    60 #else
       
    61     SYSTEMINCLUDE   /epoc32/include 
       
    62 #endif
       
    63 
       
    64 LIBRARY         euser.lib EFSRV.LIB
       
    65 LIBRARY         stiftestinterface.lib
       
    66 LIBRARY         provisioningengine.lib ecom.lib  WapPushUtils.lib estor.lib bafl.lib
       
    67 //LIBRARY			msgs.lib BioDB.lib Bifu.lib
       
    68 //LIBRARY         etext.lib
       
    69 //LIBRARY         smcm.lib
       
    70 LIBRARY         centralrepository.lib commdb.lib apengine.lib
       
    71 
       
    72 
       
    73 LANG            SC
       
    74 
       
    75 /*
       
    76 START WINS      
       
    77 ?wins_specific_information
       
    78 END
       
    79 
       
    80 START MARM
       
    81 ?marm_specific_information
       
    82 END
       
    83 */
       
    84 // Other possible keywords:
       
    85  
       
    86 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    87 /*
       
    88 START BITMAP ?target
       
    89 TARGETPATH   ?emulated_path_on_target_machine
       
    90 HEADER
       
    91 SOURCE       ?color_depth ?source_bitmap
       
    92 END
       
    93 */
       
    94 // DEFFILE ?filename
       
    95 // AIF ?filename
       
    96 
       
    97 
       
    98 SMPSAFE
       
    99 // End of File
       
   100