5
|
1 |
/*
|
|
2 |
* Copyright (c) 2006-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 the License "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 for sensorprovider dll.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include "../../group/sapiincludes.mmpi"
|
|
20 |
|
|
21 |
TARGET sensorprovider.dll
|
|
22 |
TARGETTYPE PLUGIN
|
|
23 |
|
|
24 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
25 |
|
|
26 |
UID 0x10009D8D 0x2000CFB6
|
|
27 |
|
|
28 |
DEFFILE sensorprovider.def
|
|
29 |
|
|
30 |
VERSION 1.0
|
|
31 |
|
|
32 |
USERINCLUDE ../inc
|
|
33 |
USERINCLUDE ../../inc
|
|
34 |
USERINCLUDE ../sensorservice/inc
|
|
35 |
|
|
36 |
SOURCEPATH ../src
|
|
37 |
SOURCE sensorprovider.cpp
|
|
38 |
SOURCE sensorinterface.cpp
|
|
39 |
SOURCE sensorcallback.cpp
|
|
40 |
SOURCE storeasyncinfo.cpp
|
|
41 |
|
|
42 |
SOURCEPATH ../data
|
|
43 |
START RESOURCE 2000CFB6.rss
|
|
44 |
TARGET sensorprovider.rsc
|
|
45 |
END
|
|
46 |
|
|
47 |
LIBRARY sensrvclient.lib
|
|
48 |
LIBRARY sensrvutil.lib
|
|
49 |
LIBRARY euser.lib
|
|
50 |
LIBRARY sensorservice.lib
|
|
51 |
LIBRARY liwservicehandler.lib
|
|
52 |
LIBRARY charconv.lib
|
|
53 |
LIBRARY ecom.lib
|