Re: Question on CEC File ( Need defconfig equalent )??
- From: "Voidcoder" <voidcoder@xxxxxxxxx>
- Date: Mon, 25 Jul 2005 10:22:04 -0700
I do not have 4.2 installed at the moment to verify it. But as far I remember
it worked well for me. There are several catalog samples in PB, something like
"BSP_with_new_features.cec" and "BSP_with_standard_features.cec"
(not quite sure with file names, may be I'm wrong). The first one is exactly what
You need, take a look there on how to implement it.
"Ajaya Babu" <AjayaBabu@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EE1DC85A-5382-4E21-A22C-E76D90AEAAE7@xxxxxxxxxxxxxxxx
> Thank you
> I've tried this feature, However with no luck, DefaultDrivers drivers are
> working for Standard drivers there with the platfrom, however it is not
> working with my driver I've added. I am just posing my CEC File here.
>
> ComponentType
> (
> Name ( "BSPs" )
> GUID ( {3CABD6DA-B577-4A87-9490-9432E80DC2F1} )
> MaxResolvedImpsAllowed( 999 )
> Implementations
> (
> Implementation
> (
> Name ( "OMAP5912OSK" )
> GUID ( {877F7D03-1598-49BF-9F94-303AF124AB58} )
> Description ( "BSP for OMAP5912 Based OSK development Kit." )
> BSPPlatformDir ( "OMAP5912OSK" )
> Version ( "1.0.0.0" )
> Locale ( 0409 )
> Vendor ( "Mistral Software [P] Ltd." )
> Date ( "9/4/2004" )
> Children ( "{318BB03B-304D-4EF0-A019-5E1C55E35584}" )
> OptionalChildren ( "{D670EF5A-1213-43C2-9AB6-FC5C8EA31F66}" )
> DefaultDrivers( {8D4C88B9-008E-4B0C-9C39-4623AFD23D9A} )
> DefaultDrivers( {D241EBA5-376F-41F8-9E4A-19E9A849765F} )
> DefaultDrivers( {F71B6E24-F1FC-4EA2-A89F-A357971D555C} )
> DefaultDrivers( {00F6B1C9-172C-4EE7-BE1A-7658065752B0} )
> DefaultDrivers( {7E9D9311-1610-4C04-A1B1-01210EC9A9CF} )
> DefaultDrivers( {00F6B1C9-172C-4EE7-BE1A-7658065752B0} )
> DefaultDrivers( {F71B6E24-F1FC-4EA2-A89F-A357971D555C} )
> DefaultDrivers( {2D28B77B-29D7-4854-8577-8BF0BF73E30D} )
> DefaultDrivers( {C54A5DA7-B2BB-4F77-A69E-805A4BF6C585} )
> DefaultDrivers( {8D4C88B9-008E-4B0C-9C39-4623AFD23D9A} )
> DefaultDrivers( {1DAD8C26-3694-4CB6-837A-73681280C56A} )
> DefaultDrivers( {D241EBA5-376F-41F8-9E4A-19E9A849765F} )
> DefaultDrivers( {972A59C4-B74D-4375-8FA5-761A5FC8D510} )
> DefaultDrivers( {7E9D9311-1610-4C04-A1B1-01210EC9A9CF} )
> DefaultDrivers( {0D427C5E-C723-407E-8CC1-8279751C38C3} )
> DefaultDrivers( {877F7D03-1598-49BF-9F94-303AF124AB58} )
> SizeIsCPUDependent( 1 )
> CPUSizeMultiplier( 1.0 )
> BuildMethods
> (
> BuildMethod
> (
> GUID ( {88A46264-3AB7-4580-BD59-9AD0DB2ABBE0} )
> Step ( BSP )
> CPU ( "ARMV4I" )
> )
> )
> )
> )
> )
>
>
> In this last one is I've recenlty added to platfrom and corresponding
> compnent type is
>
> ComponentType
> (
> Name ( "OSKFMD" )
> GUID ( {EAD9E1D9-D21A-4803-B219-520CB7E8ED7B} )
> Description ( "OSK FLash Meida Dirver" )
> Group ( "\Device Drivers" )
> MaxResolvedImpsAllowed( 999 )
> ExcludeWhenSet( ANY, "BSP_NOFMD" )
> Implementations
> (
> Implementation
> (
> Name ( "OSK Flash Media Driver" )
> GUID ( {0D427C5E-C723-407E-8CC1-8279751C38C3} )
> Description ( "Required for Flash File System" )
> BSPPlatformDir ( "OMAP5912OSK" )
> Version ( "0.0.0.1" )
> Locale ( 0409 )
> Vendor ( "Mistral Software Pvt Ltd." )
> Date ( "7/22/2005" )
> SizeIsCPUDependent( 1 )
> Variable( "SYSGEN_FATFS", "1" )
> Variable( "SYSGEN_FSREGRAM", "0" )
> Variable( "SYSGEN_FSREGHIVE", "1" )
> BuildMethods
> (
> BuildMethod
> (
> GUID ( {E2DDAA73-1336-47EF-8967-B0B190618EB8} )
> Step ( BSP )
> CPU ( "ARMV4I" )
> Action (
> '#BUILD(SOURCES,"$(_WINCEROOT)\PLATFORM\OMAP5912OSK\DRIVERS\OSKNOR")' )
> )
> BuildMethod
> (
> GUID ( {E771A324-31B3-4A95-B0B4-E9781FE5240D} )
> Step ( PreMakeImg )
> CPU ( "ARMV4I" )
> CoreOS ( "IABASE" )
> Action ( '#COPY(
> "$(_WINCEROOT)\PLATFORM\OMAP5912OSK\DRIVERS\OSKNOR\FMD\BUILD\flashdrv.reg","$(_FLATRELEASEDIR)")' )
> )
> )
> BibInfo
> (
> Files
> (
> File
> (
> GUID ( {D1DD2528-E3A1-40CD-AA72-E8F793E95AA1} )
> CPU ( "ARMV4I" )
> BibRecord ( '#MODULES( "flashdrv.dll",
> "$(_FLATRELEASEDIR)\flashdrv.dll", "NK", "SHM" )' )
> )
> )
> )
> )
> )
> )
>
>
> Any thing I am going wrong!!
> --
> Imagination is Better than Knowledge by E=mc^2
>
.
- Follow-Ups:
- Re: Question on CEC File ( Need defconfig equalent )??
- From: Ajaya Babu
- Re: Question on CEC File ( Need defconfig equalent )??
- References:
- Question on CEC File ( Need defconfig equalent )??
- From: Ajaya Babu
- Re: Question on CEC File ( Need defconfig equalent )??
- From: Voidcoder
- Re: Question on CEC File ( Need defconfig equalent )??
- From: Ajaya Babu
- Question on CEC File ( Need defconfig equalent )??
- Prev by Date: Re: Manual startup sever with TCP/IP
- Next by Date: Re: Manual startup sever with TCP/IP
- Previous by thread: Re: Question on CEC File ( Need defconfig equalent )??
- Next by thread: Re: Question on CEC File ( Need defconfig equalent )??
- Index(es):
Relevant Pages
|
Loading