|
1 /* |
|
2 * Copyright (c) 2008 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 file |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET hscontentinfo.dll |
|
21 TARGETTYPE dll |
|
22 |
|
23 UID 0x1000008d 0x200286de |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 MW_LAYER_SYSTEMINCLUDE |
|
29 |
|
30 SOURCEPATH ../src |
|
31 |
|
32 SOURCE hscontentinfo.cpp |
|
33 SOURCE hscontentinfoarray.cpp |
|
34 |
|
35 //By default, the build tools look for the WINSCW def file in a BWINS directory |
|
36 //(at the same level as the directory containing the mmp file), |
|
37 //the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. |
|
38 //If def files are stored in these locations, the project files does not need to specify |
|
39 //the location of the def files explicitly. If you want to store the def files in some other |
|
40 //location, you will need to specify in the project file where the .def files are using |
|
41 //the deffile keyword. |
|
42 |
|
43 //The following commented out code shows how the build system uses the implicit |
|
44 // location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide |
|
45 // or run 'abld freeze' from the command-line |
|
46 //#if defined (WINS) |
|
47 // DEFFILE ../bwins/hscontentcontrol.def |
|
48 //#elif defined (GCC32) |
|
49 // DEFFILE ../bmarm/hscontentcontrol.def |
|
50 //#else |
|
51 // DEFFILE ../eabi/hscontentcontrol.def |
|
52 //#endif |
|
53 |
|
54 nostrictdef |
|
55 |
|
56 LIBRARY euser.lib |
|
57 LIBRARY estor.lib |
|
58 LIBRARY charconv.lib |
|
59 |
|
60 |
|
61 #ifdef ENABLE_ABIV2_MODE |
|
62 DEBUGGABLE |
|
63 #endif |
|
64 |