idlefw/src/framework/ailaunch_reg.rss
changeset 4 1a2a00e78665
parent 3 ff572005ac23
child 8 d0529222e3f0
child 9 4dfbd78f8d74
equal deleted inserted replaced
3:ff572005ac23 4:1a2a00e78665
     1 /*
       
     2 * Copyright (c) 2002-2005 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 // ========== INCLUDE FILES ===================================================
       
    20 
       
    21 #include <platform/mw/aisystemuids.hrh>
       
    22 #include <appinfo.rh>
       
    23 #include <data_caging_paths_strings.hrh>
       
    24 #include <ailaunch.rsg>
       
    25 
       
    26 // ========== CONSTANTS =======================================================
       
    27 
       
    28 UID2 KUidAppRegistrationResourceFile
       
    29 UID3 AI_UID3_AIFW_EXE // Define your application UID here
       
    30 
       
    31 // ========== RESOURCE DEFINITIONS ============================================
       
    32 
       
    33 // ----------------------------------------------------------------------------
       
    34 //
       
    35 //
       
    36 // ----------------------------------------------------------------------------
       
    37 //
       
    38 RESOURCE APP_REGISTRATION_INFO
       
    39     {
       
    40     app_file = "ailaunch";
       
    41     localisable_resource_file = APP_RESOURCE_DIR"\\ailaunch";
       
    42     localisable_resource_id = R_AILAUNCH_LOCALISABLE_APP_INFO;
       
    43     
       
    44 #ifdef RD_BOOT_CUSTOMIZABLE_AI
       
    45     // When Active Idle starts in boot, hide the app icon from Application Shell
       
    46     hidden = KAppIsHidden;
       
    47 #endif    
       
    48     }
       
    49 
       
    50 // End of File.