usbdrv/peripheral/pdd/pil/group/usbperipheralpil.mmp
author hgs
Wed, 20 Oct 2010 12:04:53 +0800
changeset 59 bbdce6bffaad
parent 48 21625e5de155
permissions -rw-r--r--
201041_02

/*
* 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 "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: 
*
*/

#include <platform_paths.hrh>

#include        "kernel/kern_ext.mmh"

target          usbperipheralpil.dll
targettype      kext
linkas          usbperipheralpil.dll
deffile         ../~/usbperipheralpil.def
vendorid        0x70000001
uid             0x00000000  0x2002E6DB
capability      all
epocallowdlldata

// The sytem include paths are declared by using the following macros

OS_LAYER_SYSTEMINCLUDE



// Include dirs of the HS-USB component
userinclude     ../inc

// PIL layer source files
sourcepath   ../src
source       chapter9.cpp
source       descriptors.cpp
source       misc.cpp
source       ps_usbc.cpp
source       queue.cpp
source       controltransfersm.cpp
SMPSAFE