locationcentre/rom/lc.iby
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: IBY file for Location Centre
       
    15 *
       
    16 */
       
    17 #ifndef __LC_IBY__
       
    18 #define __LC_IBY__
       
    19 
       
    20 // Location Centre Utils
       
    21 file=ABI_DIR\BUILD_DIR\lcutils.dll		                    SHARED_LIB_DIR\lcutils.dll
       
    22 
       
    23 // Location Centre Client
       
    24 file=ABI_DIR\BUILD_DIR\lcservice.dll		                SHARED_LIB_DIR\lcservice.dll
       
    25 
       
    26 // Location Centre Server
       
    27 file=ABI_DIR\BUILD_DIR\lcserver.exe                         PROGRAMS_DIR\lcserver.exe
       
    28 
       
    29 #ifdef __LOCATION_CENTRE
       
    30     
       
    31     // Location Centre Application EXE
       
    32     file=ABI_DIR\BUILD_DIR\lcapp.exe                        PROGRAMS_DIR\lcapp.exe
       
    33     
       
    34     // Location Centre Application Icon
       
    35     S60_APP_AIF_ICONS(lcapp)
       
    36     
       
    37     // Location Centre Default Icon
       
    38     SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,lcicons)
       
    39     
       
    40     // Location Centre Application Registration Info
       
    41     S60_UPGRADABLE_APP_REG_RSC(lcapp)
       
    42     
       
    43 #endif // ( __LOCATION_CENTRE )
       
    44 
       
    45 #endif // ( __LC_IBY__ )