installationservices/swi/test/swicaptests/swicaptests.mmp
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2004-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 * captestframeworkhelper.exe Test harness for capability testing
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 //         Capability is set as needed
       
    25 CAPABILITY All
       
    26 
       
    27 TARGET			swicaptests.dll
       
    28 TARGETTYPE		dll
       
    29 UID			0x101F7295 0x101F7244 
       
    30 VENDORID		0x70000001
       
    31 
       
    32 // launcher cap testing
       
    33 SOURCEPATH		.
       
    34 SOURCE			swicaptests.cpp
       
    35 SOURCE			swilaunchercaptest.cpp // launcher cap testing
       
    36 
       
    37 // ocsp cap testing
       
    38 SOURCE			swiocspcaptest.cpp 
       
    39 SOURCE 			../../source/ocspsupport/client/ocspsupportclient.cpp // have to include directly since functions needed are not exported
       
    40 USERINCLUDE		../../source/ocspsupport/common\
       
    41 
       
    42 // swis cap testing
       
    43 SOURCE			swiscaptest.cpp
       
    44 SOURCE 			../../source/uiss/server/installclientserver.cpp // have to include directly since functions needed are not exported
       
    45 SOURCE			../../source/sishelper/installprefs.cpp
       
    46 
       
    47 // registry
       
    48 SOURCE			registrycaptest.cpp
       
    49 
       
    50 // uiss
       
    51 SOURCE			uisscaptest.cpp
       
    52 
       
    53 // sishelper
       
    54 SOURCE			sishelpercaptest.cpp
       
    55 SOURCE		../../source/sishelper/sishelperclient.cpp
       
    56 
       
    57 
       
    58 USERINCLUDE		.
       
    59 USERINCLUDE		../..
       
    60 USERINCLUDE		../../inc
       
    61 USERINCLUDE		../../inc/swi
       
    62 
       
    63 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    64 USERINCLUDE 	../../source/sisregistry/server
       
    65 #else
       
    66 USERINCLUDE 	../../source/sisregistry/server_legacy
       
    67 #endif
       
    68 
       
    69 USERINCLUDE 	../../source/sisregistry/common
       
    70 USERINCLUDE 	../../source/plan
       
    71 
       
    72 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    73 
       
    74 
       
    75 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    76 DEFFILE		swicaptests_usif.def
       
    77 #else
       
    78 DEFFILE		swicaptests.def
       
    79 #endif
       
    80 
       
    81 
       
    82 LIBRARY			euser.lib
       
    83 LIBRARY			efsrv.lib
       
    84 LIBRARY			estor.lib
       
    85 LIBRARY			sislauncherclient.lib
       
    86 LIBRARY			uiss.lib
       
    87 LIBRARY			uissclient.lib
       
    88 LIBRARY			sisregistryclient.lib
       
    89 LIBRARY			plan.lib
       
    90 LIBRARY			swidataprovider.lib
       
    91 LIBRARY			siscontroller.lib
       
    92 LIBRARY			aprcaptestframeworkutil.lib
       
    93 SMPSAFE