equal
deleted
inserted
replaced
|
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 DOWNLOADMGRCRKEYS_H |
|
18 #define DOWNLOADMGRCRKEYS_H |
|
19 |
|
20 const TUid KCRUidDldMgr = {0x10008D60}; |
|
21 |
|
22 // Setting indicate whether there were ongoing download(s) on power, hardware or software failure. |
|
23 // If set to 0, Download Manager will NOT be started on Browser Start-up, |
|
24 // If set to 1, Download Manager will be started on Browser Start-up, |
|
25 // Valid values: 0, 1 |
|
26 const TUint32 KDownloadMgrHasActiveDownloads = 0x0000005; |
|
27 |
|
28 // Setting for auto-accept of COD/OMA downloads, removing need for user dialog to confirm. |
|
29 // Valid values: 0 (user confirms), 1 (auto-accept, no dialog) |
|
30 const TUint32 KDownloadMgrAutoAcceptCod = 0x0000006; |
|
31 |
|
32 #endif // DOWNLOADMGRCRKEYS_H |