locationcentre/group/bld.inf
branchRCL_3
changeset 16 4721bd00d3da
parent 14 3a25f69541ff
child 21 e15b7f06eba6
equal deleted inserted replaced
14:3a25f69541ff 16:4721bd00d3da
     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:
       
    13 *
       
    14 * Description:  This file provides the information required for building the
       
    15 *                Location Centre sub-system
       
    16 *                  
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 PRJ_EXPORTS
       
    22 // Export Localization files
       
    23 ../loc/lc.loc                           APP_LAYER_LOC_EXPORT_PATH(lc.loc)
       
    24 
       
    25 // Export SIS File
       
    26 ../data/locationcentrestub.sis          /epoc32/data/z/system/install/locationcentrestub.sis
       
    27 
       
    28 // Export IBY Files
       
    29 // Core IBY Files
       
    30 ../rom/lc.iby                           CORE_APP_LAYER_IBY_EXPORT_PATH(lc.iby)
       
    31 
       
    32 // Language IBY Files
       
    33 ../rom/lc_resources.iby                 LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(lc_resources.iby)
       
    34 
       
    35 // Stub IBY Files
       
    36 ../rom/lcstub.iby                       CORE_APP_LAYER_IBY_EXPORT_PATH(lcstub.iby)
       
    37 
       
    38 // Export Configuration Markup language and Central Repository Mark up language files
       
    39 ../conf/locationcentre.confml           APP_LAYER_CONFML(locationcentre.confml)     
       
    40 ../conf/locationcentre_10283137.crml    APP_LAYER_CRML(locationcentre_10283137.crml)
       
    41 
       
    42 
       
    43 // Include Bld.infs
       
    44 
       
    45 // Location Centre Utilities
       
    46 #include "../lcutils/group/bld.inf"
       
    47 
       
    48 // Location Centre Service Project
       
    49 #include "../lcservice/group/bld.inf"
       
    50 
       
    51 // Location Centre Server Project
       
    52 #include "../lcserver/group/bld.inf"
       
    53 
       
    54 // Location Centre Application
       
    55 #include "../lcapp/group/bld.inf"
       
    56 
       
    57 //  End of File