os/textandloc/fontservices/textbase/group/BLD.INF
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // textbase
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 PRJ_PLATFORMS
    24 
    25 DEFAULT
    26 
    27 
    28 PRJ_EXPORTS
    29 
    30 ../inc/textbase.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(textbase.h)
    31 ../inc/BIDI.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(bidi.h)
    32 ../inc/BidiText.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(biditext.h)
    33 ../inc/LineBreak.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(linebreak.h)
    34 ../inc/BidiVisual.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(bidivisual.h)
    35 ../inc/ShapeInfo.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(shapeinfo.h)
    36 ../inc/ShapeImpl.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/shapeimpl.h)
    37 
    38 ../inc/glyphsample.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/glyphsample.h)
    39 ../inc/gdiinline.inl	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdiinline.inl)
    40 ../inc/gdiplatapi.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdiplatapi.h)
    41 
    42 ../inc/hextree.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hextree.h)
    43 ../inc/hextree.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hextree.inl)
    44 
    45 // new added ones
    46 // BidiCompact.h and GlyphSel.h are only used by TGdiServer.
    47 ../sgdi/BidiCompact.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/BidiCompact.h)
    48 ../sgdi/GlyphSel.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/GlyphSel.h)
    49 
    50 PRJ_MMPFILES
    51 
    52 ../group/textbase.mmp
    53 ../group/LineBreak.mmp
    54 
    55 
    56 PRJ_TESTMMPFILES
    57 
    58 ../group/ttextbaseserver.mmp
    59 
    60 
    61 PRJ_TESTEXPORTS
    62 
    63 // batch file that runs all automatic gdi tests on hardware
    64 ../group/textbasetest.iby    /epoc32/rom/include/textbasetest.iby
    65 
    66 ../tgdi/scripts/textbasetest_run.bat				z:/textbasetest/textbasetest_run.bat
    67 ../tgdi/scripts/textbasetest.bat					z:/textbasetest/textbasetest.bat
    68 
    69 ../tgdi/scripts/textbasetest_T_All.script			z:/textbasetest/textbasetest_t_all.script
    70 ../tgdi/scripts/textbasetest_T_Types.script			z:/textbasetest/textbasetest_t_types.script
    71 ../tgdi/scripts/textbasetest_T_BiDiDefect.script		z:/textbasetest/textbasetest_t_bididefect.script
    72 ../tgdi/scripts/textbasetest_T_LineBreak.script		z:/textbasetest/textbasetest_t_linebreak.script
    73 ../tgdi/scripts/textbasetest_T_GlyphSelection.script	z:/textbasetest/textbasetest_t_glyphselection.script
    74 ../tgdi/scripts/textbasetest_T_BiDi.script			z:/textbasetest/textbasetest_t_bidi.script
    75