65
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 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 the License "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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
#ifndef PUSHMTMPRIVATECRKEYS_H
|
|
18 |
#define PUSHMTMPRIVATECRKEYS_H
|
|
19 |
|
|
20 |
const TUid KCRUidPushMtm = {0x10008D42};
|
|
21 |
|
|
22 |
// Service reception: on/off
|
|
23 |
const TUint32 KPushMtmServiceReception = 0x0000001;
|
|
24 |
|
|
25 |
// Service loading: automatic/manual
|
|
26 |
const TUint32 KPushMtmServiceLoading = 0x0000002;
|
|
27 |
|
|
28 |
// Read only White List
|
|
29 |
const TUint32 KPushMtmWhiteList = 0x0000003;
|
|
30 |
|
|
31 |
//To Enable to Disable PUSH_SL Service in Run-time
|
|
32 |
const TUint32 KPushMtmServiceEnabled = 0x0000004;
|
|
33 |
|
|
34 |
#endif // PUSHMTMPRIVATECRKEYS_H |