ms
Mon Aug 29 06:20:39 CDT 2005
http://groups.google.co.uk/group/microsoft.public.windowsce.platbuilder/browse_frm/thread/d992285388398867/bdbc0622813f8c6b?q=BSP+variables&rnum=1&hl=en#bdbc0622813f8c6b
This explains it, search for similar other posts aswell
"Rams" <Rams@discussions.microsoft.com> wrote in message
news:52D18C78-CD80-4A69-9329-5164361FEF3D@microsoft.com...
> Only "set BSP_USB=" is there in the myplatform.bat and none other usb drv
> settings are available. let me knwo if i neeed to seet it?
>
> -Rams
>
> "ms" wrote:
>
> > Do you have the BSP_USB_HCD set to 1 in your bsp.bat file
> >
> > "Rams" <Rams@discussions.microsoft.com> wrote in message
> > news:7C5E668D-6690-43AA-BA49-5B7B67623188@microsoft.com...
> > > Thanks for ur immediate response. I am copying the contents of the cec
> > file
> > > for my USB drivers:
> > >
> > > USB Host:
> > > ComponentType
> > > (
> > > Name ( "USB Host Controllers" )
> > > GUID ( {6563AD78-E71C-11D4-B892-0050FC049781} )
> > > Description ( "USB Host Controllers" )
> > > Group ( "\Device Drivers\USB Host" )
> > > Vendor ( "Microsoft" )
> > > HelpID ( 490 )
> > > MaxResolvedImpsAllowed( 1 )
> > > RequiredCEModules( ALL, "usbd device" )
> > > Implementations
> > > (
> > > Implementation
> > > (
> > > Name ( "My Host Controller Driver" )
> > > GUID ( {7D04C8C1-6485-49DB-BCA8-A14061310CEF} )
> > > BSPPlatformDir ( "myplatform" )
> > > Version ( "5.0.0.0" )
> > > Locale ( 0409 )
> > > Vendor ( "Myself" )
> > > BSPVariable( "BSP_USB_HCD" )
> > > Variable( "module_name", "ohci2" )
> > > SizeIsCPUDependent( 1 )
> > > BuildMethods
> > > (
> > > BuildMethod
> > > (
> > > GUID ( {01A0B5B5-734C-4659-81FA-44F382D475BD} )
> > > Step ( BSP )
> > > CPU ( "ARMV4I" )
> > > Action (
> > >
> >
'#SRCCODE(SOURCES,"$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\HCD\OHCD2",
> > > "My Host Controller Driver")' )
> > > )
> > > )
> > > )
> > > )
> > > )
> > >
> > > That of Function drivers is:
> > >
> > > ComponentType
> > > (
> > > Name ( "USB Function Bus Drivers" )
> > > GUID ( {2C359054-1F2B-4CF3-8D3E-07B7EB279962} )
> > > Description ( "USB Function Bus Drivers" )
> > > Group ( "\Device Drivers\USB Function" )
> > > Vendor ( "Microsoft" )
> > > HelpID ( 489 )
> > > MaxResolvedImpsAllowed( 999 )
> > > RequiredCEModules( ANY, "net2280" )
> > > RequiredCEModules( ALL, "device" )
> > > Implementations
> > > (
> > > Implementation
> > > (
> > > Name ( "My USB Function Driver" )
> > > GUID ( {C26EAC0C-8249-4C4C-8383-1F6EFD872C98} )
> > > Description ( "My USB Function Driver" )
> > > BSPPlatformDir ( "MYPLATFORM" )
> > > Version ( "5.0.0.0" )
> > > Locale ( 0409 )
> > > Vendor ( "My Semiconductor" )
> > > Date ( "4/4/2005" )
> > > FeatureVariable( "SYSGEN_USBFN_SERIAL", "1" )
> > > BSPVariable( "BSP_USB" )
> > > Variable( "module_name", "my_usbfn" )
> > > SizeIsCPUDependent( 1 )
> > > BuildMethods
> > > (
> > > BuildMethod
> > > (
> > > GUID ( {E3E4C566-58EB-4264-967B-3393244D0D15} )
> > > Step ( CESYSGEN )
> > > CPU ( "ARMV4I" )
> > > Action ( '#SRCCODE( SOURCES,
> > > "$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\FUNCTION", "" )' )
> > > )
> > > )
> > > )
> > > Implementation
> > > (
> > > Name ( "My Transceiver Driver" )
> > > GUID ( {48466929-D1F8-4618-AA2B-172A02DDDCB7} )
> > > BSPPlatformDir ( "MYPLATFORM" )
> > > Version ( "1.0.0.0" )
> > > Locale ( 0409 )
> > > Vendor ( "My Semiconductor" )
> > > BSPVariable( "BSP_USB_XVC" )
> > > Variable( "module_name", "xvc" )
> > > SizeIsCPUDependent( 1 )
> > > BuildMethods
> > > (
> > > BuildMethod
> > > (
> > > GUID ( {82CD5D4C-3718-4845-BDDE-0272CEA88647} )
> > > Step ( BSP )
> > > CPU ( "ARMV4I" )
> > > Action (
> > > '#SRCCODE(SOURCES,"$(_WINCEROOT)\PLATFORM\MYPLATFORM\DRIVERS\USB\XVC",
"My
> > > Transceiver Driver")' )
> > > )
> > > )
> > > )
> > > )
> > > )
> > >
> > > Is it possible to trace from this?
> > >
> > > Thanks & Regards,
> > > -Rams
> > >
> >
> >
> >