equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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 the License "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: ECOM DLL interface & implementation description resource for* |
|
15 */ |
|
16 |
|
17 |
|
18 // Version : %version: 2 % |
|
19 |
|
20 |
|
21 |
|
22 // INCLUDES |
|
23 #include <RegistryInfo.rh> |
|
24 |
|
25 #include "MPSettPluginViewInterfaceUID.hrh" |
|
26 #include "MPSettPluginViewImplementationUIDs.hrh" |
|
27 |
|
28 // RESOURCE DEFINITIONS |
|
29 // ----------------------------------------------------------------------------- |
|
30 // |
|
31 // theInfo |
|
32 // ECOM DLL interface & implementation description resource. |
|
33 // |
|
34 // ----------------------------------------------------------------------------- |
|
35 // |
|
36 RESOURCE REGISTRY_INFO theInfo |
|
37 { |
|
38 dll_uid = KMPSettAudioViewDllUid; |
|
39 interfaces = |
|
40 { |
|
41 INTERFACE_INFO |
|
42 { |
|
43 interface_uid = KMPSettPluginViewInterfaceUid; |
|
44 implementations = |
|
45 { |
|
46 IMPLEMENTATION_INFO |
|
47 { |
|
48 implementation_uid = KMPSettAudioViewImplUid; |
|
49 version_no = 1; |
|
50 display_name = "Media Player audio plugin settings view"; |
|
51 default_data = ""; |
|
52 opaque_data = ""; |
|
53 } |
|
54 }; |
|
55 } |
|
56 }; |
|
57 } |
|
58 |
|
59 // End of File |
|
60 |