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 // wbxmlparser.dll wbxml parser |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET wbxmlparser.dll |
|
23 CAPABILITY All -Tcb |
|
24 TARGETTYPE plugin |
|
25 |
|
26 // ECom Plugin Dll UID followed by the unique UID for this dll |
|
27 // Assigned to UID2 and UID3 respectively |
|
28 UID 0x10009D8D 0x101FB6F2 |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 |
|
33 USERINCLUDE ../src/wbxmlparser |
|
34 USERINCLUDE ../../xmlfw/inc |
|
35 |
|
36 SOURCEPATH ../src/wbxmlparser |
|
37 SOURCE wbxmlparser.cpp |
|
38 SOURCE descriptordatasource.cpp |
|
39 SOURCE wbxmlparsererrors.cpp |
|
40 |
|
41 START RESOURCE 101FB6F2.rss |
|
42 TARGET wbxmlparser.rsc |
|
43 END |
|
44 |
|
45 LIBRARY bafl.lib // for RStringPool |
|
46 LIBRARY euser.lib |
|
47 LIBRARY xmlframework.lib |
|
48 |
|
49 SMPSAFE |