omxil_generic/omxilloader/src/omxiluids.hrh
changeset 0 0e4a32b9112d
equal deleted inserted replaced
-1:000000000000 0:0e4a32b9112d
       
     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 OMXILUIDS_HRH
       
    17 #define OMXILUIDS_HRH
       
    18 
       
    19 #define KUidECOM					0x10009D8D
       
    20 
       
    21 // OpenMax IL Loader Static Library
       
    22 #define KUidOmxILLoaderLib			0x1028349E
       
    23 
       
    24 // Symbian OpenMax IL loader
       
    25 #define KUidOmxILLoaderDll							0x102834CF
       
    26 #define KUidOmxILSymbianComponentLoader				0x102834D0
       
    27 
       
    28 #if 0
       
    29 #define KSharedLibraryUidDefine		0x1000008D
       
    30 
       
    31 // OpenMax IL Core client library
       
    32 #define KUidOmxILCoreClientDll      0x1028349C
       
    33 
       
    34 // OpenMax IL Core server library
       
    35 #define KUidOmxILCoreServerDll      0x10285D1E
       
    36 
       
    37 
       
    38 
       
    39 // Symbian OpenMax IL Content Pipe Interface
       
    40 #define KUidOmxILSymbianContentPipeIfLib			0x102834B8
       
    41 
       
    42 #endif
       
    43 #endif /*OMXILUIDS_HRH*/