|
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 target tineturilistserverunit.exe |
|
17 targettype exe |
|
18 CAPABILITY ReadDeviceData WriteDeviceData AllFiles |
|
19 |
|
20 START STRINGTABLE ../StringDictionary/URIList.st |
|
21 |
|
22 END |
|
23 |
|
24 START STRINGTABLE ../StringDictionary/urischema.st |
|
25 |
|
26 END |
|
27 |
|
28 START STRINGTABLE ../StringDictionary/tldschema.st |
|
29 |
|
30 END |
|
31 |
|
32 START STRINGTABLE ../StringDictionary/tldlist.st |
|
33 |
|
34 END |
|
35 |
|
36 macro TESTDBNAME |
|
37 |
|
38 SYSTEMINCLUDE ../inc |
|
39 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
40 SYSTEMINCLUDE /epoc32/include |
|
41 #else |
|
42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
43 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
44 #endif |
|
45 USERINCLUDE ../Test |
|
46 |
|
47 SOURCEPATH ../Test |
|
48 SOURCE tineturilistserverunit.cpp |
|
49 SOURCE testutils.cpp |
|
50 |
|
51 SOURCEPATH ../server/src |
|
52 SOURCE sqldbaccessor.cpp |
|
53 SOURCE urilistinterface.cpp |
|
54 SOURCE sqldbtransaction.cpp |
|
55 SOURCE urilistwritestream.cpp |
|
56 SOURCE urilistinitializer.cpp |
|
57 SOURCE uriqueryfilter.cpp |
|
58 SOURCE tldlistinitializer.cpp |
|
59 SOURCE tldproperties.cpp |
|
60 |
|
61 SOURCEPATH ../client/src |
|
62 SOURCE ineturiimpl.cpp |
|
63 SOURCE ineturiproperties.cpp |
|
64 |
|
65 USERINCLUDE ../server/inc |
|
66 USERINCLUDE ../client/inc |
|
67 |
|
68 |
|
69 LIBRARY euser.lib |
|
70 LIBRARY bafl.lib |
|
71 LIBRARY efsrv.lib |
|
72 LIBRARY estor.lib |
|
73 LIBRARY sqldb.lib |
|
74 LIBRARY xmlframework.lib |
|
75 LIBRARY inetprotutil.lib |
|
76 LIBRARY sishelper.lib |
|
77 LIBRARY sisregistryclient.lib |
|
78 |
|
79 VENDORID 0x70000001 |
|
80 |
|
81 // Allocated UID range for IWS tests are ... |
|
82 UID 0x1000007A 0xA00026FF |
|
83 SMPSAFE |