ncdengine/provider/protocol/inc/ncdprotocolstrings.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:51:10 +0200
changeset 0 ba25891c3a9e
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* Copyright (c) 2006 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:  
*
*/


#ifndef NCDPROTOCOLSTRINGS_H
#define NCDPROTOCOLSTRINGS_H

// Strings used in configuration request
_LIT( KFlashPlayerUid, "uid" );
_LIT( KFlashPlayerVersion, "version" );

// Strings used in configuration response

_LIT( KContentSources, "contentSources" );
_LIT( KNameSpace, "namespace" );
_LIT( KUri, "uri" );
_LIT( KProvider, "provider" );
_LIT( KId, "id" );
_LIT( KCatalogBundle, "catalogBundle" );
_LIT( KSubCatalogs, "subCatalogs" );
_LIT( KName, "name" );
_LIT( KDescription, "description" );
_LIT( KValidUntil, "validUntil" );
_LIT( KIcon, "icon" );
_LIT( KData, "data" );
_LIT( KAlwaysVisible, "alwaysVisible" );
_LIT( KTransparent, "transparent" );
_LIT( KViewType, "viewType" );
_LIT( KDisclaimer, "disclaimer" );

// Additional hardware details that are added to configuration requests
_LIT( KProductType, "typeDesignator" );
_LIT( KFirmwareId, "fwId" );
_LIT( KFirmwareVersion1, "fwVersion1" );
_LIT( KFirmwareVersion2, "fwVersion2" );
_LIT( KFirmwareVersion3, "fwVersion3" );
_LIT( KSimLockStatus, "simLockStatus" );

_LIT( KFalseAsZero, "0" );

#endif