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