upnpsettings/upnpsettingsengine/inc/upnpapplicationcrkeys.h
changeset 0 7f85d04be362
child 38 5360b7ddc251
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     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:      Key definitions used in central repository
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #ifndef UPNPAPPLICATIONCRKEYS_H
       
    24 #define UPNPAPPLICATIONCRKEYS_H
       
    25 
       
    26 #include <e32std.h>
       
    27 
       
    28 /**
       
    29  * Software Installer settings
       
    30  *
       
    31  */
       
    32 const TUid KCRUidUPnPApplication = {0x20009cae};
       
    33 
       
    34 /**
       
    35  * KUPnPAppAccessPointSetting
       
    36  * Defines the used access point setting for UPnP.
       
    37  *
       
    38  */
       
    39 const TUint32 KUPnPAppAccessPointSetting = 0x00000001;
       
    40 
       
    41 /**
       
    42  * KUPnPAppWapId
       
    43  * Defines the iap wap id for Home Network application.
       
    44  *
       
    45  */
       
    46 const TUint32 KUPnPAppWapId = 0x00000002;
       
    47 
       
    48 /**
       
    49  * KUPnPAppFirstStart
       
    50  * Defines if this is the first start of the home network
       
    51  */
       
    52 const TUint32 KUPnPAppFirstStart = 0x00000003;
       
    53 
       
    54 /**
       
    55  * KUPnPAppMediaServerIcon
       
    56  * Defines if the icon is set to mediaserver
       
    57  */
       
    58 const TUint32 KUPnPAppMediaServerIcon = 0x00000004;
       
    59 
       
    60 
       
    61 #endif  // UPNPAPPLICATIONCRKEYS_H
       
    62 // End of file