diff -r 0ce1b5ce9557 -r ffb8e2ddd8dc systemswstubs/sensorchannelsreference/inc/sensrvproprietaryproperties.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/systemswstubs/sensorchannelsreference/inc/sensrvproprietaryproperties.h Mon Jan 18 20:06:52 2010 +0200 @@ -0,0 +1,41 @@ +/* +* Copyright (c) 2006-2007 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: This header provides the proprietary property definitions. +* +*/ + + +#ifndef SENSRVPROPRIETARYPROPERTIES_H +#define SENSRVPROPRIETARYPROPERTIES_H + +#include + +/** +* - Name: Name of the property. +* Property values from 0x0 to 0xffff are reserved for platform use. +* - Type: Defines type of the property (TInt/TReal/TBuf) +* - Scope: Defines a property scope. Property can be defined for a +* channel, for a specific item in a channel or for a server +* related to channel or +* - Group: Defines which category a property belongs +* - Mandatory: Defines is property mandatory or in which groups property is +* mandatory +* - Capability: Capabilities needed to set this property +* - Description: Description of the property +* +*/ +//const TSensrvPropertyId KSensrvProprietaryProperty = 0x00010000; + + +#endif // SENSRVPROPRIETARYPROPERTIES_H