omaprovisioning/provisioning/Rom/Provisioning.iby
changeset 0 b497e44ab2fc
child 1 a9c0ce913924
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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:  Image description file for the Provisioning
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __PROVISIONING_IBY__
       
    20 #define __PROVISIONING_IBY__
       
    21 
       
    22 
       
    23 // Engine
       
    24 file=ABI_DIR\BUILD_DIR\ProvisioningEngine.dll   SHARED_LIB_DIR\ProvisioningEngine.dll
       
    25 // Parser
       
    26 file=ABI_DIR\BUILD_DIR\ProvisioningParser.dll   SHARED_LIB_DIR\ProvisioningParser.dll
       
    27 // BIO control
       
    28 file=ABI_DIR\BUILD_DIR\ProvisioningBC.dll       SHARED_LIB_DIR\ProvisioningBC.dll
       
    29 // Handler
       
    30 ECOM_PLUGIN(ProvisioningHandler.dll,101F84D2.rsc)
       
    31 // Access point adapter
       
    32 //ECOM_PLUGIN(WPAPAdapter.dll,101F84D8.rsc)
       
    33 #ifdef __MMS
       
    34 // WAP adapter
       
    35 ECOM_PLUGIN(WPWAPAdapter.dll,101F84DC.rsc)
       
    36 #endif
       
    37 // Streaming Adapter
       
    38 ECOM_PLUGIN(WPStreamingAdapter.dll,101F85CB.rsc)
       
    39 
       
    40 // Mailbox Number adapter
       
    41 ECOM_PLUGIN(WPMbxNbrAdapter.dll,10207281.rsc)	// this publishes the DLL and the
       
    42 													  						// resource file to the correct location
       
    43 
       
    44 
       
    45 #if ( defined (__ALWAYS_ONLINE_PDPCONTEXT) || defined (__ALWAYS_ONLINE_PDPCONTEXT2) )
       
    46 // ALWAYS ONLINE adapter
       
    47 ECOM_PLUGIN(WPAlwaysOnAdapter.dll,200159E4.rsc)
       
    48 #endif
       
    49 
       
    50 
       
    51 // SIP adapter
       
    52 //ECOM_PLUGIN(WPSIPAdapter.dll,101FB37E.rsc)
       
    53 
       
    54 
       
    55 #ifdef __IM
       
    56 // WV adapter
       
    57 ECOM_PLUGIN(WPWVAdapter.dll,101F84E2.rsc)
       
    58 #endif
       
    59 
       
    60 /*#ifdef __MULTIPLE_PROV_CTX
       
    61 // Context list
       
    62 file=ABI_DIR\BUILD_DIR\ProvisioningCx.exe       PROGRAMS_DIR\ProvisioningCx.exe
       
    63 //normal icons
       
    64 //probably not needed, as no UI bitmaps used...
       
    65 data=DATAZ_\APP_BITMAP_DIR\ProvisioningCx.MIF	APP_BITMAP_DIR\ProvisioningCx.mif
       
    66 #endif //__MULTIPLE_PROV_CTX*/
       
    67 
       
    68 #ifdef __SMART_CARD_PROV
       
    69     file=ABI_DIR\BUILD_DIR\ProvisioningSC.exe       PROGRAMS_DIR\ProvisioningSC.exe
       
    70 #endif
       
    71 
       
    72 #ifdef SYMBIAN_SECURE_DBMS
       
    73     data=ZPRIVATE\100012a5\policy\101F84D6.spd      PRIVATE\100012a5\policy\101F84D6.spd
       
    74 #endif // SYMBIAN_SECURE_DBMS
       
    75 
       
    76 #ifdef __SECURE_BACKUP__
       
    77 // Using ProvisioningCX private data area for backup file.
       
    78 data=ZPRIVATE\\101F8597\backup_registration.xml	    PRIVATE\101F8597\backup_registration.xml
       
    79 #endif //__SECURE_BACKUP__
       
    80 
       
    81 //Authentication type Plugin
       
    82 #ifdef FF_PROV_AUTHTYPE_PLUGIN
       
    83 ECOM_PLUGIN( Authtypeplugin.dll, 2001247C.rsc )
       
    84 SCALABLE_IMAGE( APP_BITMAP_DIR, APP_BITMAP_DIR, Authtypeplugin )
       
    85 #endif 
       
    86 
       
    87 //pnputilities
       
    88 file=ABI_DIR\BUILD_DIR\PnP.dll		                      		SHARED_LIB_DIR\PnP.dll
       
    89 #endif