equal
deleted
inserted
replaced
1 |
1 |
2 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
3 // All rights reserved. |
3 // All rights reserved. |
4 // This component and the accompanying materials are made available |
4 // This component and the accompanying materials are made available |
5 // under the terms of the License "Eclipse Public License v1.0" |
5 // under the terms of "Eclipse Public License v1.0" |
6 // which accompanies this distribution, and is available |
6 // which accompanies this distribution, and is available |
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 // |
8 // |
9 // Initial Contributors: |
9 // Initial Contributors: |
10 // Nokia Corporation - initial contribution. |
10 // Nokia Corporation - initial contribution. |
14 // Description: |
14 // Description: |
15 // TESTREC.dll Test application recogniser |
15 // TESTREC.dll Test application recogniser |
16 // |
16 // |
17 // |
17 // |
18 |
18 |
19 |
|
20 |
|
21 /** |
19 /** |
22 @file |
20 @file |
23 */ |
21 */ |
24 |
22 |
25 target TESTREC.DLL |
23 target testrec.dll |
26 targettype plugin |
24 targettype plugin |
27 |
25 |
28 uid 0x10009d8d 0x102032A5 |
26 uid 0x10009d8d 0x102032A5 |
29 CAPABILITY ALL -Tcb |
27 CAPABILITY ALL -Tcb |
30 |
28 |
31 VENDORID 0x70000001 |
29 VENDORID 0x70000001 |
32 |
30 |
33 systeminclude /EPOC32/INCLUDE/ECOM |
31 systeminclude /epoc32/include/ecom |
34 |
32 |
35 SOURCEPATH . |
33 SOURCEPATH . |
36 systeminclude ../../INC |
34 userinclude ../../inc |
37 systeminclude /EPOC32/INCLUDE /EPOC32/INCLUDE/TEST |
35 |
|
36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
38 |
38 |
39 source TESTREC.CPP |
39 source TESTREC.CPP |
40 |
40 |
41 library EUSER.LIB APMIME.LIB APPARC.LIB |
41 library euser.lib apmime.lib apparc.lib |
42 |
42 |
43 START resource 102032A5.rss |
43 START resource 102032A5.rss |
44 target testrec.rsc |
44 target testrec.rsc |
45 END |
45 END |
|
46 |
|
47 SMPSAFE |