|
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 // ineturilistserver.exe Internet Uri List server |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET ineturilistserver.exe |
|
23 TARGETTYPE exe |
|
24 |
|
25 CAPABILITY ProtServ |
|
26 |
|
27 UID 0 0x20009D70 |
|
28 |
|
29 START STRINGTABLE ../StringDictionary/URIList.st |
|
30 |
|
31 END |
|
32 |
|
33 START STRINGTABLE ../StringDictionary/urischema.st |
|
34 |
|
35 END |
|
36 |
|
37 START STRINGTABLE ../StringDictionary/tldschema.st |
|
38 |
|
39 END |
|
40 |
|
41 START STRINGTABLE ../StringDictionary/tldlist.st |
|
42 |
|
43 END |
|
44 |
|
45 SOURCEPATH ../server/src |
|
46 |
|
47 |
|
48 SOURCE ineturilistserver.cpp |
|
49 SOURCE sqldbaccessor.cpp |
|
50 SOURCE urilistinterface.cpp |
|
51 SOURCE sqldbtransaction.cpp |
|
52 SOURCE urilistwritestream.cpp |
|
53 SOURCE urilistinitializer.cpp |
|
54 SOURCE uriqueryfilter.cpp |
|
55 SOURCE tldlistinitializer.cpp |
|
56 SOURCE tldproperties.cpp |
|
57 |
|
58 SOURCEPATH ../client/src |
|
59 SOURCE ineturiimpl.cpp |
|
60 SOURCE ineturiproperties.cpp |
|
61 |
|
62 USERINCLUDE ../server/inc |
|
63 USERINCLUDE ../client/inc |
|
64 USERINCLUDE ../inc |
|
65 |
|
66 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
67 |
|
68 LIBRARY euser.lib |
|
69 LIBRARY estor.lib |
|
70 LIBRARY sqldb.lib |
|
71 LIBRARY inetprotutil.lib |
|
72 LIBRARY bafl.lib |
|
73 LIBRARY xmlframework.lib |
|
74 LIBRARY efsrv.lib |
|
75 LIBRARY sishelper.lib |
|
76 LIBRARY sisregistryclient.lib |
|
77 |
|
78 VENDORID 0x70000001 |
|
79 SMPSAFE |