appinstaller/AppinstUi/rom/AppInstResources.iby
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
     1 /*
       
     2 * Copyright (c) 2002-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:   Series 60 ROM description for Software install localised 
       
    15 *                resources.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef APPINSTRESOURCES_IBY
       
    21 #define APPINSTRESOURCES_IBY
       
    22 
       
    23 // Server app resource
       
    24 S60_APP_RESOURCE(SWInstSvrUI)
       
    25 S60_APP_CAPTION(SWInstSvrUI)
       
    26 
       
    27 // Common ui resources
       
    28 data=DATAZ_\RESOURCE_FILES_DIR\SWInstCommonUI.rsc        RESOURCE_FILES_DIR\SWInstCommonUI.rsc
       
    29 
       
    30 #ifdef __INSTALLER_SISX
       
    31  // Sisx plugin resources
       
    32   data=DATAZ_\Resource\SisxUIData.rsc                        Resource\SisxUIData.rsc
       
    33 #endif
       
    34 
       
    35 // Daemon
       
    36 data=DATAZ_\RESOURCE_FILES_DIR\swidaemon.rsc             RESOURCE_FILES_DIR\swidaemon.rsc
       
    37 
       
    38 #endif // APPINSTRESOURCES_IBY
       
    39 
       
    40 //  End of File