applications/Symbian_MiniGUI_TestApp/yuv.iby
author Mike Kinghan <mikek@symbian.org>
Wed, 04 Aug 2010 10:56:22 +0100
branchGCC_SURGE
changeset 93 07b904f40417
parent 73 b6aa150091ee
permissions -rw-r--r--
Provisional fix for bug 3508 - Persistent storage support breaks Linux compatibility. Enables libnvmemmory.so to be built and dynamically linked on Linux and rom boot reports persistent storage image created OK, but ROM then crashes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
67
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
*
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     5
* 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
     6
* 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
     7
* 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
     8
* 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
     9
*
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    10
* Contributors:
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    11
* Accenture - Johnathan White
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
73
b6aa150091ee Fix header guard in yuv.iby, so that both yuv.iby and grid.iby can be in the same ROM
William Roberts <williamr@symbian.org>
parents: 67
diff changeset
    15
#ifndef __SYMBIANMINIGUI_TESTAPP_YUV_IBY__
b6aa150091ee Fix header guard in yuv.iby, so that both yuv.iby and grid.iby can be in the same ROM
William Roberts <williamr@symbian.org>
parents: 67
diff changeset
    16
#define __SYMBIANMINIGUI_TESTAPP_YUV_IBY__
67
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    17
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
//demo app which requests a YUV format surface
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    20
file=\epoc32\release\armv5\urel\yuv.exe sys\bin\yuv.exe
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
73
b6aa150091ee Fix header guard in yuv.iby, so that both yuv.iby and grid.iby can be in the same ROM
William Roberts <williamr@symbian.org>
parents: 67
diff changeset
    23
#endif
b6aa150091ee Fix header guard in yuv.iby, so that both yuv.iby and grid.iby can be in the same ROM
William Roberts <williamr@symbian.org>
parents: 67
diff changeset
    24