os/textandloc/fontservices/referencefonts/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/fontservices/referencefonts/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,69 @@
     1.4 +/*
     1.5 +* Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +* Font utilities and test UI fonts
    1.19 +*
    1.20 +*/
    1.21 +
    1.22 +
    1.23 +/**
    1.24 + @file
    1.25 +*/
    1.26 +
    1.27 +
    1.28 +PRJ_PLATFORMS
    1.29 +DEFAULT TOOLS
    1.30 +
    1.31 +PRJ_EXPORTS
    1.32 +
    1.33 +eon_font.iby			/epoc32/rom/include/eon_font.iby
    1.34 +reffonts_for_sirocco.iby    /epoc32/rom/include/reffonts_for_sirocco.iby
    1.35 +../group/ttf2bdf.ipr	/epoc32/engdoc/tools/ttf2bdf.ipr
    1.36 +
    1.37 +
    1.38 +../inc/FONTIDS.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(fontids.h)
    1.39 +
    1.40 +#ifndef TOOLS
    1.41 +../bitmap/fntfiles/eon14.gdr			z:/resource/fonts/eon14.gdr 
    1.42 +../truetype/DejaVuSans.ttf						z:/resource/fonts/DejaVuSans.ttf
    1.43 +../truetype/DejaVuSans-Bold.ttf					z:/resource/fonts/DejaVuSans-Bold.ttf
    1.44 +../truetype/DejaVuSans-Oblique.ttf				z:/resource/fonts/DejaVuSans-Oblique.ttf
    1.45 +../truetype/DejaVuSans-BoldOblique.ttf			z:/resource/fonts/DejaVuSans-BoldOblique.ttf
    1.46 +../truetype/DejaVuSans-ExtraLight.ttf			z:/resource/fonts/DejaVuSans-ExtraLight.ttf
    1.47 +../truetype/DejaVuSansCondensed.ttf				z:/resource/fonts/DejaVuSansCondensed.ttf
    1.48 +../truetype/DejaVuSansCondensed-Bold.ttf		z:/resource/fonts/DejaVuSansCondensed-Bold.ttf
    1.49 +../truetype/DejaVuSansCondensed-Oblique.ttf		z:/resource/fonts/DejaVuSansCondensed-Oblique.ttf
    1.50 +../truetype/DejaVuSansCondensed-BoldOblique.ttf	z:/resource/fonts/DejaVuSansCondensed-BoldOblique.ttf
    1.51 +../truetype/DejaVuSansMono.ttf					z:/resource/fonts/DejaVuSansMono.ttf
    1.52 +../truetype/DejaVuSansMono-Bold.ttf				z:/resource/fonts/DejaVuSansMono-Bold.ttf
    1.53 +../truetype/DejaVuSansMono-Oblique.ttf			z:/resource/fonts/DejaVuSansMono-Oblique.ttf
    1.54 +../truetype/DejaVuSansMono-BoldOblique.ttf		z:/resource/fonts/DejaVuSansMono-BoldOblique.ttf
    1.55 +../truetype/DejaVuSerif.ttf						z:/resource/fonts/DejaVuSerif.ttf
    1.56 +../truetype/DejaVuSerif-Bold.ttf				z:/resource/fonts/DejaVuSerif-Bold.ttf
    1.57 +../truetype/DejaVuSerif-Italic.ttf				z:/resource/fonts/DejaVuSerif-Italic.ttf
    1.58 +../truetype/DejaVuSerif-BoldItalic.ttf			z:/resource/fonts/DejaVuSerif-BoldItalic.ttf
    1.59 +../truetype/DejaVuSerifCondensed.ttf			z:/resource/fonts/DejaVuSerifCondensed.ttf
    1.60 +../truetype/DejaVuSerifCondensed-Bold.ttf		z:/resource/fonts/DejaVuSerifCondensed-Bold.ttf
    1.61 +../truetype/DejaVuSerifCondensed-Italic.ttf		z:/resource/fonts/DejaVuSerifCondensed-Italic.ttf
    1.62 +../truetype/DejaVuSerifCondensed-BoldItalic.ttf	z:/resource/fonts/DejaVuSerifCondensed-BoldItalic.ttf
    1.63 +../truetype/MYuppyGB-Medium.ttf	z:/resource/fonts/MYuppyGB-Medium.ttf
    1.64 +#endif
    1.65 +
    1.66 +PRJ_MMPFILES
    1.67 +#ifndef TOOLS
    1.68 +
    1.69 +#ifdef WINS
    1.70 +../group/ttf2bdf.mmp		// uses rasteriser
    1.71 +#endif
    1.72 +#endif