os/textandloc/fontservices/referencefonts/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
* Font utilities and test UI fonts
sl@0
    16
*
sl@0
    17
*/
sl@0
    18
sl@0
    19
sl@0
    20
/**
sl@0
    21
 @file
sl@0
    22
*/
sl@0
    23
sl@0
    24
sl@0
    25
PRJ_PLATFORMS
sl@0
    26
DEFAULT TOOLS
sl@0
    27
sl@0
    28
PRJ_EXPORTS
sl@0
    29
sl@0
    30
eon_font.iby			/epoc32/rom/include/eon_font.iby
sl@0
    31
reffonts_for_sirocco.iby    /epoc32/rom/include/reffonts_for_sirocco.iby
sl@0
    32
../group/ttf2bdf.ipr	/epoc32/engdoc/tools/ttf2bdf.ipr
sl@0
    33
sl@0
    34
sl@0
    35
../inc/FONTIDS.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(fontids.h)
sl@0
    36
sl@0
    37
#ifndef TOOLS
sl@0
    38
../bitmap/fntfiles/eon14.gdr			z:/resource/fonts/eon14.gdr 
sl@0
    39
../truetype/DejaVuSans.ttf						z:/resource/fonts/DejaVuSans.ttf
sl@0
    40
../truetype/DejaVuSans-Bold.ttf					z:/resource/fonts/DejaVuSans-Bold.ttf
sl@0
    41
../truetype/DejaVuSans-Oblique.ttf				z:/resource/fonts/DejaVuSans-Oblique.ttf
sl@0
    42
../truetype/DejaVuSans-BoldOblique.ttf			z:/resource/fonts/DejaVuSans-BoldOblique.ttf
sl@0
    43
../truetype/DejaVuSans-ExtraLight.ttf			z:/resource/fonts/DejaVuSans-ExtraLight.ttf
sl@0
    44
../truetype/DejaVuSansCondensed.ttf				z:/resource/fonts/DejaVuSansCondensed.ttf
sl@0
    45
../truetype/DejaVuSansCondensed-Bold.ttf		z:/resource/fonts/DejaVuSansCondensed-Bold.ttf
sl@0
    46
../truetype/DejaVuSansCondensed-Oblique.ttf		z:/resource/fonts/DejaVuSansCondensed-Oblique.ttf
sl@0
    47
../truetype/DejaVuSansCondensed-BoldOblique.ttf	z:/resource/fonts/DejaVuSansCondensed-BoldOblique.ttf
sl@0
    48
../truetype/DejaVuSansMono.ttf					z:/resource/fonts/DejaVuSansMono.ttf
sl@0
    49
../truetype/DejaVuSansMono-Bold.ttf				z:/resource/fonts/DejaVuSansMono-Bold.ttf
sl@0
    50
../truetype/DejaVuSansMono-Oblique.ttf			z:/resource/fonts/DejaVuSansMono-Oblique.ttf
sl@0
    51
../truetype/DejaVuSansMono-BoldOblique.ttf		z:/resource/fonts/DejaVuSansMono-BoldOblique.ttf
sl@0
    52
../truetype/DejaVuSerif.ttf						z:/resource/fonts/DejaVuSerif.ttf
sl@0
    53
../truetype/DejaVuSerif-Bold.ttf				z:/resource/fonts/DejaVuSerif-Bold.ttf
sl@0
    54
../truetype/DejaVuSerif-Italic.ttf				z:/resource/fonts/DejaVuSerif-Italic.ttf
sl@0
    55
../truetype/DejaVuSerif-BoldItalic.ttf			z:/resource/fonts/DejaVuSerif-BoldItalic.ttf
sl@0
    56
../truetype/DejaVuSerifCondensed.ttf			z:/resource/fonts/DejaVuSerifCondensed.ttf
sl@0
    57
../truetype/DejaVuSerifCondensed-Bold.ttf		z:/resource/fonts/DejaVuSerifCondensed-Bold.ttf
sl@0
    58
../truetype/DejaVuSerifCondensed-Italic.ttf		z:/resource/fonts/DejaVuSerifCondensed-Italic.ttf
sl@0
    59
../truetype/DejaVuSerifCondensed-BoldItalic.ttf	z:/resource/fonts/DejaVuSerifCondensed-BoldItalic.ttf
sl@0
    60
../truetype/MYuppyGB-Medium.ttf	z:/resource/fonts/MYuppyGB-Medium.ttf
sl@0
    61
#endif
sl@0
    62
sl@0
    63
PRJ_MMPFILES
sl@0
    64
#ifndef TOOLS
sl@0
    65
sl@0
    66
#ifdef WINS
sl@0
    67
../group/ttf2bdf.mmp		// uses rasteriser
sl@0
    68
#endif
sl@0
    69
#endif