wim/Group/bld.inf
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2005-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:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 PRJ_PLATFORMS
       
    20 DEFAULT
       
    21 
       
    22 PRJ_EXPORTS
       
    23 
       
    24 //Digital Signature notes
       
    25 ../inc/DigSigningNote.h         |../../inc/DigSigningNote.h
       
    26 
       
    27 // export iby files
       
    28 ../rom/wim.iby  CORE_MW_LAYER_IBY_EXPORT_PATH( wim.iby )
       
    29 
       
    30 // Wimi.lib is needed by WimServer. Provided as binary file.
       
    31 ../WimSoft/winscw/udeb/WIMI.LIB   /epoc32/release/winscw/udeb/Wimi.lib
       
    32 ../WimSoft/winscw/urel/WIMI.LIB   /epoc32/release/winscw/urel/Wimi.lib
       
    33 
       
    34 #ifndef SBSV2
       
    35 ../WimSoft/armv5/udeb/wimi.lib    /epoc32/release/armv5/udeb/Wimi.lib
       
    36 ../WimSoft/armv5/urel/wimi.lib    /epoc32/release/armv5/urel/Wimi.lib
       
    37 #else
       
    38 
       
    39 // For raptor, Static libraries needs to be added using PRJ_EXTENSION section;this way
       
    40 PRJ_EXTENSIONS
       
    41 START EXTENSION utility.prebuilt
       
    42  OPTION PRE_PLATFORM armv5
       
    43  OPTION PRE_TYPE urel
       
    44  OPTION BINARIES ../WimSoft/armv5/urel/Wimi.lib
       
    45 END
       
    46 
       
    47 START EXTENSION utility.prebuilt
       
    48  OPTION PRE_PLATFORM armv5
       
    49  OPTION PRE_TYPE udeb
       
    50  OPTION BINARIES ../WimSoft/armv5/udeb/Wimi.lib
       
    51 END
       
    52 #endif
       
    53 //Do not add any other exports here as above the prj_extension section starts. Add it before the #ifndef SBSV2 line.
       
    54 
       
    55 PRJ_MMPFILES
       
    56 ../SwimReader/group/SwimReader.mmp
       
    57 ../Scard/group/Scard.mmp
       
    58 ../WimUtil/group/WimUtil.mmp
       
    59 ../WimServer/group/WimServer.mmp
       
    60 ../WimClient/group/WimClient.mmp
       
    61 ../WimPlugin/group/WimPlugin.mmp
       
    62 
       
    63