Skip to content

Commit

Permalink
User applications selection using CMake
Browse files Browse the repository at this point in the history
Fix include path since last rebase.
  • Loading branch information
JF002 committed Dec 23, 2023
1 parent 2ee2b85 commit fc5424c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/components/settings/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <bitset>
#include "components/brightness/BrightnessController.h"
#include "components/fs/FS.h"
#include "displayapp/Apps.h"
#include "displayapp/apps/Apps.h"

namespace Pinetime {
namespace Controllers {
Expand Down
17 changes: 0 additions & 17 deletions src/displayapp/apps/Apps.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,6 @@ namespace Pinetime {
static constexpr size_t Count = sizeof...(Ws);
};

using UserAppTypes = TypeList<Apps::StopWatch,
Apps::Alarm,
Apps::Timer,
Apps::Steps,
Apps::HeartRate,
Apps::Music,
Apps::Paint,
Apps::Paddle,
Apps::Twos,
Apps::Metronome,
Apps::Navigation
/*
Apps::Weather,
Apps::Motion
*/
>;

using UserWatchFaceTypes = WatchFaceTypeList<WatchFace::Digital,
WatchFace::Analog,
WatchFace::PineTimeStyle,
Expand Down
2 changes: 1 addition & 1 deletion src/displayapp/screens/WatchFaceCasioStyleG7710.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "components/datetime/DateTimeController.h"
#include "components/ble/BleController.h"
#include "utility/DirtyValue.h"
#include "displayapp/Apps.h"
#include "displayapp/apps/Apps.h"

namespace Pinetime {
namespace Controllers {
Expand Down
2 changes: 1 addition & 1 deletion src/displayapp/screens/WatchFaceDigital.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "components/ble/BleController.h"
#include "displayapp/widgets/StatusIcons.h"
#include "utility/DirtyValue.h"
#include "displayapp/Apps.h"
#include "displayapp/apps/Apps.h"

namespace Pinetime {
namespace Controllers {
Expand Down
2 changes: 1 addition & 1 deletion src/displayapp/screens/WatchFaceInfineat.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "displayapp/screens/Screen.h"
#include "components/datetime/DateTimeController.h"
#include "utility/DirtyValue.h"
#include "displayapp/Apps.h"
#include "displayapp/apps/Apps.h"

namespace Pinetime {
namespace Controllers {
Expand Down

0 comments on commit fc5424c

Please sign in to comment.