usbmgmt/usbmgrtest/usbcontrolapp/group/usbcontrolapp.oby
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 
       
     2 
       
     3 /*
       
     4 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     5 * All rights reserved.
       
     6 * This component and the accompanying materials are made available
       
     7 * under the terms of "Eclipse Public License v1.0"
       
     8 * which accompanies this distribution, and is available
       
     9 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    10 *
       
    11 * Initial Contributors:
       
    12 * Nokia Corporation - initial contribution.
       
    13 *
       
    14 * Contributors:
       
    15 *
       
    16 * Description:
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef __USBCONTROLAPP_OBY__
       
    22 #define __USBCONTROLAPP_OBY__
       
    23 
       
    24 #ifdef __USB_DEBUG__
       
    25 define USB_DIR UDEB
       
    26 #else
       
    27 define USB_DIR BUILD_DIR
       
    28 #endif
       
    29 
       
    30 file=ABI_DIR\USB_DIR\testusbawareapp.exe	sys\bin\testusbawareapp.exe
       
    31 file=ABI_DIR\USB_DIR\exampleusbcontrolapp.exe	sys\bin\exampleusbcontrolapp.exe
       
    32 file=ABI_DIR\USB_DIR\usbviewer.exe		sys\bin\usbviewer.exe
       
    33 file=ABI_DIR\USB_DIR\controlappbinder.exe	sys\bin\usbcapp.exe
       
    34 
       
    35 #endif // __USBCONTROLAPP_OBY__