1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/TestDevice/101F9F50_a3f.rss Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,125 @@
1.4 +// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +#include <ecom/registryinfo.rh>
1.20 +#include <mmf/plugin/mmfplugininterfaceuids.hrh>
1.21 +#include <a3f/a3ffourcclookupuids.hrh>
1.22 +#include "TSU_MMF_DEVSOUND_TESTDEVICE_ImplementationUID.hrh"
1.23 +
1.24 +RESOURCE REGISTRY_INFO theInfo
1.25 + {
1.26 + dll_uid = 0x101F9F50;
1.27 + interfaces =
1.28 + {
1.29 + INTERFACE_INFO
1.30 + {
1.31 + interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
1.32 + implementations =
1.33 + {
1.34 + IMPLEMENTATION_INFO
1.35 + {
1.36 + implementation_uid = KMmfUidTestHwDevice;
1.37 + version_no = 1;
1.38 + display_name = "Test Hw Device||Copyright 2004 Symbian Ltd. All Rights Reserved.||";
1.39 + default_data = "TEST, P16" ; // four CC codes
1.40 + opaque_data = "";
1.41 + },
1.42 +
1.43 + IMPLEMENTATION_INFO
1.44 + {
1.45 + implementation_uid = KTestDummyPlayPolicyUpdateUidValue;
1.46 + version_no = 1;
1.47 + display_name = "DevSound test HwDevice1||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
1.48 + default_data = "TST1, P16" ; // four CC codes
1.49 + opaque_data = "";
1.50 + },
1.51 + IMPLEMENTATION_INFO
1.52 + {
1.53 + implementation_uid = KTestDummyRecordPolicyUpdateUidValue;
1.54 + version_no = 1;
1.55 + display_name = "DevSound test HwDevice1||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
1.56 + default_data = " P16,TST1" ; // four CC codes
1.57 + opaque_data = "";
1.58 + },
1.59 + IMPLEMENTATION_INFO
1.60 + {
1.61 + implementation_uid = KTestDummyStartPlayUidValue;
1.62 + version_no = 1;
1.63 + display_name = "DevSound test HwDevice2||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
1.64 + default_data = "TST2, P16" ; // four CC codes
1.65 + opaque_data = "";
1.66 + },
1.67 + IMPLEMENTATION_INFO
1.68 + {
1.69 + implementation_uid = KTestDummyStartRecordUidValue;
1.70 + version_no = 1;
1.71 + display_name = "DevSound test HwDevice2||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
1.72 + default_data = " P16,TST2" ; // four CC codes
1.73 + opaque_data = "";
1.74 + },
1.75 + IMPLEMENTATION_INFO
1.76 + {
1.77 + implementation_uid = KTestDummyPlayDataUidValue;
1.78 + version_no = 1;
1.79 + display_name = "DevSound test HwDevice3||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
1.80 + default_data = "TST3, P16" ; // four CC codes
1.81 + opaque_data = "";
1.82 + },
1.83 + IMPLEMENTATION_INFO
1.84 + {
1.85 + implementation_uid = KTestDummyRecordDataUidValue;
1.86 + version_no = 1;
1.87 + display_name = "DevSound test HwDevice3||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
1.88 + default_data = " P16,TST3" ; // four CC codes
1.89 + opaque_data = "";
1.90 + }
1.91 + };
1.92 + },
1.93 + INTERFACE_INFO
1.94 + {
1.95 + // UID of interface that is implemented
1.96 + interface_uid = KUidA3fFourCCConvertorPlugin;
1.97 + implementations =
1.98 + {
1.99 + IMPLEMENTATION_INFO
1.100 + {
1.101 + implementation_uid = 0x10285CCE;
1.102 + version_no = 1;
1.103 + display_name = "TST1";
1.104 + default_data = "" ;
1.105 + opaque_data = "<f>TST1<u>0x10285CCB<m>";
1.106 + },
1.107 + IMPLEMENTATION_INFO
1.108 + {
1.109 + implementation_uid = 0x10285CCF;
1.110 + version_no = 1;
1.111 + display_name = "TST2";
1.112 + default_data = "" ;
1.113 + opaque_data = "<f>TST2<u>0x10285CCC<m>";
1.114 + },
1.115 + IMPLEMENTATION_INFO
1.116 + {
1.117 + implementation_uid = 0x10285CD0;
1.118 + version_no = 1;
1.119 + display_name = "TST3";
1.120 + default_data = "" ;
1.121 + opaque_data = "<f>TST3<u>0x10285CCD<m>";
1.122 + }
1.123 +
1.124 + };
1.125 + }
1.126 + };
1.127 + }
1.128 +