author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 15 Sep 2010 12:14:32 +0300 | |
branch | RCL_3 |
changeset 27 | 2e7bab7ab409 |
parent 25 | bec11adf88f9 |
permissions | -rw-r--r-- |
24 | 1 |
/* |
2 |
* Copyright (c) 2002 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 About |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#include <platform_paths.hrh> |
|
20 |
#include "../aboutgsplugin/group/bld.inf" |
|
21 |
||
22 |
PRJ_PLATFORMS |
|
23 |
DEFAULT |
|
24 |
||
25 |
PRJ_EXPORTS |
|
26 |
// export localised loc file |
|
27 |
../loc/about.loc APP_LAYER_LOC_EXPORT_PATH(about.loc) |
|
28 |
||
29 |
// export IBY files |
|
30 |
../rom/About.iby CORE_APP_LAYER_IBY_EXPORT_PATH(about.iby) |
|
31 |
../rom/AboutResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(aboutresources.iby) |
|
32 |
||
33 |
PRJ_MMPFILES |
|
34 |
||
35 |
about.mmp |
|
36 |
||
37 |
PRJ_EXTENSIONS |
|
38 |
||
39 |
START EXTENSION s60/mifconv |
|
40 |
OPTION TARGETFILE about.mif |
|
41 |
OPTION HEADERFILE about.mbg |
|
42 |
OPTION SOURCES -c8,8 qgn_menu_about_cxt\ |
|
25
bec11adf88f9
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
43 |
-c8,8 qgn_graf_java_logo |
24 | 44 |
END |
45 |
||
46 |
START EXTENSION s60/mifconv |
|
47 |
OPTION TARGETFILE about_aif.mif |
|
48 |
OPTION SOURCES -c8,8 qgn_menu_about |
|
49 |
END |
|
50 |
||
51 |
//PRJ_TESTMMPFILES |
|
52 |
//../tsrc/CVTAbout.mmp // CVT test case(s) |
|
53 |
||
54 |
// End of File |