blob: e1982f2f80ea33b6632ab56f55a59b32885c710e [file] [log] [blame]
// Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_POLICY_MANAGER_ALL_VARIABLES_H
#define CHROMEOS_PLATFORM_UPDATE_ENGINE_POLICY_MANAGER_ALL_VARIABLES_H
// List of globally available variables exposed by the different providers.
//
// Each state provider should implement a header file with the suffix "_vars.h"
// with all the defined variable pointers, such as:
// Variable<MyType>* var_something;
// This file includes all the different provider's header files with these
// definitions.
#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_POLICY_MANAGER_ALL_VARIABLES_H