equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-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: Resource definitions for project harvesterwmvplugin |
|
15 * |
|
16 */ |
|
17 |
|
18 #include "registryinfov2.rh" |
|
19 |
|
20 // ----------------------------------------------------------------------------- |
|
21 // registry_info |
|
22 // |
|
23 // ----------------------------------------------------------------------------- |
|
24 // |
|
25 RESOURCE REGISTRY_INFO registry_info |
|
26 { |
|
27 // resource_format_version must always be set as follows |
|
28 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
29 |
|
30 dll_uid = 0x2000B431; // UID of the plugin DLL |
|
31 |
|
32 // Declare array of interface info |
|
33 interfaces = |
|
34 { |
|
35 INTERFACE_INFO |
|
36 { |
|
37 // UID of harvester plugin interface that is implemented |
|
38 interface_uid = 0x200009F8; |
|
39 implementations = |
|
40 { |
|
41 IMPLEMENTATION_INFO |
|
42 { |
|
43 implementation_uid = 0x2000B432; |
|
44 version_no = 1; |
|
45 display_name = "Harvester WMV Plugin"; |
|
46 default_data = "Video"; |
|
47 opaque_data = "wm wmv asf"; |
|
48 rom_only = 0; |
|
49 } |
|
50 }; |
|
51 } |
|
52 }; |
|
53 } |
|
54 |