omadm/omadmextensions/adapters/streamingadapter/inc/streamingadapterCRKeys.h
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 *  Name        : streamingadapterCRKeys.h
       
     3 *  Part of     : streamingadapter
       
     4 *
       
     5 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     6 * All rights reserved.
       
     7 * This component and the accompanying materials are made available
       
     8 * under the terms of "Eclipse Public License v1.0"
       
     9 * which accompanies this distribution, and is available
       
    10 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    11 *
       
    12 * Initial Contributors:
       
    13 * Nokia Corporation - initial contribution.
       
    14 *
       
    15 * Contributors:
       
    16 *
       
    17 * Description:  Implementation of dm adapters
       
    18 * 	This is part of omadmextensions.
       
    19 *
       
    20 */
       
    21 
       
    22 #ifndef STREAMINGADAPTERCRKEYS_H
       
    23 #define STREAMINGADAPTERCRKEYS_H
       
    24 
       
    25 // CONSTANTS
       
    26 
       
    27 // key uid
       
    28 const TUid KCRUidStreamingAdapter = {0x20024310};
       
    29 
       
    30 // Configuration Name for Streaming Adapter
       
    31 const TUint32 KStreamingConfigurationName = 0x00000001;
       
    32 
       
    33 
       
    34 #endif // STREAMINGADAPTERCRKEYS_H
       
    35             
       
    36 // End of File