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: Project definition file for project PresetClient |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET psclient100.dll |
|
21 TARGETTYPE DLL |
|
22 UID 0x1000008D 0x10281CB4 |
|
23 #ifdef __S60_50__ |
|
24 VERSION 10.0 |
|
25 #endif //__S60_50__ |
|
26 |
|
27 CAPABILITY CAP_CLIENT_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 #ifdef __S60_50__ |
|
31 PAGED |
|
32 #endif //__S60_50__ |
|
33 |
|
34 SOURCEPATH ../clientsrc |
|
35 SOURCE Pspresetinterface.cpp |
|
36 SOURCE Pspresetnotifier.cpp |
|
37 SOURCE Psserv.cpp |
|
38 SOURCE Psservnotifier.cpp |
|
39 SOURCE Psservsession.cpp |
|
40 SOURCE Pstransaction.cpp |
|
41 |
|
42 USERINCLUDE ../clientinc |
|
43 USERINCLUDE ../include |
|
44 |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(ecom) |
|
47 |
|
48 LIBRARY ecom.lib |
|
49 LIBRARY euser.lib |
|
50 LIBRARY estor.lib |