fotaapplication/fotaserver/cenrep/fotadiskstoragePrivateCRKeys.h
changeset 0 b497e44ab2fc
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005 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:   fotadiskstorage's cenrep keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef FOTADISKSTORAGE_PRIVATE_KEYS_H
       
    21 #define FOTADISKSTORAGE_PRIVATE_KEYS_H
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 // fotadiskstorage key UID
       
    26 const TUid KCRUidFotaDiskStorage = { 0x102072C6 };
       
    27 
       
    28 // How much space should be reserved for firmware update package
       
    29 const TUint32 KFotaDiskSpaceReservationKey = 0x00000001;
       
    30 
       
    31 // In how large blocks fw update pkg should be moved
       
    32 const TUint32 KFotaDiskSpaceReservationChunkKey = 0x00000002;
       
    33 
       
    34 
       
    35 #endif // FOTADISKSTORAGE_PRIVATE_KEYS_H
       
    36             
       
    37 // End of File