devencdiskutils/rom/DevEncDiskUtils.iby
changeset 0 164170e6151a
child 13 bbcfd14ce6a7
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2007 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 
       
    19 #ifndef __DEVENC2_IBY__
       
    20 #define __DEVENC2_IBY__
       
    21 
       
    22 #ifdef FF_DEVICE_ENCRYPTION_FEATURE
       
    23 //---------------------------------------------------------------------------
       
    24 // Device Encryption Common Utilities.
       
    25 //---------------------------------------------------------------------------
       
    26 file=ABI_DIR\BUILD_DIR\devenccommonutils.dll SHARED_LIB_DIR\devenccommonutils.dll
       
    27 
       
    28 //---------------------------------------------------------------------------
       
    29 // Device Encryption RFS Plugin
       
    30 //---------------------------------------------------------------------------
       
    31 ECOM_PLUGIN(DevEncRfsPlugin.dll,DevEncRfsPlugin.rsc)
       
    32 
       
    33 //---------------------------------------------------------------------------
       
    34 // Device Encryption Recognizer.
       
    35 //---------------------------------------------------------------------------
       
    36 ECOM_PLUGIN(Pk5Recognizer.dll,2000FD89.rsc)
       
    37 data=\epoc32\data\z\Resource\Plugins\Pk5Recognizer.RSC 	"Resource\Plugins\Pk5Recognizer.RSC"
       
    38 
       
    39 //---------------------------------------------------------------------------
       
    40 // Device Encryption Starter
       
    41 //---------------------------------------------------------------------------
       
    42 S60_APP_EXE( DevEncStarter )
       
    43 //S60_APP_AIF_RSC( DevEncStarter )
       
    44 data=DATAZ_\private\10003a3f\apps\DevEncStarter_reg.rsc private\10003a3f\import\apps\DevEncStarter_reg.rsc
       
    45 data=DATAZ_\resource\apps\DevEncStarter.rsc             resource\apps\DevEncStarter.rsc
       
    46 
       
    47 #endif // FF_DEVICE_ENCRYPTION_FEATURE
       
    48 #endif // __DEVENC2_IBY__
       
    49 
       
    50 // End of file