|
1 /* |
|
2 * Copyright (c) 2007 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 definition file for Presence Event Codec ECom Hook |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 #include "presencedlluids.hrh" |
|
21 |
|
22 |
|
23 |
|
24 TARGET presencedatamodelhook.dll |
|
25 CAPABILITY CAP_ECOM_PLUGIN |
|
26 TARGETTYPE PLUGIN |
|
27 UID XIMP_PRESENCE_DLL_UID_ECOM_PLUGIN XIMP_DLL_UID_PRESENCE_DATAMODEL_HOOK |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 |
|
31 SOURCEPATH ../srcpresencedatamodel/presencedatamodelhook |
|
32 START RESOURCE presencedatamodelhook.rss |
|
33 TARGET presencedatamodelhook.rsc |
|
34 END |
|
35 |
|
36 |
|
37 SOURCEPATH ../srcpresencedatamodel/presencedatamodelhook |
|
38 SOURCE presencedatamodelhook.cpp |
|
39 |
|
40 |
|
41 USERINCLUDE . |
|
42 USERINCLUDE ../srcpresencedatamodel/presencedatamodelhook |
|
43 USERINCLUDE ../srcpresencedatamodel |
|
44 USERINCLUDE ../../core/srcdatamodel |
|
45 //USERINCLUDE ../../group |
|
46 |
|
47 |
|
48 //SYSTEMINCLUDE ../../inc/presence/presencemanagement |
|
49 MW_LAYER_SYSTEMINCLUDE |
|
50 |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY presencedatamodel.lib |
|
54 LIBRARY ecom.lib |
|
55 |
|
56 #if defined( ARMCC ) |
|
57 DEFFILE ../eabi/ |
|
58 #elif defined ( WINSCW ) |
|
59 deffile ../bwins/ |
|
60 #endif |