1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/fontservices/textbase/group/BLD.INF Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,75 @@
1.4 +// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// textbase
1.18 +//
1.19 +//
1.20 +
1.21 +/**
1.22 + @file
1.23 +*/
1.24 +
1.25 +
1.26 +PRJ_PLATFORMS
1.27 +
1.28 +DEFAULT
1.29 +
1.30 +
1.31 +PRJ_EXPORTS
1.32 +
1.33 +../inc/textbase.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(textbase.h)
1.34 +../inc/BIDI.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(bidi.h)
1.35 +../inc/BidiText.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(biditext.h)
1.36 +../inc/LineBreak.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(linebreak.h)
1.37 +../inc/BidiVisual.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(bidivisual.h)
1.38 +../inc/ShapeInfo.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(shapeinfo.h)
1.39 +../inc/ShapeImpl.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/shapeimpl.h)
1.40 +
1.41 +../inc/glyphsample.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/glyphsample.h)
1.42 +../inc/gdiinline.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdiinline.inl)
1.43 +../inc/gdiplatapi.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdiplatapi.h)
1.44 +
1.45 +../inc/hextree.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hextree.h)
1.46 +../inc/hextree.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hextree.inl)
1.47 +
1.48 +// new added ones
1.49 +// BidiCompact.h and GlyphSel.h are only used by TGdiServer.
1.50 +../sgdi/BidiCompact.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/BidiCompact.h)
1.51 +../sgdi/GlyphSel.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/GlyphSel.h)
1.52 +
1.53 +PRJ_MMPFILES
1.54 +
1.55 +../group/textbase.mmp
1.56 +../group/LineBreak.mmp
1.57 +
1.58 +
1.59 +PRJ_TESTMMPFILES
1.60 +
1.61 +../group/ttextbaseserver.mmp
1.62 +
1.63 +
1.64 +PRJ_TESTEXPORTS
1.65 +
1.66 +// batch file that runs all automatic gdi tests on hardware
1.67 +../group/textbasetest.iby /epoc32/rom/include/textbasetest.iby
1.68 +
1.69 +../tgdi/scripts/textbasetest_run.bat z:/textbasetest/textbasetest_run.bat
1.70 +../tgdi/scripts/textbasetest.bat z:/textbasetest/textbasetest.bat
1.71 +
1.72 +../tgdi/scripts/textbasetest_T_All.script z:/textbasetest/textbasetest_t_all.script
1.73 +../tgdi/scripts/textbasetest_T_Types.script z:/textbasetest/textbasetest_t_types.script
1.74 +../tgdi/scripts/textbasetest_T_BiDiDefect.script z:/textbasetest/textbasetest_t_bididefect.script
1.75 +../tgdi/scripts/textbasetest_T_LineBreak.script z:/textbasetest/textbasetest_t_linebreak.script
1.76 +../tgdi/scripts/textbasetest_T_GlyphSelection.script z:/textbasetest/textbasetest_t_glyphselection.script
1.77 +../tgdi/scripts/textbasetest_T_BiDi.script z:/textbasetest/textbasetest_t_bidi.script
1.78 +