basiclocationinfodisplay/blid/group/bld.inf
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     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 *	 This file provides the information required for building the
       
    16 *    whole of a location application.
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS  
       
    23 DEFAULT
       
    24 
       
    25 // Export the Blid API files
       
    26 PRJ_EXPORTS
       
    27 
       
    28 // Export the IBY file
       
    29 ../rom/blid.iby CORE_APP_LAYER_IBY_EXPORT_PATH(blid.iby)
       
    30 ../rom/blid_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(blid_resources.iby)
       
    31 ../rom/blidstub.iby CORE_APP_LAYER_IBY_EXPORT_PATH(blidstub.iby)
       
    32 
       
    33 // Export the Blid.loc file
       
    34 ../loc/Blid.loc                        APP_LAYER_LOC_EXPORT_PATH(Blid.loc)
       
    35 
       
    36 // Export Configuration Markup language and Central Repository Mark up language files
       
    37 ../conf/odometersettings.confml          APP_LAYER_CONFML(odometersettings.confml)     
       
    38 ../conf/odometersettings_101F85A0.crml   APP_LAYER_CRML(odometersettings_101F85A0.crml)
       
    39 
       
    40 // Backup CenRep Settings
       
    41 ../data/backup_registration.xml     Z:/private/101F85A0/backup_registration.xml
       
    42 
       
    43 #include "../engine/group/bld.inf"
       
    44 #include "../ui/group/bld.inf"
       
    45 #include "../help/group/bld.inf"
       
    46 
       
    47 //  End of File