equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: This header provides the proprietary property definitions. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef SENSRVPROPRIETARYPROPERTIES_H |
|
20 #define SENSRVPROPRIETARYPROPERTIES_H |
|
21 |
|
22 #include <sensrvproperty.h> |
|
23 |
|
24 /** |
|
25 * - Name: Name of the property. |
|
26 * Property values from 0x0 to 0xffff are reserved for platform use. |
|
27 * - Type: Defines type of the property (TInt/TReal/TBuf) |
|
28 * - Scope: Defines a property scope. Property can be defined for a |
|
29 * channel, for a specific item in a channel or for a server |
|
30 * related to channel or |
|
31 * - Group: Defines which category a property belongs |
|
32 * - Mandatory: Defines is property mandatory or in which groups property is |
|
33 * mandatory |
|
34 * - Capability: Capabilities needed to set this property |
|
35 * - Description: Description of the property |
|
36 * |
|
37 */ |
|
38 //const TSensrvPropertyId KSensrvProprietaryProperty = 0x00010000; |
|
39 |
|
40 |
|
41 #endif // SENSRVPROPRIETARYPROPERTIES_H |