equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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: |
|
15 * |
|
16 */ |
|
17 // 2000717D.RSS |
|
18 |
|
19 #include "RegistryInfoV2.rh" |
|
20 |
|
21 // Declares info for one test implementation |
|
22 RESOURCE REGISTRY_INFO theInfo |
|
23 { |
|
24 |
|
25 // resource_format_version must always be set as follows |
|
26 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
27 |
|
28 // UID for the DLL 0x2000717D |
|
29 dll_uid = 0x2000717D; |
|
30 // Declare array of interface info |
|
31 interfaces = |
|
32 { |
|
33 INTERFACE_INFO |
|
34 { |
|
35 // UID of interface that is implemented 0x20000A17 |
|
36 interface_uid = 0x20000A17; |
|
37 implementations = |
|
38 { |
|
39 // Info for TextSearcherPlugin 0x20000A18; |
|
40 IMPLEMENTATION_INFO |
|
41 { |
|
42 implementation_uid = 0x20000A18; |
|
43 version_no = 1; |
|
44 display_name = "Text Searcher plugin"; |
|
45 default_data = ""; |
|
46 opaque_data = ""; |
|
47 rom_only = 0; |
|
48 } |
|
49 }; |
|
50 } |
|
51 }; |
|
52 } |
|
53 |