aknlayoutcompiler/src/Lay2Cdl.cpp
branchRCL_3
changeset 44 8b4f687b7a95
parent 1 b700e12870ca
equal deleted inserted replaced
42:01fc9b7302d1 44:8b4f687b7a95
     1 /*
     1 /*
     2 * Copyright (c) 2002-2004 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".
   256 	aInterface.Header().Flags().SetFlag("KCdlFlagRomOnly");
   256 	aInterface.Header().Flags().SetFlag("KCdlFlagRomOnly");
   257 
   257 
   258 	string ifName(InterfaceName(CdlTkUtil::StripPath(aCdlName)));
   258 	string ifName(InterfaceName(CdlTkUtil::StripPath(aCdlName)));
   259 	aInterface.Header().SetName(ifName);
   259 	aInterface.Header().SetName(ifName);
   260 	aInterface.Header().SetVersion(CCdlTkInterfaceHeader::CVersion(KGeneratedInterfaceMajorVer, KGeneratedInterfaceMinorVer));
   260 	aInterface.Header().SetVersion(CCdlTkInterfaceHeader::CVersion(KGeneratedInterfaceMajorVer, KGeneratedInterfaceMinorVer));
   261 	aInterface.Cpp().push_back("#include <aknlayout2def.h>");
   261 	aInterface.Cpp().push_back("#include <AknLayout2Def.h>");
   262 	}
   262 	}
   263 
   263