1 // Copyright (c) 1999-2009 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 ../group/gdi.iby /epoc32/rom/include/gdi.iby |
|
50 |
|
51 |
|
52 PRJ_MMPFILES |
|
53 |
|
54 ../group/GDI.MMP |
|
55 ../group/LineBreak.mmp |
|
56 ../group/lookuptable.mmp |
|
57 |
|
58 |
|
59 PRJ_TESTMMPFILES |
|
60 |
|
61 ../group/TGdiServer.mmp |
|
62 |
|
63 |
|
64 PRJ_TESTEXPORTS |
|
65 |
|
66 // batch file that runs all automatic gdi tests on hardware |
|
67 ../group/GdiTest.iby /epoc32/rom/include/gditest.iby |
|
68 |
|
69 ../tgdi/scripts/gditest_run.bat z:/gditest/gditest_run.bat |
|
70 ../tgdi/scripts/gditest_run.bat /epoc32/release/winscw/udeb/gditest_run.bat |
|
71 ../tgdi/scripts/gditest_run.bat /epoc32/release/winscw/urel/gditest_run.bat |
|
72 ../tgdi/scripts/gditest.bat z:/gditest/gditest.bat |
|
73 |
|
74 ../tgdi/scripts/gditest_T_All.script z:/gditest/gditest_t_all.script |
|
75 ../tgdi/scripts/gditest_T_Rgb.script z:/gditest/gditest_t_rgb.script |
|
76 ../tgdi/scripts/gditest_T_Types.script z:/gditest/gditest_t_types.script |
|
77 ../tgdi/scripts/gditest_T_BiDiDefect.script z:/gditest/gditest_t_bididefect.script |
|
78 ../tgdi/scripts/gditest_T_LineBreak.script z:/gditest/gditest_t_linebreak.script |
|
79 ../tgdi/scripts/gditest_T_GlyphSelection.script z:/gditest/gditest_t_glyphselection.script |
|
80 ../tgdi/scripts/gditest_T_BiDi.script z:/gditest/gditest_t_bidi.script |
|
81 |
|