remotemgmt_plat/device_management_parameter_api/inc/lawmoadaptercrkeys.h
branchRCL_3
changeset 24 13d7c31c74e0
equal deleted inserted replaced
23:4af31167ea77 24:13d7c31c74e0
       
     1 /*
       
     2 *  Name        : LawmoadapterCRKeys.h
       
     3 *  Part of     : Lawmoadapter
       
     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 LAWMOADAPTERCRKEYS_H
       
    23 #define LAWMOADAPTERCRKEYS_H
       
    24 
       
    25 // CONSTANTS
       
    26 
       
    27 // key uid
       
    28 const TUid KCRUidLawmoAdapter = {0x2002EA22};
       
    29 
       
    30 // State of Lawmo Adapter
       
    31 const TUint32 KLawmoRootNode = 0x00000001;
       
    32 const TUint32 KLawmoCorrelator = 0x00000002;
       
    33 const TUint32 KLawmoWipeStatus = 0x00000003;
       
    34 const TUint32 KLawmoSourceURI = 0x00000004;
       
    35 
       
    36 #endif // LawmoADAPTERCRKEYS_H
       
    37             
       
    38 // End of File