author | Gareth Stockwell <gareth.stockwell@accenture.com> |
Thu, 09 Sep 2010 12:06:21 +0100 | |
changeset 107 | 78b83e1454a6 |
parent 66 | 57a5a30dc911 |
permissions | -rw-r--r-- |
66
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
1 |
/******************************************************************************* |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
2 |
* Copyright (c) 2009 Accenture |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
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:
diff
changeset
|
4 |
* All rights reserved. This program and the accompanying materials |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
5 |
* are made available under the terms of the Eclipse Public License v1.0 |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available at |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
7 |
* http://www.eclipse.org/legal/epl-v10.html |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
8 |
* |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
9 |
* Contributors: |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
10 |
* Accenture - Johnathan White |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
11 |
|
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
12 |
*******************************************************************************/ |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
13 |
|
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
14 |
TARGET yuv.EXE |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
15 |
TARGETTYPE EXE |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
16 |
SOURCEPATH . |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
17 |
SOURCE yuv.cpp |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
18 |
|
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
19 |
#include <platform_paths.hrh> |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
20 |
OS_LAYER_SYSTEMINCLUDE |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
21 |
|
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
22 |
LIBRARY efsrv.lib euser.lib hal.lib ws32.lib |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
23 |
LIBRARY surfacemanager.lib |
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
24 |
LIBRARY surfaceupdateclient.lib |