equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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 "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: Implementation of DM Device Dialogs |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <defaultcaps.hrh> |
|
20 |
|
21 |
|
22 CAPABILITY CAP_SERVER |
|
23 |
|
24 TARGET dmdevicedialog.exe |
|
25 TARGETTYPE exe |
|
26 |
|
27 UID 0 0x2002FF68 |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE dmdevicedialogserver.cpp |
|
32 SOURCE dmdevicedialogsession.cpp |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../../inc |
|
36 USERINCLUDE ../../cenrep |
|
37 |
|
38 MW_LAYER_SYSTEMINCLUDE |
|
39 SYSTEMINCLUDE /epoc32/include/mw/hb/hbcore |
|
40 |
|
41 LIBRARY euser.lib |
|
42 LIBRARY efsrv.lib |
|
43 LIBRARY HbCore.lib |
|
44 LIBRARY syncmlclientapi.lib |
|
45 LIBRARY centralrepository.lib |
|
46 DEBUGLIBRARY flogger.lib |
|
47 |
|
48 |