equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: resourse for srchaiwprovider |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 #include <ecom/registryinfov2.rh> |
|
24 |
|
25 #include <AiwCommon.hrh> |
|
26 #include "srchaiwproviderdefines.hrh" |
|
27 |
|
28 RESOURCE REGISTRY_INFO theInfo |
|
29 { |
|
30 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
31 dll_uid = KAiwSearchProviderDllUid; |
|
32 interfaces = |
|
33 { |
|
34 INTERFACE_INFO |
|
35 { |
|
36 // Menu service class (offers menu based services) |
|
37 interface_uid = KAiwClassMenu; |
|
38 implementations = |
|
39 { |
|
40 IMPLEMENTATION_INFO |
|
41 { |
|
42 implementation_uid = KAiwSearchProviderImpUid; |
|
43 version_no = 1; |
|
44 display_name = KAiwSearchProviderDisplayName; |
|
45 default_data = KAiwSearchProviderDefaultData; |
|
46 opaque_data = KAiwCmdContentSearchStr; |
|
47 } |
|
48 }; |
|
49 } |
|
50 }; |
|
51 } |
|
52 |
|
53 // End of file |