aknlayoutcompiler/src/MLCompCdl2InstO.cpp
branchRCL_3
changeset 20 8b4f687b7a95
parent 1 b700e12870ca
equal deleted inserted replaced
19:01fc9b7302d1 20:8b4f687b7a95
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1229 // the data lookup table. These need to be turned into an array by adding declarations
  1229 // the data lookup table. These need to be turned into an array by adding declarations
  1230 // and brackets to the first and last implementations. Extra support functions are also
  1230 // and brackets to the first and last implementations. Extra support functions are also
  1231 // added.
  1231 // added.
  1232 // extern string KScalableExtraCpp;
  1232 // extern string KScalableExtraCpp;
  1233 string KScalableExtraCpp = "\
  1233 string KScalableExtraCpp = "\
  1234 #include \"aknlayout2scalabledecode.h\"\n\
  1234 #include \"AknLayout2ScalableDecode.h\"\n\
  1235 namespace $INTERFACE_NS { extern const TUint8 KByteCodedData_$FIRSTINSTANCENAME[]; }\n";
  1235 namespace $INTERFACE_NS { extern const TUint8 KByteCodedData_$FIRSTINSTANCENAME[]; }\n";
  1236 
  1236 
  1237 //extern string KScalableInitialCpp;
  1237 //extern string KScalableInitialCpp;
  1238 string KScalableInitialCpp ="\
  1238 string KScalableInitialCpp ="\
  1239 extern const TUint16 KDataLookup[$INTERFACE_NS::E_TApiId_TableSize];\n\
  1239 extern const TUint16 KDataLookup[$INTERFACE_NS::E_TApiId_TableSize];\n\
  1907 	{
  1907 	{
  1908 	return iInterface;
  1908 	return iInterface;
  1909 	}
  1909 	}
  1910 
  1910 
  1911 const string KCommonImplStart = "\
  1911 const string KCommonImplStart = "\
  1912 #include \"aknlayout2scalabledecode.h\"\n\
  1912 #include \"AknLayout2ScalableDecode.h\"\n\
  1913 namespace $NAMESPACENAME { extern TUint8 const KByteCodedData_$FIRSTINSTANCENAME[] = {\n";
  1913 namespace $NAMESPACENAME { extern TUint8 const KByteCodedData_$FIRSTINSTANCENAME[] = {\n";
  1914 
  1914 
  1915 const string KCommonImplImpl = "\
  1915 const string KCommonImplImpl = "\
  1916 // $INDEX $COMMENT\n\
  1916 // $INDEX $COMMENT\n\
  1917 $BYTES\n";
  1917 $BYTES\n";