uifw/AvKon/Avkon2MifHeader/Avkon2mifheader.cpp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2009 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 */
       
    17 // This file was generated by:
       
    18 // MifToCdlIndex -p..\Avkon2MifHeader \epoc32\data\z\resource\apps\avkon2.mif Avkon2MifHeader 0x102827CF
       
    19 // This is the main source file for a customisation DLL.
       
    20 // It may be modified manually.
       
    21 
       
    22 #include "avkon2mifheader_inst.h"
       
    23 
       
    24 CDL_ARRAY_START(SCdlCustomisation, KCdlData)
       
    25 	{
       
    26 		CDL_CUSTOMISATION(Avkon2MifHeader_inst),
       
    27 	}
       
    28 CDL_ARRAY_END(SCdlCustomisation, KCdlData);
       
    29 
       
    30 GLREF_D const SCdlMain KCdlMainExport =
       
    31 	{
       
    32 	1,
       
    33 	0,
       
    34 	&KCdlData
       
    35 	};
       
    36 
       
    37 #include <ecom/ecom.h>
       
    38 #include <ecom/implementationproxy.h>
       
    39 
       
    40 static TAny* MainExport()
       
    41 	{
       
    42 	return (TAny*)&KCdlMainExport;
       
    43 	}
       
    44 
       
    45 const TImplementationProxy ImplementationTable[] =
       
    46 	{
       
    47 		{{0x102827cf}, ::MainExport}
       
    48 	};
       
    49 
       
    50 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
       
    51 	{
       
    52 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
       
    53 	return ImplementationTable;
       
    54 	}
       
    55 
       
    56