deviceencryption/rom/DevEnc.iby
changeset 0 6a9f87576119
equal deleted inserted replaced
-1:000000000000 0:6a9f87576119
       
     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:  Contains information about binary files and their locations.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __DEVENC0_IBY__
       
    19 #define __DEVENC0_IBY__
       
    20 #ifdef  FF_DEVICE_ENCRYPTION_FEATURE
       
    21 
       
    22 //---------------------------------------------------------------------------
       
    23 // Device Encryption UI
       
    24 //---------------------------------------------------------------------------
       
    25 
       
    26 S60_APP_EXE( DevEncUi )
       
    27 S60_APP_BITMAP( DevEncUi )
       
    28 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,DevEncUi)
       
    29 S60_APP_AIF_ICONS( DevEncUi )
       
    30 S60_APP_AIF_RSC( DevEncUi )
       
    31 
       
    32 //---------------------------------------------------------------------------
       
    33 // Device Encryption OMA DM Adapter
       
    34 //---------------------------------------------------------------------------
       
    35 ECOM_PLUGIN(DevEncUiDmAdapter.dll,DevEncUiDmAdapter.rsc)
       
    36 
       
    37 //---------------------------------------------------------------------------
       
    38 // Device Encryption Notifier plugin
       
    39 //---------------------------------------------------------------------------
       
    40 ECOM_PLUGIN(devencnotifplugin.dll,devencnotifplugin.rsc)
       
    41 //---------------------------------------------------------------------------
       
    42 // Device Encryption GS Plugin
       
    43 //---------------------------------------------------------------------------
       
    44 ECOM_PLUGIN(devencgsplugin.dll,200255CF.rsc)
       
    45 data=DATAZ_\BITMAP_DIR\devencgsplugin.mif         BITMAP_DIR\devencgsplugin.mif
       
    46 
       
    47 #endif //  FF_DEVICE_ENCRYPTION_FEATURE
       
    48 #endif // __DEVENC0_IBY__
       
    49 
       
    50 // End of file