fontservices/referencefonts/group/bld.inf
changeset 0 1fb32624e06b
child 8 030b3432fbe0
child 15 9a2be90ac9a2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fontservices/referencefonts/group/bld.inf	Tue Feb 02 02:02:46 2010 +0200
@@ -0,0 +1,66 @@
+/*
+* Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+* Font utilities and test UI fonts
+*
+*/
+
+
+/**
+ @file
+*/
+
+
+PRJ_PLATFORMS
+DEFAULT TOOLS
+
+PRJ_EXPORTS
+
+eon_font.iby			/epoc32/rom/include/eon_font.iby
+../group/ttf2bdf.ipr	/epoc32/engdoc/tools/ttf2bdf.ipr
+
+../inc/FONTIDS.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(fontids.h)
+
+#ifndef TOOLS
+../bitmap/fntfiles/eon14.gdr			z:/resource/fonts/eon14.gdr 
+../truetype/DejaVuSans.ttf						z:/resource/fonts/DejaVuSans.ttf
+../truetype/DejaVuSans-Bold.ttf					z:/resource/fonts/DejaVuSans-Bold.ttf
+../truetype/DejaVuSans-Oblique.ttf				z:/resource/fonts/DejaVuSans-Oblique.ttf
+../truetype/DejaVuSans-BoldOblique.ttf			z:/resource/fonts/DejaVuSans-BoldOblique.ttf
+../truetype/DejaVuSans-ExtraLight.ttf			z:/resource/fonts/DejaVuSans-ExtraLight.ttf
+../truetype/DejaVuSansCondensed.ttf				z:/resource/fonts/DejaVuSansCondensed.ttf
+../truetype/DejaVuSansCondensed-Bold.ttf		z:/resource/fonts/DejaVuSansCondensed-Bold.ttf
+../truetype/DejaVuSansCondensed-Oblique.ttf		z:/resource/fonts/DejaVuSansCondensed-Oblique.ttf
+../truetype/DejaVuSansCondensed-BoldOblique.ttf	z:/resource/fonts/DejaVuSansCondensed-BoldOblique.ttf
+../truetype/DejaVuSansMono.ttf					z:/resource/fonts/DejaVuSansMono.ttf
+../truetype/DejaVuSansMono-Bold.ttf				z:/resource/fonts/DejaVuSansMono-Bold.ttf
+../truetype/DejaVuSansMono-Oblique.ttf			z:/resource/fonts/DejaVuSansMono-Oblique.ttf
+../truetype/DejaVuSansMono-BoldOblique.ttf		z:/resource/fonts/DejaVuSansMono-BoldOblique.ttf
+../truetype/DejaVuSerif.ttf						z:/resource/fonts/DejaVuSerif.ttf
+../truetype/DejaVuSerif-Bold.ttf				z:/resource/fonts/DejaVuSerif-Bold.ttf
+../truetype/DejaVuSerif-Italic.ttf				z:/resource/fonts/DejaVuSerif-Italic.ttf
+../truetype/DejaVuSerif-BoldItalic.ttf			z:/resource/fonts/DejaVuSerif-BoldItalic.ttf
+../truetype/DejaVuSerifCondensed.ttf			z:/resource/fonts/DejaVuSerifCondensed.ttf
+../truetype/DejaVuSerifCondensed-Bold.ttf		z:/resource/fonts/DejaVuSerifCondensed-Bold.ttf
+../truetype/DejaVuSerifCondensed-Italic.ttf		z:/resource/fonts/DejaVuSerifCondensed-Italic.ttf
+../truetype/DejaVuSerifCondensed-BoldItalic.ttf	z:/resource/fonts/DejaVuSerifCondensed-BoldItalic.ttf
+#endif
+
+PRJ_MMPFILES
+#ifndef TOOLS
+
+#ifdef WINS
+../group/ttf2bdf.mmp		// uses rasteriser
+#endif
+#endif