author | Faisal Memon <faisal.memon@nokia.com> |
Fri, 07 May 2010 16:13:43 +0100 | |
changeset 69 | 634f7e208f90 |
parent 66 | 57a5a30dc911 |
parent 51 | 457d682728ee |
permissions | -rw-r--r-- |
46
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
1 |
/******************************************************************************* |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
2 |
* Copyright (c) 2009 Accenture |
66
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
46
diff
changeset
|
3 |
* Portions Copyright (c) 2010 Nokia Corporation. All rights reserved. |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
46
diff
changeset
|
4 |
* |
46
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
5 |
* All rights reserved. This program and the accompanying materials |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
6 |
* are made available under the terms of the Eclipse Public License v1.0 |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
7 |
* which accompanies this distribution, and is available at |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
8 |
* http://www.eclipse.org/legal/epl-v10.html |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
9 |
* |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
10 |
* Contributors: |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
11 |
* Accenture - Johnathan White |
66
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
46
diff
changeset
|
12 |
* |
46
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
13 |
*******************************************************************************/ |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
14 |
|
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
15 |
TARGET grid.EXE |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
16 |
TARGETTYPE EXE |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
17 |
SOURCEPATH . |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
18 |
SOURCE grid.cpp |
66
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
46
diff
changeset
|
19 |
|
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
46
diff
changeset
|
20 |
#include <platform_paths.hrh> |
51
457d682728ee
syborg apps - updated mmps to use 'OS_LAYER_SYSTEMINCLUDE'
MattD <mattd@symbian.org>
parents:
46
diff
changeset
|
21 |
OS_LAYER_SYSTEMINCLUDE |
66
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
46
diff
changeset
|
22 |
|
46
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
23 |
LIBRARY efsrv.lib euser.lib hal.lib ws32.lib |