equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009-2010 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 "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: |
|
15 * |
|
16 * WARNING - This is a test extension which |
|
17 * a) Maybe REMOVED without warning |
|
18 * b) Maybe CHANGED without warning |
|
19 * c) Is only intended for use by internal test code, and should NEVER be used by production code or in a real device |
|
20 * |
|
21 */ |
|
22 |
|
23 |
|
24 /** |
|
25 @file |
|
26 @internalComponent |
|
27 */ |
|
28 |
|
29 #ifndef OMXILTESTMD5PARAM_H |
|
30 #define OMXILTESTMD5PARAM_H |
|
31 |
|
32 #include <openmax/il/khronos/v1_x/OMX_Index.h> |
|
33 |
|
34 const OMX_INDEXTYPE OMX_IndexParam_Symbian_MD5 = static_cast<OMX_INDEXTYPE>(0x7FD19E5C); |
|
35 |
|
36 struct OMX_PARAM_SYMBIAN_MD5TYPE |
|
37 { |
|
38 OMX_VERSIONTYPE nVersion; |
|
39 OMX_U8 pHash[16]; |
|
40 }; |
|
41 |
|
42 #endif //OMXILTESTMD5PARAM_H |