common/tools/ats/smoketest/appinstall/group/AppInstallSmokeTestModule.mmp
author victorp@symbian.org
Wed, 03 Feb 2010 16:06:24 +0000
changeset 872 17498133d9ad
parent 739 552776214487
permissions -rw-r--r--
adding EPL headers to smoke test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
739
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     1
/*TYPE TESTCLASS*/
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     2
/*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     3
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     4
* All rights reserved.
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     5
* This component and the accompanying materials are made available
872
17498133d9ad adding EPL headers to smoke test
victorp@symbian.org
parents: 739
diff changeset
     6
* under the terms of the License "Eclipse Public License v1.0"
739
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     7
* which accompanies this distribution, and is available
872
17498133d9ad adding EPL headers to smoke test
victorp@symbian.org
parents: 739
diff changeset
     8
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
739
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     9
*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    10
* Initial Contributors:
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    11
* Nokia Corporation - initial contribution.
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    12
*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    13
* Contributors:
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    14
* 
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    15
* Description: MMP file for STIF Test Framework's TestScripter 
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    16
* testclass test module.
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    17
*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    18
*/
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    19
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    20
#include <platform_paths.hrh>
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    21
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    22
TARGET          AppInstallSmokeTestModule.dll
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    23
TARGETTYPE      dll
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    24
UID             0x1000008D 0x101FB3E3
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    25
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    26
CAPABILITY      ALL -TCB
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    27
/* Remove comments and replace 0x00000000 with correct vendor id */
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    28
// VENDORID     0x00000000
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    29
/* Remove comments and replace 0x00000000 with correct secure id */
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    30
// SECUREID     0x00000000
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    31
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    32
//TARGETPATH      ?target_path
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    33
DEFFILE         AppInstallSmokeTestModule.def
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    34
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    35
USERINCLUDE     ../inc 
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    36
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    37
MW_LAYER_SYSTEMINCLUDE
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    38
SYSTEMINCLUDE	/epoc32/include/ecom
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    39
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    40
SOURCEPATH      ../src
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    41
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    42
SOURCE          AppInstallSmokeTestModule.cpp
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    43
SOURCE          AppInstallSmokeTestModuleBlocks.cpp
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    44
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    45
//RESOURCE        resource_file
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    46
//RESOURCE        resource_file2
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    47
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    48
LIBRARY         euser.lib
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    49
LIBRARY         stiftestinterface.lib
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    50
LIBRARY         stiftestengine.lib
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    51
LIBRARY			swinstcli.lib
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    52
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    53
LANG            SC
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    54
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    55
/*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    56
START WINS      
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    57
?wins_specific_information
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    58
END
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    59
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    60
START MARM
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    61
?marm_specific_information
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    62
END
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    63
*/
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    64
// Other possible keywords:
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    65
 
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    66
// DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    67
/*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    68
START BITMAP ?target
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    69
TARGETPATH   ?emulated_path_on_target_machine
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    70
HEADER
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    71
SOURCE       ?color_depth ?source_bitmap
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    72
END
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    73
*/
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    74
// DEFFILE ?filename
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    75
// AIF ?filename
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    76
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    77
// End of File