omaprovisioning/provisioning/Group/bld.inf
changeset 0 b497e44ab2fc
child 1 a9c0ce913924
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     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:  Provisioning bld.inf
       
    15 *
       
    16 */
       
    17 
       
    18 #include<bldvariant.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 // Exported to Domain->Middleware Folder 
       
    26 
       
    27 
       
    28 #include "../help/group/bld.inf"
       
    29 
       
    30 #ifdef SYMBIAN_SECURE_DBMS
       
    31     // The compiled DBMS policy file for context database
       
    32     ../ProvisioningEngine/Data/101F84D6.SPD             z:/private/100012a5/policy/101f84d6.spd
       
    33     // Using ProvisioningCX private data area for backup file.
       
    34     ../ProvisioningEngine/Data/backup_registration.xml  /epoc32/data/z/private/101f8597/backup_registration.xml
       
    35     ../ProvisioningEngine/Data/backup_registration.xml  /epoc32/release/winscw/udeb/z/private/101f8597/backup_registration.xml
       
    36     ../ProvisioningEngine/Data/backup_registration.xml  /epoc32/release/winscw/urel/z/private/101f8597/backup_registration.xml
       
    37 #endif
       
    38 
       
    39 // Generic configuration interface for component cenrep settings  
       
    40 ../conf/s60provisioning.confml                    MW_LAYER_CONFML(provisioning.confml)
       
    41 ../conf/s60provisioning_101F87AA.crml 	        MW_LAYER_CRML(provisioning_101F87AA.crml)
       
    42 
       
    43 ../Rom/Provisioning.iby										CORE_MW_LAYER_IBY_EXPORT_PATH(provisioning.iby)
       
    44 //../rom/Provisioning_variant.iby						CUSTOMER_MW_LAYER_IBY_EXPORT_PATH(provisioning_variant.iby)
       
    45 ../Rom/ProvisioningResources.iby					LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(provisioningresources.iby)
       
    46 ../loc/Provisioning.loc									MW_LAYER_LOC_EXPORT_PATH(provisioning.loc)
       
    47 ../IMAdapter/loc/WPWVAdapter.loc				MW_LAYER_LOC_EXPORT_PATH(wpwvadapter.loc)
       
    48 ../MbxNbrAdapter/loc/MailboxAdapter.loc		MW_LAYER_LOC_EXPORT_PATH(mailboxadapter.loc)
       
    49 ../ProvisioningBC/loc/ProvisioningBC.loc					MW_LAYER_LOC_EXPORT_PATH(provisioningbc.loc)
       
    50 //../ProvisioningCx/loc/ProvisioningCx.loc					MW_LAYER_LOC_EXPORT_PATH(provisioningcx.loc)
       
    51 ../StreamingAdapter/loc/StreamingAdapter.loc				MW_LAYER_LOC_EXPORT_PATH(streamingadapter.loc)
       
    52 ../AuthTypePlugin/loc/Authtypeplugin.loc 					MW_LAYER_LOC_EXPORT_PATH(authtypeplugin.loc)
       
    53 
       
    54 
       
    55 PRJ_EXTENSIONS
       
    56 #ifdef SBSV2
       
    57 
       
    58 
       
    59 START EXTENSION s60/mifconv
       
    60 OPTION TARGETFILE provisioningcx.mif
       
    61 OPTION HEADERFILE provisioningcx.mbg
       
    62 OPTION SOURCES -c8,8 qgn_menu_set_cxt.bmp
       
    63 END
       
    64 
       
    65 #ifdef __SCALABLE_ICONS
       
    66     START EXTENSION s60/mifconv
       
    67 		OPTION TARGETFILE provisioningcx_aif.mif
       
    68 		OPTION SOURCES -c8,8 qgn_menu_set.svg
       
    69 		END
       
    70 #else
       
    71     START EXTENSION s60/mifconv
       
    72 		OPTION TARGETFILE provisioningcx_aif.mbm
       
    73 		OPTION SOURCES -c8,8 qgn_menu_set_lst.bmp -c8,8 qgn_menu_set_cxt.bmp 
       
    74 		END   
       
    75 #endif
       
    76 
       
    77 START EXTENSION s60/mifconv
       
    78 OPTION TARGETFILE Authtypeplugin.mif
       
    79 OPTION HEADERFILE Authtypeplugin.mbg
       
    80 OPTION SOURCES -c8,8 qgn_prop_set_conn_config
       
    81 END
       
    82 #endif
       
    83 
       
    84 
       
    85 PRJ_MMPFILES
       
    86 
       
    87 
       
    88 ../ProvisioningEngine/Group/ProvisioningEngine.mmp
       
    89 ../ProvisioningParser/Group/ProvisioningParser.mmp
       
    90 ../ProvisioningHandler/Group/ProvisioningHandler.mmp
       
    91 //../AccesspointAdapter/group/WPAPAdapter.mmp
       
    92 ../WAPAdapter/Group/WPWAPAdapter.mmp
       
    93 ../IMAdapter/Group/IMAdapter.mmp
       
    94 ../StreamingAdapter/Group/StreamingAdapter.mmp
       
    95 //../ProvisioningCx/group/ProvisioningCx.mmp
       
    96 ../ProvisioningBC/Group/ProvisioningBC.mmp
       
    97 ../MbxNbrAdapter/Group/MbxNbrAdapter.mmp
       
    98 
       
    99 
       
   100 
       
   101 ../AuthTypePlugin/Group/Authtypeplugin.mmp
       
   102 ../alwaysonadapter/Group/alwaysonadapter.mmp
       
   103 
       
   104 #ifdef __SMART_CARD_PROV
       
   105     ../ProvisioningSC/Group/ProvisioningSC.mmp
       
   106 #endif
       
   107 
       
   108 
       
   109 #ifndef SBSV2
       
   110 
       
   111 gnumakefile ../ProvisioningCx/group/iconscxdc.mk
       
   112 
       
   113 #ifdef __SCALABLE_ICONS
       
   114     gnumakefile ../ProvisioningCx/group/Iconscxaifscalabledc.mk
       
   115 #else
       
   116     gnumakefile ../provisioningcx/group/Iconscxaifbitmaps.mk
       
   117 #endif
       
   118 
       
   119 gnumakefile ../AuthTypePlugin/Group/AuthtypePluginIcons.mk
       
   120 
       
   121 #endif
       
   122 
       
   123 
       
   124 
       
   125 
       
   126 PRJ_TESTMMPFILES
       
   127 
       
   128 //  End of File