kerneltest/e32test/domainmgr/test.inf
author hgs
Mon, 04 Oct 2010 12:03:52 +0100
changeset 279 957c583b417b
parent 245 647ab20fee2e
permissions -rw-r--r--
201039_07

// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "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:
// Domain Manager Test Suite
// Convienence INF file to build just these tests: bldmake -f test.inf bldfiles
// Test project part of the offical ../group/bld.inf e32test component.
//


PRJ_PLATFORMS

BASEDEFAULT


PRJ_TESTEXPORTS

dm_tests.iby	/epoc32/rom/include/dm_tests.iby

dmtest.all.bat	/epoc32/rom/include/dmtest.all.bat
dmtest.auto.bat	/epoc32/rom/include/dmtest.auto.bat
dm_autoexec.bat	/epoc32/rom/include/dm_autoexec.bat


PRJ_TESTMMPFILES

#ifndef SMP
t_domain
t_domain_monitor
t_domain_manual		manual

t_domain_slave		support
t_dmslave_nocaps	support
t_dmslave_wdd		support
t_dmslave_protsrv	support

domainpolicy94		support
domainpolicy95		support
domainpolicy96		support
domainpolicy97		support
domainpolicy98		support
domainpolicy99		support
#endif