os/graphics/graphicsdeviceinterface/gdi/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) 1999-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 // Graphics device interface (GDI)
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 PRJ_PLATFORMS
    24 
    25 DEFAULT
    26 
    27 
    28 PRJ_EXPORTS
    29 
    30 ../inc/GDI.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gdi.h)
    31 ../inc/GDI.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gdi.inl)
    32 ../inc/BIDI.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(bidi.h)
    33 ../inc/BidiText.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(biditext.h)
    34 ../inc/LineBreak.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(linebreak.h)
    35 ../inc/BidiVisual.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(bidivisual.h)
    36 ../inc/ShapeInfo.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(shapeinfo.h)
    37 ../inc/ShapeImpl.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/shapeimpl.h)
    38 ../lookuptable/lookuptable.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/lookuptable.h)
    39 ../inc/blendingalgorithms.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/blendingalgorithms.h)
    40 ../inc/blendingalgorithms.inl	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/blendingalgorithms.inl)
    41 ../inc/displaymode.h 	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(displaymode.h)
    42 
    43 ../inc/glyphsample.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/glyphsample.h)
    44 ../inc/gdistructs.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdistructs.h)
    45 ../inc/gdiconsts.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdiconsts.h)
    46 ../inc/gdiinline.inl	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdiinline.inl)
    47 ../inc/gdiplatapi.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdiplatapi.h)
    48 
    49 ../inc/hextree.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hextree.h)
    50 ../inc/hextree.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hextree.inl)
    51 
    52 ../group/gdi.iby	/epoc32/rom/include/gdi.iby
    53 
    54 
    55 PRJ_MMPFILES
    56 
    57 ../group/GDI.MMP
    58 ../group/LineBreak.mmp
    59 ../group/lookuptable.mmp
    60 
    61 
    62 PRJ_TESTMMPFILES
    63 
    64 ../group/TGdiServer.mmp
    65 
    66 
    67 PRJ_TESTEXPORTS
    68 
    69 // batch file that runs all automatic gdi tests on hardware
    70 ../group/GdiTest.iby    /epoc32/rom/include/gditest.iby
    71 
    72 ../tgdi/scripts/gditest_run.bat				z:/gditest/gditest_run.bat
    73 ../tgdi/scripts/gditest_run.bat				/epoc32/release/winscw/udeb/gditest_run.bat
    74 ../tgdi/scripts/gditest_run.bat				/epoc32/release/winscw/urel/gditest_run.bat
    75 ../tgdi/scripts/gditest.bat					z:/gditest/gditest.bat
    76 
    77 ../tgdi/scripts/gditest_T_All.script			z:/gditest/gditest_t_all.script
    78 ../tgdi/scripts/gditest_T_Rgb.script			z:/gditest/gditest_t_rgb.script
    79 ../tgdi/scripts/gditest_T_Types.script			z:/gditest/gditest_t_types.script
    80 ../tgdi/scripts/gditest_T_BiDiDefect.script		z:/gditest/gditest_t_bididefect.script
    81 ../tgdi/scripts/gditest_T_LineBreak.script		z:/gditest/gditest_t_linebreak.script
    82 ../tgdi/scripts/gditest_T_GlyphSelection.script	z:/gditest/gditest_t_glyphselection.script
    83 ../tgdi/scripts/gditest_T_BiDi.script			z:/gditest/gditest_t_bidi.script
    84