equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 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: Includes DLL and Implementation UIDs of MDF H264 Decoder plugin interface |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 #ifndef __MDF_H264_DECODER_UIDS_HRH__ |
|
23 #define __MDF_H264_DECODER_UIDS_HRH__ |
|
24 |
|
25 // Plugin DLL UID |
|
26 #define KDllUidMMFH264Decoder 0x102073EE |
|
27 |
|
28 // Interface Implementation UIDs |
|
29 #define KImplUidMDFH264Decoder 0x102073EF // Implementation UID of MDF H264 Decoder plugin interface |
|
30 |
|
31 #endif //__MDF_H264_DECODER_UIDS_HRH__ |
|
32 |