guestrendering/vghwserialiser/inc/serialisedapiuids.h
branchbug235_bringup_0
changeset 51 4f400a6ea71f
parent 49 3b4f7e9d873f
child 52 39e5f73667ba
equal deleted inserted replaced
49:3b4f7e9d873f 51:4f400a6ea71f
     1 // Copyright (c) 2010 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 #ifndef SERIALISEDAPIUIDS_H_
       
    16 #define SERIALISEDAPIUIDS_H_
       
    17 
       
    18 #define SERIALISED_DRIVER_API_UID 0x2002B6E3
       
    19 #define SERIALISED_OPENVG_API_UID 0x2002B6E4
       
    20 #define SERIALISED_EGL_API_UID 0x2002B6E5
       
    21 #define SERIALISED_OPENGLES_1_1_API_UID 0x2002B6E6
       
    22 
       
    23 //Added for the purpose of perfoming more complex operations from the Command Scheduler
       
    24 #define SERIALISED_META_UID 0x2002B6E7
       
    25 
       
    26 #endif