|
1 // Copyright (c) 2006-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 // btaccesshost.exe Bluetooth Access Host contains Phone Book Access Server |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET btaccesshost.exe |
|
23 CAPABILITY ProtServ LocalServices ReadUserData |
|
24 |
|
25 TARGETTYPE exe |
|
26 UID 0 0x102825b2 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 // Uncomment the macro below to include the SIM1 folders, note that this does |
|
30 // not give access to SIM contacts but just populates the virtual tree with the |
|
31 // SIM1 directory structure. |
|
32 |
|
33 // MACRO __INCLUDE_SIM1_FOLDERS__ |
|
34 |
|
35 SOURCEPATH ../server |
|
36 USERINCLUDE ../inc ../../../phonebookengines/contactsmodel/inc |
|
37 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 |
|
39 SOURCE pbapserver.cpp |
|
40 SOURCE pbapsession.cpp |
|
41 SOURCE pbapsdp.cpp |
|
42 SOURCE pbapxml.cpp |
|
43 SOURCE pbapappheader.cpp |
|
44 SOURCE pbapfoldertree.cpp |
|
45 SOURCE pbapfolderroot.cpp |
|
46 SOURCE pbapfoldernode.cpp |
|
47 SOURCE pbapfoldernodepb.cpp |
|
48 SOURCE pbapfoldernodech.cpp |
|
49 SOURCE pbapfoldertelecom.cpp |
|
50 SOURCE pbapfoldersim.cpp |
|
51 SOURCE pbappbhandlecache.cpp |
|
52 SOURCE pbappbexporter.cpp |
|
53 SOURCE pbapchexporter.cpp |
|
54 SOURCE pbapcontactdbviews.cpp |
|
55 SOURCE pbapauthpasswordgetter.cpp |
|
56 SOURCE pbapchview.cpp |
|
57 SOURCE pbapvcardexporterutil.cpp |
|
58 |
|
59 LIBRARY euser.lib efsrv.lib estor.lib bafl.lib ecom.lib charconv.lib |
|
60 LIBRARY esock.lib bluetooth.lib sdpdatabase.lib obex.lib btextnotifiers.lib |
|
61 LIBRARY pbaplogeng.lib logcli.lib |
|
62 LIBRARY cntmodel.lib cntview.lib |
|
63 LIBRARY versit.lib vcard.lib logwrap.lib |
|
64 |
|
65 LIBRARY btlogger.lib tzclient.lib |
|
66 |
|
67 SMPSAFE |