pnpmobileservices/pnpms/rom/Pnp.iby
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2005-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 project PnPMS
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef PNP_IBY
       
    21 #define PNP_IBY
       
    22 
       
    23 #ifdef __PLUG_AND_PLAY_MOBILE_SERVICES
       
    24     S60_APP_EXE( PnpProvisioning )
       
    25 //    SCALABLE_IMAGE( APP_BITMAP_DIR, APP_BITMAP_DIR, PnpProvisioning )
       
    26 //		S60_APP_AIF_ICONS( PnpProvisioning )
       
    27     
       
    28     // _reg.rsc has to be in "import" folder to allow updating application exe with a SISX-file
       
    29     data=\EPOC32\DATA\Z\private\10003a3f\apps\pnpprovisioning_reg.RSC \private\10003a3f\import\apps\pnpprovisioning_reg.RSC
       
    30     
       
    31     
       
    32     file=ABI_DIR\BUILD_DIR\NHwrParser.dll		                    SHARED_LIB_DIR\NHwrParser.dll
       
    33     
       
    34     ECOM_PLUGIN( recnhwr.dll, 1020433B.rsc )
       
    35 
       
    36 #ifdef FF_PNPMS_SERVICE_HELP_PLUGIN
       
    37 ECOM_PLUGIN( ServiceHelpPlugin.dll, 20019597.rsc )
       
    38 SCALABLE_IMAGE( APP_BITMAP_DIR, APP_BITMAP_DIR, ServiceHelpPlugin )
       
    39 #endif
       
    40 
       
    41 #endif // __PLUG_AND_PLAY_MOBILE_SERVICES
       
    42 
       
    43 #endif // PNP_IBY
       
    44 //  End of File