equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003 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 customization components |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET uisettingsclient.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008D 0x10207838 |
|
26 CAPABILITY all -tcb |
|
27 |
|
28 SOURCEPATH ../../client/src |
|
29 SOURCE UISettingsSrvClient.cpp |
|
30 |
|
31 USERINCLUDE . |
|
32 USERINCLUDE ../inc |
|
33 USERINCLUDE ../../inc |
|
34 USERINCLUDE ../../../include |
|
35 USERINCLUDE ../../server/Inc |
|
36 |
|
37 APP_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 LIBRARY euser.lib |
|
40 LIBRARY apparc.lib |
|
41 LIBRARY flogger.lib |
|
42 |
|
43 // EXPORTUNFROZEN |
|
44 |
|
45 SMPSAFE |