48
|
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 "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 Cell Id movement detector
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include "../data/TestLocationConverter2.hrh"
|
|
20 |
|
|
21 |
TARGET TestLocationConverter2.dll
|
|
22 |
TARGETTYPE PLUGIN
|
|
23 |
UID 0x10009D8D KTestLocationConverter2Uid
|
|
24 |
VENDORID 0x70000001
|
|
25 |
|
|
26 |
CAPABILITY ALL -TCB
|
|
27 |
|
|
28 |
OS_LAYER_SYSTEMINCLUDE
|
|
29 |
|
|
30 |
USERINCLUDE ../inc
|
|
31 |
USERINCLUDE ../data
|
|
32 |
|
|
33 |
SOURCEPATH ../src
|
|
34 |
SOURCE TestLocationConverter2.cpp
|
|
35 |
|
|
36 |
START RESOURCE ../data/10287201.rss
|
|
37 |
TARGET TestLocationConverter2.rsc
|
|
38 |
END
|
|
39 |
|
|
40 |
LIBRARY euser.lib
|
|
41 |
LIBRARY ecom.lib
|
|
42 |
LIBRARY commdb.lib
|
|
43 |
LIBRARY flogger.lib
|
|
44 |
LIBRARY lbslocationinfoconverterplugin.lib
|
|
45 |
LIBRARY lbslocationinfodatatypes.lib
|
|
46 |
LIBRARY lbs.lib
|
|
47 |
|
|
48 |
PAGED
|
|
49 |
|
|
50 |
SMPSAFE
|