wvsettings20/group/bld.inf
branchRCL_3
changeset 13 a941bc465d9f
parent 0 094583676ce7
equal deleted inserted replaced
12:6ca72c0fe49a 13:a941bc465d9f
       
     1 /*
       
     2 * Copyright (c) 2005 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:  IMPSSAPSettingsStore build definition.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 // Helper macros for declaring exports
       
    24 //export path for 2.0
       
    25 #define IMPSSAPSTORE_EXPORT(header) ../IMPSInc/##header APP_LAYER_PLATFORM_EXPORT_PATH(##header)
       
    26 
       
    27 // Platforms
       
    28 PRJ_PLATFORMS
       
    29 DEFAULT
       
    30 
       
    31 PRJ_EXPORTS
       
    32 ../Conf/wvsettings20.confml                      APP_LAYER_CONFML(wvsettings20.confml)
       
    33 ../Conf/wvsettings20_101F884D.crml		 		 APP_LAYER_CRML(wvsettings20_101f884d.crml)
       
    34 ../Conf/wvsettings20_101F884C.crml		 		 APP_LAYER_CRML(wvsettings20_101f884c.crml)
       
    35 
       
    36 // iby file
       
    37 ../ROM/wvsapsettingsstore.iby                CORE_APP_LAYER_IBY_EXPORT_PATH(wvsapsettingsstore.iby)
       
    38 
       
    39 //// IMPS
       
    40 
       
    41 //Common defs
       
    42 
       
    43 //SAP
       
    44 
       
    45 //Storage
       
    46 
       
    47 
       
    48 // SAPSettingsStore
       
    49 PRJ_MMPFILES
       
    50 
       
    51 WVSAPSettingsStore.mmp
       
    52 
       
    53 //  End of File
       
    54 
       
    55