filemanager/examples/demo_fmfiledialog/demo_fmfiledialog.iby
branchRCL_3
changeset 21 65326cf895ed
parent 20 491b3ed49290
child 22 f5c50b8af68c
equal deleted inserted replaced
20:491b3ed49290 21:65326cf895ed
     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 #ifndef __FMFILEDIALOG_IBY__
       
    19 #define __FMFILEDIALOG_IBY__
       
    20 
       
    21 #include <bldprivate.hrh>
       
    22 
       
    23 #define HB_UPGRADABLE_APP_REG_RSC(NAME) data=DATAZ_\PRIVATE\10003A3F\IMPORT\APPS\ ## NAME ## _reg.rsc        Private\10003a3f\import\apps\ ## NAME ## _reg.rsc
       
    24 
       
    25 file=ABI_DIR\BUILD_DIR\demo_fmfiledialog.exe                   SHARED_LIB_DIR\demo_fmfiledialog.exe
       
    26 HB_UPGRADABLE_APP_REG_RSC(demo_fmfiledialog)
       
    27 S60_APP_RESOURCE(demo_fmfiledialog)
       
    28 
       
    29 #endif
       
    30