os/graphics/graphicsresourceservices/graphicsresourceimplementation/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// Graphics Resource
sl@0
    15
//
sl@0
    16
sl@0
    17
/**
sl@0
    18
 @file
sl@0
    19
*/
sl@0
    20
sl@0
    21
PRJ_PLATFORMS
sl@0
    22
sl@0
    23
DEFAULT
sl@0
    24
ARMV5SMP
sl@0
    25
sl@0
    26
PRJ_EXPORTS
sl@0
    27
sl@0
    28
../inc/sgimage_sw.h         OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgimage_sw.h)
sl@0
    29
../inc/sgcommon.h           OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgcommon.h)
sl@0
    30
../inc/sgdevice.h           OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgdevice.h)
sl@0
    31
../inc/sgdevice.inl         OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgdevice.inl)
sl@0
    32
../inc/sgextension.h        OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgextension.h)
sl@0
    33
../inc/sgextension.inl      OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgextension.inl)
sl@0
    34
../inc/sgdriver_profiling.h OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgdriver_profiling.h)
sl@0
    35
../inc/sgdriver_test.h      OS_LAYER_PLATFORM_EXPORT_PATH(sgresource/sgdriver_test.h)
sl@0
    36
sl@0
    37
sgresource_sw.iby           /epoc32/rom/include/sgresource_sw.iby
sl@0
    38
sgresource_mbx.iby          /epoc32/rom/include/sgresource_mbx.iby
sl@0
    39
sgresource_sgx.iby          /epoc32/rom/include/sgresource_sgx.iby
sl@0
    40
sl@0
    41
PRJ_MMPFILES
sl@0
    42
sl@0
    43
#ifdef WINS
sl@0
    44
sgresource_wins.mmp
sl@0
    45
#else
sl@0
    46
sgresource_sw.mmp
sl@0
    47
sgresource_mbx.mmp
sl@0
    48
sgresource_sgx.mmp
sl@0
    49
#endif
sl@0
    50
sgextension.mmp
sl@0
    51
sgdevice.mmp
sl@0
    52
sl@0
    53
// include test code
sl@0
    54
#include "../test/group/bld.inf"