browserutilities/downloadmgr/DownloadMgrClntSrv/inc/DownloadMgrCRKeys.h
author andy.simpson <andrews@symbian.org>
Tue, 15 Dec 2009 14:31:56 +0000
changeset 40 d8767d807da2
parent 0 dd21522fd290
permissions -rw-r--r--
Added tag PDK_3.0.d for changeset a758fa0cb043

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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 DOWNLOADMGRCRKEYS_H
#define DOWNLOADMGRCRKEYS_H

const TUid KCRUidDldMgr = {0x10008D60};

// Setting indicate whether there were ongoing download(s) on power, hardware or software failure.
// If set to 0, Download Manager will NOT be started on Browser Start-up,
// If set to 1, Download Manager will be started on Browser Start-up,
// Valid values: 0, 1
const TUint32 KDownloadMgrHasActiveDownloads = 0x0000005;

// Setting for auto-accept of COD/OMA downloads, removing need for user dialog to confirm.
// Valid values: 0 (user confirms), 1 (auto-accept, no dialog)
const TUint32 KDownloadMgrAutoAcceptCod = 0x0000006;

#endif      // DOWNLOADMGRCRKEYS_H