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 // Registry file for signal strength watcher |
|
15 // Interfaces : CActive |
|
16 // |
|
17 // |
|
18 |
|
19 #include <ecom/registryinfo.rh> |
|
20 |
|
21 RESOURCE REGISTRY_INFO theInfo |
|
22 { |
|
23 // The DLL UID - |
|
24 dll_uid = 0x1000909B; |
|
25 interfaces = |
|
26 { |
|
27 INTERFACE_INFO |
|
28 { |
|
29 // KUidEComWatcher |
|
30 interface_uid = 0x1027433E; |
|
31 implementations = |
|
32 { |
|
33 IMPLEMENTATION_INFO |
|
34 { |
|
35 // Use the DLL UID. |
|
36 implementation_uid = 0x1000909B; |
|
37 version_no = 1; |
|
38 display_name = "Telephony Signal Strength Watcher"; |
|
39 default_data = ""; |
|
40 opaque_data = ""; |
|
41 } |
|
42 }; |
|
43 } |
|
44 }; |
|
45 } |
|
46 |