uifw/AvKon/rom/avkon.iby
changeset 0 2f259fa3e83a
child 18 0aa5fbdfbc30
child 30 56e9a0aaad89
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 #ifndef __AVKON_IBY__
       
    18 #define __AVKON_IBY__
       
    19 
       
    20 #include <bldvariant.hrh>
       
    21 
       
    22 REM AVKON
       
    23 
       
    24 file=ABI_DIR\BUILD_DIR\avkon.dll                 SHARED_LIB_DIR\avkon.dll
       
    25 
       
    26 //S60_INTEGRATION 
       
    27 ECOM_PLUGIN(akninit.dll,100056C8.rsc)
       
    28 
       
    29 file=ABI_DIR\BUILD_DIR\aknnotify.dll             SHARED_LIB_DIR\aknnotify.dll
       
    30 file=ABI_DIR\BUILD_DIR\aknnotifyplugin.dll       SHARED_LIB_DIR\aknnotifyplugin.dll
       
    31 file=ABI_DIR\BUILD_DIR\aknanimdll.dll            SHARED_LIB_DIR\aknanimdll.dll
       
    32 file=ABI_DIR\BUILD_DIR\AknKeyRotator.dll         SHARED_LIB_DIR\AknKeyRotator.dll
       
    33 file=ABI_DIR\BUILD_DIR\aknhlist.dll              SHARED_LIB_DIR\aknhlist.dll
       
    34 
       
    35 SCALABLE_IMAGE(BITMAP_DIR,BITMAP_DIR,avkon2)
       
    36 SCALABLE_IMAGE(BITMAP_DIR,BITMAP_DIR,callstatus)
       
    37 SCALABLE_IMAGE(BITMAP_DIR,BITMAP_DIR,smiley)
       
    38 
       
    39 // Avkon2.mif CDL header
       
    40 ECOM_PLUGIN(102827CF.dll,102827CF.rsc)
       
    41 data=DATAZ_\resource\cdl\102827CF_cdl_detail.rsc Resource\Cdl\102827CF_cdl_detail.rsc
       
    42 data=ZRESOURCE\aknpriv.rsc                       RESOURCE_FILES_DIR\aknpriv.rsc
       
    43 data=ZRESOURCE\smiley.rsc                        RESOURCE_FILES_DIR\smiley.rsc
       
    44 
       
    45 #include "aknglobalui.iby"
       
    46 
       
    47 #endif