sl@0
|
1 |
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
#include <ecom/registryinfo.rh>
|
sl@0
|
17 |
#include <mmf/plugin/mmfplugininterfaceuids.hrh>
|
sl@0
|
18 |
#include <a3f/a3ffourcclookupuids.hrh>
|
sl@0
|
19 |
#include "TSU_MMF_DEVSOUND_TESTDEVICE_ImplementationUID.hrh"
|
sl@0
|
20 |
|
sl@0
|
21 |
RESOURCE REGISTRY_INFO theInfo
|
sl@0
|
22 |
{
|
sl@0
|
23 |
dll_uid = 0x101F9F50;
|
sl@0
|
24 |
interfaces =
|
sl@0
|
25 |
{
|
sl@0
|
26 |
INTERFACE_INFO
|
sl@0
|
27 |
{
|
sl@0
|
28 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
29 |
implementations =
|
sl@0
|
30 |
{
|
sl@0
|
31 |
IMPLEMENTATION_INFO
|
sl@0
|
32 |
{
|
sl@0
|
33 |
implementation_uid = KMmfUidTestHwDevice;
|
sl@0
|
34 |
version_no = 1;
|
sl@0
|
35 |
display_name = "Test Hw Device||Copyright 2004 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
36 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
37 |
opaque_data = "";
|
sl@0
|
38 |
},
|
sl@0
|
39 |
|
sl@0
|
40 |
IMPLEMENTATION_INFO
|
sl@0
|
41 |
{
|
sl@0
|
42 |
implementation_uid = KTestDummyPlayPolicyUpdateUidValue;
|
sl@0
|
43 |
version_no = 1;
|
sl@0
|
44 |
display_name = "DevSound test HwDevice1||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
45 |
default_data = "TST1, P16" ; // four CC codes
|
sl@0
|
46 |
opaque_data = "";
|
sl@0
|
47 |
},
|
sl@0
|
48 |
IMPLEMENTATION_INFO
|
sl@0
|
49 |
{
|
sl@0
|
50 |
implementation_uid = KTestDummyRecordPolicyUpdateUidValue;
|
sl@0
|
51 |
version_no = 1;
|
sl@0
|
52 |
display_name = "DevSound test HwDevice1||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
53 |
default_data = " P16,TST1" ; // four CC codes
|
sl@0
|
54 |
opaque_data = "";
|
sl@0
|
55 |
},
|
sl@0
|
56 |
IMPLEMENTATION_INFO
|
sl@0
|
57 |
{
|
sl@0
|
58 |
implementation_uid = KTestDummyStartPlayUidValue;
|
sl@0
|
59 |
version_no = 1;
|
sl@0
|
60 |
display_name = "DevSound test HwDevice2||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
61 |
default_data = "TST2, P16" ; // four CC codes
|
sl@0
|
62 |
opaque_data = "";
|
sl@0
|
63 |
},
|
sl@0
|
64 |
IMPLEMENTATION_INFO
|
sl@0
|
65 |
{
|
sl@0
|
66 |
implementation_uid = KTestDummyStartRecordUidValue;
|
sl@0
|
67 |
version_no = 1;
|
sl@0
|
68 |
display_name = "DevSound test HwDevice2||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
69 |
default_data = " P16,TST2" ; // four CC codes
|
sl@0
|
70 |
opaque_data = "";
|
sl@0
|
71 |
},
|
sl@0
|
72 |
IMPLEMENTATION_INFO
|
sl@0
|
73 |
{
|
sl@0
|
74 |
implementation_uid = KTestDummyPlayDataUidValue;
|
sl@0
|
75 |
version_no = 1;
|
sl@0
|
76 |
display_name = "DevSound test HwDevice3||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
77 |
default_data = "TST3, P16" ; // four CC codes
|
sl@0
|
78 |
opaque_data = "";
|
sl@0
|
79 |
},
|
sl@0
|
80 |
IMPLEMENTATION_INFO
|
sl@0
|
81 |
{
|
sl@0
|
82 |
implementation_uid = KTestDummyRecordDataUidValue;
|
sl@0
|
83 |
version_no = 1;
|
sl@0
|
84 |
display_name = "DevSound test HwDevice3||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
85 |
default_data = " P16,TST3" ; // four CC codes
|
sl@0
|
86 |
opaque_data = "";
|
sl@0
|
87 |
}
|
sl@0
|
88 |
};
|
sl@0
|
89 |
},
|
sl@0
|
90 |
INTERFACE_INFO
|
sl@0
|
91 |
{
|
sl@0
|
92 |
// UID of interface that is implemented
|
sl@0
|
93 |
interface_uid = KUidA3fFourCCConvertorPlugin;
|
sl@0
|
94 |
implementations =
|
sl@0
|
95 |
{
|
sl@0
|
96 |
IMPLEMENTATION_INFO
|
sl@0
|
97 |
{
|
sl@0
|
98 |
implementation_uid = 0x10285CCE;
|
sl@0
|
99 |
version_no = 1;
|
sl@0
|
100 |
display_name = "TST1";
|
sl@0
|
101 |
default_data = "" ;
|
sl@0
|
102 |
opaque_data = "<f>TST1<u>0x10285CCB<m>";
|
sl@0
|
103 |
},
|
sl@0
|
104 |
IMPLEMENTATION_INFO
|
sl@0
|
105 |
{
|
sl@0
|
106 |
implementation_uid = 0x10285CCF;
|
sl@0
|
107 |
version_no = 1;
|
sl@0
|
108 |
display_name = "TST2";
|
sl@0
|
109 |
default_data = "" ;
|
sl@0
|
110 |
opaque_data = "<f>TST2<u>0x10285CCC<m>";
|
sl@0
|
111 |
},
|
sl@0
|
112 |
IMPLEMENTATION_INFO
|
sl@0
|
113 |
{
|
sl@0
|
114 |
implementation_uid = 0x10285CD0;
|
sl@0
|
115 |
version_no = 1;
|
sl@0
|
116 |
display_name = "TST3";
|
sl@0
|
117 |
default_data = "" ;
|
sl@0
|
118 |
opaque_data = "<f>TST3<u>0x10285CCD<m>";
|
sl@0
|
119 |
}
|
sl@0
|
120 |
|
sl@0
|
121 |
};
|
sl@0
|
122 |
}
|
sl@0
|
123 |
};
|
sl@0
|
124 |
}
|
sl@0
|
125 |
|