diff -r 000000000000 -r 4e1aa6a622a0 sysstatemgmt/systemstarter/dominc/StartUpDomainDefs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sysstatemgmt/systemstarter/dominc/StartUpDomainDefs.h Tue Feb 02 00:53:00 2010 +0200 @@ -0,0 +1,223 @@ +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +#if !defined (__STARTUPDOMAINDEFS_H__) +#define __STARTUPDOMAINDEFS_H__ + +#include "domainpolicy.h" + + +/** +@publishedPartner +@deprecated + +The first domain in the Kernel Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KKernelServicesDomain1 = 10; + +/** +@publishedPartner +@deprecated + +The second domain in the Kernel Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KKernelServicesDomain2 = 20; + +/** +@publishedPartner +@deprecated + +The third domain in the Kernel Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KKernelServicesDomain3 = 30; + +/** +@publishedPartner +@deprecated + +The fourth domain in the Kernel Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KKernelServicesDomain4 = 40; + +/** +@publishedPartner +@deprecated + +The fifth domain in the Kernel Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KKernelServicesDomain5 = 50; + +/** +@publishedPartner +@deprecated + +The first domain in the Base Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KBaseServicesDomain1 = 60; + +/** +@publishedPartner +@deprecated + +The second domain in the Base Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KBaseServicesDomain2 = 70; + +/** +@publishedPartner +@deprecated + +The third domain in the Base Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KBaseServicesDomain3 = 80; + +/** +@publishedPartner +@deprecated + +The fourth domain in the Base Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KBaseServicesDomain4 = 90; + +/** +@publishedPartner +@deprecated + +The fifth domain in the Base Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KBaseServicesDomain5 = 100; + +/** +@publishedPartner +@deprecated + +The first domain in the OS Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KOSServicesDomain1 = 110; + +/** +@publishedPartner +@deprecated + +The second domain in the OS Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KOSServicesDomain2 = 120; + +/** +@publishedPartner +@deprecated + +The third domain in the OS Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KOSServicesDomain3 = 130; + +/** +@publishedPartner +@deprecated + +The fourth domain in the OS Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KOSServicesDomain4 = 140; + +/** +@publishedPartner +@deprecated + +The fifth domain in the OS Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KOSServicesDomain5 = 150; + +/** +@publishedPartner +@deprecated + +The first domain in the AppServices Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KAppServicesDomain1 = 160; + +/** +@publishedPartner +@deprecated + +The second domain in the AppServices Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KAppServicesDomain2 = 170; + +/** +@publishedPartner +@deprecated + +The third domain in the AppServices Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KAppServicesDomain3 = 180; + +/** +@publishedPartner +@deprecated + +The fourth domain in the AppServices Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KAppServicesDomain4 = 190; + +/** +@publishedPartner +@deprecated + +The fifth domain in the AppServices Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KAppServicesDomain5 = 200; + +/** +@publishedPartner +@deprecated + +The first domain in the UIFrameworkDomain Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KUIFrameworkDomain1 = 210; + +/** +@publishedPartner +@deprecated + +The second domain in the UIFrameworkDomain Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KUIFrameworkDomain2 = 220; + +/** +@publishedPartner +@deprecated + +The third domain in the UIFrameworkDomain Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KUIFrameworkDomain3 = 230; + +/** +@publishedPartner +@deprecated + +The fourth domain in the UIFrameworkDomain Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KUIFrameworkDomain4 = 240; + +/** +@publishedPartner +@deprecated + +The fifth domain in the UIFrameworkDomain Services level of the Startup Domain Hierarchy +**/ +static const TDmDomainId KUIFrameworkDomain5 = 250; + +#endif // __STARTUPDOMAINDEFS_H__ +