ximpfw/tsrc/tsrcutils/testcaseutils/prfwtestdlluids.hrh
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Presence Framework Eunit tests.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef PRFWTESTDLLUIDS_HRH
       
    19 #define PRFWTESTDLLUIDS_HRH
       
    20 
       
    21 
       
    22 // -----------------------------------------------------------------------------
       
    23 // These are system wide UID 2:s for the various dll types.
       
    24 //
       
    25 // -----------------------------------------------------------------------------
       
    26 //
       
    27 #define PRFWTEST_DLL_UID_STATIC_INTERFACE           0x1000008d
       
    28 #define PRFWTEST_DLL_UID_ECOM_PLUGIN                0x10009D8D
       
    29 
       
    30 // -----------------------------------------------------------------------------
       
    31 // These are the UID 3:s for the Presence Framework test dlls.
       
    32 //
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 #define PRFWTEST_DLL_UID_COMMON                     0x1110ff50 // TODO
       
    36 
       
    37 
       
    38 #endif // PRFWDLLUIDS_HRH
       
    39 
       
    40