camerauis/cameraxui/cxui/stubs_desktop/inc/afactivities_global.h
changeset 64 8ab66fc302e6
equal deleted inserted replaced
61:fc3ff57d09ad 64:8ab66fc302e6
       
     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:
       
    15  *
       
    16  * Stub version of epoc32\include\platform\mw\afactivities_global.h to be used in desktop build.
       
    17  *
       
    18  */
       
    19 
       
    20 #ifndef AFACTIVITIES_GLOBAL_H
       
    21 #define AFACTIVITIES_GLOBAL_H
       
    22 
       
    23 #include <qglobal.h>
       
    24 
       
    25 namespace Af {
       
    26     enum ActivationReason {
       
    27         ActivationReasonActivity = 0,
       
    28         ActivationReasonService,
       
    29         ActivationReasonNormal
       
    30     };
       
    31 
       
    32     const char KActivityScheme[] = "appto";
       
    33 
       
    34     const char KActivityUriNameKey[] = "activityname";
       
    35     const char KActivityUriBackgroundKey[] = "activityinbackground";
       
    36 }
       
    37 
       
    38 #endif // AFACTIVITIES_GLOBAL_H