equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-2007 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: Settings component definition file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 TARGET irsettings.dll |
|
23 TARGETTYPE DLL |
|
24 UID 0x1000008D 0x2000B4A3 |
|
25 |
|
26 |
|
27 VENDORID VID_DEFAULT |
|
28 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 |
|
31 PAGED |
|
32 |
|
33 SOURCEPATH ../settingssrc |
|
34 SOURCE irsettings.cpp |
|
35 |
|
36 USERINCLUDE ../include |
|
37 USERINCLUDE ../settingsinc |
|
38 |
|
39 // Default system include paths for application layer modules. |
|
40 APP_LAYER_SYSTEMINCLUDE |
|
41 SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server) |
|
42 |
|
43 SOURCEPATH ../resources |
|
44 START RESOURCE irsettings.rss |
|
45 HEADER |
|
46 TARGETPATH RESOURCE_FILES_DIR |
|
47 END |
|
48 |
|
49 LIBRARY bafl.lib |
|
50 LIBRARY commonengine.lib |
|
51 LIBRARY cone.lib |
|
52 LIBRARY efsrv.lib |
|
53 LIBRARY estor.lib |
|
54 LIBRARY euser.lib |
|
55 LIBRARY platformenv.lib |
|
56 LIBRARY centralrepository.lib |
|
57 LIBRARY mmfdevsound.lib |
|
58 |
|
59 LIBRARY flogger.lib |
|
60 |
|
61 #if defined( WINSCW ) |
|
62 DEFFILE ../bwinscw/ |
|
63 #else |
|
64 DEFFILE ../bmarm/ |
|
65 #endif |