sl@0
|
1 |
// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// Graphics device interface (GDI)
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
/**
|
sl@0
|
19 |
@file
|
sl@0
|
20 |
*/
|
sl@0
|
21 |
|
sl@0
|
22 |
|
sl@0
|
23 |
PRJ_PLATFORMS
|
sl@0
|
24 |
|
sl@0
|
25 |
DEFAULT
|
sl@0
|
26 |
|
sl@0
|
27 |
|
sl@0
|
28 |
PRJ_EXPORTS
|
sl@0
|
29 |
|
sl@0
|
30 |
../inc/GDI.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gdi.h)
|
sl@0
|
31 |
../inc/GDI.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gdi.inl)
|
sl@0
|
32 |
../inc/BIDI.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(bidi.h)
|
sl@0
|
33 |
../inc/BidiText.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(biditext.h)
|
sl@0
|
34 |
../inc/LineBreak.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(linebreak.h)
|
sl@0
|
35 |
../inc/BidiVisual.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(bidivisual.h)
|
sl@0
|
36 |
../inc/ShapeInfo.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(shapeinfo.h)
|
sl@0
|
37 |
../inc/ShapeImpl.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/shapeimpl.h)
|
sl@0
|
38 |
../lookuptable/lookuptable.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/lookuptable.h)
|
sl@0
|
39 |
../inc/blendingalgorithms.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/blendingalgorithms.h)
|
sl@0
|
40 |
../inc/blendingalgorithms.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/blendingalgorithms.inl)
|
sl@0
|
41 |
../inc/displaymode.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(displaymode.h)
|
sl@0
|
42 |
|
sl@0
|
43 |
../inc/glyphsample.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/glyphsample.h)
|
sl@0
|
44 |
../inc/gdistructs.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdistructs.h)
|
sl@0
|
45 |
../inc/gdiconsts.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdiconsts.h)
|
sl@0
|
46 |
../inc/gdiinline.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdiinline.inl)
|
sl@0
|
47 |
../inc/gdiplatapi.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/gdi/gdiplatapi.h)
|
sl@0
|
48 |
|
sl@0
|
49 |
../inc/hextree.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hextree.h)
|
sl@0
|
50 |
../inc/hextree.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(hextree.inl)
|
sl@0
|
51 |
|
sl@0
|
52 |
../group/gdi.iby /epoc32/rom/include/gdi.iby
|
sl@0
|
53 |
|
sl@0
|
54 |
|
sl@0
|
55 |
PRJ_MMPFILES
|
sl@0
|
56 |
|
sl@0
|
57 |
../group/GDI.MMP
|
sl@0
|
58 |
../group/LineBreak.mmp
|
sl@0
|
59 |
../group/lookuptable.mmp
|
sl@0
|
60 |
|
sl@0
|
61 |
|
sl@0
|
62 |
PRJ_TESTMMPFILES
|
sl@0
|
63 |
|
sl@0
|
64 |
../group/TGdiServer.mmp
|
sl@0
|
65 |
|
sl@0
|
66 |
|
sl@0
|
67 |
PRJ_TESTEXPORTS
|
sl@0
|
68 |
|
sl@0
|
69 |
// batch file that runs all automatic gdi tests on hardware
|
sl@0
|
70 |
../group/GdiTest.iby /epoc32/rom/include/gditest.iby
|
sl@0
|
71 |
|
sl@0
|
72 |
../tgdi/scripts/gditest_run.bat z:/gditest/gditest_run.bat
|
sl@0
|
73 |
../tgdi/scripts/gditest_run.bat /epoc32/release/winscw/udeb/gditest_run.bat
|
sl@0
|
74 |
../tgdi/scripts/gditest_run.bat /epoc32/release/winscw/urel/gditest_run.bat
|
sl@0
|
75 |
../tgdi/scripts/gditest.bat z:/gditest/gditest.bat
|
sl@0
|
76 |
|
sl@0
|
77 |
../tgdi/scripts/gditest_T_All.script z:/gditest/gditest_t_all.script
|
sl@0
|
78 |
../tgdi/scripts/gditest_T_Rgb.script z:/gditest/gditest_t_rgb.script
|
sl@0
|
79 |
../tgdi/scripts/gditest_T_Types.script z:/gditest/gditest_t_types.script
|
sl@0
|
80 |
../tgdi/scripts/gditest_T_BiDiDefect.script z:/gditest/gditest_t_bididefect.script
|
sl@0
|
81 |
../tgdi/scripts/gditest_T_LineBreak.script z:/gditest/gditest_t_linebreak.script
|
sl@0
|
82 |
../tgdi/scripts/gditest_T_GlyphSelection.script z:/gditest/gditest_t_glyphselection.script
|
sl@0
|
83 |
../tgdi/scripts/gditest_T_BiDi.script z:/gditest/gditest_t_bidi.script
|
sl@0
|
84 |
|