emailservices/emailstore/group/bld.inf
changeset 0 8466d47a6819
child 8 e1b6206813b4
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2008 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 *        email store.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 ../inc/emailstorepskeys.h              |../../../inc/emailstorepskeys.h
       
    28 ../inc/EmailStoreUids.hrh              |../../../inc/EmailStoreUids.hrh
       
    29 ../rom/emailstore.iby                  CORE_APP_LAYER_IBY_EXPORT_PATH(emailstore.iby)
       
    30 ../sis/emailstore_stub.sis             /epoc32/data/z/system/install/emailstore_stub.sis
       
    31 
       
    32 PRJ_MMPFILES
       
    33 
       
    34 /*---------------------------------------*/
       
    35 /* Build the Message Store components    */
       
    36 /*---------------------------------------*/
       
    37 // No crypto code used by the messagestore.
       
    38 // #include "../cryptoapi/bld.inf"
       
    39 #include "../message_store/group/bld.inf"
       
    40 #include "../base_plugin/group/bld.inf"
       
    41 #include "../preinstall/group/bld.inf"
       
    42 
       
    43 PRJ_TESTMMPFILES