equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2008 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: Registry info resource file for filemanageraiwprovider |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // INCLUDE FILES |
|
20 #include <ecom/registryinfov2.rh> |
|
21 #include <AiwCommon.hrh> |
|
22 |
|
23 |
|
24 // --------------------------------------------------------- |
|
25 // filemanageraiwprovider_registry_info |
|
26 // Registry info resource. |
|
27 // --------------------------------------------------------- |
|
28 // |
|
29 RESOURCE REGISTRY_INFO filemanageraiwprovider_registry_info |
|
30 { |
|
31 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
32 dll_uid = 0x200110F8; |
|
33 interfaces = |
|
34 { |
|
35 INTERFACE_INFO |
|
36 { |
|
37 interface_uid = KAiwClassBase; |
|
38 implementations = |
|
39 { |
|
40 IMPLEMENTATION_INFO |
|
41 { |
|
42 implementation_uid = 0x200110F9; |
|
43 version_no = 1; |
|
44 display_name = "filemanageraiwprovider"; |
|
45 default_data = "*"; |
|
46 opaque_data = KAiwCmdEditStr; |
|
47 } |
|
48 }; |
|
49 } |
|
50 }; |
|
51 } |
|