|
1 /* |
|
2 * Copyright (c) 2002 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 specification file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <defaultcaps.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 #include <platform_paths.hrh> |
|
23 CAPABILITY CAP_ECOM_PLUGIN |
|
24 |
|
25 TARGET OmaDsAppUiPlugin.dll |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D 0x102833A1 |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 #if defined(ARMCC) |
|
31 DEFFILE ../eabi/OmaDsAppUiPlugin.def |
|
32 #elif defined(WINSCW) |
|
33 DEFFILE ../BWinscw/OmaDsAppUiPlugin.def |
|
34 #endif |
|
35 |
|
36 SOURCEPATH ../src |
|
37 // SOURCE tags needs to be here. |
|
38 SOURCE OmaDsAppUiPluginInterface.cpp |
|
39 SOURCE OmaDsAppUiPluginProxy.cpp |
|
40 |
|
41 APP_LAYER_SYSTEMINCLUDE |
|
42 SYSTEMINCLUDE /epoc32/include/ecom |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 |
|
46 // for AspSyncUtilApi.h |
|
47 USERINCLUDE ../../AspSyncUtil/inc |
|
48 |
|
49 // for nsmldssync.loc |
|
50 USERINCLUDE ../../AspSyncUtil/src |
|
51 |
|
52 |
|
53 SOURCEPATH ../data |
|
54 START RESOURCE 102833A1.rss //Plugin registration data |
|
55 TARGET OmaDsAppUiPlugin.rsc |
|
56 END |
|
57 |
|
58 SOURCEPATH ../data |
|
59 START RESOURCE NsmlDSGSPluginResource.rss |
|
60 TARGET NsmlDSGSPluginResource.rsc |
|
61 TARGETPATH RESOURCE_FILES_DIR |
|
62 LANGUAGE_IDS |
|
63 HEADER |
|
64 END |
|
65 |
|
66 |
|
67 LIBRARY GSEcomPlugin.lib |
|
68 LIBRARY GSFramework.lib |
|
69 LIBRARY aknskins.lib |
|
70 LIBRARY aknicon.lib |
|
71 LIBRARY Egul.lib |
|
72 LIBRARY euser.lib |
|
73 LIBRARY cone.lib |
|
74 LIBRARY eikcore.lib |
|
75 LIBRARY eikcoctl.lib |
|
76 LIBRARY avkon.lib |
|
77 LIBRARY aspsyncutil.lib |
|
78 LIBRARY CommonEngine.lib |
|
79 LIBRARY bafl.lib |
|
80 |
|
81 // Required only for embedded app |
|
82 LIBRARY apgrfx.lib |
|
83 LIBRARY ws32.lib |
|
84 LIBRARY apparc.lib |