equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1020 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 custom interface extension |
|
15 * devsound client plugin. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <registryinfov2.rh> |
|
22 #include <a3f/mmfdevsoundcustominterfaceextensions.hrh> |
|
23 #include <mmfdevsoundcustominterface.hrh> |
|
24 |
|
25 |
|
26 RESOURCE REGISTRY_INFO r_theinfo |
|
27 { |
|
28 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
29 // UID for the DLL |
|
30 dll_uid = 0x10207BEA; |
|
31 // Declare array of interface info |
|
32 interfaces = |
|
33 { |
|
34 INTERFACE_INFO |
|
35 { |
|
36 // UID of interface that is implemented |
|
37 interface_uid = KUidDevSoundCIClientExtension; |
|
38 implementations = |
|
39 { |
|
40 // Info for CCircle |
|
41 IMPLEMENTATION_INFO |
|
42 { |
|
43 implementation_uid = KMmfUidCIClientExtensionImpl; |
|
44 version_no = 1; |
|
45 display_name = "CI Extn Client Plugin"; |
|
46 default_data = ""; |
|
47 opaque_data = ""; |
|
48 rom_only = 1; |
|
49 } |
|
50 }; |
|
51 } |
|
52 }; |
|
53 } |