|
1 /* |
|
2 * Copyright (c) 2002-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: This is project specification file for the SSSettings. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include "../Logger/SSSettingsLoggingConf.h" |
|
20 |
|
21 |
|
22 TARGET sssettings.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x10005A01 |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 // Capability assignment. |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 |
|
31 sourcepath ../src |
|
32 SOURCE RSSSettings.cpp |
|
33 SOURCE CSSSettingsNotifier.cpp |
|
34 SOURCE CSSSettingsAlsNotifier.cpp |
|
35 SOURCE RCustomerServiceProfileCache.cpp |
|
36 SOURCE CSSSettingsRefreshContainer.cpp |
|
37 SOURCE CSSSettingsRefreshHandler.cpp |
|
38 SOURCE CSSSettingsActiveObject.cpp |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../Logger |
|
42 SYSTEMINCLUDE ../inc |
|
43 |
|
44 MW_LAYER_SYSTEMINCLUDE |
|
45 SYSTEMINCLUDE ../../../inc |
|
46 |
|
47 LIBRARY euser.lib |
|
48 LIBRARY etel.lib // ETel connection |
|
49 LIBRARY customapi.lib // Custom ETel API |
|
50 LIBRARY etelmm.lib |
|
51 LIBRARY featmgr.lib |
|
52 LIBRARY satclient.lib |
|
53 LIBRARY centralrepository.lib |
|
54 LIBRARY cenrepnotifhandler.lib |
|
55 LIBRARY flogger.lib // logging |
|
56 |
|
57 // End of File |