startupservices/Startup/inc/StartupWelcomeCrKeys.h
branchRCL_3
changeset 18 0818dd463d41
equal deleted inserted replaced
17:5e7d68cc22e0 18:0818dd463d41
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Startup Welcome keys
       
    15 */
       
    16 
       
    17 #ifndef __STARTUPWELCOMECRKEYS_H
       
    18 #define __STARTUPWELCOMECRKEYS_H
       
    19  
       
    20 /**
       
    21  * The Uid for the repository itself
       
    22  * This repository holds the settings for Welcome2
       
    23  */
       
    24 const TUid KCRUidWelcome6 = { 0x200122A4 };
       
    25 
       
    26 /*
       
    27  * Used by PA to indicate if it has accomplished the task.
       
    28  */
       
    29 
       
    30 const TUint32 KPhoneActicationCompleted = 0x0000000B;
       
    31 #endif // STARTUPWELCOMCRKEYS_H
       
    32 
       
    33 // End of file