equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1027 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 plugin resource file for SUPL Settings UI. |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <ecom/registryinfo.rh> |
|
20 #include "locsuplsettingsuid.hrh" |
|
21 |
|
22 #define PLUGINDISPLAYNAME "SUPL Settings" |
|
23 /** |
|
24 * How to use the resource definition: |
|
25 * |
|
26 * IMPLEMENTATION_INFO |
|
27 * { |
|
28 * implementation_uid = <Your implementation UID here>; |
|
29 * version_no = 1; |
|
30 * display_name = "<Your plugin name here>"; |
|
31 * default_data = ""; |
|
32 * opaque_data = ""; |
|
33 * } |
|
34 */ |
|
35 RESOURCE REGISTRY_INFO theInfo |
|
36 { |
|
37 dll_uid = KLOCSUPLSETTINGSUIUID3; |
|
38 interfaces = |
|
39 { |
|
40 INTERFACE_INFO |
|
41 { |
|
42 interface_uid = 0x10275061; // Don't Change |
|
43 implementations = |
|
44 { |
|
45 IMPLEMENTATION_INFO |
|
46 { |
|
47 implementation_uid = KLOCSUPLSETTINGSUIUID3; |
|
48 version_no = 1; |
|
49 display_name = PLUGINDISPLAYNAME; |
|
50 default_data = ""; |
|
51 opaque_data = ""; |
|
52 } |
|
53 }; |
|
54 } |
|
55 }; |
|
56 } |
|
57 |