taskswitcher/contextengine/group/bld.inf
changeset 4 4d54b72983ae
parent 2 08c6ee43b396
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
     1 /*
     1 /*
     2 * ============================================================================
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     3 *  Name        : bld.inf
     3 * All rights reserved.
     4 *  Part of     : Huriganes / Context Services
     4 * This component and the accompanying materials are made available
     5 *  Description : Build info file for Context Services.
     5 * under the terms of "Eclipse Public License v1.0"
     6 *  Version     : %version: sa1spcx1#55 %
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 *
     8 *
     8 *  Copyright © 2008 Nokia.  All rights reserved.
     9 * Initial Contributors:
     9 *  This material, including documentation and any related computer
    10 * Nokia Corporation - initial contribution.
    10 *  programs, is protected by copyright controlled by Nokia.  All
    11 *
    11 *  rights are reserved.  Copying, including reproducing, storing,
    12 * Contributors:
    12 *  adapting or translating, any or all of this material requires the
    13 *
    13 *  prior written consent of Nokia.  This material also contains
    14 * Description:  Build info file for Context Services.
    14 *  confidential information which may not be disclosed to others
    15 *
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 */
    16 */
    18 
    17 
    19 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    20 
    19 
    21 PRJ_EXPORTS
    20 PRJ_EXPORTS
    22 
    21 
    23 // stub sis files
    22 // stub sis files
    24 ../sis/stubs/hgctxsrv_stub.sis                          /epoc32/release/winscw/udeb/z/system/install/hgctxsrv_stub.sis
    23 ../sis/stubs/tsctxsrv_stub.sis                          /epoc32/release/winscw/udeb/z/system/install/tsctxsrv_stub.sis
    25 
    24 
    26 // iby files
    25 // iby files
    27 ../rom/hgcontextservices.iby    CORE_MW_LAYER_IBY_EXPORT_PATH(hgcontextservices.iby)
    26 ../rom/tscontextservices.iby    CORE_MW_LAYER_IBY_EXPORT_PATH(tscontextservices.iby)
    28 
    27 
       
    28 #include "../tsfswpreviewprovider/group/bld.inf"
       
    29 #include "../tsfswserver/group/bld.inf"
    29 
    30 
    30 
    31 #include "../tsctxutils/group/bld.inf"
    31 #include "../hgfswpreviewprovider/group/bld.inf"
       
    32 #include "../hgfswserver/group/bld.inf"
       
    33 
       
    34 #include "../hgctxutils/group/bld.inf"