equal
deleted
inserted
replaced
|
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: ECom resource file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 //#include <ecom/registryinfov2.rh> |
|
21 |
|
22 #include "mussipcrplugin.hrh" |
|
23 #include "../../../inc/musversionnumbers.h" |
|
24 #include <ecom/registryinfo.rh> |
|
25 |
|
26 // ------------------------------------------------------------------------- |
|
27 // ECOM registry information |
|
28 // ------------------------------------------------------------------------- |
|
29 RESOURCE REGISTRY_INFO theInfo |
|
30 { |
|
31 |
|
32 dll_uid = KMusSipCrPluginImplementationUid; |
|
33 interfaces = |
|
34 { |
|
35 INTERFACE_INFO |
|
36 { |
|
37 interface_uid = KSipClientInterfaceUid; |
|
38 implementations = |
|
39 { |
|
40 IMPLEMENTATION_INFO |
|
41 { |
|
42 implementation_uid = KMusSipCrPluginImplementationUid; |
|
43 version_no = KMusEcomVersionNumber; |
|
44 display_name = "multimediasharing"; |
|
45 default_data = "1028238A"; |
|
46 opaque_data = ""; |
|
47 } |
|
48 }; |
|
49 } |
|
50 }; |
|
51 } |