appinstaller/AppinstUi/rom/AppInstUI.iby
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
     1 /*
       
     2 * Copyright (c) 2004 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:   Series 60 ROM description for Software install application
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef APPINSTUI_IBY
       
    20 #define APPINSTUI_IBY
       
    21 
       
    22 // Client API
       
    23 file = ABI_DIR\BUILD_DIR\SWInstCli.dll                       SHARED_LIB_DIR\SWInstCli.dll
       
    24 
       
    25 // Server application
       
    26 S60_APP_EXE(SWInstSvrUI)
       
    27 S60_APP_AIF_ICONS(SWInstSvrUI)
       
    28 S60_APP_AIF_RSC(SWInstSvrUI)
       
    29 
       
    30 // CommonUI
       
    31 file = ABI_DIR\BUILD_DIR\SWInstCommonUI.dll                  SHARED_LIB_DIR\SWInstCommonUI.dll
       
    32 
       
    33 #ifdef __INSTALLER_SISX
       
    34  // Sisx plugin
       
    35  ECOM_PLUGIN(SisxUI.dll,101F875D.rsc)
       
    36 #endif
       
    37 
       
    38 #ifndef RD_JAVA_ARCHITECTURE_RENEWAL_PHASE1
       
    39 #ifdef __JAVA_MIDP20
       
    40  // Midlet plugin
       
    41  ECOM_PLUGIN(MidletUI.dll,101F875F.rsc) 
       
    42 #endif
       
    43 #endif
       
    44 
       
    45 // Task manager
       
    46 file = ABI_DIR\BUILD_DIR\SWInstTaskManager.dll               SHARED_LIB_DIR\SWInstTaskManager.dll
       
    47 
       
    48 // Log task
       
    49 ECOM_PLUGIN(SWInstLogTask.dll,10207211.rsc)
       
    50 data=ZPRIVATE\100012a5\policy\10207216.spd                   PRIVATE\100012a5\policy\10207216.spd
       
    51 
       
    52 // File task
       
    53 ECOM_PLUGIN(SWInstFileTask.dll,102073EC.rsc)
       
    54 
       
    55 #ifdef __EXTENDED_STARTUP
       
    56  // Startup task
       
    57  ECOM_PLUGIN(SWInstStartupTask.dll,1020720E.rsc)
       
    58 #endif
       
    59 
       
    60 // Backup
       
    61 data=ZPRIVATE\101F875A\backup_registration.xml               PRIVATE\101F875A\backup_registration.xml
       
    62 
       
    63 #endif // APPINSTUI_IBY
       
    64 
       
    65 //  End of File