|
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 project OrientationSsy |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 // target |
|
22 TARGET orientationssy.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009d8d 0x10282F0F |
|
25 CAPABILITY CAP_ECOM_PLUGIN |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 // sourcefiles |
|
29 SOURCEPATH ../src |
|
30 SOURCE SsyChannel.cpp |
|
31 SOURCE SsyProxy.cpp |
|
32 SOURCE SsyControlOrientation.cpp |
|
33 SOURCE SsyProperty.cpp |
|
34 SOURCE SsyOrientation.cpp |
|
35 SOURCE Ssyeventtimer.cpp |
|
36 SOURCE OrientationConfiguration.cpp |
|
37 SOURCE OrientationCRListener.cpp |
|
38 |
|
39 // headers |
|
40 USERINCLUDE ../inc |
|
41 |
|
42 OS_LAYER_SYSTEMINCLUDE |
|
43 |
|
44 // resource |
|
45 START RESOURCE ../data/10282F0F.RSS |
|
46 #ifdef SYMBIAN_SECURE_ECOM |
|
47 TARGET orientationssy.rsc |
|
48 #endif |
|
49 END |
|
50 |
|
51 // librarys |
|
52 LIBRARY euser.lib |
|
53 LIBRARY ecom.lib |
|
54 LIBRARY sensrvclient.lib |
|
55 LIBRARY sensrvutil.lib |
|
56 LIBRARY centralrepository.lib |
|
57 LIBRARY sensordatacompensator.lib |
|
58 |
|
59 // needed for TPtrC8 definitions in SsyConfiguration.h |
|
60 EPOCALLOWDLLDATA |
|
61 |
|
62 // End of file |
|
63 |
|
64 SMPSAFE |