|
1 /* |
|
2 * Copyright (c) 2008 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 project Tilt Compensation. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #include "../inc/tiltcompensationssyconsts.hrh" |
|
22 #include "../inc/traceconfiguration.hrh" |
|
23 |
|
24 TARGET tiltcompensationssy.dll |
|
25 TARGETTYPE plugin |
|
26 UID 0x10009d8d KTiltCompensationSsyDllUid |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE main.cpp |
|
33 SOURCE tcutil.cpp |
|
34 SOURCE tcssycontrol.cpp |
|
35 SOURCE tcchannel.cpp |
|
36 SOURCE tcchanneltilt.cpp |
|
37 SOURCE tcstate.cpp |
|
38 SOURCE tcstatetilt.cpp |
|
39 SOURCE tcstatetiltidle.cpp |
|
40 SOURCE tcstatetiltopen.cpp |
|
41 SOURCE tcstatetiltlistendata.cpp |
|
42 SOURCE tcstatetiltbufferfull.cpp |
|
43 SOURCE tcstatetiltclosing.cpp |
|
44 SOURCE tctransaction.cpp |
|
45 SOURCE tctransactionflushbuffer.cpp |
|
46 SOURCE tcevent.cpp |
|
47 SOURCE tceventaccelerometer.cpp |
|
48 SOURCE tceventmagnetometer.cpp |
|
49 SOURCE tceventproperty.cpp |
|
50 SOURCE tcsendeventtimer.cpp |
|
51 SOURCE tccenrepobserver.cpp |
|
52 |
|
53 SOURCEPATH ../data |
|
54 START RESOURCE 2000b5f5.rss |
|
55 #ifdef SYMBIAN_SECURE_ECOM |
|
56 TARGET tiltcompensationssy.rsc |
|
57 #endif |
|
58 END |
|
59 |
|
60 OS_LAYER_SYSTEMINCLUDE |
|
61 |
|
62 USERINCLUDE . |
|
63 USERINCLUDE ../inc |
|
64 USERINCLUDE ../cenrep |
|
65 |
|
66 LIBRARY euser.lib |
|
67 LIBRARY ecom.lib |
|
68 LIBRARY sensrvclient.lib |
|
69 LIBRARY sensrvutil.lib |
|
70 LIBRARY sensordatacompensator.lib |
|
71 LIBRARY centralrepository.lib |
|
72 LIBRARY cenrepnotifhandler.lib |
|
73 #ifdef TRACE_INTO_FILE |
|
74 LIBRARY flogger.lib |
|
75 #endif |
|
76 |
|
77 SMPSAFE |
|
78 |
|
79 // End of File |