calendarui/rom/Calendar.iby
branchRCL_3
changeset 30 bd7edf625bdd
parent 29 12af337248b1
equal deleted inserted replaced
29:12af337248b1 30:bd7edf625bdd
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    19 
    19 
    20 #ifndef CALENDAR_IBY
    20 #ifndef CALENDAR_IBY
    21 #define CALENDAR_IBY
    21 #define CALENDAR_IBY
    22 
    22 
    23 
    23 
    24 S60_APP_EXE( calendar )
    24 S60_APP_EXE( Calendar )
    25 
    25 S60_APP_BITMAP( Calendar )
    26 
    26 
    27 // Backup registration file
    27 // Backup registration file
    28 data = ZPRIVATE\10005901\backup_registration.xml  PRIVATE\10005901\backup_registration.xml
    28 data = ZPRIVATE\10005901\backup_registration.xml  PRIVATE\10005901\backup_registration.xml
    29 
    29 
    30 
    30 // AIF icons/files
       
    31 #ifdef __SCALABLE_ICONS
       
    32     data=DATAZ_\APP_BITMAP_DIR\CALENDAR_AIF.MIF            APP_BITMAP_DIR\Calendar_aif.mif
       
    33 #else
       
    34     AUTO-BITMAP=DATAZ_\APP_BITMAP_DIR\CALENDAR_AIF.MBM     APP_BITMAP_DIR\Calendar_aif.mbm
       
    35 #endif
    31 
    36 
    32 // Application registration file.
    37 // Application registration file.
    33 data=DATAZ_\private\10003a3f\import\apps\calendar_reg.rsc		\private\10003a3f\import\apps\calendar_reg.rsc
    38 data=DATAZ_\private\10003a3f\apps\CALENDAR_REG.RSC		\private\10003a3f\import\apps\CALENDAR_REG.RSC
    34 data=\epoc32\data\z\resource\qt\plugins\calendar\agendaeventviewerplugin.qtplugin             resource\qt\plugins\calendar\agendaeventviewerplugin.qtplugin
    39 
       
    40 //data = DATAZ_\private\10202be9\101F874B.txt   private\10202be9\101F874B.txt
       
    41 //Calendar Application Specific Alarm behaviour file
       
    42 data = DATAZ_\private\10202be9\10003a5b.cre  private\10202be9\10003a5b.cre
    35 
    43 
    36 // Stub sis
    44 // Stub sis
    37 data=DATAZ_\system\install\calendar_stub.sis             \System\Install\calendar_stub.sis
    45 data=DATAZ_\system\install\calendar_stub.sis             \System\Install\calendar_stub.sis
    38 
    46 
    39 file=ABI_DIR\BUILD_DIR\calencommonutils.dll SHARED_LIB_DIR\calencommonutils.dll
       
    40 file=ABI_DIR\BUILD_DIR\calenglobaldata.dll SHARED_LIB_DIR\calenglobaldata.dll
       
    41 file=ABI_DIR\BUILD_DIR\calencustomisationmanager.dll SHARED_LIB_DIR\calencustomisationmanager.dll
       
    42 file=ABI_DIR\BUILD_DIR\caleneditor.dll SHARED_LIB_DIR\caleneditor.dll
       
    43 file=ABI_DIR\BUILD_DIR\calenviews.dll SHARED_LIB_DIR\calenviews.dll
       
    44 file=ABI_DIR\BUILD_DIR\calensettings.dll SHARED_LIB_DIR\calensettings.dll
       
    45 file=ABI_DIR\BUILD_DIR\calencontroller.dll SHARED_LIB_DIR\calencontroller.dll
       
    46 file=ABI_DIR\BUILD_DIR\agendaeventviewer.dll SHARED_LIB_DIR\agendaeventviewer.dll
       
    47 file=ABI_DIR\BUILD_DIR\calenlauncher.dll SHARED_LIB_DIR\calenlauncher.dll
       
    48 file=ABI_DIR\BUILD_DIR\agendaeventviewerplugin.dll SHARED_LIB_DIR\agendaeventviewerplugin.dll 
       
    49 
       
    50 #endif // CALENDAR_IBY
    47 #endif // CALENDAR_IBY
    51 
    48 
    52 //  End of File
    49 //  End of File