|
1 /* |
|
2 * Copyright (c) 2006 - 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: This file provides the information required for building the |
|
15 * whole of a TouchScreenCalib. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 DEFAULT |
|
23 |
|
24 PRJ_EXPORTS |
|
25 ../loc/touchscreencalib.loc APP_LAYER_LOC_EXPORT_PATH(touchscreencalib.loc) |
|
26 ../rom/TouchScreenCalib.iby CORE_APP_LAYER_IBY_EXPORT_PATH(touchscreencalib.iby) |
|
27 ../rom/TouchScreenCalib_variant.iby CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(touchscreencalib_variant.iby) |
|
28 ../rom/TouchScreenCalibResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(touchscreencalibresources.iby) |
|
29 ../PubSub/touchscprivatepskeys.h |../../inc/touchscprivatepskeys.h |
|
30 |
|
31 PRJ_MMPFILES |
|
32 |
|
33 TouchScreenCalib.mmp |
|
34 ../tscstartupextensionplugin/group/tscstartupextensionplugin.mmp |
|
35 ../tsccustcmds/group/tsccustcmds.mmp |
|
36 |
|
37 PRJ_EXTENSIONS |
|
38 |
|
39 START EXTENSION s60/mifconv |
|
40 OPTION TARGETFILE touchscreencalib.mif |
|
41 OPTION HEADERFILE touchscreencalib.mbg |
|
42 OPTION SOURCES -c16,8 Qgn_graf_screencalib \ |
|
43 -c16,8 Qgn_graf_screencalib_1 \ |
|
44 -c16,8 Qgn_graf_screencalib_2 \ |
|
45 -c16,8 Qgn_graf_screencalib_3 \ |
|
46 -c16,8 Qgn_graf_screencalib_4 \ |
|
47 -c16,8 Qgn_graf_screencalib_5 |
|
48 END |