startupservices/SplashScreen/inc/SplashScreenDefines.h
branchRCL_3
changeset 62 924385140d98
parent 0 2e3d3ce01487
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 /*
     1 /*
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 
    18 
    19 #ifndef SPLASHSCREENDEFINES_H
    19 #ifndef SPLASHSCREENDEFINES_H
    20 #define SPLASHSCREENDEFINES_H
    20 #define SPLASHSCREENDEFINES_H
    21 
    21 
    22 //CONSTANTS
    22 //CONSTANTS
    23 _LIT(KSplashBitmapName, "Z:SPLASHSCREEN.MIF");
    23 _LIT(KSplashBitmapName, "Z:QGN_STARTUP_SCREEN.SVG");
    24 _LIT(KPanicMsg,"SplashScreen");
    24 _LIT(KPanicMsg,"SplashScreen");
    25 
    25 
    26 _LIT(KSplashScreenWindowGroup, "S60SplashScreenGroup");
    26 _LIT(KSplashScreenWindowGroup, "S60SplashScreenGroup");
    27 #define END_SPLASHSCREEN_EVENT (EEventUser + 999)
    27 #define END_SPLASHSCREEN_EVENT (EEventUser + 999)
    28 
    28 
    29 _LIT_SECURITY_POLICY_C1(KReadPolicy, ECapabilityReadDeviceData);
    29 _LIT_SECURITY_POLICY_C1(KReadPolicy, ECapabilityReadDeviceData);
    30 _LIT_SECURITY_POLICY_C1(KWritePolicy, ECapabilityWriteDeviceData);
    30 _LIT_SECURITY_POLICY_C1(KWritePolicy, ECapabilityWriteDeviceData);
       
    31 #define SIZE_X 360
       
    32 #define SIZE_Y 360
    31 
    33 
    32 // MACROS
    34 // MACROS
    33 #define TRACE_ADDPREFIX(aText) (TPtrC((const TText *)L"SplashScreen: \"" L##aText L"\""))
    35 #define TRACE_ADDPREFIX(aText) (TPtrC((const TText *)L"SplashScreen: \"" L##aText L"\""))
    34 
    36 
    35 #ifdef _DEBUG
    37 #ifdef _DEBUG