equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2009 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: |
|
15 * devinfosupport.exe Provides device information access support functionality to software install. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 MACRO __SECURE_API__ |
|
25 MACRO __DATA_CAGING__ |
|
26 |
|
27 CAPABILITY Protserv ReadDeviceData NetworkServices |
|
28 |
|
29 TARGET devinfosupport.exe |
|
30 TARGETTYPE exe |
|
31 |
|
32 UID 0x1000007A 0x10208bcf // KUidSwiDevInfoServerExe |
|
33 VENDORID 0x70000001 |
|
34 |
|
35 USERINCLUDE ../source/devinfosupport/server |
|
36 USERINCLUDE ../source/devinfosupport/common |
|
37 USERINCLUDE ../inc ../inc/swi |
|
38 |
|
39 SOURCEPATH ../source/devinfosupport |
|
40 |
|
41 SOURCE server/devinfosupportserver.cpp |
|
42 SOURCE server/devinfosupportsession.cpp |
|
43 SOURCE server/devinfofetcher.cpp |
|
44 SOURCE server/generictimer.cpp |
|
45 |
|
46 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
47 |
|
48 LIBRARY euser.lib etel.lib etelmm.lib efsrv.lib estor.lib devinfosupportcommon.lib |
|
49 LIBRARY commsdat.lib |
|
50 LIBRARY securitymanager.lib |
|
51 SMPSAFE |