equal
deleted
inserted
replaced
|
1 |
|
2 // Copyright (c) 2004-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 // TESTREC.dll Test application recogniser |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 target testrec.dll |
|
24 targettype plugin |
|
25 |
|
26 uid 0x10009d8d 0x102032A5 |
|
27 CAPABILITY ALL -Tcb |
|
28 |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 systeminclude /epoc32/include/ecom |
|
32 |
|
33 SOURCEPATH . |
|
34 userinclude ../../inc |
|
35 |
|
36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 |
|
39 source TESTREC.CPP |
|
40 |
|
41 library euser.lib apmime.lib apparc.lib |
|
42 |
|
43 START resource 102032A5.rss |
|
44 target testrec.rsc |
|
45 END |
|
46 |
|
47 SMPSAFE |