51
|
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: XIMP Framework Test Code
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#ifndef PRFWTESTPROTOCOLS_RESOURCE_HRH
|
|
19 |
#define PRFWTESTPROTOCOLS_RESOURCE_HRH
|
|
20 |
|
|
21 |
|
|
22 |
|
|
23 |
/**
|
|
24 |
* System wide UID 2:s for ECom plugin dlls.
|
|
25 |
*/
|
|
26 |
#define XIMP_DLL_UID_ECOM_PLUGIN 0x10009D8D
|
|
27 |
|
|
28 |
|
|
29 |
/**
|
|
30 |
* Officially reserved UID 3 for the Presence Framework
|
|
31 |
* test protocol dll.
|
|
32 |
*/
|
|
33 |
#define PRFW_DLL_UID_PR_PRFWTESTPROTOCOL 0x10282DDD
|
|
34 |
|
|
35 |
|
|
36 |
|
|
37 |
/**
|
|
38 |
* Resource file compatible defintions for PrFw test protocols.
|
|
39 |
*
|
|
40 |
* This must be kept in-sync with definitions in
|
|
41 |
* "prfwtestprotocols.h"
|
|
42 |
*/
|
|
43 |
|
|
44 |
//PrFw primary test protocol
|
|
45 |
#define PRFW_TST_PROTOCOL_1_IMPLEMENTATION_UID 0x10282DDF
|
|
46 |
#define PRFW_TST_PROTOCOL_1_VERSION_NO 1
|
|
47 |
#define PRFW_TST_PROTOCOL_1_DISPLAY_NAME "PrFw primary test protocol"
|
|
48 |
#define PRFW_TST_PROTOCOL_1_DEFAULT_DATA ""
|
|
49 |
#define PRFW_TST_PROTOCOL_1_OPAQUE_DATA "<p>Nokia<f>feat/pres/pub<f>feat/pres/fetch<f>feat/pres/subs<s>sip"
|
|
50 |
|
|
51 |
|
|
52 |
|
|
53 |
//PrFw secondary test protocols
|
|
54 |
#define PRFW_TST_PROTOCOL_2_IMPLEMENTATION_UID 0x10282DE0
|
|
55 |
#define PRFW_TST_PROTOCOL_3_IMPLEMENTATION_UID 0x10282DE1
|
|
56 |
#define PRFW_TST_PROTOCOL_4_IMPLEMENTATION_UID 0x10282DE2
|
|
57 |
#define PRFW_TST_PROTOCOL_5_IMPLEMENTATION_UID 0x10282DE3
|
|
58 |
|
|
59 |
|
|
60 |
|
|
61 |
#endif // PRFWTESTPROTOCOLS_RESOURCE_HRH
|
|
62 |
|