fontsupport/fontutils/FontUtils/group/bld.inf
author William Roberts <williamr@symbian.org>
Mon, 23 Aug 2010 14:11:23 +0100
changeset 116 80aec188002c
permissions -rw-r--r--
Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
116
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
/*
80aec188002c 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).
80aec188002c 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.
80aec188002c 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
80aec188002c 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"
80aec188002c 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
80aec188002c 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".
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
*
80aec188002c 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:
80aec188002c 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.
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
*
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
* Contributors:
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
*
80aec188002c 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
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
*
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
*/
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
80aec188002c 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
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
80aec188002c 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
80aec188002c 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)
80aec188002c 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
80aec188002c 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)
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
#endif
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
80aec188002c 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
80aec188002c 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
80aec188002c 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
80aec188002c Revised fix for bug 26, taking into account the introduction of FF_PRODUCT_FONTS
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
#endif
80aec188002c 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