group/bld.inf
changeset 0 5e763f9e37e8
equal deleted inserted replaced
-1:000000000000 0:5e763f9e37e8
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors: Juha Kauppinen, Mika Hokkanen
       
    13 * 
       
    14 * Description: Photo Browser
       
    15 *
       
    16 */
       
    17 
       
    18 // BLD.INF
       
    19 // Component description file
       
    20 //
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 default
       
    24 
       
    25 PRJ_EXPORTS
       
    26 
       
    27 #ifdef __WINS__
       
    28 ..\gfx\smile.mbm      \epoc32\data\smile.mbm
       
    29 ..\gfx\zoom.mbm       \epoc32\data\zoom.mbm
       
    30 ..\gfx\loading.mbm       \epoc32\data\loading.mbm
       
    31 ..\gfx\shadow.mbm       \epoc32\data\shadow.mbm
       
    32 ..\gfx\exit.mbm       \epoc32\data\exit.mbm
       
    33 ..\gfx\menu.mbm       \epoc32\data\menu.mbm
       
    34 #else
       
    35 ..\gfx\smile.mbm      \epoc32\data\z\resource\apps\smile.mbm
       
    36 ..\gfx\zoom.mbm       \epoc32\data\z\resource\apps\zoom.mbm
       
    37 ..\gfx\loading.mbm    \epoc32\data\z\resource\apps\loading.mbm
       
    38 ..\gfx\shadow.mbm    \epoc32\data\z\resource\apps\shadow.mbm
       
    39 ..\gfx\exit.mbm    \epoc32\data\z\resource\apps\exit.mbm
       
    40 ..\gfx\menu.mbm    \epoc32\data\z\resource\apps\menu.mbm
       
    41 #endif
       
    42 
       
    43 ..\IEBgps\inc\IEBgpsInfo.h      \epoc32\include\IEBgpsInfo.h
       
    44 
       
    45 ..\IEBgpClient\inc\IEImageProcessing.h		\epoc32\include\IEImageProcessing.h
       
    46 
       
    47 ..\EngInc\IEEngine.h		\epoc32\include\IEEngine.h
       
    48 ..\EngInc\IEImage.h		\epoc32\include\IEImage.h
       
    49 
       
    50 
       
    51 PRJ_MMPFILES
       
    52 
       
    53 IEUtils.mmp
       
    54 ..\IEBgps\group\IEBgps.mmp
       
    55 ..\IEBgpClient\group\IEBgpClient.mmp
       
    56 IEEngine.mmp
       
    57 Imagic.mmp
       
    58 //IESensorProxy.mmp
       
    59 gnumakefile Icons_scalable_dc.mk
       
    60