equal
deleted
inserted
replaced
|
1 |
|
2 // Copyright (c) 2006-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 "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 // Remote Party Simulator |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 |
|
24 |
|
25 PRJ_TESTMMPFILES |
|
26 RpsCommon.mmp |
|
27 RPSMaster.mmp |
|
28 RPSSlave.mmp |
|
29 |
|
30 PRJ_TESTEXPORTS |
|
31 |
|
32 ./RPSSlave.oby /epoc32/rom/include/rpsslave.oby |
|
33 ./RPSSlave.iby /epoc32/rom/include/rpsslave.iby |
|
34 |
|
35 ./RPSSlaveAutoexec.bat /epoc32/data/z/rpsslaveautoexec.bat |
|
36 |
|
37 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
38 ../RPSCommon/Inc/RpsCommon.h /epoc32/include/rpscommon.h |
|
39 #endif |
|
40 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
41 ../RPSCommon/Inc/RPSLoggerMacros.h /epoc32/include/rpsloggermacros.h |
|
42 #endif |
|
43 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
44 ../RPSMaster/Inc/RPSMaster.h /epoc32/include/rpsmaster.h |
|
45 #endif |
|
46 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
47 ../RPSCommon/Inc/RPSOwnNumbers.h /epoc32/include/rpsownnumbers.h |
|
48 #endif |
|
49 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
50 ../RPSMaster/Inc/RPSAsciiRqstDefs.h /epoc32/include/rpsasciirqstdefs.h |
|
51 #endif |
|
52 |
|
53 |