equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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 for GS Listbox DLL |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 // Capability assignment. |
|
22 CAPABILITY CAP_GENERAL_DLL |
|
23 |
|
24 TARGET gslistbox.dll |
|
25 TARGETTYPE DLL |
|
26 UID 0x1000008d 0x101FD68D |
|
27 |
|
28 SOURCEPATH Src |
|
29 SOURCE GSListBox.cpp |
|
30 |
|
31 USERINCLUDE . |
|
32 USERINCLUDE Inc |
|
33 USERINCLUDE ../Data |
|
34 USERINCLUDE ../GSFramework/inc |
|
35 |
|
36 //System include paths |
|
37 // Default system include paths for middleware layer modules. |
|
38 MW_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 // Libraries required by framework |
|
41 LIBRARY bafl.lib |
|
42 LIBRARY euser.lib |
|
43 LIBRARY cone.lib |
|
44 LIBRARY apparc.lib |
|
45 |
|
46 //Libraries for the DLL |
|
47 LIBRARY eikcoctl.lib |
|
48 |
|
49 SOURCEPATH . |