equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 TARGET tloaddllv2.dll |
|
17 TARGETTYPE plugin |
|
18 UID 0x10009D8D 0x00000243 |
|
19 VENDORID 0x70000001 |
|
20 |
|
21 CAPABILITY ALL -Tcb |
|
22 |
|
23 SOURCEPATH . |
|
24 SOURCE TLOADDLLV2.CPP TLOADDLL.CPP |
|
25 |
|
26 USERINCLUDE ../tloaddll ../contentmgr |
|
27 APP_LAYER_SYSTEMINCLUDE |
|
28 |
|
29 LIBRARY euser.lib cone.lib eikcore.lib eikcoctl.lib contentmgr.lib |
|
30 |
|
31 |
|
32 #ifdef WINS |
|
33 DEFFILE ../../../test/BWINS/tloaddllv2.def |
|
34 #else |
|
35 DEFFILE ../../../test/EABI/tloaddllv2.def |
|
36 #endif |
|
37 |
|
38 START RESOURCE 00000243.rss |
|
39 TARGET tloaddllv2.rsc |
|
40 END |
|
41 |
|
42 SMPSAFE |