os/graphics/graphicsresourceservices/graphicsresourceimplementation/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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
    15 //
    16 
    17 /**
    18  @file
    19 */
    20 
    21 PRJ_PLATFORMS
    22 
    23 DEFAULT
    24 ARMV5SMP
    25 
    26 PRJ_EXPORTS
    27 
    28 ../inc/sgimage_sw.h         OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgimage_sw.h)
    29 ../inc/sgcommon.h           OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgcommon.h)
    30 ../inc/sgdevice.h           OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgdevice.h)
    31 ../inc/sgdevice.inl         OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgdevice.inl)
    32 ../inc/sgextension.h        OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgextension.h)
    33 ../inc/sgextension.inl      OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgextension.inl)
    34 ../inc/sgdriver_profiling.h OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgdriver_profiling.h)
    35 ../inc/sgdriver_test.h      OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgdriver_test.h)
    36 
    37 sgresource_sw.iby           /epoc32/rom/include/sgresource_sw.iby
    38 sgresource_mbx.iby          /epoc32/rom/include/sgresource_mbx.iby
    39 sgresource_sgx.iby          /epoc32/rom/include/sgresource_sgx.iby
    40 
    41 PRJ_MMPFILES
    42 
    43 #ifdef WINS
    44 sgresource_wins.mmp
    45 #else
    46 sgresource_sw.mmp
    47 sgresource_mbx.mmp
    48 sgresource_sgx.mmp
    49 #endif
    50 sgextension.mmp
    51 sgdevice.mmp
    52 
    53 // include test code
    54 #include "../test/group/bld.inf"