gba/group/bld.inf
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Build info file for GBA components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_EXPORTS
       
    22 
       
    23 // export iby files
       
    24 ../rom/gba.iby  CORE_MW_LAYER_IBY_EXPORT_PATH( gba.iby )
       
    25 ../sis/gba_stub.sis   /epoc32/data/z/system/install/gba_stub.sis
       
    26 
       
    27 PRJ_MMPFILES
       
    28 
       
    29 
       
    30 //../uicc/group/gbauicc.mmp
       
    31 //../gbaserver/group/gbaserver.mmp
       
    32 //../gbaapi/group/gba.mmp
       
    33 //../gbafilter/group/httpfiltergba.mmp
       
    34 
       
    35 
       
    36 #include "../uicc/group/bld.inf"
       
    37 #include "../gbaserver/group/bld.inf"
       
    38 #include "../gbaapi/group/bld.inf"
       
    39 #include "../gbafilter/group/bld.inf"
       
    40         
       
    41 //EOF