aknlayoutcompiler/src/MLCompData2LayPerf.cpp
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
equal deleted inserted replaced
0:f58d6ec98e88 1:b700e12870ca
    21 #pragma warning (disable:4786)
    21 #pragma warning (disable:4786)
    22 
    22 
    23 // disable "decorated name length exceeded, name was truncated"
    23 // disable "decorated name length exceeded, name was truncated"
    24 #pragma warning (disable:4503)
    24 #pragma warning (disable:4503)
    25 
    25 
    26 #include <cdlcompilertoolkit/cdltkprocess.h>
    26 #include <CdlCompilerToolkit/CdlTkProcess.h>
    27 #include <fstream>
    27 #include <fstream>
    28 #include <iostream>
    28 #include <iostream>
    29 #include <algorithm>
    29 #include <algorithm>
    30 
    30 
    31 #include "LayoutCompilerErr.h"
    31 #include "LayoutCompilerErr.h"
   109 	stream << "  LayPerfScalable2 runs on the device, calling each API that would be generated from the CDL file." << endl;
   109 	stream << "  LayPerfScalable2 runs on the device, calling each API that would be generated from the CDL file." << endl;
   110 	}
   110 	}
   111 
   111 
   112 MLCompDataToLayPerf::MLCompDataToLayPerf(const string& aCdlName, CCdlTkInterface& aInterface, TMLCompData& aSourceLayout, const string& aDestLayoutName)
   112 MLCompDataToLayPerf::MLCompDataToLayPerf(const string& aCdlName, CCdlTkInterface& aInterface, TMLCompData& aSourceLayout, const string& aDestLayoutName)
   113     :	
   113     :	
       
   114 	iLayout(aSourceLayout),
       
   115 	iDestLayoutName(aDestLayoutName),
   114 	iCdlName(aCdlName),
   116 	iCdlName(aCdlName),
   115 	iInterface(aInterface), 
   117 	iInterface(aInterface)
   116 	iLayout(aSourceLayout),
       
   117 	iDestLayoutName(aDestLayoutName)
       
   118 	{
   118 	{
   119 	}
   119 	}
   120 
   120 
   121 void MLCompDataToLayPerf::WriteLayout()
   121 void MLCompDataToLayPerf::WriteLayout()
   122 	{
   122 	{