utilityapps/filebrowser/rom/filebrowser.iby
changeset 55 2d9cac8919d3
parent 17 4f2773374eff
equal deleted inserted replaced
53:819e59dfc032 55:2d9cac8919d3
       
     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 
       
    18 
       
    19 #ifndef __ORBITFILEBROWSER_IBY__
       
    20 #define __ORBITFILEBROWSER_IBY__
       
    21 
       
    22 S60_APP_EXE(FileBrowser)
       
    23 //S60_APP_AIF_ICONS(FileBrowser)
       
    24 S60_APP_RESOURCE(FileBrowser)
       
    25 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,FileBrowser)
       
    26 
       
    27 //#ifdef S60_UPGRADABLE_APP_REG_RSC
       
    28 //  S60_UPGRADABLE_APP_REG_RSC(FileBrowser)
       
    29 //#else
       
    30 //  S60_APP_AIF_RSC(FileBrowser)
       
    31 //#endif
       
    32 data=ZPRIVATE\10003a3f\import\APPS\FileBrowser_reg.RSC Private\10003a3f\import\Apps\FileBrowser_reg.rsc
       
    33 
       
    34 #ifndef FILEBROWSER_LITE
       
    35 file=ABI_DIR\BUILD_DIR\FileBrowserFileOpServer.exe      PROGRAMS_DIR\FileBrowserFileOpServer.exe
       
    36 file=ABI_DIR\BUILD_DIR\FileBrowserFileOpClient.dll      SHARED_LIB_DIR\FileBrowserFileOpClient.dll
       
    37 #endif
       
    38 
       
    39 data=ZPRIVATE\102828D6\backup_registration.xml          private\102828D6\backup_registration.xml
       
    40 data=ZSYSTEM\Install\FileBrowser_stub.sis               \system\install\FileBrowser_stub.sis
       
    41 
       
    42 
       
    43 #endif // __ORBITFILEBROWSER_IBY__