usbmgmt/usbmgr/usbman/chargingplugin/group/bld.inf
changeset 0 c9bc50fca66e
child 15 f92a4f87e424
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 PRJ_EXPORTS
       
    19 // repository files exported for testing purposes
       
    20 10208DD7.txt				/epoc32/data/z/private/10202be9/10208dd7.txt
       
    21 10208DD7.txt				/epoc32/release/winscw/udeb/z/private/10202be9/10208dd7.txt
       
    22 10208DD7.txt				/epoc32/release/winscw/urel/z/private/10202be9/10208dd7.txt
       
    23 
       
    24 // ConfML Files
       
    25 ../conf/usbmanager_10208dd7.crml	       OS_LAYER_EXPORTS_CRML(usbmanager_10208dd7.crml)
       
    26 
       
    27 PRJ_MMPFILES
       
    28     UsbBatteryChargingPlugin.mmp
       
    29 
       
    30 #if defined(SYMBIAN_ENABLE_USB_OTG_HOST) && !defined(WINS) && !defined(X86GCC)
       
    31 	UsbBatteryChargingPluginotg.mmp
       
    32 #endif
       
    33 
       
    34 PRJ_TESTEXPORTS
       
    35 // These files are exported so the battery charging TEST plugin can derive.
       
    36 ../public/CUsbBatteryChargingPlugin.h   SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usb/charging/cusbbatterychargingplugin.h)
       
    37 ../public/chargingstates.h              SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usb/charging/chargingstates.h)
       
    38 ../public/devicestatetimer.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(devicestatetimer.h)
       
    39 ../public/repositorynotifier.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(repositorynotifier.h)
       
    40 ../public/motgobserver.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(motgobserver.h)
       
    41 ../public/usbbatterycharging.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usbbatterycharging.h)
       
    42