Subversion Repositories DevTools

Rev

Rev 5709 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
# -*- mode: perl; indent-width: 4; -*-
2
###############################################################################
6177 dpurdie 3
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
227 dpurdie 4
#
5
# File:         PLATFORM/WCEX86A500
6
#
7
# Contents:     WCE SOM-4450 based on the SOM_4450_2_SDK for the ADVANTEC_X86_CE500
8
#
9
# Revision History:
10
# Version   Who      Date       Description
11
#           DDP	     09-May-05  Created
12
###############################################################################
13
#
14
 
15
$WCEDefaultVersion         = '500';                 # Version + Platform
16
$WCEDefaultPlatform        = 'adv_som_4455_wlan';   # Together specify SDK path
17
 
18
PlatformRequire( 'wce', '--Target=x86' );
19
 
20
1;
21