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