appinstaller/AppinstUi/sifuiinstallindicatorplugin/inc/sifuiinstallindicatorparams.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 12:38:03 +0300
changeset 29 26b6f0522fd8
parent 25 98b66e4fb0be
child 33 8110bf1194d1
permissions -rw-r--r--
Revision: 201015 Kit: 201018

/*
* Copyright (c) 2010 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: Definitions for software install progress indicator
*
*/

#ifndef SIFUIINSTALLINDICATORPARAMS_H
#define SIFUIINSTALLINDICATORPARAMS_H

// Install indicator plugin type string
const QString KSifUiIndicatorPlugin = "com.nokia.sifui.indi/1.0";

// Variant map keys for install indicator
const QString KSifUiIndicatorApplicationName = "app";       // string
const QString KSifUiIndicatorAppIconHandle = "icon";        // integer, bitmap handle
const QString KSifUiIndicatorAppIconMaskHandle = "mask";    // integer, bitmap handle
const QString KSifUiIndicatorProgressValue = "pval";        // integer
const QString KSifUiIndicatorProgressFinal = "pfin";        // integer

// Path and value name for QValueSpacePublisher/QValueSpaceSubscriber.
const QString KSifUiIndicatorPath = "/sifui";
const QString KSifUiIndicatorActive = "indicator_active";

#endif // SIFUIINSTALLINDICATORPARAMS_H