diff -r a0210f210a3b -r 1972d8c2e329 adaptationlayer/devicemodecontroller/internal/boot_reason_api_dummy/group/boot_reason_api_dummy.mmp --- a/adaptationlayer/devicemodecontroller/internal/boot_reason_api_dummy/group/boot_reason_api_dummy.mmp Sat Nov 07 22:37:59 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,45 +0,0 @@ -/* -* Copyright (c) 2009 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: -* This file provides the information required for building -* Boot Reason API dummy implemantion. This implementation -* will be replaced by the vendor implementation. -* -*/ - - - - -// Remove library warning -#define NO_EKERN_LIB -#include "kernel/kern_ext.mmh" -#include -#include -#include <../../../boot_reason_plat/group/boot_reason_api.mmh> -#include "../../../config/dmc.cfg" - -TARGET boot_reason_api.dll -TARGETTYPE kext - -OS_LAYER_SYSTEMINCLUDE - -USERINCLUDE ../../../boot_reason_plat/inc -USERINCLUDE ../../../dmc_ext/inc - -SOURCEPATH ../src -SOURCE boot_reason_api_dummy.cpp - -LIBRARY ekern.lib - -// End of File