gba/group/bld.inf
changeset 56 25a3fbb5e4d3
parent 0 164170e6151a
equal deleted inserted replaced
51:f479c7dc25d6 56:25a3fbb5e4d3
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    13 *
    13 *
    14 * Description:  Build info file for GBA components
    14 * Description:  Build info file for GBA components
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    20 
    19 
    21 PRJ_EXPORTS
    20 #include "../rom/bld.inf"
    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 
    21 
    36 #include "../uicc/group/bld.inf"
    22 #include "../uicc/group/bld.inf"
    37 #include "../gbaserver/group/bld.inf"
    23 #include "../gbaserver/group/bld.inf"
    38 #include "../gbaapi/group/bld.inf"
    24 #include "../gbaapi/group/bld.inf"
    39 #include "../gbafilter/group/bld.inf"
    25 #include "../gbafilter/group/bld.inf"