equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006-2006 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: |
|
15 * This is project specification file for the Imum Domain Utilities |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 // Details |
|
24 TARGET IMUMDA.DLL |
|
25 TARGETTYPE DLL |
|
26 TARGETPATH System/Libs |
|
27 UID 0x10004845 0x1028284D |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 // Def file |
|
31 DEFFILE imumda.def |
|
32 |
|
33 // Path definition |
|
34 SOURCEPATH ../src |
|
35 USERINCLUDE ../inc |
|
36 USERINCLUDE ../data |
|
37 USERINCLUDE ../../Utils/Inc |
|
38 |
|
39 APP_LAYER_SYSTEMINCLUDE |
|
40 SYSTEMINCLUDE ../../../../inc |
|
41 |
|
42 // SOURCES |
|
43 SOURCE ImumDaMailboxUtilitiesImpl.cpp |
|
44 SOURCE ImumDaMailboxServicesImpl.cpp |
|
45 SOURCE ImumDaSettingsDataImpl.cpp |
|
46 SOURCE ImumDaSettingsDataCollectionImpl.cpp |
|
47 SOURCE ImumDomainApiImpl.cpp |
|
48 |
|
49 // DOCUMENTS |
|
50 SOURCEPATH ../group |
|
51 DOCUMENT bld.inf |
|
52 |
|
53 // LIBRARIES |
|
54 LIBRARY euser.lib |
|
55 LIBRARY muiu.lib |
|
56 LIBRARY muiu_internal.lib |
|
57 LIBRARY imumutils.lib |
|
58 DEBUGLIBRARY flogger.lib |
|
59 |
|
60 START wins |
|
61 BASEADDRESS 0x4A980000 |
|
62 END |
|
63 |
|
64 CAPABILITY CAP_GENERAL_DLL |