sf_config/rombuild/syborg/graphics/screendriver.iby
author Shabe Razvi <shaber@symbian.org>
Mon, 29 Mar 2010 11:30:58 +0100
branchRCL_3
changeset 16 4a76c5fd669b
permissions -rw-r--r--
Add Syborg and Zoom2 ROM configuration files into new components.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     1
/*
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     3
* All rights reserved.
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     5
* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     7
* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     8
*
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     9
* Initial Contributors:
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    11
*
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    12
* Contributors:
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    13
*
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    14
* Description:
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    15
*
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    16
*/
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    17
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    18
#ifndef __SCREENDRIVER_IBY__
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    19
#define __SCREENDRIVER_IBY__
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    20
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    21
//#ifdef SYMBIAN_GRAPHICS_USE_GCE
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    22
file=ABI_DIR\DEBUG_DIR\_generic_scdv.dll           \sys\bin\scdv.dll           // Generic Driver with GCE Support
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    23
//#else
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    24
//file=ABI_DIR\DEBUG_DIR\_omapqvga_scdv.dll          \sys\bin\scdv.dll           // Generic Driver without GCE Support
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    25
//#endif
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    26
4a76c5fd669b Add Syborg and Zoom2 ROM configuration files into new components.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    27
#endif