diff -r 000000000000 -r ba25891c3a9e ncdengine/provider/protocol/inc/ncdprotocolstrings.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ncdengine/provider/protocol/inc/ncdprotocolstrings.h Thu Dec 17 08:51:10 2009 +0200 @@ -0,0 +1,55 @@ +/* +* 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