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: Build configuration of low-level client side library for hspsThemeServer.exe |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET hspsclientsession.dll |
|
22 TARGETTYPE dll |
|
23 |
|
24 UID 0x1000008d 0x200159BE //old uid 10207256 |
|
25 |
|
26 CAPABILITY CAP_CLIENT_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../client |
|
30 SOURCE hspsclientsession.cpp |
|
31 |
|
32 USERINCLUDE . |
|
33 USERINCLUDE ../inc |
|
34 USERINCLUDE ../../inc |
|
35 |
|
36 MW_LAYER_SYSTEMINCLUDE |
|
37 SYSTEMINCLUDE /epoc32/include/connect |
|
38 |
|
39 LANG SC |
|
40 |
|
41 LIBRARY euser.lib |
|
42 LIBRARY bafl.lib |
|
43 LIBRARY hspsodt.lib |