graphicsresourceservices/graphicsresourceadaptation/group/bld.inf
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Graphics Resource Adapter
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 
       
    28 ../inc/sgresourceinternal.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/sgresourceinternal.h)
       
    29 ../inc/sgimage_sw.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/sgimage_sw.h)
       
    30 ../inc/sgimage_chunk.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/sgimage_chunk.h)
       
    31 
       
    32 graphicsresourceadapter.iby /epoc32/rom/include/graphicsresourceadapter.iby
       
    33 graphicsresourceadapter_sw.iby /epoc32/rom/include/graphicsresourceadapter_sw.iby
       
    34 graphicsresourceadapter_mbx.iby /epoc32/rom/include/graphicsresourceadapter_mbx.iby
       
    35 graphicsresourceadapter_sgx.iby /epoc32/rom/include/graphicsresourceadapter_sgx.iby
       
    36 
       
    37 PRJ_MMPFILES
       
    38 
       
    39 #if defined(WINS)
       
    40 graphicsresourceadapter_wins.mmp
       
    41 #elif defined(GENERIC_MARM)
       
    42 graphicsresourceadapter_sw.mmp
       
    43 graphicsresourceadapter_mbx.mmp
       
    44 graphicsresourceadapter_sgx.mmp
       
    45 #endif