| author | William Roberts <williamr@symbian.org> |
| Fri, 03 Sep 2010 14:23:15 +0100 | |
| changeset 110 | 8823d3d6d399 |
| parent 101 | 4129cc017eb5 |
| permissions | -rw-r--r-- |
|
101
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
1 |
/* |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
2 |
* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
3 |
* All rights reserved. |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
8 |
* |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
11 |
* |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
12 |
* Contributors: |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
13 |
* |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
14 |
* Description: Bldmake component description file for the fontutils\FontUtils component |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
15 |
* |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
16 |
*/ |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
17 |
|
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
18 |
PRJ_EXPORTS |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
19 |
|
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
20 |
// Export IBY files |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
21 |
../../rom/FontUtils.iby CORE_MW_LAYER_IBY_EXPORT_PATH(FontUtils.iby) |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
22 |
#ifndef FF_PRODUCT_FONTS |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
23 |
../../rom/fonts_variant.iby CUSTOMER_MW_LAYER_IBY_EXPORT_PATH(fonts_variant.iby) |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
24 |
#endif |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
25 |
|
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
26 |
PRJ_MMPFILES |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
27 |
#ifndef TOOLS |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
28 |
FontUtils.mmp |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
29 |
#endif |
|
4129cc017eb5
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
30 |
// End of File |