serviceapifw_plat/liw_criteria_api/tsrc/group/liwtestcases.mmp
changeset 57 61b27eec6533
parent 45 7aa6007702af
equal deleted inserted replaced
45:7aa6007702af 57:61b27eec6533
     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 the License "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:     
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 /*TYPE TESTCLASS*//*
       
    22 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
    23 * All rights reserved.
       
    24 * This component and the accompanying materials are made available
       
    25 * under the terms of the License "Eclipse Public License v1.0"
       
    26 * which accompanies this distribution, and is available
       
    27 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    28 *
       
    29 * Initial Contributors:
       
    30 * Nokia Corporation - initial contribution.
       
    31 *
       
    32 * Contributors:
       
    33 *
       
    34 * Description:  ?Description
       
    35 *
       
    36 */
       
    37 
       
    38 
       
    39 #include <platform_paths.hrh>
       
    40 
       
    41 TARGET          liwtestcases.dll
       
    42 TARGETTYPE      dll
       
    43 UID             0x1000008D 0x101FB3E3
       
    44 
       
    45 CAPABILITY      ALL -TCB
       
    46 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    47 VENDORID        VID_DEFAULT
       
    48 /* Remove comments and replace 0x00000000 with correct secure id */
       
    49 // SECUREID     0x00000000
       
    50 
       
    51 //TARGETPATH      ?target_path
       
    52 DEFFILE         liwtestcases.def
       
    53 
       
    54 USERINCLUDE     ../inc 
       
    55 
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 SOURCEPATH      ../src
       
    60 SOURCE          liwtestcases.cpp
       
    61 SOURCE          liwtestcasesblocks.cpp 
       
    62 SOURCE 					liwtestcasesasync.cpp
       
    63 
       
    64 //RESOURCE        resource_file
       
    65 //RESOURCE        resource_file2
       
    66 
       
    67 LIBRARY         euser.lib
       
    68 LIBRARY         stiftestinterface.lib
       
    69 LIBRARY         stiftestengine.lib
       
    70 LIBRARY         liwServiceHandler.lib
       
    71 LIBRARY         RTSecMgrClient.lib 
       
    72 LIBRARY 				RTSecMgrUtil.lib
       
    73 LIBRARY         estor.lib  
       
    74 LIBRARY         efsrv.lib
       
    75 
       
    76 EPOCALLOWDLLDATA
       
    77 
       
    78 LANG            SC
       
    79 
       
    80 /*
       
    81 START WINS      
       
    82 ?wins_specific_information
       
    83 END
       
    84 
       
    85 START MARM
       
    86 ?marm_specific_information
       
    87 END
       
    88 */
       
    89 // Other possible keywords:
       
    90  
       
    91 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    92 /*
       
    93 START BITMAP ?target
       
    94 TARGETPATH   ?emulated_path_on_target_machine
       
    95 HEADER
       
    96 SOURCE       ?color_depth ?source_bitmap
       
    97 END
       
    98 */
       
    99 // DEFFILE ?filename
       
   100 // AIF ?filename
       
   101 
       
   102 // End of File