|
1 /* |
|
2 * Copyright (c) 2006 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: Project file for ssyreferenceplugin.dll |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET ssyreferenceplugin.dll |
|
22 TARGETTYPE PLUGIN |
|
23 VENDORID VID_DEFAULT |
|
24 |
|
25 // ECom Dll recognition UID followed by the unique UID for this dll |
|
26 UID 0x10009D8D 0x10205089 |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 |
|
30 SOURCEPATH ../src |
|
31 |
|
32 SOURCE ssyreferencechanneldataprovider.cpp |
|
33 SOURCE ssyreferencecontrol.cpp |
|
34 SOURCE ssyreferencepropertyprovider.cpp |
|
35 SOURCE ssyreferencechannel.cpp |
|
36 SOURCE ssyreferenceconfig.cpp |
|
37 SOURCE ssyreferencecmdhandler.cpp |
|
38 SOURCE ECOMEntryPoint.cpp |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 |
|
42 OS_LAYER_SYSTEMINCLUDE |
|
43 |
|
44 // The resource name should have to be same as the third UID above |
|
45 |
|
46 START RESOURCE ../data/10205089.rss |
|
47 #ifdef SYMBIAN_SECURE_ECOM |
|
48 TARGET ssyreferenceplugin.rsc |
|
49 #endif // SYMBIAN_SECURE_ECOM |
|
50 END |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY ecom.lib |
|
54 LIBRARY sensrvutil.lib |
|
55 LIBRARY xmlparser.lib // for XML parser |
|
56 LIBRARY efsrv.lib |
|
57 LIBRARY xmldom.lib |