equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: XDM Engine settings API |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET xdmsettingsapi.dll |
|
23 UID 0x1000008d 0x010000DC |
|
24 CAPABILITY CAP_GENERAL_DLL |
|
25 VENDORID VID_DEFAULT |
|
26 TARGETTYPE DLL |
|
27 |
|
28 SOURCEPATH ../src |
|
29 |
|
30 SOURCE XdmSettingsApi.cpp |
|
31 SOURCE XdmSettingsProperty.cpp |
|
32 SOURCE XdmSettingsCollection.cpp |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 |
|
36 MW_LAYER_SYSTEMINCLUDE |
|
37 |
|
38 LIBRARY bafl.lib |
|
39 LIBRARY euser.lib |
|
40 LIBRARY centralrepository.lib |
|
41 LIBRARY flogger.lib |
|
42 |
|
43 #if defined( ARMCC ) |
|
44 DEFFILE ../eabi/ |
|
45 #elif defined ( WINSCW ) |
|
46 deffile ../BWINSCW/ |
|
47 #elif defined (WINS ) |
|
48 deffile ../BWINS/ |
|
49 #endif |
|
50 |
|
51 |