equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-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 // Registry file for Class0Sms message handler |
|
15 // |
|
16 // |
|
17 |
|
18 #include <ecom/registryinfo.rh> |
|
19 |
|
20 RESOURCE REGISTRY_INFO theInfo |
|
21 { |
|
22 // The DLL UID - |
|
23 dll_uid = 0x2000BDF1; |
|
24 interfaces = |
|
25 { |
|
26 INTERFACE_INFO |
|
27 { |
|
28 interface_uid = 0x2000BDF0; |
|
29 implementations = |
|
30 { |
|
31 IMPLEMENTATION_INFO |
|
32 { |
|
33 //const TUid KUidClass0SmsHandler = { 0x2000BDF1 } |
|
34 implementation_uid = 0x2000BDF1; |
|
35 version_no = 1; |
|
36 display_name = "Class 0 SMS Handler"; |
|
37 default_data = "Class0"; |
|
38 opaque_data = ""; |
|
39 } |
|
40 }; |
|
41 } |
|
42 }; |
|
43 } |