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