00001 // Uids.h 00002 // 00003 // // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 00004 // All rights reserved. 00005 // This component and the accompanying materials are made available 00006 // under the terms of "Eclipse Public License v1.0" 00007 // which accompanies this distribution, and is available 00008 // at the URL "http://www.eclipse.org/legal/epl-v10.html". 00009 // 00010 // Initial Contributors: 00011 // Nokia Corporation - initial contribution. 00012 // 00013 // Contributors: 00014 // 00015 // Description: 00016 // 00017 // 00018 00019 00020 #ifndef __PNGUIDS_H__ 00021 #define __PNGUIDS_H__ 00022 00023 // DLL and implementation UIDs 00024 #define KExPNGCodecDllUidValue 0xE8000063 00025 #define KExPNGDecoderImplementationUidValue 0x101F4123 00026 #define KExPNGEncoderImplementationUidValue 0x101F4124 00027 00028 #endif