IMPSengine/group/bld.inf
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002-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: 
       
    15 *	 This file provides the information required for building the
       
    16 *    whole WV Engine.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //#include "../inc/impsvariant.h"
       
    22 
       
    23 // To get the APP_LAYER_PUBLIC_EXPORT_PATH and APP_LAYER_PLATFORM_EXPORT_PATH macro definitions
       
    24 #include <platform_paths.hrh>
       
    25 #include <data_caging_paths.hrh>
       
    26 
       
    27 PRJ_PLATFORMS
       
    28 // specify the platforms your component needs to be built for here
       
    29 // defaults to WINS MARM so you can ignore this if you just build these
       
    30 DEFAULT
       
    31 
       
    32 PRJ_EXPORTS
       
    33 // Specify the source file followed by its destination here
       
    34 // copy will be used to copy the source file to its destination
       
    35 ../conf/wvengine.confml                      APP_LAYER_CONFML(wvengine.confml)
       
    36 ../conf/wvengine_101FB0DA.crml		 		 APP_LAYER_CRML(wvengine_101FB0DA.crml)
       
    37 ../conf/wvengine_101FB0D8.crml		 		 APP_LAYER_CRML(wvengine_101FB0D8.crml)
       
    38 
       
    39 
       
    40 // iby file
       
    41 ../rom/impseng.iby                CORE_APP_LAYER_IBY_EXPORT_PATH(impseng.iby)
       
    42 // Variation data
       
    43 ../inc/WvEngineVariant.hrh                            	|../../inc/WvEngineVariant.hrh
       
    44 ../inc/wvengineInternalCRKeys.h                       	|../../inc/wvengineInternalCRKeys.h
       
    45 
       
    46 // WV Engine IF
       
    47 ../wvotaparser/inc/wvsettings.h                         |../../inc/wvsettings.h
       
    48 ../inc/ImpsAccessCli.h                                  |../../inc/ImpsAccessCli.h
       
    49 ../inc/ImpsClient.h                                     |../../inc/ImpsClient.h     
       
    50 ../inc/impsconst.h                                      |../../inc/impsconst.h      
       
    51 ../inc/impserrors.h                                     |../../inc/impserrors.h     
       
    52 ../inc/impsfundamental.h                                |../../inc/impsfundamental.h
       
    53 ../inc/ImpsFundCli.h                                    |../../inc/ImpsFundCli.h
       
    54 ../inc/ImpsFundCli.inl                                  |../../inc/ImpsFundCli.inl
       
    55 ../inc/ImpsFundFields.inl                               |../../inc/ImpsFundFields.inl    
       
    56 ../inc/ImpsGroupCli.h                                   |../../inc/ImpsGroupCli.h   
       
    57 ../inc/ImpsGroupProps.h                                 |../../inc/ImpsGroupProps.h 
       
    58 ../inc/ImpsImCli.h                                      |../../inc/ImpsImCli.h      
       
    59 ../inc/ImpsServices.h                                   |../../inc/ImpsServices.h
       
    60 ../inc/Impsdetailed.h                                   |../../inc/Impsdetailed.h 
       
    61 ../inc/impspurecli.h                                    |../../inc/impspurecli.h
       
    62 ../inc/impspresence.h                                   |../../inc/impspresence.h
       
    63 
       
    64 
       
    65 // Optional ini file for r&d only
       
    66 ../installation/wvengine.ini                            /epoc32/wins/c/system/data/wvengine.ini
       
    67 ../installation/wvengine.ini                            /epoc32/winscw/c/system/data/wvengine.ini
       
    68 
       
    69 // Open API + Launcher exports
       
    70 
       
    71 // from Symbian
       
    72 
       
    73 // backup registry file
       
    74 ../CenRep/backup_registration.xml               z:/private/101FB0D4/backup_registration.xml
       
    75 
       
    76 PRJ_MMPFILES
       
    77 // Specify the .mmp files required for building the important component
       
    78 // releasables. Note that you should specify any .mmp files for test
       
    79 // programs further down the file.
       
    80 //
       
    81 // Specify "tidy" if the component you need to build doesn't need to be
       
    82 // released to the rest of the company
       
    83 // specify "ignore" if the MMP file exists but should be
       
    84 // ignored.
       
    85 
       
    86 ../utils/group/impsutils.mmp
       
    87 ../datautils/group/impsdatautils.mmp 
       
    88 ../client/group/impsclient.mmp
       
    89 
       
    90 // Open API + Launcher
       
    91 ../imapi/group/imclient.mmp
       
    92 ../imlauncher/group/imlauncher.mmp
       
    93 
       
    94 ../ImpsDataChannel/group/ImpsDataChannel.mmp
       
    95 ../ImpsIpCirWatcher/group/ImpsIpCirWatcher.mmp
       
    96 
       
    97 // #endif
       
    98 
       
    99 
       
   100 ../messageencoder/wbxml/group/wbxmlencoder.mmp
       
   101 ../engsrv/group/impseng.mmp
       
   102 ../engsrv/group/impsengmain.mmp
       
   103 
       
   104 ../impswatcher/group/impspushhandler.mmp
       
   105 
       
   106 
       
   107 // OTA parser
       
   108 ../wvotaparser/group/wvotaparser.mmp
       
   109 
       
   110 
       
   111 PRJ_TESTMMPFILES
       
   112 
       
   113 //Anumeha
       
   114 //#include "../tsrc/public/Imlauncher_SDK_APIs/basic/group/bld.inf"
       
   115 
       
   116 //Imlauncher SDK APIs Stif test cases
       
   117 
       
   118 //imlaunchertimerprocess
       
   119 //../tsrc/public/Imlauncher_SDK_APIs/basic/Imlaunchertimerprocess/group/timertool.mmp
       
   120 //imlaunchertestplugin
       
   121 //../tsrc/public/Imlauncher_SDK_APIs/basic/imlaunchertestplugin/group/imlaunchertestplugin.mmp
       
   122 //imlaunchertestcases
       
   123 //../tsrc/public/Imlauncher_SDK_APIs/basic/imlaunchertest/group/imlaunchertest.mmp
       
   124 
       
   125 
       
   126 // End of File