appinstaller/AppMngr2/rom/appmngr2.iby
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
     1 /*
       
     2 * Copyright (c) 2006-2008 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:   Image description file for project AppMngr2
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef APPMNGR2_IBY
       
    20 #define APPMNGR2_IBY
       
    21 
       
    22 #include <data_caging_paths_for_iby.hrh>
       
    23 
       
    24 S60_APP_EXE( appmngr2 )
       
    25 S60_APP_AIF_ICONS( appmngr2 )
       
    26 S60_APP_AIF_RSC( appmngr2 )
       
    27 SCALABLE_IMAGE( APP_BITMAP_DIR, APP_BITMAP_DIR, appmngr2 )
       
    28 
       
    29 #endif // APPMNGR2_IBY
       
    30