equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-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 t_parser.dll |
|
17 CAPABILITY All -Tcb |
|
18 TARGETTYPE plugin |
|
19 |
|
20 // ECom Plugin Dll UID followed by the unique UID for this dll |
|
21 // Assigned to UID2 and UID3 respectively |
|
22 UID 0x10009D8D 0x101FADCD |
|
23 VENDORID 0x70000001 |
|
24 |
|
25 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
26 |
|
27 USERINCLUDE ../../../inc |
|
28 |
|
29 SOURCEPATH ../tsrc |
|
30 SOURCE t_parser.cpp |
|
31 |
|
32 SOURCEPATH ../data |
|
33 START RESOURCE 101FADCD.rss |
|
34 TARGET t_parser.rsc |
|
35 END |
|
36 |
|
37 SOURCEPATH ../../../src/xmlframework |
|
38 SOURCE xmlframeworkerrors.cpp |
|
39 |
|
40 LIBRARY euser.lib |
|
41 LIBRARY xmlframework.lib |
|
42 |
|
43 SMPSAFE |