equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #include <ecom/registryinfo.rh> |
|
17 RESOURCE REGISTRY_INFO theInfo |
|
18 { |
|
19 dll_uid = 0x102035F5; |
|
20 interfaces = |
|
21 { |
|
22 INTERFACE_INFO |
|
23 { |
|
24 interface_uid = 0x102035F4; |
|
25 implementations = |
|
26 { |
|
27 IMPLEMENTATION_INFO |
|
28 { |
|
29 implementation_uid = 0x102035F6; |
|
30 version_no = 1; |
|
31 display_name = "default vcal converter Implementation"; |
|
32 default_data = "default"; |
|
33 opaque_data = ""; |
|
34 } |
|
35 }; |
|
36 } |
|
37 }; |
|
38 } |