Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318038 - Filter in xdc.tools.product.IProductTemplate should support regular expressions
Summary: Filter in xdc.tools.product.IProductTemplate should support regular expressions
Status: ASSIGNED
Alias: None
Product: RTSC
Classification: Technology
Component: Tools (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: David Friedland CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-25 15:45 EDT by Nitya Ramdas CLA
Modified: 2011-11-24 12:58 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nitya Ramdas CLA 2010-06-25 15:45:22 EDT
We need to use complex filters for deviceId such as  "TMS320[CF]283[0-9]*". This would make IProductTemplate implementations less gnarly.   

struct Filter {
        String deviceFamily;
        String deviceVariant;
        String deviceId;
        String endianness;
        String toolChain;
        String outputFormat;
    };