| author | Sebastian Brannstrom <sebastianb@symbian.org> |
| Sat, 13 Nov 2010 11:53:11 +0000 | |
| branch | RCL_3 |
| changeset 341 | a648d7ca5e27 |
| parent 142 | 5c9ea8d0ce24 |
| permissions | -rw-r--r-- |
|
142
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
1 |
/* |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
2 |
* 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
|
3 |
* All rights reserved. |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
4 |
* 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
|
5 |
* 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
|
6 |
* which accompanies this distribution, and is available |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
7 |
* 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
|
8 |
* |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
11 |
* |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
12 |
* Contributors: |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
13 |
* |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
14 |
* Description: |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
15 |
* |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
16 |
*/ |
|
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 |
PRJ_PLATFORMS |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
19 |
// specify the platforms your component needs to be built for here |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
20 |
// defaults to WINS MARM so you can ignore this if you just build these |
|
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 |
DEFAULT |
|
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 |
PRJ_TESTEXPORTS |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
25 |
// NOTE: If using ARS requirements all export operations should be done under this. |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
26 |
// 'abld test export' |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
27 |
../conf/T_PodcatcherEngine.cfg c:/testframework/podcatcher/t_podcatcherengine.cfg |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
28 |
|
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
29 |
PRJ_TESTMMPFILES |
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
30 |
|
|
5c9ea8d0ce24
Start the Podcatcher Engine integration test suite
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
31 |
T_PodcatcherEngine.mmp |