<?xml version="1.0" encoding="UTF-8"?>

<!-- System profile database.

     Lists profiles available to the systems. A profile represents a certain
     selection of packages from the packages database. Profiles can depend on
     other profiles, the end result being the sum of all required packages.
     
     THIS IS A SAMPLE FILE
     
     For more info, see http://wpkg.org/index.php/Category:Documentation

-->

<profiles>

<!-- Describe package groups -->
	<!-- Package Category 1 Hardware specific profiles -->
	<profile id="Inspiron" >
		<package package-id="INSP1300Chipset" />
		<package package-id="INSP1300Audio" />
		<package package-id="INSP1300Wireless" />
	</profile>

	<!-- Package Category 2 Application Groups -->
	<profile id="netapps" >
		<package package-id="thunderbird" />	
		<package package-id="firefox" />	
		<package package-id="opera" />	
		<package paakage-id="flash" />
		<package paakage-id="shockwave" />
		<package paakage-id="javaruntime" />
	</profile>

	<profile id="photo" >
		<package package-id="photoshop" />	
		<package package-id="nikonview" />	
	</profile>

	<profile id="words" >
		<package package-id="MSOffice" />	
		<package package-id="MathEdit" />
		<package package-id="AcrobatRdr" />	
	</profile>

 	<profile id="remadm" >
		<package package-id="K9" />	
		<package package-id="VNC" />	
		<package package-id="Cygwin" />	
	</profile>

 	<profile id="TLE" >
		<package package-id="TLE7"  />	
		<package package-id="TLE8"  />	
		<package package-id="TLE9"  />	
		<package package-id="TLE10" />	
		<package package-id="TLE11" />	
	</profile>

	<!-- Package Category 3  Computer groups. -->

	<!-- This one renames the computer according to it's IP address -->
	<profile id="jabberwocky" >
		<package package-id="jabberwocky" />
	</profile>
		
    <profile id="common">
	<depends profile-id="netapps" />
	<depends profile-id="photo"   />
	<depends profile-id="words"   />
	<depends profile-id="remadm"/>
    </profile>
  
<!--  assign packages groups to machine groups -->

    <profile id="lab">
        <depends profile-id="common" />
        <package package-id="TLE" />
    </profile>

    <profile id="staff">
        <depends profile-id="common" />
        <package package-id="renweb" />
	<package package-id="eqnedit" />
    </profile>
	
    <profile id="staff-lap">
        <depends profile-id="staff" />
	<package package-id="smartboard" />
    </profile>

    <profile id="student-lap">
        <depends profile-id="common" />
    </profile>

</profiles>
