|
1 // Copyright (c) 2002-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 __TestUids_h__ |
|
17 #define __TestUids_h__ |
|
18 |
|
19 #define KTestDecoderDllUidValue 0x101F7BF5 |
|
20 #define KTestDecoderImplementationUidValue 0x101F7BF6 |
|
21 #define KTestEncoderImplementationUidValue 0x101F7C01 |
|
22 #define KFailTestDecoderImplementationUidValue 0x101F7C08 |
|
23 |
|
24 #define KExtendedTestDecoderDllUidValue 0x101F7C03 |
|
25 #define KExtendedTestDecoderImplementationUidValue 0x101F7C04 |
|
26 #define KExtendedTestEncoderImplementationUidValue 0x101F7C05 |
|
27 |
|
28 #define KBadVerTestDllUidValue 0x101F7C0F |
|
29 #define KBadVerTestDecoderImplementationUidValue 0x101F7C10 |
|
30 #define KBadVerTestEncoderImplementationUidValue 0x101F7C11 |
|
31 |
|
32 #define KTestAsyncDecoderImplementationUidValue 0x101F7C1A |
|
33 #define KTestAsyncEncoderImplementationUidValue 0x101F7C1C |
|
34 |
|
35 #define KTestExifDummyDecoderImplementationUidValue 0x102070C2 |
|
36 #define KTestExifDummyEncoderImplementationUidValue 0x102070C3 |
|
37 |
|
38 #define KTestDummyDecoderImplementationHWUidValue 0x10273800 |
|
39 #define KTestDummyDecoderImplementationSWUidValue 0x10273801 |
|
40 #define KTestDummyDecoderClassUidValue 0x10273802 |
|
41 #define KTestDummyZeroPropCountDecoderImplementationUidValue 0x10273805 |
|
42 #define KTestDummyOnlyPropDecoderImplementationUidValue 0x1027380B |
|
43 |
|
44 #define KTestFwExtDllValue 0x102833E3 |
|
45 #define KTestFwExtDecoderImplementationUidValue 0x102833E4 |
|
46 #define KTestFwExtEncoderImplementationUidValue 0x102833E5 |
|
47 #define KTestDummyDecoderExtCropUidValue 0x102833E6 |
|
48 #define KTestDummyDecoderExtStreamUidValue 0x102833E7 |
|
49 #define KTestDummyDecoderExtRotationUidValue 0x102833E8 |
|
50 #define KTestDummyDecoderExtMirrorHorizontalAxisUidValue 0x102833E9 |
|
51 #define KTestDummyDecoderExtMirrorVerticalAxisUidValue 0x102833EA |
|
52 #define KTestDummyDecoderExtScalingUidValue 0x102833EB |
|
53 #define KTestDummyEncoderExtStreamUidValue 0x102833EC |
|
54 #define KTestDummyEncoderExtRotationUidValue 0x102833ED |
|
55 #define KTestDummyEncoderExtMirrorHorizontalAxisUidValue 0x102833EE |
|
56 #define KTestDummyEncoderExtMirrorVerticalAxisUidValue 0x102833EF |
|
57 #define KTestDummyEncoderExtUseWithSetThumbnailUidValue 0x102833F0 |
|
58 //#define KTestJpegDecoderExtAllUidValue 0x102833F1 |
|
59 //#define KTestJpegEncoderExtAllUidValue 0x102833F2 |
|
60 #define KTestDummyEncoderExtMirrorHorizontalVerticalAxisUidValue 0x102833F6 |
|
61 #define KTestDummyDecoderExtMirrorHorizontalVerticalAxisUidValue 0x102833F7 |
|
62 //#define KTestJpegEncoderExtInvalidUidValue 0x102833F8 |
|
63 //#define KTestJpegDecoderExtInvalidUidValue 0x102833F9 |
|
64 |
|
65 #endif |
|
66 |