diff -r 0659d0e1a03c -r 1d28c8722707 kerneltest/e32test/device/d_lddns.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kerneltest/e32test/device/d_lddns.cpp Tue Nov 02 15:29:23 2010 +0000 @@ -0,0 +1,29 @@ +// 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: +// e32test\device\d_lddns.cpp +// +// +// This dummy driver is built for a negative test: although the name +// suggests it's an LDD, it's actually a PDD; then, the test program +// checks that it CANNOT actually be loaded as an LDD. + + +#include +#include + +DECLARE_STANDARD_PDD() + { + return NULL; + } +