blob: b8b8203904aea0f6693f7bf28e21190b089d1d88 [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2000-2017 Ericsson Telecom AB //
// //
// All rights reserved. This program and the accompanying materials //
// are made available under the terms of the Eclipse Public License v2.0 //
// which accompanies this distribution, and is available at //
// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html //
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
// Module: LoadRegulator_Definitions
//
// Purpose:
// Example LoadRegulator for EPTF Central Scheduling demo
//
// Module Parameters:
//
// Module depends on:
// <EPTF_CLL_LoadRegulator_Definitions>
// <EPTF_CLL_HostAdmin_BaseDefinitions>
//
// Current Owner:
// Gabor Tatarka (egbotat)
//
// Last Review Date:
// -
//
// Detailed Comments:
// -
///////////////////////////////////////////////////////////
module LoadRegulator_Definitions
{
import from EPTF_CLL_LoadRegulator_Definitions all;
import from EPTF_CLL_HostAdmin_BaseDefinitions all;
type component LoadRegulator_CT extends EPTF_LoadRegulator_CT, EPTF_HostAdmin_Base_CT
{
}
} // end of module