gssettingsuis/Gs/rom/GSApp.iby
author hgs
Thu, 01 Apr 2010 03:23:37 +0800
changeset 32 20bd089f4aaa
parent 0 8c5d936e5675
permissions -rw-r--r--
201005

/*
* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  GSApp ROM files.
*
*/

#ifndef GSAPP_IBY
#define GSAPP_IBY

    #ifdef RD_GS_RENOVATION

        // AIF icons/files:
        #ifdef __SCALABLE_ICONS
            data=DATAZ_\APP_BITMAP_DIR\GSApp_aif.MIF        APP_BITMAP_DIR\GSApp_aif.mif
        #else
            AUTO-BITMAP=DATAZ_\APP_BITMAP_DIR\GSApp_aif.MBM APP_BITMAP_DIR\GSApp_aif.mbm
        #endif //__SCALABLE_ICONS


        // GS Framework:
        file=ABI_DIR\BUILD_DIR\GSFramework.dll              SHARED_LIB_DIR\GSFramework.dll
        file=ABI_DIR\BUILD_DIR\GSEcomPlugin.dll             SHARED_LIB_DIR\GSEcomPlugin.dll

        // Normal icons:
        data=DATAZ_\BITMAP_DIR\Gsfwicon.mif             BITMAP_DIR\Gsfwicon.mif        
        data=DATAZ_\private\100058EC\backup_registration.xml    private\100058EC\backup_registration.xml
        
    #endif // RD_GS_RENOVATION

#endif // GSAPP_IBY
// End of File