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: project specification |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include "muswpadapteruids.h" |
|
21 #include "../../../inc/musversionnumbers.h" |
|
22 #include <ecom/registryinfo.rh> |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 // ----------------------------------------------------------------------------- |
|
28 // Resource defining the ProvisioningAdapter plugin. |
|
29 // ----------------------------------------------------------------------------- |
|
30 // |
|
31 RESOURCE REGISTRY_INFO theInfo |
|
32 { |
|
33 dll_uid = KMUSWPADAPTERDLLUID3; |
|
34 interfaces = |
|
35 { |
|
36 INTERFACE_INFO |
|
37 { |
|
38 interface_uid = KPROVISIONINGADAPTERINTERFACE; |
|
39 implementations = |
|
40 { |
|
41 IMPLEMENTATION_INFO |
|
42 { |
|
43 // In this case implementation UID is the same as DLL UID |
|
44 implementation_uid = KMUSWPADAPTERDLLUID3; |
|
45 version_no = KMusEcomVersionNumber; |
|
46 display_name = "Multimedia Sharing provisioning||Implements a MUS Provisioning Adapter||Copyright © 2006 Nokia."; |
|
47 default_data = ""; |
|
48 // opaque_data field determines priority order of dependent |
|
49 // adapters. Mus is dependent on SIP Adapter and thus uses |
|
50 // randomly chosen value bigger than SIP Adapter's 10. |
|
51 opaque_data = "15"; // 15 is |
|
52 } |
|
53 |
|
54 }; |
|
55 } |
|
56 }; |
|
57 } |