equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #ifndef ILTESTUIDS_HRH |
|
17 #define ILTESTUIDS_HRH |
|
18 |
|
19 #define KSharedLibraryUidDefine 0x1000008D //standard UID for dlls |
|
20 #define KECOMPluginUidDefine 0x10009D8D //standard UID for ECOM plugins |
|
21 |
|
22 #define KUidOmxILVorbDecHwDeviceDll 0x10285C12 |
|
23 #define KUidOmxILVorbDecHwDevice 0x10285C13 |
|
24 |
|
25 #define KUidDummyPcmRendererMILIFPluginDll 0x10285C16 |
|
26 #define KUidDummyPcmRendererMILIFPlugin 0x10285C17 |
|
27 |
|
28 #define KUidOmxILDummyBaseMILIFPluginDll 0x10285C18 |
|
29 #define KUidOmxILDummyAudioDecMILIFPluginDll 0x10285C19 |
|
30 #define KUidOmxILDummyAudioDecMILIFPlugin 0x10285C1A |
|
31 |
|
32 #define KUidOmxILDummyAudioDecDll 0x10285C1B |
|
33 #define KUidOmxILDummyAudioDec 0x10285C1C |
|
34 |
|
35 #define KUidMILIFTestSuite 0x10285C1D |
|
36 #define KUidMILIFAacTestSuite 0x10287048 |
|
37 |
|
38 #endif // ILTESTUIDS_HRH |
|
39 |